oci-licensemanager 2.28.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 (230) 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 +234 -0
  9. package/lib/client.js +1342 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/licensemanager-waiter.d.ts +37 -0
  12. package/lib/licensemanager-waiter.js +77 -0
  13. package/lib/licensemanager-waiter.js.map +1 -0
  14. package/lib/model/bulk-upload-cell-info.d.ts +29 -0
  15. package/lib/model/bulk-upload-cell-info.js +29 -0
  16. package/lib/model/bulk-upload-cell-info.js.map +1 -0
  17. package/lib/model/bulk-upload-failed-record-info.d.ts +33 -0
  18. package/lib/model/bulk-upload-failed-record-info.js +29 -0
  19. package/lib/model/bulk-upload-failed-record-info.js.map +1 -0
  20. package/lib/model/bulk-upload-license-records-details.d.ts +34 -0
  21. package/lib/model/bulk-upload-license-records-details.js +29 -0
  22. package/lib/model/bulk-upload-license-records-details.js.map +1 -0
  23. package/lib/model/bulk-upload-response.d.ts +54 -0
  24. package/lib/model/bulk-upload-response.js +71 -0
  25. package/lib/model/bulk-upload-response.js.map +1 -0
  26. package/lib/model/bulk-upload-template.d.ts +25 -0
  27. package/lib/model/bulk-upload-template.js +29 -0
  28. package/lib/model/bulk-upload-template.js.map +1 -0
  29. package/lib/model/bulk-upload-validation-error-info.d.ts +34 -0
  30. package/lib/model/bulk-upload-validation-error-info.js +61 -0
  31. package/lib/model/bulk-upload-validation-error-info.js.map +1 -0
  32. package/lib/model/configuration.d.ts +38 -0
  33. package/lib/model/configuration.js +29 -0
  34. package/lib/model/configuration.js.map +1 -0
  35. package/lib/model/create-license-record-details.d.ts +76 -0
  36. package/lib/model/create-license-record-details.js +29 -0
  37. package/lib/model/create-license-record-details.js.map +1 -0
  38. package/lib/model/create-product-license-details.d.ts +66 -0
  39. package/lib/model/create-product-license-details.js +61 -0
  40. package/lib/model/create-product-license-details.js.map +1 -0
  41. package/lib/model/image-details.d.ts +29 -0
  42. package/lib/model/image-details.js +29 -0
  43. package/lib/model/image-details.js.map +1 -0
  44. package/lib/model/image-response.d.ts +41 -0
  45. package/lib/model/image-response.js +29 -0
  46. package/lib/model/image-response.js.map +1 -0
  47. package/lib/model/index.d.ts +78 -0
  48. package/lib/model/index.js +101 -0
  49. package/lib/model/index.js.map +1 -0
  50. package/lib/model/license-metric.d.ts +41 -0
  51. package/lib/model/license-metric.js +29 -0
  52. package/lib/model/license-metric.js.map +1 -0
  53. package/lib/model/license-record-collection.d.ts +26 -0
  54. package/lib/model/license-record-collection.js +61 -0
  55. package/lib/model/license-record-collection.js.map +1 -0
  56. package/lib/model/license-record-summary.d.ts +119 -0
  57. package/lib/model/license-record-summary.js +29 -0
  58. package/lib/model/license-record-summary.js.map +1 -0
  59. package/lib/model/license-record.d.ts +119 -0
  60. package/lib/model/license-record.js +29 -0
  61. package/lib/model/license-record.js.map +1 -0
  62. package/lib/model/license-unit.d.ts +29 -0
  63. package/lib/model/license-unit.js +40 -0
  64. package/lib/model/license-unit.js.map +1 -0
  65. package/lib/model/life-cycle-state.d.ts +29 -0
  66. package/lib/model/life-cycle-state.js +40 -0
  67. package/lib/model/life-cycle-state.js.map +1 -0
  68. package/lib/model/product-category.d.ts +28 -0
  69. package/lib/model/product-category.js +39 -0
  70. package/lib/model/product-category.js.map +1 -0
  71. package/lib/model/product-license-collection.d.ts +26 -0
  72. package/lib/model/product-license-collection.js +61 -0
  73. package/lib/model/product-license-collection.js.map +1 -0
  74. package/lib/model/product-license-consumer-collection.d.ts +26 -0
  75. package/lib/model/product-license-consumer-collection.js +61 -0
  76. package/lib/model/product-license-consumer-collection.js.map +1 -0
  77. package/lib/model/product-license-consumer-summary.d.ts +71 -0
  78. package/lib/model/product-license-consumer-summary.js +61 -0
  79. package/lib/model/product-license-consumer-summary.js.map +1 -0
  80. package/lib/model/product-license-summary.d.ts +127 -0
  81. package/lib/model/product-license-summary.js +61 -0
  82. package/lib/model/product-license-summary.js.map +1 -0
  83. package/lib/model/product-license.d.ts +127 -0
  84. package/lib/model/product-license.js +61 -0
  85. package/lib/model/product-license.js.map +1 -0
  86. package/lib/model/product.d.ts +34 -0
  87. package/lib/model/product.js +29 -0
  88. package/lib/model/product.js.map +1 -0
  89. package/lib/model/resource-unit.d.ts +27 -0
  90. package/lib/model/resource-unit.js +38 -0
  91. package/lib/model/resource-unit.js.map +1 -0
  92. package/lib/model/status.d.ts +30 -0
  93. package/lib/model/status.js +41 -0
  94. package/lib/model/status.js.map +1 -0
  95. package/lib/model/top-utilized-product-license-collection.d.ts +26 -0
  96. package/lib/model/top-utilized-product-license-collection.js +61 -0
  97. package/lib/model/top-utilized-product-license-collection.js.map +1 -0
  98. package/lib/model/top-utilized-product-license-summary.d.ts +51 -0
  99. package/lib/model/top-utilized-product-license-summary.js +29 -0
  100. package/lib/model/top-utilized-product-license-summary.js.map +1 -0
  101. package/lib/model/top-utilized-resource-collection.d.ts +26 -0
  102. package/lib/model/top-utilized-resource-collection.js +61 -0
  103. package/lib/model/top-utilized-resource-collection.js.map +1 -0
  104. package/lib/model/top-utilized-resource-summary.d.ts +47 -0
  105. package/lib/model/top-utilized-resource-summary.js +29 -0
  106. package/lib/model/top-utilized-resource-summary.js.map +1 -0
  107. package/lib/model/update-configuration-details.d.ts +25 -0
  108. package/lib/model/update-configuration-details.js +29 -0
  109. package/lib/model/update-configuration-details.js.map +1 -0
  110. package/lib/model/update-license-record-details.d.ts +76 -0
  111. package/lib/model/update-license-record-details.js +29 -0
  112. package/lib/model/update-license-record-details.js.map +1 -0
  113. package/lib/model/update-product-license-details.d.ts +44 -0
  114. package/lib/model/update-product-license-details.js +61 -0
  115. package/lib/model/update-product-license-details.js.map +1 -0
  116. package/lib/request/bulk-upload-license-records-request.d.ts +29 -0
  117. package/lib/request/bulk-upload-license-records-request.js +15 -0
  118. package/lib/request/bulk-upload-license-records-request.js.map +1 -0
  119. package/lib/request/create-license-record-request.d.ts +41 -0
  120. package/lib/request/create-license-record-request.js +15 -0
  121. package/lib/request/create-license-record-request.js.map +1 -0
  122. package/lib/request/create-product-license-request.d.ts +37 -0
  123. package/lib/request/create-product-license-request.js +15 -0
  124. package/lib/request/create-product-license-request.js.map +1 -0
  125. package/lib/request/delete-license-record-request.d.ts +35 -0
  126. package/lib/request/delete-license-record-request.js +15 -0
  127. package/lib/request/delete-license-record-request.js.map +1 -0
  128. package/lib/request/delete-product-license-request.d.ts +35 -0
  129. package/lib/request/delete-product-license-request.js +15 -0
  130. package/lib/request/delete-product-license-request.js.map +1 -0
  131. package/lib/request/get-bulk-upload-template-request.d.ts +24 -0
  132. package/lib/request/get-bulk-upload-template-request.js +15 -0
  133. package/lib/request/get-bulk-upload-template-request.js.map +1 -0
  134. package/lib/request/get-configuration-request.d.ts +29 -0
  135. package/lib/request/get-configuration-request.js +15 -0
  136. package/lib/request/get-configuration-request.js.map +1 -0
  137. package/lib/request/get-license-metric-request.d.ts +33 -0
  138. package/lib/request/get-license-metric-request.js +15 -0
  139. package/lib/request/get-license-metric-request.js.map +1 -0
  140. package/lib/request/get-license-record-request.d.ts +28 -0
  141. package/lib/request/get-license-record-request.js +15 -0
  142. package/lib/request/get-license-record-request.js.map +1 -0
  143. package/lib/request/get-product-license-request.d.ts +28 -0
  144. package/lib/request/get-product-license-request.js +15 -0
  145. package/lib/request/get-product-license-request.js.map +1 -0
  146. package/lib/request/index.d.ts +48 -0
  147. package/lib/request/index.js +45 -0
  148. package/lib/request/index.js.map +1 -0
  149. package/lib/request/list-license-records-request.d.ts +58 -0
  150. package/lib/request/list-license-records-request.js +28 -0
  151. package/lib/request/list-license-records-request.js.map +1 -0
  152. package/lib/request/list-product-license-consumers-request.d.ts +67 -0
  153. package/lib/request/list-product-license-consumers-request.js +28 -0
  154. package/lib/request/list-product-license-consumers-request.js.map +1 -0
  155. package/lib/request/list-product-licenses-request.d.ts +63 -0
  156. package/lib/request/list-product-licenses-request.js +28 -0
  157. package/lib/request/list-product-licenses-request.js.map +1 -0
  158. package/lib/request/list-top-utilized-product-licenses-request.d.ts +63 -0
  159. package/lib/request/list-top-utilized-product-licenses-request.js +28 -0
  160. package/lib/request/list-top-utilized-product-licenses-request.js.map +1 -0
  161. package/lib/request/list-top-utilized-resources-request.d.ts +68 -0
  162. package/lib/request/list-top-utilized-resources-request.js +28 -0
  163. package/lib/request/list-top-utilized-resources-request.js.map +1 -0
  164. package/lib/request/update-configuration-request.d.ts +41 -0
  165. package/lib/request/update-configuration-request.js +15 -0
  166. package/lib/request/update-configuration-request.js.map +1 -0
  167. package/lib/request/update-license-record-request.d.ts +40 -0
  168. package/lib/request/update-license-record-request.js +15 -0
  169. package/lib/request/update-license-record-request.js.map +1 -0
  170. package/lib/request/update-product-license-request.d.ts +40 -0
  171. package/lib/request/update-product-license-request.js +15 -0
  172. package/lib/request/update-product-license-request.js.map +1 -0
  173. package/lib/response/bulk-upload-license-records-response.d.ts +25 -0
  174. package/lib/response/bulk-upload-license-records-response.js +15 -0
  175. package/lib/response/bulk-upload-license-records-response.js.map +1 -0
  176. package/lib/response/create-license-record-response.d.ts +40 -0
  177. package/lib/response/create-license-record-response.js +15 -0
  178. package/lib/response/create-license-record-response.js.map +1 -0
  179. package/lib/response/create-product-license-response.d.ts +40 -0
  180. package/lib/response/create-product-license-response.js +15 -0
  181. package/lib/response/create-product-license-response.js.map +1 -0
  182. package/lib/response/delete-license-record-response.d.ts +30 -0
  183. package/lib/response/delete-license-record-response.js +15 -0
  184. package/lib/response/delete-license-record-response.js.map +1 -0
  185. package/lib/response/delete-product-license-response.d.ts +30 -0
  186. package/lib/response/delete-product-license-response.js +15 -0
  187. package/lib/response/delete-product-license-response.js.map +1 -0
  188. package/lib/response/get-bulk-upload-template-response.d.ts +32 -0
  189. package/lib/response/get-bulk-upload-template-response.js +15 -0
  190. package/lib/response/get-bulk-upload-template-response.js.map +1 -0
  191. package/lib/response/get-configuration-response.d.ts +30 -0
  192. package/lib/response/get-configuration-response.js +15 -0
  193. package/lib/response/get-configuration-response.js.map +1 -0
  194. package/lib/response/get-license-metric-response.d.ts +30 -0
  195. package/lib/response/get-license-metric-response.js +15 -0
  196. package/lib/response/get-license-metric-response.js.map +1 -0
  197. package/lib/response/get-license-record-response.d.ts +30 -0
  198. package/lib/response/get-license-record-response.js +15 -0
  199. package/lib/response/get-license-record-response.js.map +1 -0
  200. package/lib/response/get-product-license-response.d.ts +30 -0
  201. package/lib/response/get-product-license-response.js +15 -0
  202. package/lib/response/get-product-license-response.js.map +1 -0
  203. package/lib/response/index.d.ts +48 -0
  204. package/lib/response/index.js +15 -0
  205. package/lib/response/index.js.map +1 -0
  206. package/lib/response/list-license-records-response.d.ts +32 -0
  207. package/lib/response/list-license-records-response.js +15 -0
  208. package/lib/response/list-license-records-response.js.map +1 -0
  209. package/lib/response/list-product-license-consumers-response.d.ts +32 -0
  210. package/lib/response/list-product-license-consumers-response.js +15 -0
  211. package/lib/response/list-product-license-consumers-response.js.map +1 -0
  212. package/lib/response/list-product-licenses-response.d.ts +32 -0
  213. package/lib/response/list-product-licenses-response.js +15 -0
  214. package/lib/response/list-product-licenses-response.js.map +1 -0
  215. package/lib/response/list-top-utilized-product-licenses-response.d.ts +32 -0
  216. package/lib/response/list-top-utilized-product-licenses-response.js +15 -0
  217. package/lib/response/list-top-utilized-product-licenses-response.js.map +1 -0
  218. package/lib/response/list-top-utilized-resources-response.d.ts +32 -0
  219. package/lib/response/list-top-utilized-resources-response.js +15 -0
  220. package/lib/response/list-top-utilized-resources-response.js.map +1 -0
  221. package/lib/response/update-configuration-response.d.ts +30 -0
  222. package/lib/response/update-configuration-response.js +15 -0
  223. package/lib/response/update-configuration-response.js.map +1 -0
  224. package/lib/response/update-license-record-response.d.ts +30 -0
  225. package/lib/response/update-license-record-response.js +15 -0
  226. package/lib/response/update-license-record-response.js.map +1 -0
  227. package/lib/response/update-product-license-response.d.ts +30 -0
  228. package/lib/response/update-product-license-response.js +15 -0
  229. package/lib/response/update-product-license-response.js.map +1 -0
  230. package/package.json +29 -0
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * License Manager API
4
+ * Use the License Manager API to manage product licenses and license records. For more information, see [License Manager Overview](/iaas/Content/LicenseManager/Concepts/licensemanageroverview.htm).
5
+ * OpenAPI spec version: 20220430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ 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.BulkUploadValidationErrorInfo = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var BulkUploadValidationErrorInfo;
37
+ (function (BulkUploadValidationErrorInfo) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "rowError": obj.rowError
41
+ ? obj.rowError.map(item => {
42
+ return model.BulkUploadCellInfo.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ BulkUploadValidationErrorInfo.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "rowError": obj.rowError
52
+ ? obj.rowError.map(item => {
53
+ return model.BulkUploadCellInfo.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ BulkUploadValidationErrorInfo.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(BulkUploadValidationErrorInfo = exports.BulkUploadValidationErrorInfo || (exports.BulkUploadValidationErrorInfo = {}));
61
+ //# sourceMappingURL=bulk-upload-validation-error-info.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-upload-validation-error-info.js","sourceRoot":"","sources":["../../../../../lib/licensemanager/lib/model/bulk-upload-validation-error-info.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqBlC,IAAiB,6BAA6B,CA6B7C;AA7BD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA6B7C"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ * License Manager API
3
+ * Use the License Manager API to manage product licenses and license records. For more information, see [License Manager Overview](/iaas/Content/LicenseManager/Concepts/licensemanageroverview.htm).
4
+ * OpenAPI spec version: 20220430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * Details of the compartment-specific configuration.
15
+ */
16
+ export interface Configuration {
17
+ /**
18
+ * The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to which the configuration is specified.
19
+ *
20
+ */
21
+ "compartmentId": string;
22
+ /**
23
+ * The list of associated configuration email IDs.
24
+ */
25
+ "emailIds": Array<string>;
26
+ /**
27
+ * The time the configuration was created. An [RFC 3339](https://tools.ietf.org/html/rfc3339)-formatted datetime string.
28
+ */
29
+ "timeCreated"?: Date;
30
+ /**
31
+ * The time the configuration was updated. An [RFC 3339](https://tools.ietf.org/html/rfc3339)-formatted datetime string.
32
+ */
33
+ "timeUpdated"?: Date;
34
+ }
35
+ export declare namespace Configuration {
36
+ function getJsonObj(obj: Configuration): object;
37
+ function getDeserializedJsonObj(obj: Configuration): object;
38
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * License Manager API
4
+ * Use the License Manager API to manage product licenses and license records. For more information, see [License Manager Overview](/iaas/Content/LicenseManager/Concepts/licensemanageroverview.htm).
5
+ * OpenAPI spec version: 20220430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.Configuration = void 0;
16
+ var Configuration;
17
+ (function (Configuration) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ Configuration.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ Configuration.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(Configuration = exports.Configuration || (exports.Configuration = {}));
29
+ //# sourceMappingURL=configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"configuration.js","sourceRoot":"","sources":["../../../../../lib/licensemanager/lib/model/configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4BH,IAAiB,aAAa,CAW7B;AAXD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAW7B"}
@@ -0,0 +1,76 @@
1
+ /**
2
+ * License Manager API
3
+ * Use the License Manager API to manage product licenses and license records. For more information, see [License Manager Overview](/iaas/Content/LicenseManager/Concepts/licensemanageroverview.htm).
4
+ * OpenAPI spec version: 20220430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * The details about the new license record.
15
+ */
16
+ export interface CreateLicenseRecordDetails {
17
+ /**
18
+ * License record name.
19
+ *
20
+ */
21
+ "displayName": string;
22
+ /**
23
+ * Specifies if the license record term is perpertual.
24
+ */
25
+ "isPerpetual": boolean;
26
+ /**
27
+ * The license record end date in [RFC 3339](https://tools.ietf.org/html/rfc3339)
28
+ * date format.
29
+ * Example: `2018-09-12`
30
+ *
31
+ */
32
+ "expirationDate"?: Date;
33
+ /**
34
+ * The license record support end date in [RFC 3339](https://tools.ietf.org/html/rfc3339)
35
+ * date format.
36
+ * Example: `2018-09-12`
37
+ *
38
+ */
39
+ "supportEndDate"?: Date;
40
+ /**
41
+ * Specifies if the license count is unlimited.
42
+ */
43
+ "isUnlimited": boolean;
44
+ /**
45
+ * The number of license units added by a user in a license record.
46
+ * Default 1
47
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
48
+ */
49
+ "licenseCount"?: number;
50
+ /**
51
+ * The license record product ID.
52
+ */
53
+ "productId"?: string;
54
+ /**
55
+ * Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
56
+ * Example: `{\"bar-key\": \"value\"}`
57
+ *
58
+ */
59
+ "freeformTags"?: {
60
+ [key: string]: string;
61
+ };
62
+ /**
63
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
64
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
65
+ *
66
+ */
67
+ "definedTags"?: {
68
+ [key: string]: {
69
+ [key: string]: any;
70
+ };
71
+ };
72
+ }
73
+ export declare namespace CreateLicenseRecordDetails {
74
+ function getJsonObj(obj: CreateLicenseRecordDetails): object;
75
+ function getDeserializedJsonObj(obj: CreateLicenseRecordDetails): object;
76
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * License Manager API
4
+ * Use the License Manager API to manage product licenses and license records. For more information, see [License Manager Overview](/iaas/Content/LicenseManager/Concepts/licensemanageroverview.htm).
5
+ * OpenAPI spec version: 20220430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.CreateLicenseRecordDetails = void 0;
16
+ var CreateLicenseRecordDetails;
17
+ (function (CreateLicenseRecordDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ CreateLicenseRecordDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ CreateLicenseRecordDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(CreateLicenseRecordDetails = exports.CreateLicenseRecordDetails || (exports.CreateLicenseRecordDetails = {}));
29
+ //# sourceMappingURL=create-license-record-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-license-record-details.js","sourceRoot":"","sources":["../../../../../lib/licensemanager/lib/model/create-license-record-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4DH,IAAiB,0BAA0B,CAW1C;AAXD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAW1C"}
@@ -0,0 +1,66 @@
1
+ /**
2
+ * License Manager API
3
+ * Use the License Manager API to manage product licenses and license records. For more information, see [License Manager Overview](/iaas/Content/LicenseManager/Concepts/licensemanageroverview.htm).
4
+ * OpenAPI spec version: 20220430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Details for creating a new product license.
16
+ */
17
+ export interface CreateProductLicenseDetails {
18
+ /**
19
+ * The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) where product licenses are created.
20
+ */
21
+ "compartmentId": string;
22
+ /**
23
+ * Specifies if the product license vendor is Oracle or a third party.
24
+ */
25
+ "isVendorOracle": boolean;
26
+ /**
27
+ * Name of the product license.
28
+ *
29
+ */
30
+ "displayName": string;
31
+ /**
32
+ * The product license unit.
33
+ */
34
+ "licenseUnit": model.LicenseUnit;
35
+ /**
36
+ * The product license vendor name, for example: Microsoft, RHEL, and so on.
37
+ *
38
+ */
39
+ "vendorName"?: string;
40
+ /**
41
+ * The image details associated with the product license.
42
+ */
43
+ "images"?: Array<model.ImageDetails>;
44
+ /**
45
+ * Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
46
+ * Example: `{\"bar-key\": \"value\"}`
47
+ *
48
+ */
49
+ "freeformTags"?: {
50
+ [key: string]: string;
51
+ };
52
+ /**
53
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
54
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
55
+ *
56
+ */
57
+ "definedTags"?: {
58
+ [key: string]: {
59
+ [key: string]: any;
60
+ };
61
+ };
62
+ }
63
+ export declare namespace CreateProductLicenseDetails {
64
+ function getJsonObj(obj: CreateProductLicenseDetails): object;
65
+ function getDeserializedJsonObj(obj: CreateProductLicenseDetails): object;
66
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * License Manager API
4
+ * Use the License Manager API to manage product licenses and license records. For more information, see [License Manager Overview](/iaas/Content/LicenseManager/Concepts/licensemanageroverview.htm).
5
+ * OpenAPI spec version: 20220430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ 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.CreateProductLicenseDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var CreateProductLicenseDetails;
37
+ (function (CreateProductLicenseDetails) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "images": obj.images
41
+ ? obj.images.map(item => {
42
+ return model.ImageDetails.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ CreateProductLicenseDetails.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "images": obj.images
52
+ ? obj.images.map(item => {
53
+ return model.ImageDetails.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ CreateProductLicenseDetails.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(CreateProductLicenseDetails = exports.CreateProductLicenseDetails || (exports.CreateProductLicenseDetails = {}));
61
+ //# sourceMappingURL=create-product-license-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-product-license-details.js","sourceRoot":"","sources":["../../../../../lib/licensemanager/lib/model/create-product-license-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+ClC,IAAiB,2BAA2B,CA6B3C;AA7BD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACpB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACpB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QA6B3C"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * License Manager API
3
+ * Use the License Manager API to manage product licenses and license records. For more information, see [License Manager Overview](/iaas/Content/LicenseManager/Concepts/licensemanageroverview.htm).
4
+ * OpenAPI spec version: 20220430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * Image details associated with the product license.
15
+ */
16
+ export interface ImageDetails {
17
+ /**
18
+ * Marketplace image listing ID.
19
+ */
20
+ "listingId": string;
21
+ /**
22
+ * Image package version.
23
+ */
24
+ "packageVersion": string;
25
+ }
26
+ export declare namespace ImageDetails {
27
+ function getJsonObj(obj: ImageDetails): object;
28
+ function getDeserializedJsonObj(obj: ImageDetails): object;
29
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * License Manager API
4
+ * Use the License Manager API to manage product licenses and license records. For more information, see [License Manager Overview](/iaas/Content/LicenseManager/Concepts/licensemanageroverview.htm).
5
+ * OpenAPI spec version: 20220430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ImageDetails = void 0;
16
+ var ImageDetails;
17
+ (function (ImageDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ ImageDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ ImageDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(ImageDetails = exports.ImageDetails || (exports.ImageDetails = {}));
29
+ //# sourceMappingURL=image-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image-details.js","sourceRoot":"","sources":["../../../../../lib/licensemanager/lib/model/image-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,YAAY,CAW5B;AAXD,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAW5B"}
@@ -0,0 +1,41 @@
1
+ /**
2
+ * License Manager API
3
+ * Use the License Manager API to manage product licenses and license records. For more information, see [License Manager Overview](/iaas/Content/LicenseManager/Concepts/licensemanageroverview.htm).
4
+ * OpenAPI spec version: 20220430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * The collection of image details for the product license.
15
+ */
16
+ export interface ImageResponse {
17
+ /**
18
+ * The image ID associated with the product license.
19
+ */
20
+ "id"?: string;
21
+ /**
22
+ * The listing name associated with the product license.
23
+ */
24
+ "listingName"?: string;
25
+ /**
26
+ * The image publisher.
27
+ */
28
+ "publisher"?: string;
29
+ /**
30
+ * The image listing ID.
31
+ */
32
+ "listingId"?: string;
33
+ /**
34
+ * The image package version.
35
+ */
36
+ "packageVersion"?: string;
37
+ }
38
+ export declare namespace ImageResponse {
39
+ function getJsonObj(obj: ImageResponse): object;
40
+ function getDeserializedJsonObj(obj: ImageResponse): object;
41
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * License Manager API
4
+ * Use the License Manager API to manage product licenses and license records. For more information, see [License Manager Overview](/iaas/Content/LicenseManager/Concepts/licensemanageroverview.htm).
5
+ * OpenAPI spec version: 20220430
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ImageResponse = void 0;
16
+ var ImageResponse;
17
+ (function (ImageResponse) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ ImageResponse.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ ImageResponse.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(ImageResponse = exports.ImageResponse || (exports.ImageResponse = {}));
29
+ //# sourceMappingURL=image-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image-response.js","sourceRoot":"","sources":["../../../../../lib/licensemanager/lib/model/image-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+BH,IAAiB,aAAa,CAW7B;AAXD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAW7B"}
@@ -0,0 +1,78 @@
1
+ /**
2
+ * License Manager API
3
+ * Use the License Manager API to manage product licenses and license records. For more information, see [License Manager Overview](/iaas/Content/LicenseManager/Concepts/licensemanageroverview.htm).
4
+ * OpenAPI spec version: 20220430
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as BulkUploadCellInfo from "./bulk-upload-cell-info";
14
+ export import BulkUploadCellInfo = BulkUploadCellInfo.BulkUploadCellInfo;
15
+ import * as BulkUploadFailedRecordInfo from "./bulk-upload-failed-record-info";
16
+ export import BulkUploadFailedRecordInfo = BulkUploadFailedRecordInfo.BulkUploadFailedRecordInfo;
17
+ import * as BulkUploadLicenseRecordsDetails from "./bulk-upload-license-records-details";
18
+ export import BulkUploadLicenseRecordsDetails = BulkUploadLicenseRecordsDetails.BulkUploadLicenseRecordsDetails;
19
+ import * as BulkUploadResponse from "./bulk-upload-response";
20
+ export import BulkUploadResponse = BulkUploadResponse.BulkUploadResponse;
21
+ import * as BulkUploadTemplate from "./bulk-upload-template";
22
+ export import BulkUploadTemplate = BulkUploadTemplate.BulkUploadTemplate;
23
+ import * as BulkUploadValidationErrorInfo from "./bulk-upload-validation-error-info";
24
+ export import BulkUploadValidationErrorInfo = BulkUploadValidationErrorInfo.BulkUploadValidationErrorInfo;
25
+ import * as Configuration from "./configuration";
26
+ export import Configuration = Configuration.Configuration;
27
+ import * as CreateLicenseRecordDetails from "./create-license-record-details";
28
+ export import CreateLicenseRecordDetails = CreateLicenseRecordDetails.CreateLicenseRecordDetails;
29
+ import * as CreateProductLicenseDetails from "./create-product-license-details";
30
+ export import CreateProductLicenseDetails = CreateProductLicenseDetails.CreateProductLicenseDetails;
31
+ import * as ImageDetails from "./image-details";
32
+ export import ImageDetails = ImageDetails.ImageDetails;
33
+ import * as ImageResponse from "./image-response";
34
+ export import ImageResponse = ImageResponse.ImageResponse;
35
+ import * as LicenseMetric from "./license-metric";
36
+ export import LicenseMetric = LicenseMetric.LicenseMetric;
37
+ import * as LicenseRecord from "./license-record";
38
+ export import LicenseRecord = LicenseRecord.LicenseRecord;
39
+ import * as LicenseRecordCollection from "./license-record-collection";
40
+ export import LicenseRecordCollection = LicenseRecordCollection.LicenseRecordCollection;
41
+ import * as LicenseRecordSummary from "./license-record-summary";
42
+ export import LicenseRecordSummary = LicenseRecordSummary.LicenseRecordSummary;
43
+ import * as LicenseUnit from "./license-unit";
44
+ export import LicenseUnit = LicenseUnit.LicenseUnit;
45
+ import * as LifeCycleState from "./life-cycle-state";
46
+ export import LifeCycleState = LifeCycleState.LifeCycleState;
47
+ import * as Product from "./product";
48
+ export import Product = Product.Product;
49
+ import * as ProductCategory from "./product-category";
50
+ export import ProductCategory = ProductCategory.ProductCategory;
51
+ import * as ProductLicense from "./product-license";
52
+ export import ProductLicense = ProductLicense.ProductLicense;
53
+ import * as ProductLicenseCollection from "./product-license-collection";
54
+ export import ProductLicenseCollection = ProductLicenseCollection.ProductLicenseCollection;
55
+ import * as ProductLicenseConsumerCollection from "./product-license-consumer-collection";
56
+ export import ProductLicenseConsumerCollection = ProductLicenseConsumerCollection.ProductLicenseConsumerCollection;
57
+ import * as ProductLicenseConsumerSummary from "./product-license-consumer-summary";
58
+ export import ProductLicenseConsumerSummary = ProductLicenseConsumerSummary.ProductLicenseConsumerSummary;
59
+ import * as ProductLicenseSummary from "./product-license-summary";
60
+ export import ProductLicenseSummary = ProductLicenseSummary.ProductLicenseSummary;
61
+ import * as ResourceUnit from "./resource-unit";
62
+ export import ResourceUnit = ResourceUnit.ResourceUnit;
63
+ import * as Status from "./status";
64
+ export import Status = Status.Status;
65
+ import * as TopUtilizedProductLicenseCollection from "./top-utilized-product-license-collection";
66
+ export import TopUtilizedProductLicenseCollection = TopUtilizedProductLicenseCollection.TopUtilizedProductLicenseCollection;
67
+ import * as TopUtilizedProductLicenseSummary from "./top-utilized-product-license-summary";
68
+ export import TopUtilizedProductLicenseSummary = TopUtilizedProductLicenseSummary.TopUtilizedProductLicenseSummary;
69
+ import * as TopUtilizedResourceCollection from "./top-utilized-resource-collection";
70
+ export import TopUtilizedResourceCollection = TopUtilizedResourceCollection.TopUtilizedResourceCollection;
71
+ import * as TopUtilizedResourceSummary from "./top-utilized-resource-summary";
72
+ export import TopUtilizedResourceSummary = TopUtilizedResourceSummary.TopUtilizedResourceSummary;
73
+ import * as UpdateConfigurationDetails from "./update-configuration-details";
74
+ export import UpdateConfigurationDetails = UpdateConfigurationDetails.UpdateConfigurationDetails;
75
+ import * as UpdateLicenseRecordDetails from "./update-license-record-details";
76
+ export import UpdateLicenseRecordDetails = UpdateLicenseRecordDetails.UpdateLicenseRecordDetails;
77
+ import * as UpdateProductLicenseDetails from "./update-product-license-details";
78
+ export import UpdateProductLicenseDetails = UpdateProductLicenseDetails.UpdateProductLicenseDetails;