oci-jmsutils 2.118.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (245) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +270 -0
  9. package/lib/client.js +1368 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/jmsutils-waiter.d.ts +27 -0
  12. package/lib/jmsutils-waiter.js +44 -0
  13. package/lib/jmsutils-waiter.js.map +1 -0
  14. package/lib/model/action-type.d.ts +32 -0
  15. package/lib/model/action-type.js +43 -0
  16. package/lib/model/action-type.js.map +1 -0
  17. package/lib/model/analyze-applications-configuration.d.ts +29 -0
  18. package/lib/model/analyze-applications-configuration.js +29 -0
  19. package/lib/model/analyze-applications-configuration.js.map +1 -0
  20. package/lib/model/basic-work-item-details.d.ts +24 -0
  21. package/lib/model/basic-work-item-details.js +52 -0
  22. package/lib/model/basic-work-item-details.js.map +1 -0
  23. package/lib/model/index.d.ts +88 -0
  24. package/lib/model/index.js +111 -0
  25. package/lib/model/index.js.map +1 -0
  26. package/lib/model/java-migration-analysis-collection.d.ts +26 -0
  27. package/lib/model/java-migration-analysis-collection.js +61 -0
  28. package/lib/model/java-migration-analysis-collection.js.map +1 -0
  29. package/lib/model/java-migration-analysis-sort-by.d.ts +24 -0
  30. package/lib/model/java-migration-analysis-sort-by.js +35 -0
  31. package/lib/model/java-migration-analysis-sort-by.js.map +1 -0
  32. package/lib/model/java-migration-analysis-summary.d.ts +88 -0
  33. package/lib/model/java-migration-analysis-summary.js +55 -0
  34. package/lib/model/java-migration-analysis-summary.js.map +1 -0
  35. package/lib/model/java-migration-analysis-target.d.ts +43 -0
  36. package/lib/model/java-migration-analysis-target.js +29 -0
  37. package/lib/model/java-migration-analysis-target.js.map +1 -0
  38. package/lib/model/java-migration-analysis.d.ts +91 -0
  39. package/lib/model/java-migration-analysis.js +55 -0
  40. package/lib/model/java-migration-analysis.js.map +1 -0
  41. package/lib/model/java-migration-work-item-details.d.ts +38 -0
  42. package/lib/model/java-migration-work-item-details.js +54 -0
  43. package/lib/model/java-migration-work-item-details.js.map +1 -0
  44. package/lib/model/operation-status.d.ts +34 -0
  45. package/lib/model/operation-status.js +45 -0
  46. package/lib/model/operation-status.js.map +1 -0
  47. package/lib/model/operation-type.d.ts +28 -0
  48. package/lib/model/operation-type.js +39 -0
  49. package/lib/model/operation-type.js.map +1 -0
  50. package/lib/model/performance-tuning-analysis-collection.d.ts +26 -0
  51. package/lib/model/performance-tuning-analysis-collection.js +61 -0
  52. package/lib/model/performance-tuning-analysis-collection.js.map +1 -0
  53. package/lib/model/performance-tuning-analysis-sort-by.d.ts +24 -0
  54. package/lib/model/performance-tuning-analysis-sort-by.js +35 -0
  55. package/lib/model/performance-tuning-analysis-sort-by.js.map +1 -0
  56. package/lib/model/performance-tuning-analysis-summary.d.ts +76 -0
  57. package/lib/model/performance-tuning-analysis-summary.js +55 -0
  58. package/lib/model/performance-tuning-analysis-summary.js.map +1 -0
  59. package/lib/model/performance-tuning-analysis-target.d.ts +29 -0
  60. package/lib/model/performance-tuning-analysis-target.js +29 -0
  61. package/lib/model/performance-tuning-analysis-target.js.map +1 -0
  62. package/lib/model/performance-tuning-analysis.d.ts +88 -0
  63. package/lib/model/performance-tuning-analysis.js +65 -0
  64. package/lib/model/performance-tuning-analysis.js.map +1 -0
  65. package/lib/model/performance-tuning-work-item-details.d.ts +32 -0
  66. package/lib/model/performance-tuning-work-item-details.js +54 -0
  67. package/lib/model/performance-tuning-work-item-details.js.map +1 -0
  68. package/lib/model/principal.d.ts +29 -0
  69. package/lib/model/principal.js +29 -0
  70. package/lib/model/principal.js.map +1 -0
  71. package/lib/model/request-java-migration-analysis-details.d.ts +52 -0
  72. package/lib/model/request-java-migration-analysis-details.js +61 -0
  73. package/lib/model/request-java-migration-analysis-details.js.map +1 -0
  74. package/lib/model/request-performance-tuning-analysis-details.d.ts +52 -0
  75. package/lib/model/request-performance-tuning-analysis-details.js +61 -0
  76. package/lib/model/request-performance-tuning-analysis-details.js.map +1 -0
  77. package/lib/model/sort-order.d.ts +30 -0
  78. package/lib/model/sort-order.js +41 -0
  79. package/lib/model/sort-order.js.map +1 -0
  80. package/lib/model/subscription-acknowledgment-configuration.d.ts +34 -0
  81. package/lib/model/subscription-acknowledgment-configuration.js +29 -0
  82. package/lib/model/subscription-acknowledgment-configuration.js.map +1 -0
  83. package/lib/model/update-analyze-applications-configuration-details.d.ts +29 -0
  84. package/lib/model/update-analyze-applications-configuration-details.js +29 -0
  85. package/lib/model/update-analyze-applications-configuration-details.js.map +1 -0
  86. package/lib/model/update-subscription-acknowledgment-configuration-details.d.ts +25 -0
  87. package/lib/model/update-subscription-acknowledgment-configuration-details.js +29 -0
  88. package/lib/model/update-subscription-acknowledgment-configuration-details.js.map +1 -0
  89. package/lib/model/work-item-collection.d.ts +26 -0
  90. package/lib/model/work-item-collection.js +61 -0
  91. package/lib/model/work-item-collection.js.map +1 -0
  92. package/lib/model/work-item-details.d.ts +27 -0
  93. package/lib/model/work-item-details.js +76 -0
  94. package/lib/model/work-item-details.js.map +1 -0
  95. package/lib/model/work-item-status.d.ts +34 -0
  96. package/lib/model/work-item-status.js +45 -0
  97. package/lib/model/work-item-status.js.map +1 -0
  98. package/lib/model/work-item-summary.d.ts +44 -0
  99. package/lib/model/work-item-summary.js +55 -0
  100. package/lib/model/work-item-summary.js.map +1 -0
  101. package/lib/model/work-item-type.d.ts +28 -0
  102. package/lib/model/work-item-type.js +39 -0
  103. package/lib/model/work-item-type.js.map +1 -0
  104. package/lib/model/work-request-error-collection.d.ts +26 -0
  105. package/lib/model/work-request-error-collection.js +61 -0
  106. package/lib/model/work-request-error-collection.js.map +1 -0
  107. package/lib/model/work-request-error.d.ts +37 -0
  108. package/lib/model/work-request-error.js +29 -0
  109. package/lib/model/work-request-error.js.map +1 -0
  110. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  111. package/lib/model/work-request-log-entry-collection.js +61 -0
  112. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  113. package/lib/model/work-request-log-entry.d.ts +31 -0
  114. package/lib/model/work-request-log-entry.js +29 -0
  115. package/lib/model/work-request-log-entry.js.map +1 -0
  116. package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
  117. package/lib/model/work-request-resource-metadata-key.js +38 -0
  118. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  119. package/lib/model/work-request-resource.d.ts +48 -0
  120. package/lib/model/work-request-resource.js +29 -0
  121. package/lib/model/work-request-resource.js.map +1 -0
  122. package/lib/model/work-request-summary-collection.d.ts +26 -0
  123. package/lib/model/work-request-summary-collection.js +61 -0
  124. package/lib/model/work-request-summary-collection.js.map +1 -0
  125. package/lib/model/work-request-summary.d.ts +74 -0
  126. package/lib/model/work-request-summary.js +65 -0
  127. package/lib/model/work-request-summary.js.map +1 -0
  128. package/lib/model/work-request.d.ts +85 -0
  129. package/lib/model/work-request.js +65 -0
  130. package/lib/model/work-request.js.map +1 -0
  131. package/lib/request/cancel-work-request-request.d.ts +38 -0
  132. package/lib/request/cancel-work-request-request.js +15 -0
  133. package/lib/request/cancel-work-request-request.js.map +1 -0
  134. package/lib/request/delete-java-migration-analysis-request.d.ts +38 -0
  135. package/lib/request/delete-java-migration-analysis-request.js +15 -0
  136. package/lib/request/delete-java-migration-analysis-request.js.map +1 -0
  137. package/lib/request/delete-performance-tuning-analysis-request.d.ts +38 -0
  138. package/lib/request/delete-performance-tuning-analysis-request.js +15 -0
  139. package/lib/request/delete-performance-tuning-analysis-request.js.map +1 -0
  140. package/lib/request/get-analyze-applications-configuration-request.d.ts +30 -0
  141. package/lib/request/get-analyze-applications-configuration-request.js +15 -0
  142. package/lib/request/get-analyze-applications-configuration-request.js.map +1 -0
  143. package/lib/request/get-java-migration-analysis-request.d.ts +30 -0
  144. package/lib/request/get-java-migration-analysis-request.js +15 -0
  145. package/lib/request/get-java-migration-analysis-request.js.map +1 -0
  146. package/lib/request/get-performance-tuning-analysis-request.d.ts +30 -0
  147. package/lib/request/get-performance-tuning-analysis-request.js +15 -0
  148. package/lib/request/get-performance-tuning-analysis-request.js.map +1 -0
  149. package/lib/request/get-subscription-acknowledgment-configuration-request.d.ts +30 -0
  150. package/lib/request/get-subscription-acknowledgment-configuration-request.js +15 -0
  151. package/lib/request/get-subscription-acknowledgment-configuration-request.js.map +1 -0
  152. package/lib/request/get-work-request-request.d.ts +30 -0
  153. package/lib/request/get-work-request-request.js +15 -0
  154. package/lib/request/get-work-request-request.js.map +1 -0
  155. package/lib/request/index.d.ts +48 -0
  156. package/lib/request/index.js +41 -0
  157. package/lib/request/index.js.map +1 -0
  158. package/lib/request/list-java-migration-analysis-request.d.ts +56 -0
  159. package/lib/request/list-java-migration-analysis-request.js +15 -0
  160. package/lib/request/list-java-migration-analysis-request.js.map +1 -0
  161. package/lib/request/list-performance-tuning-analysis-request.d.ts +60 -0
  162. package/lib/request/list-performance-tuning-analysis-request.js +15 -0
  163. package/lib/request/list-performance-tuning-analysis-request.js.map +1 -0
  164. package/lib/request/list-work-items-request.d.ts +38 -0
  165. package/lib/request/list-work-items-request.js +15 -0
  166. package/lib/request/list-work-items-request.js.map +1 -0
  167. package/lib/request/list-work-request-errors-request.d.ts +53 -0
  168. package/lib/request/list-work-request-errors-request.js +23 -0
  169. package/lib/request/list-work-request-errors-request.js.map +1 -0
  170. package/lib/request/list-work-request-logs-request.d.ts +53 -0
  171. package/lib/request/list-work-request-logs-request.js +23 -0
  172. package/lib/request/list-work-request-logs-request.js.map +1 -0
  173. package/lib/request/list-work-requests-request.d.ts +65 -0
  174. package/lib/request/list-work-requests-request.js +23 -0
  175. package/lib/request/list-work-requests-request.js.map +1 -0
  176. package/lib/request/request-java-migration-analysis-request.d.ts +40 -0
  177. package/lib/request/request-java-migration-analysis-request.js +15 -0
  178. package/lib/request/request-java-migration-analysis-request.js.map +1 -0
  179. package/lib/request/request-performance-tuning-analysis-request.d.ts +40 -0
  180. package/lib/request/request-performance-tuning-analysis-request.js +15 -0
  181. package/lib/request/request-performance-tuning-analysis-request.js.map +1 -0
  182. package/lib/request/update-analyze-applications-configuration-request.d.ts +43 -0
  183. package/lib/request/update-analyze-applications-configuration-request.js +15 -0
  184. package/lib/request/update-analyze-applications-configuration-request.js.map +1 -0
  185. package/lib/request/update-subscription-acknowledgment-configuration-request.d.ts +43 -0
  186. package/lib/request/update-subscription-acknowledgment-configuration-request.js +15 -0
  187. package/lib/request/update-subscription-acknowledgment-configuration-request.js.map +1 -0
  188. package/lib/response/cancel-work-request-response.d.ts +20 -0
  189. package/lib/response/cancel-work-request-response.js +15 -0
  190. package/lib/response/cancel-work-request-response.js.map +1 -0
  191. package/lib/response/delete-java-migration-analysis-response.d.ts +20 -0
  192. package/lib/response/delete-java-migration-analysis-response.js +15 -0
  193. package/lib/response/delete-java-migration-analysis-response.js.map +1 -0
  194. package/lib/response/delete-performance-tuning-analysis-response.d.ts +20 -0
  195. package/lib/response/delete-performance-tuning-analysis-response.js +15 -0
  196. package/lib/response/delete-performance-tuning-analysis-response.js.map +1 -0
  197. package/lib/response/get-analyze-applications-configuration-response.d.ts +30 -0
  198. package/lib/response/get-analyze-applications-configuration-response.js +15 -0
  199. package/lib/response/get-analyze-applications-configuration-response.js.map +1 -0
  200. package/lib/response/get-java-migration-analysis-response.d.ts +30 -0
  201. package/lib/response/get-java-migration-analysis-response.js +15 -0
  202. package/lib/response/get-java-migration-analysis-response.js.map +1 -0
  203. package/lib/response/get-performance-tuning-analysis-response.d.ts +30 -0
  204. package/lib/response/get-performance-tuning-analysis-response.js +15 -0
  205. package/lib/response/get-performance-tuning-analysis-response.js.map +1 -0
  206. package/lib/response/get-subscription-acknowledgment-configuration-response.d.ts +30 -0
  207. package/lib/response/get-subscription-acknowledgment-configuration-response.js +15 -0
  208. package/lib/response/get-subscription-acknowledgment-configuration-response.js.map +1 -0
  209. package/lib/response/get-work-request-response.d.ts +34 -0
  210. package/lib/response/get-work-request-response.js +15 -0
  211. package/lib/response/get-work-request-response.js.map +1 -0
  212. package/lib/response/index.d.ts +48 -0
  213. package/lib/response/index.js +15 -0
  214. package/lib/response/index.js.map +1 -0
  215. package/lib/response/list-java-migration-analysis-response.d.ts +31 -0
  216. package/lib/response/list-java-migration-analysis-response.js +15 -0
  217. package/lib/response/list-java-migration-analysis-response.js.map +1 -0
  218. package/lib/response/list-performance-tuning-analysis-response.d.ts +31 -0
  219. package/lib/response/list-performance-tuning-analysis-response.js +15 -0
  220. package/lib/response/list-performance-tuning-analysis-response.js.map +1 -0
  221. package/lib/response/list-work-items-response.d.ts +31 -0
  222. package/lib/response/list-work-items-response.js +15 -0
  223. package/lib/response/list-work-items-response.js.map +1 -0
  224. package/lib/response/list-work-request-errors-response.d.ts +31 -0
  225. package/lib/response/list-work-request-errors-response.js +15 -0
  226. package/lib/response/list-work-request-errors-response.js.map +1 -0
  227. package/lib/response/list-work-request-logs-response.d.ts +31 -0
  228. package/lib/response/list-work-request-logs-response.js +15 -0
  229. package/lib/response/list-work-request-logs-response.js.map +1 -0
  230. package/lib/response/list-work-requests-response.d.ts +31 -0
  231. package/lib/response/list-work-requests-response.js +15 -0
  232. package/lib/response/list-work-requests-response.js.map +1 -0
  233. package/lib/response/request-java-migration-analysis-response.d.ts +26 -0
  234. package/lib/response/request-java-migration-analysis-response.js +15 -0
  235. package/lib/response/request-java-migration-analysis-response.js.map +1 -0
  236. package/lib/response/request-performance-tuning-analysis-response.d.ts +26 -0
  237. package/lib/response/request-performance-tuning-analysis-response.js +15 -0
  238. package/lib/response/request-performance-tuning-analysis-response.js.map +1 -0
  239. package/lib/response/update-analyze-applications-configuration-response.d.ts +30 -0
  240. package/lib/response/update-analyze-applications-configuration-response.js +15 -0
  241. package/lib/response/update-analyze-applications-configuration-response.js.map +1 -0
  242. package/lib/response/update-subscription-acknowledgment-configuration-response.d.ts +30 -0
  243. package/lib/response/update-subscription-acknowledgment-configuration-response.js +15 -0
  244. package/lib/response/update-subscription-acknowledgment-configuration-response.js.map +1 -0
  245. package/package.json +29 -0
@@ -0,0 +1,85 @@
1
+ /**
2
+ * Java Management Service Utilities API
3
+ * The APIs for Analyze Applications and other utilities of Java Management Service.
4
+ * OpenAPI spec version: 20250521
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * An asynchronous work request. Work requests help you monitor long-running operations. When you start a long-running operation,
16
+ * the service creates a work request. A work request is an activity log that lets you track each step in the operation's
17
+ * progress. Each work request has an OCID that lets you interact with it programmatically and use it for automation.
18
+ *
19
+ */
20
+ export interface WorkRequest {
21
+ /**
22
+ * The asynchronous operation tracked by this work request.
23
+ */
24
+ "operationType": model.OperationType;
25
+ /**
26
+ * The status of the work request.
27
+ */
28
+ "status": model.OperationStatus;
29
+ /**
30
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
31
+ */
32
+ "id": string;
33
+ /**
34
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request.
35
+ *
36
+ */
37
+ "compartmentId": string;
38
+ /**
39
+ * The resources that are affected by the work request.
40
+ */
41
+ "resources": Array<model.WorkRequestResource>;
42
+ /**
43
+ * Shows the progress of the operation tracked by the work request, as a percentage of the total work
44
+ * that must be performed.
45
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
46
+ */
47
+ "percentComplete": number;
48
+ /**
49
+ * The total number of tasks to be executed for this work request. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
50
+ */
51
+ "totalTaskCount"?: number;
52
+ /**
53
+ * The number of tasks had been executed to a terminal state. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
54
+ */
55
+ "completedTaskCount"?: number;
56
+ /**
57
+ * The date and time the work request was created, in the format defined by
58
+ * [RFC 3339](https://tools.ietf.org/html/rfc3339).
59
+ *
60
+ */
61
+ "timeAccepted": Date;
62
+ /**
63
+ * The date and time the work request was started, in the format defined by
64
+ * [RFC 3339](https://tools.ietf.org/html/rfc3339).
65
+ *
66
+ */
67
+ "timeStarted"?: Date;
68
+ /**
69
+ * The date and time the work request was finished, in the format defined by
70
+ * [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
71
+ *
72
+ */
73
+ "timeFinished"?: Date;
74
+ /**
75
+ * The date and time the work request was updated, in the format defined by
76
+ * [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
77
+ *
78
+ */
79
+ "timeUpdated"?: Date;
80
+ "createdBy"?: model.Principal;
81
+ }
82
+ export declare namespace WorkRequest {
83
+ function getJsonObj(obj: WorkRequest): object;
84
+ function getDeserializedJsonObj(obj: WorkRequest): object;
85
+ }
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service Utilities API
4
+ * The APIs for Analyze Applications and other utilities of Java Management Service.
5
+ * OpenAPI spec version: 20250521
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.WorkRequest = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var WorkRequest;
37
+ (function (WorkRequest) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "resources": obj.resources
41
+ ? obj.resources.map(item => {
42
+ return model.WorkRequestResource.getJsonObj(item);
43
+ })
44
+ : undefined,
45
+ "createdBy": obj.createdBy ? model.Principal.getJsonObj(obj.createdBy) : undefined
46
+ });
47
+ return jsonObj;
48
+ }
49
+ WorkRequest.getJsonObj = getJsonObj;
50
+ function getDeserializedJsonObj(obj) {
51
+ const jsonObj = Object.assign(Object.assign({}, obj), {
52
+ "resources": obj.resources
53
+ ? obj.resources.map(item => {
54
+ return model.WorkRequestResource.getDeserializedJsonObj(item);
55
+ })
56
+ : undefined,
57
+ "createdBy": obj.createdBy
58
+ ? model.Principal.getDeserializedJsonObj(obj.createdBy)
59
+ : undefined
60
+ });
61
+ return jsonObj;
62
+ }
63
+ WorkRequest.getDeserializedJsonObj = getDeserializedJsonObj;
64
+ })(WorkRequest = exports.WorkRequest || (exports.WorkRequest = {}));
65
+ //# sourceMappingURL=work-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-request.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/model/work-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwElC,IAAiB,WAAW,CAmC3B;AAnCD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS;SACnF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,sBAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,GAAG,CAAC,SAAS,CAAC;gBACvD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,kCAAsB,yBAiBrC,CAAA;AACH,CAAC,EAnCgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAmC3B"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20250521
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
+ */
17
+ export interface CancelWorkRequestRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
20
+ */
21
+ "workRequestId": string;
22
+ /**
23
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
24
+ * {@code if-match} parameter to the value of the etag from a previous GET or POST response for
25
+ * that resource. The resource will be updated or deleted only if the etag you provide
26
+ * matches the resource's current etag value.
27
+ *
28
+ */
29
+ "ifMatch"?: string;
30
+ /**
31
+ * Unique Oracle-assigned identifier for the request. If you need to contact
32
+ * Oracle about a particular request, please provide the request ID.
33
+ * The only valid characters for request IDs are letters, numbers,
34
+ * underscore, and dash.
35
+ *
36
+ */
37
+ "opcRequestId"?: string;
38
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20250521
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=cancel-work-request-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cancel-work-request-request.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/request/cancel-work-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20250521
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/DeleteJavaMigrationAnalysis.ts.html |here} to see how to use DeleteJavaMigrationAnalysisRequest.
16
+ */
17
+ export interface DeleteJavaMigrationAnalysisRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Java Migration Analysis.
20
+ */
21
+ "javaMigrationAnalysisId": string;
22
+ /**
23
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
24
+ * {@code if-match} parameter to the value of the etag from a previous GET or POST response for
25
+ * that resource. The resource will be updated or deleted only if the etag you provide
26
+ * matches the resource's current etag value.
27
+ *
28
+ */
29
+ "ifMatch"?: string;
30
+ /**
31
+ * Unique Oracle-assigned identifier for the request. If you need to contact
32
+ * Oracle about a particular request, please provide the request ID.
33
+ * The only valid characters for request IDs are letters, numbers,
34
+ * underscore, and dash.
35
+ *
36
+ */
37
+ "opcRequestId"?: string;
38
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20250521
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-java-migration-analysis-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-java-migration-analysis-request.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/request/delete-java-migration-analysis-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20250521
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/DeletePerformanceTuningAnalysis.ts.html |here} to see how to use DeletePerformanceTuningAnalysisRequest.
16
+ */
17
+ export interface DeletePerformanceTuningAnalysisRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Performance Tuning Analysis.
20
+ */
21
+ "performanceTuningAnalysisId": string;
22
+ /**
23
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
24
+ * {@code if-match} parameter to the value of the etag from a previous GET or POST response for
25
+ * that resource. The resource will be updated or deleted only if the etag you provide
26
+ * matches the resource's current etag value.
27
+ *
28
+ */
29
+ "ifMatch"?: string;
30
+ /**
31
+ * Unique Oracle-assigned identifier for the request. If you need to contact
32
+ * Oracle about a particular request, please provide the request ID.
33
+ * The only valid characters for request IDs are letters, numbers,
34
+ * underscore, and dash.
35
+ *
36
+ */
37
+ "opcRequestId"?: string;
38
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20250521
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-performance-tuning-analysis-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-performance-tuning-analysis-request.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/request/delete-performance-tuning-analysis-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20250521
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/GetAnalyzeApplicationsConfiguration.ts.html |here} to see how to use GetAnalyzeApplicationsConfigurationRequest.
16
+ */
17
+ export interface GetAnalyzeApplicationsConfigurationRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
20
+ */
21
+ "compartmentId"?: string;
22
+ /**
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a particular request, please provide the request ID.
25
+ * The only valid characters for request IDs are letters, numbers,
26
+ * underscore, and dash.
27
+ *
28
+ */
29
+ "opcRequestId"?: string;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20250521
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-analyze-applications-configuration-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-analyze-applications-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/request/get-analyze-applications-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20250521
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/GetJavaMigrationAnalysis.ts.html |here} to see how to use GetJavaMigrationAnalysisRequest.
16
+ */
17
+ export interface GetJavaMigrationAnalysisRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Java Migration Analysis.
20
+ */
21
+ "javaMigrationAnalysisId": string;
22
+ /**
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a particular request, please provide the request ID.
25
+ * The only valid characters for request IDs are letters, numbers,
26
+ * underscore, and dash.
27
+ *
28
+ */
29
+ "opcRequestId"?: string;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20250521
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-java-migration-analysis-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-java-migration-analysis-request.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/request/get-java-migration-analysis-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20250521
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/GetPerformanceTuningAnalysis.ts.html |here} to see how to use GetPerformanceTuningAnalysisRequest.
16
+ */
17
+ export interface GetPerformanceTuningAnalysisRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Performance Tuning Analysis.
20
+ */
21
+ "performanceTuningAnalysisId": string;
22
+ /**
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a particular request, please provide the request ID.
25
+ * The only valid characters for request IDs are letters, numbers,
26
+ * underscore, and dash.
27
+ *
28
+ */
29
+ "opcRequestId"?: string;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20250521
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-performance-tuning-analysis-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-performance-tuning-analysis-request.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/request/get-performance-tuning-analysis-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20250521
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/GetSubscriptionAcknowledgmentConfiguration.ts.html |here} to see how to use GetSubscriptionAcknowledgmentConfigurationRequest.
16
+ */
17
+ export interface GetSubscriptionAcknowledgmentConfigurationRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
20
+ */
21
+ "compartmentId"?: string;
22
+ /**
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a particular request, please provide the request ID.
25
+ * The only valid characters for request IDs are letters, numbers,
26
+ * underscore, and dash.
27
+ *
28
+ */
29
+ "opcRequestId"?: string;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20250521
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-subscription-acknowledgment-configuration-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-subscription-acknowledgment-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/request/get-subscription-acknowledgment-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20250521
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/jmsutils/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
+ */
17
+ export interface GetWorkRequestRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
20
+ */
21
+ "workRequestId": string;
22
+ /**
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a particular request, please provide the request ID.
25
+ * The only valid characters for request IDs are letters, numbers,
26
+ * underscore, and dash.
27
+ *
28
+ */
29
+ "opcRequestId"?: string;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20250521
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-work-request-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-work-request-request.js","sourceRoot":"","sources":["../../../../../lib/jmsutils/lib/request/get-work-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,48 @@
1
+ /**
2
+ * Java Management Service Utilities API
3
+ * The APIs for Analyze Applications and other utilities of Java Management Service.
4
+ * OpenAPI spec version: 20250521
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as CancelWorkRequestRequest from "./cancel-work-request-request";
14
+ export import CancelWorkRequestRequest = CancelWorkRequestRequest.CancelWorkRequestRequest;
15
+ import * as DeleteJavaMigrationAnalysisRequest from "./delete-java-migration-analysis-request";
16
+ export import DeleteJavaMigrationAnalysisRequest = DeleteJavaMigrationAnalysisRequest.DeleteJavaMigrationAnalysisRequest;
17
+ import * as DeletePerformanceTuningAnalysisRequest from "./delete-performance-tuning-analysis-request";
18
+ export import DeletePerformanceTuningAnalysisRequest = DeletePerformanceTuningAnalysisRequest.DeletePerformanceTuningAnalysisRequest;
19
+ import * as GetAnalyzeApplicationsConfigurationRequest from "./get-analyze-applications-configuration-request";
20
+ export import GetAnalyzeApplicationsConfigurationRequest = GetAnalyzeApplicationsConfigurationRequest.GetAnalyzeApplicationsConfigurationRequest;
21
+ import * as GetJavaMigrationAnalysisRequest from "./get-java-migration-analysis-request";
22
+ export import GetJavaMigrationAnalysisRequest = GetJavaMigrationAnalysisRequest.GetJavaMigrationAnalysisRequest;
23
+ import * as GetPerformanceTuningAnalysisRequest from "./get-performance-tuning-analysis-request";
24
+ export import GetPerformanceTuningAnalysisRequest = GetPerformanceTuningAnalysisRequest.GetPerformanceTuningAnalysisRequest;
25
+ import * as GetSubscriptionAcknowledgmentConfigurationRequest from "./get-subscription-acknowledgment-configuration-request";
26
+ export import GetSubscriptionAcknowledgmentConfigurationRequest = GetSubscriptionAcknowledgmentConfigurationRequest.GetSubscriptionAcknowledgmentConfigurationRequest;
27
+ import * as GetWorkRequestRequest from "./get-work-request-request";
28
+ export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
29
+ import * as ListJavaMigrationAnalysisRequest from "./list-java-migration-analysis-request";
30
+ export import ListJavaMigrationAnalysisRequest = ListJavaMigrationAnalysisRequest.ListJavaMigrationAnalysisRequest;
31
+ import * as ListPerformanceTuningAnalysisRequest from "./list-performance-tuning-analysis-request";
32
+ export import ListPerformanceTuningAnalysisRequest = ListPerformanceTuningAnalysisRequest.ListPerformanceTuningAnalysisRequest;
33
+ import * as ListWorkItemsRequest from "./list-work-items-request";
34
+ export import ListWorkItemsRequest = ListWorkItemsRequest.ListWorkItemsRequest;
35
+ import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
36
+ export import ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
37
+ import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
38
+ export import ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
39
+ import * as ListWorkRequestsRequest from "./list-work-requests-request";
40
+ export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
41
+ import * as RequestJavaMigrationAnalysisRequest from "./request-java-migration-analysis-request";
42
+ export import RequestJavaMigrationAnalysisRequest = RequestJavaMigrationAnalysisRequest.RequestJavaMigrationAnalysisRequest;
43
+ import * as RequestPerformanceTuningAnalysisRequest from "./request-performance-tuning-analysis-request";
44
+ export import RequestPerformanceTuningAnalysisRequest = RequestPerformanceTuningAnalysisRequest.RequestPerformanceTuningAnalysisRequest;
45
+ import * as UpdateAnalyzeApplicationsConfigurationRequest from "./update-analyze-applications-configuration-request";
46
+ export import UpdateAnalyzeApplicationsConfigurationRequest = UpdateAnalyzeApplicationsConfigurationRequest.UpdateAnalyzeApplicationsConfigurationRequest;
47
+ import * as UpdateSubscriptionAcknowledgmentConfigurationRequest from "./update-subscription-acknowledgment-configuration-request";
48
+ export import UpdateSubscriptionAcknowledgmentConfigurationRequest = UpdateSubscriptionAcknowledgmentConfigurationRequest.UpdateSubscriptionAcknowledgmentConfigurationRequest;