oci-jms 2.62.1 → 2.62.3

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 (281) hide show
  1. package/lib/client.d.ts +173 -60
  2. package/lib/client.js +881 -66
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/advanced-usage-tracking.d.ts +1 -1
  5. package/lib/model/algorithms.d.ts +1 -1
  6. package/lib/model/algorithms.js +1 -1
  7. package/lib/model/announcement-collection.d.ts +26 -0
  8. package/lib/model/announcement-collection.js +61 -0
  9. package/lib/model/announcement-collection.js.map +1 -0
  10. package/lib/model/announcement-sort-by.d.ts +24 -0
  11. package/lib/model/announcement-sort-by.js +35 -0
  12. package/lib/model/announcement-sort-by.js.map +1 -0
  13. package/lib/model/announcement-summary.d.ts +37 -0
  14. package/lib/model/announcement-summary.js +29 -0
  15. package/lib/model/announcement-summary.js.map +1 -0
  16. package/lib/model/application-execution-type.d.ts +28 -0
  17. package/lib/model/application-execution-type.js +39 -0
  18. package/lib/model/application-execution-type.js.map +1 -0
  19. package/lib/model/application-installation-sort-by.d.ts +29 -0
  20. package/lib/model/application-installation-sort-by.js +40 -0
  21. package/lib/model/application-installation-sort-by.js.map +1 -0
  22. package/lib/model/application-installation-usage-summary-collection.d.ts +26 -0
  23. package/lib/model/application-installation-usage-summary-collection.js +61 -0
  24. package/lib/model/application-installation-usage-summary-collection.js.map +1 -0
  25. package/lib/model/application-installation-usage-summary.d.ts +93 -0
  26. package/lib/model/application-installation-usage-summary.js +61 -0
  27. package/lib/model/application-installation-usage-summary.js.map +1 -0
  28. package/lib/model/application-work-item-details.d.ts +40 -0
  29. package/lib/model/application-work-item-details.js +54 -0
  30. package/lib/model/application-work-item-details.js.map +1 -0
  31. package/lib/model/basic-work-item-details.d.ts +24 -0
  32. package/lib/model/basic-work-item-details.js +52 -0
  33. package/lib/model/basic-work-item-details.js.map +1 -0
  34. package/lib/model/blocklist-collection.d.ts +1 -1
  35. package/lib/model/blocklist.d.ts +1 -1
  36. package/lib/model/create-blocklist-details.d.ts +1 -1
  37. package/lib/model/create-fleet-details.d.ts +3 -3
  38. package/lib/model/crypto-analysis-result-collection.d.ts +1 -1
  39. package/lib/model/crypto-analysis-result-sort-by.d.ts +1 -1
  40. package/lib/model/crypto-analysis-result-sort-by.js +1 -1
  41. package/lib/model/crypto-analysis-result-summary.d.ts +2 -2
  42. package/lib/model/crypto-analysis-result.d.ts +3 -3
  43. package/lib/model/crypto-event-analysis.d.ts +1 -1
  44. package/lib/model/deployed-application-installation-sort-by.d.ts +29 -0
  45. package/lib/model/deployed-application-installation-sort-by.js +40 -0
  46. package/lib/model/deployed-application-installation-sort-by.js.map +1 -0
  47. package/lib/model/deployed-application-installation-usage-summary-collection.d.ts +28 -0
  48. package/lib/model/deployed-application-installation-usage-summary-collection.js +61 -0
  49. package/lib/model/deployed-application-installation-usage-summary-collection.js.map +1 -0
  50. package/lib/model/deployed-application-installation-usage-summary.d.ts +87 -0
  51. package/lib/model/deployed-application-installation-usage-summary.js +29 -0
  52. package/lib/model/deployed-application-installation-usage-summary.js.map +1 -0
  53. package/lib/model/deployed-application-usage-collection.d.ts +1 -1
  54. package/lib/model/deployed-application-usage.d.ts +2 -2
  55. package/lib/model/fleet-advanced-feature-configuration.d.ts +5 -3
  56. package/lib/model/fleet-advanced-feature-configuration.js +12 -0
  57. package/lib/model/fleet-advanced-feature-configuration.js.map +1 -1
  58. package/lib/model/fleet-agent-configuration.d.ts +1 -1
  59. package/lib/model/fleet-diagnosis-collection.d.ts +26 -0
  60. package/lib/model/fleet-diagnosis-collection.js +61 -0
  61. package/lib/model/fleet-diagnosis-collection.js.map +1 -0
  62. package/lib/model/fleet-diagnosis-summary.d.ts +67 -0
  63. package/lib/model/fleet-diagnosis-summary.js +53 -0
  64. package/lib/model/fleet-diagnosis-summary.js.map +1 -0
  65. package/lib/model/fleet-summary.d.ts +7 -7
  66. package/lib/model/fleet.d.ts +8 -8
  67. package/lib/model/global-logging-level.d.ts +36 -0
  68. package/lib/model/global-logging-level.js +47 -0
  69. package/lib/model/global-logging-level.js.map +1 -0
  70. package/lib/model/index.d.ts +64 -0
  71. package/lib/model/index.js +67 -3
  72. package/lib/model/index.js.map +1 -1
  73. package/lib/model/java-migration-analysis-result-collection.d.ts +26 -0
  74. package/lib/model/java-migration-analysis-result-collection.js +61 -0
  75. package/lib/model/java-migration-analysis-result-collection.js.map +1 -0
  76. package/lib/model/java-migration-analysis-result-sort-by.d.ts +24 -0
  77. package/lib/model/java-migration-analysis-result-sort-by.js +35 -0
  78. package/lib/model/java-migration-analysis-result-sort-by.js.map +1 -0
  79. package/lib/model/java-migration-analysis-result-summary.d.ts +86 -0
  80. package/lib/model/java-migration-analysis-result-summary.js +29 -0
  81. package/lib/model/java-migration-analysis-result-summary.js.map +1 -0
  82. package/lib/model/java-migration-analysis-result.d.ts +86 -0
  83. package/lib/model/java-migration-analysis-result.js +29 -0
  84. package/lib/model/java-migration-analysis-result.js.map +1 -0
  85. package/lib/model/java-migration-analysis-target.d.ts +39 -0
  86. package/lib/model/java-migration-analysis-target.js +29 -0
  87. package/lib/model/java-migration-analysis-target.js.map +1 -0
  88. package/lib/model/java-migration-analysis.d.ts +25 -0
  89. package/lib/model/java-migration-analysis.js +29 -0
  90. package/lib/model/java-migration-analysis.js.map +1 -0
  91. package/lib/model/java-server-instance-usage-collection.d.ts +1 -1
  92. package/lib/model/java-server-instance-usage.d.ts +1 -1
  93. package/lib/model/java-server-usage-collection.d.ts +1 -1
  94. package/lib/model/jfr-attachment-target.d.ts +9 -3
  95. package/lib/model/jfr-attachment-target.js.map +1 -1
  96. package/lib/model/jfr-recording.d.ts +1 -1
  97. package/lib/model/jre-security-status.d.ts +1 -0
  98. package/lib/model/jre-security-status.js +1 -0
  99. package/lib/model/jre-security-status.js.map +1 -1
  100. package/lib/model/lcm.d.ts +2 -2
  101. package/lib/model/library-usage.d.ts +1 -1
  102. package/lib/model/new-installation-site.d.ts +12 -0
  103. package/lib/model/new-installation-site.js.map +1 -1
  104. package/lib/model/operating-system.d.ts +1 -1
  105. package/lib/model/operation-type.d.ts +2 -0
  106. package/lib/model/operation-type.js +2 -0
  107. package/lib/model/operation-type.js.map +1 -1
  108. package/lib/model/performance-tuning-analysis-result-collection.d.ts +26 -0
  109. package/lib/model/performance-tuning-analysis-result-collection.js +61 -0
  110. package/lib/model/performance-tuning-analysis-result-collection.js.map +1 -0
  111. package/lib/model/performance-tuning-analysis-result-sort-by.d.ts +24 -0
  112. package/lib/model/performance-tuning-analysis-result-sort-by.js +35 -0
  113. package/lib/model/performance-tuning-analysis-result-sort-by.js.map +1 -0
  114. package/lib/model/performance-tuning-analysis-result-summary.d.ts +90 -0
  115. package/lib/model/performance-tuning-analysis-result-summary.js +29 -0
  116. package/lib/model/performance-tuning-analysis-result-summary.js.map +1 -0
  117. package/lib/model/performance-tuning-analysis-result.d.ts +90 -0
  118. package/lib/model/performance-tuning-analysis-result.js +29 -0
  119. package/lib/model/performance-tuning-analysis-result.js.map +1 -0
  120. package/lib/model/performance-tuning-analysis.d.ts +25 -0
  121. package/lib/model/performance-tuning-analysis.js +29 -0
  122. package/lib/model/performance-tuning-analysis.js.map +1 -0
  123. package/lib/model/performance-tuning-result-status.d.ts +28 -0
  124. package/lib/model/performance-tuning-result-status.js +39 -0
  125. package/lib/model/performance-tuning-result-status.js.map +1 -0
  126. package/lib/model/post-installation-action-settings.d.ts +12 -1
  127. package/lib/model/post-installation-action-settings.js +4 -2
  128. package/lib/model/post-installation-action-settings.js.map +1 -1
  129. package/lib/model/post-installation-actions.d.ts +8 -1
  130. package/lib/model/post-installation-actions.js +7 -0
  131. package/lib/model/post-installation-actions.js.map +1 -1
  132. package/lib/model/proxies.d.ts +67 -0
  133. package/lib/model/proxies.js +29 -0
  134. package/lib/model/proxies.js.map +1 -0
  135. package/lib/model/request-crypto-analyses-details.d.ts +9 -1
  136. package/lib/model/request-crypto-analyses-details.js.map +1 -1
  137. package/lib/model/request-java-migration-analyses-details.d.ts +28 -0
  138. package/lib/model/request-java-migration-analyses-details.js +61 -0
  139. package/lib/model/request-java-migration-analyses-details.js.map +1 -0
  140. package/lib/model/request-jfr-recordings-details.d.ts +9 -1
  141. package/lib/model/request-jfr-recordings-details.js.map +1 -1
  142. package/lib/model/request-performance-tuning-analyses-details.d.ts +39 -0
  143. package/lib/model/request-performance-tuning-analyses-details.js +61 -0
  144. package/lib/model/request-performance-tuning-analyses-details.js.map +1 -0
  145. package/lib/model/tls-versions.d.ts +1 -1
  146. package/lib/model/tls-versions.js +1 -1
  147. package/lib/model/update-fleet-advanced-feature-configuration-details.d.ts +6 -4
  148. package/lib/model/update-fleet-advanced-feature-configuration-details.js +12 -0
  149. package/lib/model/update-fleet-advanced-feature-configuration-details.js.map +1 -1
  150. package/lib/model/update-fleet-details.d.ts +3 -3
  151. package/lib/model/work-item-details.d.ts +27 -0
  152. package/lib/model/work-item-details.js +72 -0
  153. package/lib/model/work-item-details.js.map +1 -0
  154. package/lib/model/work-item-summary.d.ts +2 -1
  155. package/lib/model/work-item-summary.js +5 -1
  156. package/lib/model/work-item-summary.js.map +1 -1
  157. package/lib/model/work-item-type.d.ts +34 -0
  158. package/lib/model/work-item-type.js +45 -0
  159. package/lib/model/work-item-type.js.map +1 -0
  160. package/lib/model/work-request-error.d.ts +1 -2
  161. package/lib/model/work-request-error.js.map +1 -1
  162. package/lib/model/work-request.d.ts +1 -1
  163. package/lib/request/add-fleet-installation-sites-request.d.ts +1 -1
  164. package/lib/request/cancel-work-request-request.d.ts +1 -1
  165. package/lib/request/change-fleet-compartment-request.d.ts +1 -1
  166. package/lib/request/create-blocklist-request.d.ts +1 -1
  167. package/lib/request/create-fleet-request.d.ts +1 -1
  168. package/lib/request/delete-blocklist-request.d.ts +1 -1
  169. package/lib/request/delete-crypto-analysis-result-request.d.ts +1 -1
  170. package/lib/request/delete-fleet-request.d.ts +1 -1
  171. package/lib/request/delete-java-migration-analysis-result-request.d.ts +39 -0
  172. package/lib/request/delete-java-migration-analysis-result-request.js +15 -0
  173. package/lib/request/delete-java-migration-analysis-result-request.js.map +1 -0
  174. package/lib/request/delete-performance-tuning-analysis-result-request.d.ts +39 -0
  175. package/lib/request/delete-performance-tuning-analysis-result-request.js +15 -0
  176. package/lib/request/delete-performance-tuning-analysis-result-request.js.map +1 -0
  177. package/lib/request/generate-agent-deploy-script-request.d.ts +2 -2
  178. package/lib/request/get-crypto-analysis-result-request.d.ts +1 -1
  179. package/lib/request/get-fleet-advanced-feature-configuration-request.d.ts +1 -1
  180. package/lib/request/get-fleet-agent-configuration-request.d.ts +1 -1
  181. package/lib/request/get-fleet-request.d.ts +1 -1
  182. package/lib/request/get-java-family-request.d.ts +1 -1
  183. package/lib/request/get-java-migration-analysis-result-request.d.ts +30 -0
  184. package/lib/request/get-java-migration-analysis-result-request.js +15 -0
  185. package/lib/request/get-java-migration-analysis-result-request.js.map +1 -0
  186. package/lib/request/get-java-release-request.d.ts +1 -1
  187. package/lib/request/get-performance-tuning-analysis-result-request.d.ts +30 -0
  188. package/lib/request/get-performance-tuning-analysis-result-request.js +15 -0
  189. package/lib/request/get-performance-tuning-analysis-result-request.js.map +1 -0
  190. package/lib/request/get-work-request-request.d.ts +1 -1
  191. package/lib/request/index.d.ts +24 -0
  192. package/lib/request/list-announcements-request.d.ts +54 -0
  193. package/lib/request/list-announcements-request.js +15 -0
  194. package/lib/request/list-announcements-request.js.map +1 -0
  195. package/lib/request/list-blocklists-request.d.ts +3 -3
  196. package/lib/request/list-crypto-analysis-results-request.d.ts +2 -2
  197. package/lib/request/list-fleet-diagnoses-request.d.ts +34 -0
  198. package/lib/request/list-fleet-diagnoses-request.js +15 -0
  199. package/lib/request/list-fleet-diagnoses-request.js.map +1 -0
  200. package/lib/request/list-fleets-request.d.ts +1 -1
  201. package/lib/request/list-installation-sites-request.d.ts +1 -1
  202. package/lib/request/list-java-families-request.d.ts +1 -1
  203. package/lib/request/list-java-migration-analysis-results-request.d.ts +58 -0
  204. package/lib/request/list-java-migration-analysis-results-request.js +15 -0
  205. package/lib/request/list-java-migration-analysis-results-request.js.map +1 -0
  206. package/lib/request/list-java-releases-request.d.ts +1 -1
  207. package/lib/request/list-jre-usage-request.d.ts +1 -1
  208. package/lib/request/list-performance-tuning-analysis-results-request.d.ts +63 -0
  209. package/lib/request/list-performance-tuning-analysis-results-request.js +15 -0
  210. package/lib/request/list-performance-tuning-analysis-results-request.js.map +1 -0
  211. package/lib/request/list-work-items-request.d.ts +1 -1
  212. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  213. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  214. package/lib/request/list-work-requests-request.d.ts +1 -1
  215. package/lib/request/remove-fleet-installation-sites-request.d.ts +1 -1
  216. package/lib/request/request-crypto-analyses-request.d.ts +1 -1
  217. package/lib/request/request-java-migration-analyses-request.d.ts +31 -0
  218. package/lib/request/request-java-migration-analyses-request.js +15 -0
  219. package/lib/request/request-java-migration-analyses-request.js.map +1 -0
  220. package/lib/request/request-jfr-recordings-request.d.ts +1 -1
  221. package/lib/request/request-performance-tuning-analyses-request.d.ts +31 -0
  222. package/lib/request/request-performance-tuning-analyses-request.js +15 -0
  223. package/lib/request/request-performance-tuning-analyses-request.js.map +1 -0
  224. package/lib/request/scan-java-server-usage-request.d.ts +1 -1
  225. package/lib/request/scan-library-usage-request.d.ts +1 -1
  226. package/lib/request/summarize-application-installation-usage-request.d.ts +110 -0
  227. package/lib/request/summarize-application-installation-usage-request.js +15 -0
  228. package/lib/request/summarize-application-installation-usage-request.js.map +1 -0
  229. package/lib/request/summarize-application-usage-request.d.ts +2 -2
  230. package/lib/request/summarize-deployed-application-installation-usage-request.d.ts +97 -0
  231. package/lib/request/summarize-deployed-application-installation-usage-request.js +15 -0
  232. package/lib/request/summarize-deployed-application-installation-usage-request.js.map +1 -0
  233. package/lib/request/summarize-deployed-application-usage-request.d.ts +3 -3
  234. package/lib/request/summarize-installation-usage-request.d.ts +1 -1
  235. package/lib/request/summarize-java-server-instance-usage-request.d.ts +5 -5
  236. package/lib/request/summarize-java-server-usage-request.d.ts +2 -2
  237. package/lib/request/summarize-jre-usage-request.d.ts +1 -1
  238. package/lib/request/summarize-library-usage-request.d.ts +2 -2
  239. package/lib/request/summarize-managed-instance-usage-request.d.ts +2 -2
  240. package/lib/request/summarize-resource-inventory-request.d.ts +1 -1
  241. package/lib/request/update-fleet-advanced-feature-configuration-request.d.ts +2 -2
  242. package/lib/request/update-fleet-agent-configuration-request.d.ts +1 -1
  243. package/lib/request/update-fleet-request.d.ts +1 -1
  244. package/lib/response/delete-java-migration-analysis-result-response.d.ts +26 -0
  245. package/lib/response/delete-java-migration-analysis-result-response.js +15 -0
  246. package/lib/response/delete-java-migration-analysis-result-response.js.map +1 -0
  247. package/lib/response/delete-performance-tuning-analysis-result-response.d.ts +26 -0
  248. package/lib/response/delete-performance-tuning-analysis-result-response.js +15 -0
  249. package/lib/response/delete-performance-tuning-analysis-result-response.js.map +1 -0
  250. package/lib/response/get-java-migration-analysis-result-response.d.ts +30 -0
  251. package/lib/response/get-java-migration-analysis-result-response.js +15 -0
  252. package/lib/response/get-java-migration-analysis-result-response.js.map +1 -0
  253. package/lib/response/get-performance-tuning-analysis-result-response.d.ts +30 -0
  254. package/lib/response/get-performance-tuning-analysis-result-response.js +15 -0
  255. package/lib/response/get-performance-tuning-analysis-result-response.js.map +1 -0
  256. package/lib/response/index.d.ts +24 -0
  257. package/lib/response/list-announcements-response.d.ts +32 -0
  258. package/lib/response/list-announcements-response.js +15 -0
  259. package/lib/response/list-announcements-response.js.map +1 -0
  260. package/lib/response/list-fleet-diagnoses-response.d.ts +32 -0
  261. package/lib/response/list-fleet-diagnoses-response.js +15 -0
  262. package/lib/response/list-fleet-diagnoses-response.js.map +1 -0
  263. package/lib/response/list-java-migration-analysis-results-response.d.ts +32 -0
  264. package/lib/response/list-java-migration-analysis-results-response.js +15 -0
  265. package/lib/response/list-java-migration-analysis-results-response.js.map +1 -0
  266. package/lib/response/list-performance-tuning-analysis-results-response.d.ts +32 -0
  267. package/lib/response/list-performance-tuning-analysis-results-response.js +15 -0
  268. package/lib/response/list-performance-tuning-analysis-results-response.js.map +1 -0
  269. package/lib/response/request-java-migration-analyses-response.d.ts +26 -0
  270. package/lib/response/request-java-migration-analyses-response.js +15 -0
  271. package/lib/response/request-java-migration-analyses-response.js.map +1 -0
  272. package/lib/response/request-performance-tuning-analyses-response.d.ts +26 -0
  273. package/lib/response/request-performance-tuning-analyses-response.js +15 -0
  274. package/lib/response/request-performance-tuning-analyses-response.js.map +1 -0
  275. package/lib/response/summarize-application-installation-usage-response.d.ts +32 -0
  276. package/lib/response/summarize-application-installation-usage-response.js +15 -0
  277. package/lib/response/summarize-application-installation-usage-response.js.map +1 -0
  278. package/lib/response/summarize-deployed-application-installation-usage-response.d.ts +32 -0
  279. package/lib/response/summarize-deployed-application-installation-usage-response.js +15 -0
  280. package/lib/response/summarize-deployed-application-installation-usage-response.js.map +1 -0
  281. package/package.json +3 -3
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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 GetJavaMigrationAnalysisResultResponse {
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.JavaMigrationAnalysisResult instance.
28
+ */
29
+ "javaMigrationAnalysisResult": model.JavaMigrationAnalysisResult;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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-java-migration-analysis-result-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-java-migration-analysis-result-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/get-java-migration-analysis-result-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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 GetPerformanceTuningAnalysisResultResponse {
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.PerformanceTuningAnalysisResult instance.
28
+ */
29
+ "performanceTuningAnalysisResult": model.PerformanceTuningAnalysisResult;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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-performance-tuning-analysis-result-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-performance-tuning-analysis-result-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/get-performance-tuning-analysis-result-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -26,6 +26,10 @@ import * as DeleteCryptoAnalysisResultResponse from "./delete-crypto-analysis-re
26
26
  export import DeleteCryptoAnalysisResultResponse = DeleteCryptoAnalysisResultResponse.DeleteCryptoAnalysisResultResponse;
27
27
  import * as DeleteFleetResponse from "./delete-fleet-response";
28
28
  export import DeleteFleetResponse = DeleteFleetResponse.DeleteFleetResponse;
29
+ import * as DeleteJavaMigrationAnalysisResultResponse from "./delete-java-migration-analysis-result-response";
30
+ export import DeleteJavaMigrationAnalysisResultResponse = DeleteJavaMigrationAnalysisResultResponse.DeleteJavaMigrationAnalysisResultResponse;
31
+ import * as DeletePerformanceTuningAnalysisResultResponse from "./delete-performance-tuning-analysis-result-response";
32
+ export import DeletePerformanceTuningAnalysisResultResponse = DeletePerformanceTuningAnalysisResultResponse.DeletePerformanceTuningAnalysisResultResponse;
29
33
  import * as GenerateAgentDeployScriptResponse from "./generate-agent-deploy-script-response";
30
34
  export import GenerateAgentDeployScriptResponse = GenerateAgentDeployScriptResponse.GenerateAgentDeployScriptResponse;
31
35
  import * as GetCryptoAnalysisResultResponse from "./get-crypto-analysis-result-response";
@@ -38,24 +42,36 @@ import * as GetFleetAgentConfigurationResponse from "./get-fleet-agent-configura
38
42
  export import GetFleetAgentConfigurationResponse = GetFleetAgentConfigurationResponse.GetFleetAgentConfigurationResponse;
39
43
  import * as GetJavaFamilyResponse from "./get-java-family-response";
40
44
  export import GetJavaFamilyResponse = GetJavaFamilyResponse.GetJavaFamilyResponse;
45
+ import * as GetJavaMigrationAnalysisResultResponse from "./get-java-migration-analysis-result-response";
46
+ export import GetJavaMigrationAnalysisResultResponse = GetJavaMigrationAnalysisResultResponse.GetJavaMigrationAnalysisResultResponse;
41
47
  import * as GetJavaReleaseResponse from "./get-java-release-response";
42
48
  export import GetJavaReleaseResponse = GetJavaReleaseResponse.GetJavaReleaseResponse;
49
+ import * as GetPerformanceTuningAnalysisResultResponse from "./get-performance-tuning-analysis-result-response";
50
+ export import GetPerformanceTuningAnalysisResultResponse = GetPerformanceTuningAnalysisResultResponse.GetPerformanceTuningAnalysisResultResponse;
43
51
  import * as GetWorkRequestResponse from "./get-work-request-response";
44
52
  export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
53
+ import * as ListAnnouncementsResponse from "./list-announcements-response";
54
+ export import ListAnnouncementsResponse = ListAnnouncementsResponse.ListAnnouncementsResponse;
45
55
  import * as ListBlocklistsResponse from "./list-blocklists-response";
46
56
  export import ListBlocklistsResponse = ListBlocklistsResponse.ListBlocklistsResponse;
47
57
  import * as ListCryptoAnalysisResultsResponse from "./list-crypto-analysis-results-response";
48
58
  export import ListCryptoAnalysisResultsResponse = ListCryptoAnalysisResultsResponse.ListCryptoAnalysisResultsResponse;
59
+ import * as ListFleetDiagnosesResponse from "./list-fleet-diagnoses-response";
60
+ export import ListFleetDiagnosesResponse = ListFleetDiagnosesResponse.ListFleetDiagnosesResponse;
49
61
  import * as ListFleetsResponse from "./list-fleets-response";
50
62
  export import ListFleetsResponse = ListFleetsResponse.ListFleetsResponse;
51
63
  import * as ListInstallationSitesResponse from "./list-installation-sites-response";
52
64
  export import ListInstallationSitesResponse = ListInstallationSitesResponse.ListInstallationSitesResponse;
53
65
  import * as ListJavaFamiliesResponse from "./list-java-families-response";
54
66
  export import ListJavaFamiliesResponse = ListJavaFamiliesResponse.ListJavaFamiliesResponse;
67
+ import * as ListJavaMigrationAnalysisResultsResponse from "./list-java-migration-analysis-results-response";
68
+ export import ListJavaMigrationAnalysisResultsResponse = ListJavaMigrationAnalysisResultsResponse.ListJavaMigrationAnalysisResultsResponse;
55
69
  import * as ListJavaReleasesResponse from "./list-java-releases-response";
56
70
  export import ListJavaReleasesResponse = ListJavaReleasesResponse.ListJavaReleasesResponse;
57
71
  import * as ListJreUsageResponse from "./list-jre-usage-response";
58
72
  export import ListJreUsageResponse = ListJreUsageResponse.ListJreUsageResponse;
73
+ import * as ListPerformanceTuningAnalysisResultsResponse from "./list-performance-tuning-analysis-results-response";
74
+ export import ListPerformanceTuningAnalysisResultsResponse = ListPerformanceTuningAnalysisResultsResponse.ListPerformanceTuningAnalysisResultsResponse;
59
75
  import * as ListWorkItemsResponse from "./list-work-items-response";
60
76
  export import ListWorkItemsResponse = ListWorkItemsResponse.ListWorkItemsResponse;
61
77
  import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
@@ -68,14 +84,22 @@ import * as RemoveFleetInstallationSitesResponse from "./remove-fleet-installati
68
84
  export import RemoveFleetInstallationSitesResponse = RemoveFleetInstallationSitesResponse.RemoveFleetInstallationSitesResponse;
69
85
  import * as RequestCryptoAnalysesResponse from "./request-crypto-analyses-response";
70
86
  export import RequestCryptoAnalysesResponse = RequestCryptoAnalysesResponse.RequestCryptoAnalysesResponse;
87
+ import * as RequestJavaMigrationAnalysesResponse from "./request-java-migration-analyses-response";
88
+ export import RequestJavaMigrationAnalysesResponse = RequestJavaMigrationAnalysesResponse.RequestJavaMigrationAnalysesResponse;
71
89
  import * as RequestJfrRecordingsResponse from "./request-jfr-recordings-response";
72
90
  export import RequestJfrRecordingsResponse = RequestJfrRecordingsResponse.RequestJfrRecordingsResponse;
91
+ import * as RequestPerformanceTuningAnalysesResponse from "./request-performance-tuning-analyses-response";
92
+ export import RequestPerformanceTuningAnalysesResponse = RequestPerformanceTuningAnalysesResponse.RequestPerformanceTuningAnalysesResponse;
73
93
  import * as ScanJavaServerUsageResponse from "./scan-java-server-usage-response";
74
94
  export import ScanJavaServerUsageResponse = ScanJavaServerUsageResponse.ScanJavaServerUsageResponse;
75
95
  import * as ScanLibraryUsageResponse from "./scan-library-usage-response";
76
96
  export import ScanLibraryUsageResponse = ScanLibraryUsageResponse.ScanLibraryUsageResponse;
97
+ import * as SummarizeApplicationInstallationUsageResponse from "./summarize-application-installation-usage-response";
98
+ export import SummarizeApplicationInstallationUsageResponse = SummarizeApplicationInstallationUsageResponse.SummarizeApplicationInstallationUsageResponse;
77
99
  import * as SummarizeApplicationUsageResponse from "./summarize-application-usage-response";
78
100
  export import SummarizeApplicationUsageResponse = SummarizeApplicationUsageResponse.SummarizeApplicationUsageResponse;
101
+ import * as SummarizeDeployedApplicationInstallationUsageResponse from "./summarize-deployed-application-installation-usage-response";
102
+ export import SummarizeDeployedApplicationInstallationUsageResponse = SummarizeDeployedApplicationInstallationUsageResponse.SummarizeDeployedApplicationInstallationUsageResponse;
79
103
  import * as SummarizeDeployedApplicationUsageResponse from "./summarize-deployed-application-usage-response";
80
104
  export import SummarizeDeployedApplicationUsageResponse = SummarizeDeployedApplicationUsageResponse.SummarizeDeployedApplicationUsageResponse;
81
105
  import * as SummarizeInstallationUsageResponse from "./summarize-installation-usage-response";
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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 ListAnnouncementsResponse {
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
+ * For list pagination. When this header appears in the response, additional pages of results remain.
23
+ * Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
24
+ * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * The returned model.AnnouncementCollection instance.
30
+ */
31
+ "announcementCollection": model.AnnouncementCollection;
32
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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=list-announcements-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-announcements-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/list-announcements-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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 ListFleetDiagnosesResponse {
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
+ * For list pagination. When this header appears in the response, additional pages of results remain.
23
+ * Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
24
+ * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * The returned model.FleetDiagnosisCollection instance.
30
+ */
31
+ "fleetDiagnosisCollection": model.FleetDiagnosisCollection;
32
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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=list-fleet-diagnoses-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-fleet-diagnoses-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/list-fleet-diagnoses-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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 ListJavaMigrationAnalysisResultsResponse {
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
+ * For list pagination. When this header appears in the response, additional pages of results remain.
23
+ * Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
24
+ * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * The returned model.JavaMigrationAnalysisResultCollection instance.
30
+ */
31
+ "javaMigrationAnalysisResultCollection": model.JavaMigrationAnalysisResultCollection;
32
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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=list-java-migration-analysis-results-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-java-migration-analysis-results-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/list-java-migration-analysis-results-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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 ListPerformanceTuningAnalysisResultsResponse {
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
+ * For list pagination. When this header appears in the response, additional pages of results remain.
23
+ * Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
24
+ * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * The returned model.PerformanceTuningAnalysisResultCollection instance.
30
+ */
31
+ "performanceTuningAnalysisResultCollection": model.PerformanceTuningAnalysisResultCollection;
32
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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=list-performance-tuning-analysis-results-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-performance-tuning-analysis-results-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/list-performance-tuning-analysis-results-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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 RequestJavaMigrationAnalysesResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request.
16
+ * You can use this to query the status of the asynchronous operation.
17
+ *
18
+ */
19
+ "opcWorkRequestId": 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
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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=request-java-migration-analyses-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"request-java-migration-analyses-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/request-java-migration-analyses-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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 RequestPerformanceTuningAnalysesResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request.
16
+ * You can use this to query the status of the asynchronous operation.
17
+ *
18
+ */
19
+ "opcWorkRequestId": 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
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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=request-performance-tuning-analyses-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"request-performance-tuning-analyses-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/request-performance-tuning-analyses-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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 SummarizeApplicationInstallationUsageResponse {
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
+ * For list pagination. When this header appears in the response, additional pages of results remain.
23
+ * Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
24
+ * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * The returned model.ApplicationInstallationUsageSummaryCollection instance.
30
+ */
31
+ "applicationInstallationUsageSummaryCollection": model.ApplicationInstallationUsageSummaryCollection;
32
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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=summarize-application-installation-usage-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"summarize-application-installation-usage-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/summarize-application-installation-usage-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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 SummarizeDeployedApplicationInstallationUsageResponse {
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
+ * For list pagination. When this header appears in the response, additional pages of results remain.
23
+ * Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
24
+ * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * The returned model.DeployedApplicationInstallationUsageSummaryCollection instance.
30
+ */
31
+ "deployedApplicationInstallationUsageSummaryCollection": model.DeployedApplicationInstallationUsageSummaryCollection;
32
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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=summarize-deployed-application-installation-usage-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"summarize-deployed-application-installation-usage-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/summarize-deployed-application-installation-usage-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-jms",
3
- "version": "2.62.1",
3
+ "version": "2.62.3",
4
4
  "description": "OCI NodeJS client for Jms Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.62.1",
19
- "oci-workrequests": "2.62.1"
18
+ "oci-common": "2.62.3",
19
+ "oci-workrequests": "2.62.3"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"