oci-jms 2.62.0 → 2.62.2

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,31 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/RequestPerformanceTuningAnalyses.ts.html |here} to see how to use RequestPerformanceTuningAnalysesRequest.
17
+ */
18
+ export interface RequestPerformanceTuningAnalysesRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
21
+ */
22
+ "fleetId": string;
23
+ /**
24
+ * Detail information to start Performance Tuning Analyses
25
+ */
26
+ "requestPerformanceTuningAnalysesDetails": model.RequestPerformanceTuningAnalysesDetails;
27
+ /**
28
+ * The client request ID for tracing.
29
+ */
30
+ "opcRequestId"?: string;
31
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"request-performance-tuning-analyses-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/request-performance-tuning-analyses-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.62.0/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsageRequest.
17
17
  */
18
18
  export interface ScanJavaServerUsageRequest 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.62.0/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsageRequest.
17
17
  */
18
18
  export interface ScanLibraryUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,110 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeApplicationInstallationUsage.ts.html |here} to see how to use SummarizeApplicationInstallationUsageRequest.
17
+ */
18
+ export interface SummarizeApplicationInstallationUsageRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
21
+ */
22
+ "fleetId": string;
23
+ /**
24
+ * The Fleet-unique identifier of the application installation.
25
+ */
26
+ "applicationInstallationKey"?: string;
27
+ /**
28
+ * The Fleet-unique identifier of the application.
29
+ */
30
+ "applicationId"?: string;
31
+ /**
32
+ * The display name.
33
+ */
34
+ "displayName"?: string;
35
+ /**
36
+ * Filter the list with displayName contains the given value.
37
+ *
38
+ */
39
+ "displayNameContains"?: string;
40
+ /**
41
+ * The type of the application.
42
+ */
43
+ "applicationType"?: string;
44
+ /**
45
+ * Filter the list with the application installation path that contains the given value.
46
+ */
47
+ "appInstallationPathContains"?: string;
48
+ /**
49
+ * The vendor of the related Java Runtime.
50
+ */
51
+ "jreVendor"?: string;
52
+ /**
53
+ * The distribution of the related Java Runtime.
54
+ */
55
+ "jreDistribution"?: string;
56
+ /**
57
+ * The version of the related Java Runtime.
58
+ */
59
+ "jreVersion"?: string;
60
+ /**
61
+ * The file system path of the Java Runtime installation.
62
+ */
63
+ "installationPath"?: string;
64
+ /**
65
+ * The library key.
66
+ *
67
+ */
68
+ "libraryKey"?: string;
69
+ /**
70
+ * The Fleet-unique identifier of the related managed instance.
71
+ */
72
+ "managedInstanceId"?: string;
73
+ /**
74
+ * The operating system type.
75
+ */
76
+ "osFamily"?: Array<model.OsFamily>;
77
+ /**
78
+ * The start of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
79
+ */
80
+ "timeStart"?: Date;
81
+ /**
82
+ * The end of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
83
+ */
84
+ "timeEnd"?: Date;
85
+ /**
86
+ * The maximum number of items to return.
87
+ */
88
+ "limit"?: number;
89
+ /**
90
+ * The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
91
+ */
92
+ "page"?: string;
93
+ /**
94
+ * The sort order, either 'asc' or 'desc'.
95
+ */
96
+ "sortOrder"?: model.SortOrder;
97
+ /**
98
+ * The field to sort application installation views. Only one sort order may be provided.
99
+ * Default order for _timeFirstSeen_, _timeLastSeen_, _approximateJreCount_, _approximateInstallationCount_
100
+ * and _approximateManagedInstanceCount_ is **descending**.
101
+ * Default order for _displayName_, _installationPath_ and _osName_ is **ascending**.
102
+ * If no value is specified _timeLastSeen_ is default.
103
+ *
104
+ */
105
+ "sortBy"?: model.ApplicationInstallationSortBy;
106
+ /**
107
+ * The client request ID for tracing.
108
+ */
109
+ "opcRequestId"?: string;
110
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"summarize-application-installation-usage-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/summarize-application-installation-usage-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.62.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsageRequest.
17
17
  */
18
18
  export interface SummarizeApplicationUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -45,7 +45,7 @@ export interface SummarizeApplicationUsageRequest extends common.BaseRequest {
45
45
  */
46
46
  "jreVersion"?: string;
47
47
  /**
48
- * The file system path of the installation.
48
+ * The file system path of the Java Runtime installation.
49
49
  */
50
50
  "installationPath"?: string;
51
51
  /**
@@ -0,0 +1,97 @@
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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeDeployedApplicationInstallationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationInstallationUsageRequest.
17
+ */
18
+ export interface SummarizeDeployedApplicationInstallationUsageRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Fleet.
21
+ */
22
+ "fleetId": string;
23
+ /**
24
+ * The server key.
25
+ *
26
+ */
27
+ "serverKey"?: string;
28
+ /**
29
+ * The Java Server instance key.
30
+ *
31
+ */
32
+ "serverInstanceKey"?: string;
33
+ /**
34
+ * The Fleet-unique identifier of the managed instance.
35
+ */
36
+ "managedInstanceId"?: string;
37
+ /**
38
+ * The deployed application installation key.
39
+ *
40
+ */
41
+ "applicationInstallationKey"?: string;
42
+ /**
43
+ * The deployed application key.
44
+ *
45
+ */
46
+ "applicationKey"?: string;
47
+ /**
48
+ * Filter the list with deployed application name contains the given value.
49
+ *
50
+ */
51
+ "applicationNameContains"?: string;
52
+ /**
53
+ * The deployed application name.
54
+ *
55
+ */
56
+ "applicationName"?: string;
57
+ /**
58
+ * Filter the list with application source path contains the given value.
59
+ */
60
+ "applicationSourcePathContains"?: string;
61
+ /**
62
+ * The library key.
63
+ *
64
+ */
65
+ "libraryKey"?: string;
66
+ /**
67
+ * The start of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
68
+ */
69
+ "timeStart"?: Date;
70
+ /**
71
+ * The end of the time period during which resources are searched (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
72
+ */
73
+ "timeEnd"?: Date;
74
+ /**
75
+ * The maximum number of items to return.
76
+ */
77
+ "limit"?: number;
78
+ /**
79
+ * The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
80
+ */
81
+ "page"?: string;
82
+ /**
83
+ * The sort order, either 'asc' or 'desc'.
84
+ */
85
+ "sortOrder"?: model.SortOrder;
86
+ /**
87
+ * The field to sort the deployed application installations. Only one sort order can be provided.
88
+ * If no value is specified _timeLastSeen_ is default.
89
+ *
90
+ *
91
+ */
92
+ "sortBy"?: model.DeployedApplicationInstallationSortBy;
93
+ /**
94
+ * The client request ID for tracing.
95
+ */
96
+ "opcRequestId"?: string;
97
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"summarize-deployed-application-installation-usage-request.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/request/summarize-deployed-application-installation-usage-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.62.0/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsageRequest.
17
17
  */
18
18
  export interface SummarizeDeployedApplicationUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface SummarizeDeployedApplicationUsageRequest extends common.BaseReq
26
26
  */
27
27
  "serverKey"?: string;
28
28
  /**
29
- * The Java server instance key.
29
+ * The Java Server instance key.
30
30
  *
31
31
  */
32
32
  "serverInstanceKey"?: string;
@@ -75,7 +75,7 @@ export interface SummarizeDeployedApplicationUsageRequest extends common.BaseReq
75
75
  */
76
76
  "sortOrder"?: model.SortOrder;
77
77
  /**
78
- * The field to sort deployed applications. Only one sort order may be provided.
78
+ * The field to sort the deployed applications. Only one sort order can be provided.
79
79
  * If no value is specified _timeLastSeen_ is default.
80
80
  *
81
81
  */
@@ -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.62.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsageRequest.
17
17
  */
18
18
  export interface SummarizeInstallationUsageRequest 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.62.0/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsageRequest.
17
17
  */
18
18
  export interface SummarizeJavaServerInstanceUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface SummarizeJavaServerInstanceUsageRequest extends common.BaseRequ
26
26
  */
27
27
  "serverKey"?: string;
28
28
  /**
29
- * The Java server instance key.
29
+ * The Java Server instance key.
30
30
  *
31
31
  */
32
32
  "serverInstanceKey"?: string;
@@ -45,12 +45,12 @@ export interface SummarizeJavaServerInstanceUsageRequest extends common.BaseRequ
45
45
  */
46
46
  "libraryKey"?: string;
47
47
  /**
48
- * Filter the list with Java server instance name contains the given value.
48
+ * Filter the list with the Java Server instance name contains the given value.
49
49
  *
50
50
  */
51
51
  "serverInstanceNameContains"?: string;
52
52
  /**
53
- * The Java server instance name.
53
+ * The Java Server instance name.
54
54
  *
55
55
  */
56
56
  "serverInstanceName"?: string;
@@ -75,7 +75,7 @@ export interface SummarizeJavaServerInstanceUsageRequest extends common.BaseRequ
75
75
  */
76
76
  "sortOrder"?: model.SortOrder;
77
77
  /**
78
- * The field to sort Java server instances. Only one sort order may be provided.
78
+ * The field to sort the Java Server instances. Only one sort order can be provided.
79
79
  * If no value is specified _timeLastSeen_ is default.
80
80
  *
81
81
  */
@@ -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.62.0/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsageRequest.
17
17
  */
18
18
  export interface SummarizeJavaServerUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -61,7 +61,7 @@ export interface SummarizeJavaServerUsageRequest extends common.BaseRequest {
61
61
  */
62
62
  "sortOrder"?: model.SortOrder;
63
63
  /**
64
- * The field to sort Java servers. Only one sort order may be provided.
64
+ * The field to sort a Java Server. Only one sort order can be provided.
65
65
  * If no value is specified _timeLastSeen_ is default.
66
66
  *
67
67
  */
@@ -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.62.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsageRequest.
17
17
  */
18
18
  export interface SummarizeJreUsageRequest 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.62.0/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsageRequest.
17
17
  */
18
18
  export interface SummarizeLibraryUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -21,7 +21,7 @@ export interface SummarizeLibraryUsageRequest extends common.BaseRequest {
21
21
  */
22
22
  "fleetId": string;
23
23
  /**
24
- * The Java server instance key.
24
+ * The Java Server instance key.
25
25
  *
26
26
  */
27
27
  "serverInstanceKey"?: string;
@@ -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.62.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsageRequest.
17
17
  */
18
18
  export interface SummarizeManagedInstanceUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -41,7 +41,7 @@ export interface SummarizeManagedInstanceUsageRequest extends common.BaseRequest
41
41
  */
42
42
  "jreVersion"?: string;
43
43
  /**
44
- * The file system path of the installation.
44
+ * The file system path of the Java Runtime installation.
45
45
  */
46
46
  "installationPath"?: string;
47
47
  /**
@@ -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.62.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventoryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventoryRequest.
16
16
  */
17
17
  export interface SummarizeResourceInventoryRequest 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.62.0/jms/UpdateFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use UpdateFleetAdvancedFeatureConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/UpdateFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use UpdateFleetAdvancedFeatureConfigurationRequest.
17
17
  */
18
18
  export interface UpdateFleetAdvancedFeatureConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -21,7 +21,7 @@ export interface UpdateFleetAdvancedFeatureConfigurationRequest extends common.B
21
21
  */
22
22
  "fleetId": string;
23
23
  /**
24
- * Update advanced feature configurations with new fields
24
+ * Update advanced feature configurations with new fields.
25
25
  */
26
26
  "updateFleetAdvancedFeatureConfigurationDetails": model.UpdateFleetAdvancedFeatureConfigurationDetails;
27
27
  /**
@@ -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.62.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfigurationRequest.
17
17
  */
18
18
  export interface UpdateFleetAgentConfigurationRequest 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.62.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleetRequest.
17
17
  */
18
18
  export interface UpdateFleetRequest extends common.BaseRequest {
19
19
  /**
@@ -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 DeleteJavaMigrationAnalysisResultResponse {
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=delete-java-migration-analysis-result-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-java-migration-analysis-result-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/delete-java-migration-analysis-result-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 DeletePerformanceTuningAnalysisResultResponse {
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=delete-performance-tuning-analysis-result-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-performance-tuning-analysis-result-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/delete-performance-tuning-analysis-result-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}