oci-emwarehouse 2.33.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 (170) 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 +194 -0
  9. package/lib/client.js +1000 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/emdatalake-waiter.d.ts +36 -0
  12. package/lib/emdatalake-waiter.js +76 -0
  13. package/lib/emdatalake-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/change-em-warehouse-compartment-details.d.ts +27 -0
  18. package/lib/model/change-em-warehouse-compartment-details.js +29 -0
  19. package/lib/model/change-em-warehouse-compartment-details.js.map +1 -0
  20. package/lib/model/create-em-warehouse-details.d.ts +55 -0
  21. package/lib/model/create-em-warehouse-details.js +29 -0
  22. package/lib/model/create-em-warehouse-details.js.map +1 -0
  23. package/lib/model/em-instances-details.d.ts +33 -0
  24. package/lib/model/em-instances-details.js +29 -0
  25. package/lib/model/em-instances-details.js.map +1 -0
  26. package/lib/model/em-warehouse-collection.d.ts +26 -0
  27. package/lib/model/em-warehouse-collection.js +61 -0
  28. package/lib/model/em-warehouse-collection.js.map +1 -0
  29. package/lib/model/em-warehouse-summary.d.ts +101 -0
  30. package/lib/model/em-warehouse-summary.js +29 -0
  31. package/lib/model/em-warehouse-summary.js.map +1 -0
  32. package/lib/model/em-warehouse.d.ts +114 -0
  33. package/lib/model/em-warehouse.js +43 -0
  34. package/lib/model/em-warehouse.js.map +1 -0
  35. package/lib/model/etl-run-collection.d.ts +26 -0
  36. package/lib/model/etl-run-collection.js +61 -0
  37. package/lib/model/etl-run-collection.js.map +1 -0
  38. package/lib/model/etl-run-summary.d.ts +88 -0
  39. package/lib/model/etl-run-summary.js +43 -0
  40. package/lib/model/etl-run-summary.js.map +1 -0
  41. package/lib/model/index.d.ts +58 -0
  42. package/lib/model/index.js +81 -0
  43. package/lib/model/index.js.map +1 -0
  44. package/lib/model/operation-status.d.ts +33 -0
  45. package/lib/model/operation-status.js +44 -0
  46. package/lib/model/operation-status.js.map +1 -0
  47. package/lib/model/operation-type.d.ts +30 -0
  48. package/lib/model/operation-type.js +41 -0
  49. package/lib/model/operation-type.js.map +1 -0
  50. package/lib/model/resource-usage.d.ts +42 -0
  51. package/lib/model/resource-usage.js +61 -0
  52. package/lib/model/resource-usage.js.map +1 -0
  53. package/lib/model/sort-order.d.ts +23 -0
  54. package/lib/model/sort-order.js +34 -0
  55. package/lib/model/sort-order.js.map +1 -0
  56. package/lib/model/update-em-warehouse-details.d.ts +47 -0
  57. package/lib/model/update-em-warehouse-details.js +29 -0
  58. package/lib/model/update-em-warehouse-details.js.map +1 -0
  59. package/lib/model/work-request-error-collection.d.ts +26 -0
  60. package/lib/model/work-request-error-collection.js +61 -0
  61. package/lib/model/work-request-error-collection.js.map +1 -0
  62. package/lib/model/work-request-error.d.ts +35 -0
  63. package/lib/model/work-request-error.js +29 -0
  64. package/lib/model/work-request-error.js.map +1 -0
  65. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  66. package/lib/model/work-request-log-entry-collection.js +61 -0
  67. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  68. package/lib/model/work-request-log-entry.d.ts +29 -0
  69. package/lib/model/work-request-log-entry.js +29 -0
  70. package/lib/model/work-request-log-entry.js.map +1 -0
  71. package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
  72. package/lib/model/work-request-resource-metadata-key.js +38 -0
  73. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  74. package/lib/model/work-request-resource.d.ts +48 -0
  75. package/lib/model/work-request-resource.js +29 -0
  76. package/lib/model/work-request-resource.js.map +1 -0
  77. package/lib/model/work-request-summary-collection.d.ts +26 -0
  78. package/lib/model/work-request-summary-collection.js +61 -0
  79. package/lib/model/work-request-summary-collection.js.map +1 -0
  80. package/lib/model/work-request-summary.d.ts +67 -0
  81. package/lib/model/work-request-summary.js +61 -0
  82. package/lib/model/work-request-summary.js.map +1 -0
  83. package/lib/model/work-request.d.ts +67 -0
  84. package/lib/model/work-request.js +61 -0
  85. package/lib/model/work-request.js.map +1 -0
  86. package/lib/request/cancel-work-request-request.d.ts +35 -0
  87. package/lib/request/cancel-work-request-request.js +15 -0
  88. package/lib/request/cancel-work-request-request.js.map +1 -0
  89. package/lib/request/change-em-warehouse-compartment-request.d.ts +49 -0
  90. package/lib/request/change-em-warehouse-compartment-request.js +15 -0
  91. package/lib/request/change-em-warehouse-compartment-request.js.map +1 -0
  92. package/lib/request/create-em-warehouse-request.d.ts +36 -0
  93. package/lib/request/create-em-warehouse-request.js +15 -0
  94. package/lib/request/create-em-warehouse-request.js.map +1 -0
  95. package/lib/request/delete-em-warehouse-request.d.ts +35 -0
  96. package/lib/request/delete-em-warehouse-request.js +15 -0
  97. package/lib/request/delete-em-warehouse-request.js.map +1 -0
  98. package/lib/request/get-em-warehouse-request.d.ts +26 -0
  99. package/lib/request/get-em-warehouse-request.js +15 -0
  100. package/lib/request/get-em-warehouse-request.js.map +1 -0
  101. package/lib/request/get-em-warehouse-resource-usage-request.d.ts +26 -0
  102. package/lib/request/get-em-warehouse-resource-usage-request.js +15 -0
  103. package/lib/request/get-em-warehouse-resource-usage-request.js.map +1 -0
  104. package/lib/request/get-work-request-request.d.ts +26 -0
  105. package/lib/request/get-work-request-request.js +15 -0
  106. package/lib/request/get-work-request-request.js.map +1 -0
  107. package/lib/request/index.d.ts +38 -0
  108. package/lib/request/index.js +45 -0
  109. package/lib/request/index.js.map +1 -0
  110. package/lib/request/list-em-warehouses-request.d.ts +66 -0
  111. package/lib/request/list-em-warehouses-request.js +24 -0
  112. package/lib/request/list-em-warehouses-request.js.map +1 -0
  113. package/lib/request/list-etl-runs-request.d.ts +58 -0
  114. package/lib/request/list-etl-runs-request.js +24 -0
  115. package/lib/request/list-etl-runs-request.js.map +1 -0
  116. package/lib/request/list-work-request-errors-request.d.ts +49 -0
  117. package/lib/request/list-work-request-errors-request.js +23 -0
  118. package/lib/request/list-work-request-errors-request.js.map +1 -0
  119. package/lib/request/list-work-request-logs-request.d.ts +49 -0
  120. package/lib/request/list-work-request-logs-request.js +23 -0
  121. package/lib/request/list-work-request-logs-request.js.map +1 -0
  122. package/lib/request/list-work-requests-request.d.ts +61 -0
  123. package/lib/request/list-work-requests-request.js +23 -0
  124. package/lib/request/list-work-requests-request.js.map +1 -0
  125. package/lib/request/update-em-warehouse-request.d.ts +40 -0
  126. package/lib/request/update-em-warehouse-request.js +15 -0
  127. package/lib/request/update-em-warehouse-request.js.map +1 -0
  128. package/lib/response/cancel-work-request-response.d.ts +20 -0
  129. package/lib/response/cancel-work-request-response.js +15 -0
  130. package/lib/response/cancel-work-request-response.js.map +1 -0
  131. package/lib/response/change-em-warehouse-compartment-response.d.ts +25 -0
  132. package/lib/response/change-em-warehouse-compartment-response.js +15 -0
  133. package/lib/response/change-em-warehouse-compartment-response.js.map +1 -0
  134. package/lib/response/create-em-warehouse-response.d.ts +25 -0
  135. package/lib/response/create-em-warehouse-response.js +15 -0
  136. package/lib/response/create-em-warehouse-response.js.map +1 -0
  137. package/lib/response/delete-em-warehouse-response.d.ts +25 -0
  138. package/lib/response/delete-em-warehouse-response.js +15 -0
  139. package/lib/response/delete-em-warehouse-response.js.map +1 -0
  140. package/lib/response/get-em-warehouse-resource-usage-response.d.ts +30 -0
  141. package/lib/response/get-em-warehouse-resource-usage-response.js +15 -0
  142. package/lib/response/get-em-warehouse-resource-usage-response.js.map +1 -0
  143. package/lib/response/get-em-warehouse-response.d.ts +30 -0
  144. package/lib/response/get-em-warehouse-response.js +15 -0
  145. package/lib/response/get-em-warehouse-response.js.map +1 -0
  146. package/lib/response/get-work-request-response.d.ts +34 -0
  147. package/lib/response/get-work-request-response.js +15 -0
  148. package/lib/response/get-work-request-response.js.map +1 -0
  149. package/lib/response/index.d.ts +38 -0
  150. package/lib/response/index.js +15 -0
  151. package/lib/response/index.js.map +1 -0
  152. package/lib/response/list-em-warehouses-response.d.ts +32 -0
  153. package/lib/response/list-em-warehouses-response.js +15 -0
  154. package/lib/response/list-em-warehouses-response.js.map +1 -0
  155. package/lib/response/list-etl-runs-response.d.ts +32 -0
  156. package/lib/response/list-etl-runs-response.js +15 -0
  157. package/lib/response/list-etl-runs-response.js.map +1 -0
  158. package/lib/response/list-work-request-errors-response.d.ts +32 -0
  159. package/lib/response/list-work-request-errors-response.js +15 -0
  160. package/lib/response/list-work-request-errors-response.js.map +1 -0
  161. package/lib/response/list-work-request-logs-response.d.ts +32 -0
  162. package/lib/response/list-work-request-logs-response.js +15 -0
  163. package/lib/response/list-work-request-logs-response.js.map +1 -0
  164. package/lib/response/list-work-requests-response.d.ts +32 -0
  165. package/lib/response/list-work-requests-response.js +15 -0
  166. package/lib/response/list-work-requests-response.js.map +1 -0
  167. package/lib/response/update-em-warehouse-response.d.ts +25 -0
  168. package/lib/response/update-em-warehouse-response.js +15 -0
  169. package/lib/response/update-em-warehouse-response.js.map +1 -0
  170. package/package.json +29 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/emwarehouse/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,iEAAmD;AACrC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,mGAAqF;AACvE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,qGAAuF;AACzE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * EmdwControlPlane API
3
+ * A description of the EmdwControlPlane API
4
+ * OpenAPI spec version: 20180828
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
+ * Possible operation status.
15
+ **/
16
+ export declare enum OperationStatus {
17
+ Accepted = "ACCEPTED",
18
+ InProgress = "IN_PROGRESS",
19
+ Waiting = "WAITING",
20
+ Failed = "FAILED",
21
+ Succeeded = "SUCCEEDED",
22
+ Canceling = "CANCELING",
23
+ Canceled = "CANCELED",
24
+ /**
25
+ * This value is used if a service returns a value for this enum that is not recognized by this
26
+ * version of the SDK.
27
+ */
28
+ UnknownValue = "UNKNOWN_VALUE"
29
+ }
30
+ export declare namespace OperationStatus {
31
+ function getJsonObj(obj: OperationStatus): OperationStatus;
32
+ function getDeserializedJsonObj(obj: OperationStatus): OperationStatus;
33
+ }
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ /**
3
+ * EmdwControlPlane API
4
+ * A description of the EmdwControlPlane API
5
+ * OpenAPI spec version: 20180828
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.OperationStatus = void 0;
16
+ /**
17
+ * Possible operation status.
18
+ **/
19
+ var OperationStatus;
20
+ (function (OperationStatus) {
21
+ OperationStatus["Accepted"] = "ACCEPTED";
22
+ OperationStatus["InProgress"] = "IN_PROGRESS";
23
+ OperationStatus["Waiting"] = "WAITING";
24
+ OperationStatus["Failed"] = "FAILED";
25
+ OperationStatus["Succeeded"] = "SUCCEEDED";
26
+ OperationStatus["Canceling"] = "CANCELING";
27
+ OperationStatus["Canceled"] = "CANCELED";
28
+ /**
29
+ * This value is used if a service returns a value for this enum that is not recognized by this
30
+ * version of the SDK.
31
+ */
32
+ OperationStatus["UnknownValue"] = "UNKNOWN_VALUE";
33
+ })(OperationStatus = exports.OperationStatus || (exports.OperationStatus = {}));
34
+ (function (OperationStatus) {
35
+ function getJsonObj(obj) {
36
+ return obj;
37
+ }
38
+ OperationStatus.getJsonObj = getJsonObj;
39
+ function getDeserializedJsonObj(obj) {
40
+ return obj;
41
+ }
42
+ OperationStatus.getDeserializedJsonObj = getDeserializedJsonObj;
43
+ })(OperationStatus = exports.OperationStatus || (exports.OperationStatus = {}));
44
+ //# sourceMappingURL=operation-status.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operation-status.js","sourceRoot":"","sources":["../../../../../lib/emwarehouse/lib/model/operation-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,eAcX;AAdD,WAAY,eAAe;IACzB,wCAAqB,CAAA;IACrB,6CAA0B,CAAA;IAC1B,sCAAmB,CAAA;IACnB,oCAAiB,CAAA;IACjB,0CAAuB,CAAA;IACvB,0CAAuB,CAAA;IACvB,wCAAqB,CAAA;IAErB;;;OAGG;IACH,iDAA8B,CAAA;AAChC,CAAC,EAdW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAc1B;AAED,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,0BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAO/B"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * EmdwControlPlane API
3
+ * A description of the EmdwControlPlane API
4
+ * OpenAPI spec version: 20180828
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
+ * Possible operation types.
15
+ **/
16
+ export declare enum OperationType {
17
+ CreateEmWarehouse = "CREATE_EM_WAREHOUSE",
18
+ UpdateEmWarehouse = "UPDATE_EM_WAREHOUSE",
19
+ DeleteEmWarehouse = "DELETE_EM_WAREHOUSE",
20
+ MoveEmWarehouse = "MOVE_EM_WAREHOUSE",
21
+ /**
22
+ * This value is used if a service returns a value for this enum that is not recognized by this
23
+ * version of the SDK.
24
+ */
25
+ UnknownValue = "UNKNOWN_VALUE"
26
+ }
27
+ export declare namespace OperationType {
28
+ function getJsonObj(obj: OperationType): OperationType;
29
+ function getDeserializedJsonObj(obj: OperationType): OperationType;
30
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * EmdwControlPlane API
4
+ * A description of the EmdwControlPlane API
5
+ * OpenAPI spec version: 20180828
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.OperationType = void 0;
16
+ /**
17
+ * Possible operation types.
18
+ **/
19
+ var OperationType;
20
+ (function (OperationType) {
21
+ OperationType["CreateEmWarehouse"] = "CREATE_EM_WAREHOUSE";
22
+ OperationType["UpdateEmWarehouse"] = "UPDATE_EM_WAREHOUSE";
23
+ OperationType["DeleteEmWarehouse"] = "DELETE_EM_WAREHOUSE";
24
+ OperationType["MoveEmWarehouse"] = "MOVE_EM_WAREHOUSE";
25
+ /**
26
+ * This value is used if a service returns a value for this enum that is not recognized by this
27
+ * version of the SDK.
28
+ */
29
+ OperationType["UnknownValue"] = "UNKNOWN_VALUE";
30
+ })(OperationType = exports.OperationType || (exports.OperationType = {}));
31
+ (function (OperationType) {
32
+ function getJsonObj(obj) {
33
+ return obj;
34
+ }
35
+ OperationType.getJsonObj = getJsonObj;
36
+ function getDeserializedJsonObj(obj) {
37
+ return obj;
38
+ }
39
+ OperationType.getDeserializedJsonObj = getDeserializedJsonObj;
40
+ })(OperationType = exports.OperationType || (exports.OperationType = {}));
41
+ //# sourceMappingURL=operation-type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/emwarehouse/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aAWX;AAXD,WAAY,aAAa;IACvB,0DAAyC,CAAA;IACzC,0DAAyC,CAAA;IACzC,0DAAyC,CAAA;IACzC,sDAAqC,CAAA;IAErC;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAXW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAWxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
@@ -0,0 +1,42 @@
1
+ /**
2
+ * EmdwControlPlane API
3
+ * A description of the EmdwControlPlane API
4
+ * OpenAPI spec version: 20180828
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
+ * The resource usage information.
16
+ */
17
+ export interface ResourceUsage {
18
+ /**
19
+ * operations Insights Warehouse Identifier
20
+ */
21
+ "operationsInsightsWarehouseId": string;
22
+ /**
23
+ * Unique identifier that is immutable on creation
24
+ */
25
+ "id": string;
26
+ /**
27
+ * EmInstanceCount Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
28
+ */
29
+ "emInstanceCount"?: number;
30
+ /**
31
+ * EmInstance Target count Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
32
+ */
33
+ "targetsCount"?: number;
34
+ /**
35
+ * List of emInstances
36
+ */
37
+ "emInstances"?: Array<model.EmInstancesDetails>;
38
+ }
39
+ export declare namespace ResourceUsage {
40
+ function getJsonObj(obj: ResourceUsage): object;
41
+ function getDeserializedJsonObj(obj: ResourceUsage): object;
42
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * EmdwControlPlane API
4
+ * A description of the EmdwControlPlane API
5
+ * OpenAPI spec version: 20180828
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.ResourceUsage = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var ResourceUsage;
37
+ (function (ResourceUsage) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "emInstances": obj.emInstances
41
+ ? obj.emInstances.map(item => {
42
+ return model.EmInstancesDetails.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ ResourceUsage.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "emInstances": obj.emInstances
52
+ ? obj.emInstances.map(item => {
53
+ return model.EmInstancesDetails.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ ResourceUsage.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(ResourceUsage = exports.ResourceUsage || (exports.ResourceUsage = {}));
61
+ //# sourceMappingURL=resource-usage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resource-usage.js","sourceRoot":"","sources":["../../../../../lib/emwarehouse/lib/model/resource-usage.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6BlC,IAAiB,aAAa,CA6B7B;AA7BD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,GAAG,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzB,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,wBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,GAAG,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzB,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,oCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QA6B7B"}
@@ -0,0 +1,23 @@
1
+ /**
2
+ * EmdwControlPlane API
3
+ * A description of the EmdwControlPlane API
4
+ * OpenAPI spec version: 20180828
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
+ * Sort orders.
15
+ **/
16
+ export declare enum SortOrder {
17
+ Asc = "ASC",
18
+ Desc = "DESC"
19
+ }
20
+ export declare namespace SortOrder {
21
+ function getJsonObj(obj: SortOrder): SortOrder;
22
+ function getDeserializedJsonObj(obj: SortOrder): SortOrder;
23
+ }
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ /**
3
+ * EmdwControlPlane API
4
+ * A description of the EmdwControlPlane API
5
+ * OpenAPI spec version: 20180828
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.SortOrder = void 0;
16
+ /**
17
+ * Sort orders.
18
+ **/
19
+ var SortOrder;
20
+ (function (SortOrder) {
21
+ SortOrder["Asc"] = "ASC";
22
+ SortOrder["Desc"] = "DESC";
23
+ })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
24
+ (function (SortOrder) {
25
+ function getJsonObj(obj) {
26
+ return obj;
27
+ }
28
+ SortOrder.getJsonObj = getJsonObj;
29
+ function getDeserializedJsonObj(obj) {
30
+ return obj;
31
+ }
32
+ SortOrder.getDeserializedJsonObj = getDeserializedJsonObj;
33
+ })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
34
+ //# sourceMappingURL=sort-order.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sort-order.js","sourceRoot":"","sources":["../../../../../lib/emwarehouse/lib/model/sort-order.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAGpB;AAED,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,gCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAOzB"}
@@ -0,0 +1,47 @@
1
+ /**
2
+ * EmdwControlPlane API
3
+ * A description of the EmdwControlPlane API
4
+ * OpenAPI spec version: 20180828
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 information to be updated.
15
+ */
16
+ export interface UpdateEmWarehouseDetails {
17
+ /**
18
+ * Compartment Identifier
19
+ */
20
+ "compartmentId"?: string;
21
+ /**
22
+ * EMBridge Identifier
23
+ */
24
+ "emBridgeId"?: string;
25
+ /**
26
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
27
+ * Example: `{\"bar-key\": \"value\"}`
28
+ *
29
+ */
30
+ "freeformTags"?: {
31
+ [key: string]: string;
32
+ };
33
+ /**
34
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
35
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
36
+ *
37
+ */
38
+ "definedTags"?: {
39
+ [key: string]: {
40
+ [key: string]: any;
41
+ };
42
+ };
43
+ }
44
+ export declare namespace UpdateEmWarehouseDetails {
45
+ function getJsonObj(obj: UpdateEmWarehouseDetails): object;
46
+ function getDeserializedJsonObj(obj: UpdateEmWarehouseDetails): object;
47
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * EmdwControlPlane API
4
+ * A description of the EmdwControlPlane API
5
+ * OpenAPI spec version: 20180828
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.UpdateEmWarehouseDetails = void 0;
16
+ var UpdateEmWarehouseDetails;
17
+ (function (UpdateEmWarehouseDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UpdateEmWarehouseDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UpdateEmWarehouseDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UpdateEmWarehouseDetails = exports.UpdateEmWarehouseDetails || (exports.UpdateEmWarehouseDetails = {}));
29
+ //# sourceMappingURL=update-em-warehouse-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-em-warehouse-details.js","sourceRoot":"","sources":["../../../../../lib/emwarehouse/lib/model/update-em-warehouse-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+BH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * EmdwControlPlane API
3
+ * A description of the EmdwControlPlane API
4
+ * OpenAPI spec version: 20180828
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
+ * Results of a workRequestError search. Contains both WorkRequestError items and other information, such as metadata.
16
+ */
17
+ export interface WorkRequestErrorCollection {
18
+ /**
19
+ * List of workRequestError objects.
20
+ */
21
+ "items": Array<model.WorkRequestError>;
22
+ }
23
+ export declare namespace WorkRequestErrorCollection {
24
+ function getJsonObj(obj: WorkRequestErrorCollection): object;
25
+ function getDeserializedJsonObj(obj: WorkRequestErrorCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * EmdwControlPlane API
4
+ * A description of the EmdwControlPlane API
5
+ * OpenAPI spec version: 20180828
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.WorkRequestErrorCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var WorkRequestErrorCollection;
37
+ (function (WorkRequestErrorCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.WorkRequestError.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ WorkRequestErrorCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.WorkRequestError.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ WorkRequestErrorCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(WorkRequestErrorCollection = exports.WorkRequestErrorCollection || (exports.WorkRequestErrorCollection = {}));
61
+ //# sourceMappingURL=work-request-error-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-request-error-collection.js","sourceRoot":"","sources":["../../../../../lib/emwarehouse/lib/model/work-request-error-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,0BAA0B,CA6B1C;AA7BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA6B1C"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ * EmdwControlPlane API
3
+ * A description of the EmdwControlPlane API
4
+ * OpenAPI spec version: 20180828
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
+ * An error encountered while executing a work request.
15
+ */
16
+ export interface WorkRequestError {
17
+ /**
18
+ * A machine-usable code for the error that occured. Error codes are listed on
19
+ * (https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
20
+ *
21
+ */
22
+ "code": string;
23
+ /**
24
+ * A human readable description of the issue encountered.
25
+ */
26
+ "message": string;
27
+ /**
28
+ * The time the error occured. An RFC3339 formatted datetime string.
29
+ */
30
+ "timestamp": Date;
31
+ }
32
+ export declare namespace WorkRequestError {
33
+ function getJsonObj(obj: WorkRequestError): object;
34
+ function getDeserializedJsonObj(obj: WorkRequestError): object;
35
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * EmdwControlPlane API
4
+ * A description of the EmdwControlPlane API
5
+ * OpenAPI spec version: 20180828
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.WorkRequestError = void 0;
16
+ var WorkRequestError;
17
+ (function (WorkRequestError) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ WorkRequestError.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ WorkRequestError.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(WorkRequestError = exports.WorkRequestError || (exports.WorkRequestError = {}));
29
+ //# sourceMappingURL=work-request-error.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-request-error.js","sourceRoot":"","sources":["../../../../../lib/emwarehouse/lib/model/work-request-error.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyBH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * EmdwControlPlane API
3
+ * A description of the EmdwControlPlane API
4
+ * OpenAPI spec version: 20180828
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
+ * Results of a workRequestLog search. Contains both workRequestLog items and other information, such as metadata.
16
+ */
17
+ export interface WorkRequestLogEntryCollection {
18
+ /**
19
+ * List of workRequestLogEntries.
20
+ */
21
+ "items": Array<model.WorkRequestLogEntry>;
22
+ }
23
+ export declare namespace WorkRequestLogEntryCollection {
24
+ function getJsonObj(obj: WorkRequestLogEntryCollection): object;
25
+ function getDeserializedJsonObj(obj: WorkRequestLogEntryCollection): object;
26
+ }