oci-desktops 2.80.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 +23 -0
  6. package/index.js +46 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +292 -0
  9. package/lib/client.js +1578 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/desktopservice-waiter.d.ts +45 -0
  12. package/lib/desktopservice-waiter.js +89 -0
  13. package/lib/desktopservice-waiter.js.map +1 -0
  14. package/lib/model/action-type.d.ts +33 -0
  15. package/lib/model/action-type.js +44 -0
  16. package/lib/model/action-type.js.map +1 -0
  17. package/lib/model/change-desktop-pool-compartment-details.d.ts +26 -0
  18. package/lib/model/change-desktop-pool-compartment-details.js +30 -0
  19. package/lib/model/change-desktop-pool-compartment-details.js.map +1 -0
  20. package/lib/model/create-desktop-pool-details.d.ts +110 -0
  21. package/lib/model/create-desktop-pool-details.js +72 -0
  22. package/lib/model/create-desktop-pool-details.js.map +1 -0
  23. package/lib/model/desktop-availability-policy.d.ts +25 -0
  24. package/lib/model/desktop-availability-policy.js +64 -0
  25. package/lib/model/desktop-availability-policy.js.map +1 -0
  26. package/lib/model/desktop-collection.d.ts +27 -0
  27. package/lib/model/desktop-collection.js +62 -0
  28. package/lib/model/desktop-collection.js.map +1 -0
  29. package/lib/model/desktop-device-policy.d.ts +97 -0
  30. package/lib/model/desktop-device-policy.js +65 -0
  31. package/lib/model/desktop-device-policy.js.map +1 -0
  32. package/lib/model/desktop-image.d.ts +30 -0
  33. package/lib/model/desktop-image.js +30 -0
  34. package/lib/model/desktop-image.js.map +1 -0
  35. package/lib/model/desktop-network-configuration.d.ts +30 -0
  36. package/lib/model/desktop-network-configuration.js +30 -0
  37. package/lib/model/desktop-network-configuration.js.map +1 -0
  38. package/lib/model/desktop-pool-collection.d.ts +27 -0
  39. package/lib/model/desktop-pool-collection.js +62 -0
  40. package/lib/model/desktop-pool-collection.js.map +1 -0
  41. package/lib/model/desktop-pool-desktop-collection.d.ts +27 -0
  42. package/lib/model/desktop-pool-desktop-collection.js +62 -0
  43. package/lib/model/desktop-pool-desktop-collection.js.map +1 -0
  44. package/lib/model/desktop-pool-desktop-summary.d.ts +67 -0
  45. package/lib/model/desktop-pool-desktop-summary.js +30 -0
  46. package/lib/model/desktop-pool-desktop-summary.js.map +1 -0
  47. package/lib/model/desktop-pool-summary.d.ts +77 -0
  48. package/lib/model/desktop-pool-summary.js +30 -0
  49. package/lib/model/desktop-pool-summary.js.map +1 -0
  50. package/lib/model/desktop-pool-volume-collection.d.ts +27 -0
  51. package/lib/model/desktop-pool-volume-collection.js +62 -0
  52. package/lib/model/desktop-pool-volume-collection.js.map +1 -0
  53. package/lib/model/desktop-pool-volume-summary.d.ts +74 -0
  54. package/lib/model/desktop-pool-volume-summary.js +40 -0
  55. package/lib/model/desktop-pool-volume-summary.js.map +1 -0
  56. package/lib/model/desktop-pool.d.ts +122 -0
  57. package/lib/model/desktop-pool.js +72 -0
  58. package/lib/model/desktop-pool.js.map +1 -0
  59. package/lib/model/desktop-schedule.d.ts +30 -0
  60. package/lib/model/desktop-schedule.js +30 -0
  61. package/lib/model/desktop-schedule.js.map +1 -0
  62. package/lib/model/desktop-summary.d.ts +66 -0
  63. package/lib/model/desktop-summary.js +30 -0
  64. package/lib/model/desktop-summary.js.map +1 -0
  65. package/lib/model/desktop.d.ts +68 -0
  66. package/lib/model/desktop.js +64 -0
  67. package/lib/model/desktop.js.map +1 -0
  68. package/lib/model/hosting-options.d.ts +28 -0
  69. package/lib/model/hosting-options.js +54 -0
  70. package/lib/model/hosting-options.js.map +1 -0
  71. package/lib/model/index.d.ts +77 -0
  72. package/lib/model/index.js +100 -0
  73. package/lib/model/index.js.map +1 -0
  74. package/lib/model/lifecycle-state.d.ts +34 -0
  75. package/lib/model/lifecycle-state.js +45 -0
  76. package/lib/model/lifecycle-state.js.map +1 -0
  77. package/lib/model/operation-status.d.ts +34 -0
  78. package/lib/model/operation-status.js +45 -0
  79. package/lib/model/operation-status.js.map +1 -0
  80. package/lib/model/operation-type.d.ts +37 -0
  81. package/lib/model/operation-type.js +48 -0
  82. package/lib/model/operation-type.js.map +1 -0
  83. package/lib/model/update-desktop-details.d.ts +45 -0
  84. package/lib/model/update-desktop-details.js +30 -0
  85. package/lib/model/update-desktop-details.js.map +1 -0
  86. package/lib/model/update-desktop-pool-details.d.ts +76 -0
  87. package/lib/model/update-desktop-pool-details.js +64 -0
  88. package/lib/model/update-desktop-pool-details.js.map +1 -0
  89. package/lib/model/work-request-error-collection.d.ts +27 -0
  90. package/lib/model/work-request-error-collection.js +62 -0
  91. package/lib/model/work-request-error-collection.js.map +1 -0
  92. package/lib/model/work-request-error.d.ts +36 -0
  93. package/lib/model/work-request-error.js +30 -0
  94. package/lib/model/work-request-error.js.map +1 -0
  95. package/lib/model/work-request-log-entry-collection.d.ts +27 -0
  96. package/lib/model/work-request-log-entry-collection.js +62 -0
  97. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  98. package/lib/model/work-request-log-entry.d.ts +30 -0
  99. package/lib/model/work-request-log-entry.js +30 -0
  100. package/lib/model/work-request-log-entry.js.map +1 -0
  101. package/lib/model/work-request-resource.d.ts +43 -0
  102. package/lib/model/work-request-resource.js +30 -0
  103. package/lib/model/work-request-resource.js.map +1 -0
  104. package/lib/model/work-request-summary-collection.d.ts +27 -0
  105. package/lib/model/work-request-summary-collection.js +62 -0
  106. package/lib/model/work-request-summary-collection.js.map +1 -0
  107. package/lib/model/work-request-summary.d.ts +64 -0
  108. package/lib/model/work-request-summary.js +62 -0
  109. package/lib/model/work-request-summary.js.map +1 -0
  110. package/lib/model/work-request.d.ts +64 -0
  111. package/lib/model/work-request.js +62 -0
  112. package/lib/model/work-request.js.map +1 -0
  113. package/lib/request/cancel-work-request-request.d.ts +30 -0
  114. package/lib/request/cancel-work-request-request.js +15 -0
  115. package/lib/request/cancel-work-request-request.js.map +1 -0
  116. package/lib/request/change-desktop-pool-compartment-request.d.ts +39 -0
  117. package/lib/request/change-desktop-pool-compartment-request.js +15 -0
  118. package/lib/request/change-desktop-pool-compartment-request.js.map +1 -0
  119. package/lib/request/create-desktop-pool-request.d.ts +31 -0
  120. package/lib/request/create-desktop-pool-request.js +15 -0
  121. package/lib/request/create-desktop-pool-request.js.map +1 -0
  122. package/lib/request/delete-desktop-pool-request.d.ts +34 -0
  123. package/lib/request/delete-desktop-pool-request.js +15 -0
  124. package/lib/request/delete-desktop-pool-request.js.map +1 -0
  125. package/lib/request/delete-desktop-request.d.ts +30 -0
  126. package/lib/request/delete-desktop-request.js +15 -0
  127. package/lib/request/delete-desktop-request.js.map +1 -0
  128. package/lib/request/get-desktop-pool-request.d.ts +26 -0
  129. package/lib/request/get-desktop-pool-request.js +15 -0
  130. package/lib/request/get-desktop-pool-request.js.map +1 -0
  131. package/lib/request/get-desktop-request.d.ts +26 -0
  132. package/lib/request/get-desktop-request.js +15 -0
  133. package/lib/request/get-desktop-request.js.map +1 -0
  134. package/lib/request/get-work-request-request.d.ts +26 -0
  135. package/lib/request/get-work-request-request.js +15 -0
  136. package/lib/request/get-work-request-request.js.map +1 -0
  137. package/lib/request/index.d.ts +55 -0
  138. package/lib/request/index.js +50 -0
  139. package/lib/request/index.js.map +1 -0
  140. package/lib/request/list-desktop-pool-desktops-request.d.ts +72 -0
  141. package/lib/request/list-desktop-pool-desktops-request.js +29 -0
  142. package/lib/request/list-desktop-pool-desktops-request.js.map +1 -0
  143. package/lib/request/list-desktop-pool-volumes-request.d.ts +72 -0
  144. package/lib/request/list-desktop-pool-volumes-request.js +29 -0
  145. package/lib/request/list-desktop-pool-volumes-request.js.map +1 -0
  146. package/lib/request/list-desktop-pools-request.d.ts +68 -0
  147. package/lib/request/list-desktop-pools-request.js +29 -0
  148. package/lib/request/list-desktop-pools-request.js.map +1 -0
  149. package/lib/request/list-desktops-request.d.ts +72 -0
  150. package/lib/request/list-desktops-request.js +29 -0
  151. package/lib/request/list-desktops-request.js.map +1 -0
  152. package/lib/request/list-work-request-errors-request.d.ts +52 -0
  153. package/lib/request/list-work-request-errors-request.js +28 -0
  154. package/lib/request/list-work-request-errors-request.js.map +1 -0
  155. package/lib/request/list-work-request-logs-request.d.ts +52 -0
  156. package/lib/request/list-work-request-logs-request.js +28 -0
  157. package/lib/request/list-work-request-logs-request.js.map +1 -0
  158. package/lib/request/list-work-requests-request.d.ts +65 -0
  159. package/lib/request/list-work-requests-request.js +28 -0
  160. package/lib/request/list-work-requests-request.js.map +1 -0
  161. package/lib/request/start-desktop-pool-request.d.ts +34 -0
  162. package/lib/request/start-desktop-pool-request.js +15 -0
  163. package/lib/request/start-desktop-pool-request.js.map +1 -0
  164. package/lib/request/start-desktop-request.d.ts +34 -0
  165. package/lib/request/start-desktop-request.js +15 -0
  166. package/lib/request/start-desktop-request.js.map +1 -0
  167. package/lib/request/stop-desktop-pool-request.d.ts +34 -0
  168. package/lib/request/stop-desktop-pool-request.js +15 -0
  169. package/lib/request/stop-desktop-pool-request.js.map +1 -0
  170. package/lib/request/stop-desktop-request.d.ts +34 -0
  171. package/lib/request/stop-desktop-request.js +15 -0
  172. package/lib/request/stop-desktop-request.js.map +1 -0
  173. package/lib/request/update-desktop-pool-request.d.ts +35 -0
  174. package/lib/request/update-desktop-pool-request.js +15 -0
  175. package/lib/request/update-desktop-pool-request.js.map +1 -0
  176. package/lib/request/update-desktop-request.d.ts +35 -0
  177. package/lib/request/update-desktop-request.js +15 -0
  178. package/lib/request/update-desktop-request.js.map +1 -0
  179. package/lib/response/cancel-work-request-response.d.ts +18 -0
  180. package/lib/response/cancel-work-request-response.js +15 -0
  181. package/lib/response/cancel-work-request-response.js.map +1 -0
  182. package/lib/response/change-desktop-pool-compartment-response.d.ts +22 -0
  183. package/lib/response/change-desktop-pool-compartment-response.js +15 -0
  184. package/lib/response/change-desktop-pool-compartment-response.js.map +1 -0
  185. package/lib/response/create-desktop-pool-response.d.ts +39 -0
  186. package/lib/response/create-desktop-pool-response.js +15 -0
  187. package/lib/response/create-desktop-pool-response.js.map +1 -0
  188. package/lib/response/delete-desktop-pool-response.d.ts +22 -0
  189. package/lib/response/delete-desktop-pool-response.js +15 -0
  190. package/lib/response/delete-desktop-pool-response.js.map +1 -0
  191. package/lib/response/delete-desktop-response.d.ts +22 -0
  192. package/lib/response/delete-desktop-response.js +15 -0
  193. package/lib/response/delete-desktop-response.js.map +1 -0
  194. package/lib/response/get-desktop-pool-response.d.ts +27 -0
  195. package/lib/response/get-desktop-pool-response.js +15 -0
  196. package/lib/response/get-desktop-pool-response.js.map +1 -0
  197. package/lib/response/get-desktop-response.d.ts +27 -0
  198. package/lib/response/get-desktop-response.js +15 -0
  199. package/lib/response/get-desktop-response.js.map +1 -0
  200. package/lib/response/get-work-request-response.d.ts +27 -0
  201. package/lib/response/get-work-request-response.js +15 -0
  202. package/lib/response/get-work-request-response.js.map +1 -0
  203. package/lib/response/index.d.ts +55 -0
  204. package/lib/response/index.js +16 -0
  205. package/lib/response/index.js.map +1 -0
  206. package/lib/response/list-desktop-pool-desktops-response.d.ts +27 -0
  207. package/lib/response/list-desktop-pool-desktops-response.js +15 -0
  208. package/lib/response/list-desktop-pool-desktops-response.js.map +1 -0
  209. package/lib/response/list-desktop-pool-volumes-response.d.ts +27 -0
  210. package/lib/response/list-desktop-pool-volumes-response.js +15 -0
  211. package/lib/response/list-desktop-pool-volumes-response.js.map +1 -0
  212. package/lib/response/list-desktop-pools-response.d.ts +27 -0
  213. package/lib/response/list-desktop-pools-response.js +15 -0
  214. package/lib/response/list-desktop-pools-response.js.map +1 -0
  215. package/lib/response/list-desktops-response.d.ts +27 -0
  216. package/lib/response/list-desktops-response.js +15 -0
  217. package/lib/response/list-desktops-response.js.map +1 -0
  218. package/lib/response/list-work-request-errors-response.d.ts +27 -0
  219. package/lib/response/list-work-request-errors-response.js +15 -0
  220. package/lib/response/list-work-request-errors-response.js.map +1 -0
  221. package/lib/response/list-work-request-logs-response.d.ts +27 -0
  222. package/lib/response/list-work-request-logs-response.js +15 -0
  223. package/lib/response/list-work-request-logs-response.js.map +1 -0
  224. package/lib/response/list-work-requests-response.d.ts +27 -0
  225. package/lib/response/list-work-requests-response.js +15 -0
  226. package/lib/response/list-work-requests-response.js.map +1 -0
  227. package/lib/response/start-desktop-pool-response.d.ts +22 -0
  228. package/lib/response/start-desktop-pool-response.js +15 -0
  229. package/lib/response/start-desktop-pool-response.js.map +1 -0
  230. package/lib/response/start-desktop-response.d.ts +22 -0
  231. package/lib/response/start-desktop-response.js +15 -0
  232. package/lib/response/start-desktop-response.js.map +1 -0
  233. package/lib/response/stop-desktop-pool-response.d.ts +22 -0
  234. package/lib/response/stop-desktop-pool-response.js +15 -0
  235. package/lib/response/stop-desktop-pool-response.js.map +1 -0
  236. package/lib/response/stop-desktop-response.d.ts +22 -0
  237. package/lib/response/stop-desktop-response.js +15 -0
  238. package/lib/response/stop-desktop-response.js.map +1 -0
  239. package/lib/response/update-desktop-pool-response.d.ts +22 -0
  240. package/lib/response/update-desktop-pool-response.js +15 -0
  241. package/lib/response/update-desktop-pool-response.js.map +1 -0
  242. package/lib/response/update-desktop-response.d.ts +22 -0
  243. package/lib/response/update-desktop-response.js +15 -0
  244. package/lib/response/update-desktop-response.js.map +1 -0
  245. package/package.json +29 -0
@@ -0,0 +1,27 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220618
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface ListDesktopPoolDesktopsResponse {
15
+ /**
16
+ * The unique identifier of the request.
17
+ */
18
+ "opcRequestId": string;
19
+ /**
20
+ * For pagination.
21
+ */
22
+ "opcNextPage": string;
23
+ /**
24
+ * The returned model.DesktopPoolDesktopCollection instance.
25
+ */
26
+ "desktopPoolDesktopCollection": model.DesktopPoolDesktopCollection;
27
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220618
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-desktop-pool-desktops-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-desktop-pool-desktops-response.js","sourceRoot":"","sources":["../../../../../lib/desktops/lib/response/list-desktop-pool-desktops-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220618
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface ListDesktopPoolVolumesResponse {
15
+ /**
16
+ * The unique identifier of the request.
17
+ */
18
+ "opcRequestId": string;
19
+ /**
20
+ * For pagination.
21
+ */
22
+ "opcNextPage": string;
23
+ /**
24
+ * The returned model.DesktopPoolVolumeCollection instance.
25
+ */
26
+ "desktopPoolVolumeCollection": model.DesktopPoolVolumeCollection;
27
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220618
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-desktop-pool-volumes-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-desktop-pool-volumes-response.js","sourceRoot":"","sources":["../../../../../lib/desktops/lib/response/list-desktop-pool-volumes-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220618
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface ListDesktopPoolsResponse {
15
+ /**
16
+ * The unique identifier of the request.
17
+ */
18
+ "opcRequestId": string;
19
+ /**
20
+ * For pagination.
21
+ */
22
+ "opcNextPage": string;
23
+ /**
24
+ * The returned model.DesktopPoolCollection instance.
25
+ */
26
+ "desktopPoolCollection": model.DesktopPoolCollection;
27
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220618
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-desktop-pools-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-desktop-pools-response.js","sourceRoot":"","sources":["../../../../../lib/desktops/lib/response/list-desktop-pools-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220618
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface ListDesktopsResponse {
15
+ /**
16
+ * The unique identifier of the request.
17
+ */
18
+ "opcRequestId": string;
19
+ /**
20
+ * For pagination.
21
+ */
22
+ "opcNextPage": string;
23
+ /**
24
+ * The returned model.DesktopCollection instance.
25
+ */
26
+ "desktopCollection": model.DesktopCollection;
27
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220618
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-desktops-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-desktops-response.js","sourceRoot":"","sources":["../../../../../lib/desktops/lib/response/list-desktops-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220618
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface ListWorkRequestErrorsResponse {
15
+ /**
16
+ * For pagination.
17
+ */
18
+ "opcNextPage": string;
19
+ /**
20
+ * The unique identifier of the request.
21
+ */
22
+ "opcRequestId": string;
23
+ /**
24
+ * The returned model.WorkRequestErrorCollection instance.
25
+ */
26
+ "workRequestErrorCollection": model.WorkRequestErrorCollection;
27
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220618
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-work-request-errors-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-work-request-errors-response.js","sourceRoot":"","sources":["../../../../../lib/desktops/lib/response/list-work-request-errors-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220618
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface ListWorkRequestLogsResponse {
15
+ /**
16
+ * For pagination.
17
+ */
18
+ "opcNextPage": string;
19
+ /**
20
+ * The unique identifier of the request.
21
+ */
22
+ "opcRequestId": string;
23
+ /**
24
+ * The returned model.WorkRequestLogEntryCollection instance.
25
+ */
26
+ "workRequestLogEntryCollection": model.WorkRequestLogEntryCollection;
27
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220618
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-work-request-logs-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-work-request-logs-response.js","sourceRoot":"","sources":["../../../../../lib/desktops/lib/response/list-work-request-logs-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220618
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface ListWorkRequestsResponse {
15
+ /**
16
+ * The unique identifier of the request.
17
+ */
18
+ "opcRequestId": string;
19
+ /**
20
+ * For pagination.
21
+ */
22
+ "opcNextPage": string;
23
+ /**
24
+ * The returned model.WorkRequestSummaryCollection instance.
25
+ */
26
+ "workRequestSummaryCollection": model.WorkRequestSummaryCollection;
27
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220618
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-work-requests-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-work-requests-response.js","sourceRoot":"","sources":["../../../../../lib/desktops/lib/response/list-work-requests-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220618
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface StartDesktopPoolResponse {
14
+ /**
15
+ * The unique identifier of the request.
16
+ */
17
+ "opcRequestId": string;
18
+ /**
19
+ * A unique identifier for an asynchronous request.
20
+ */
21
+ "opcWorkRequestId": string;
22
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220618
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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=start-desktop-pool-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"start-desktop-pool-response.js","sourceRoot":"","sources":["../../../../../lib/desktops/lib/response/start-desktop-pool-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220618
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface StartDesktopResponse {
14
+ /**
15
+ * The unique identifier of the request.
16
+ */
17
+ "opcRequestId": string;
18
+ /**
19
+ * A unique identifier for an asynchronous request.
20
+ */
21
+ "opcWorkRequestId": string;
22
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220618
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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=start-desktop-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"start-desktop-response.js","sourceRoot":"","sources":["../../../../../lib/desktops/lib/response/start-desktop-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220618
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface StopDesktopPoolResponse {
14
+ /**
15
+ * The unique identifier of the request.
16
+ */
17
+ "opcRequestId": string;
18
+ /**
19
+ * A unique identifier for an asynchronous request.
20
+ */
21
+ "opcWorkRequestId": string;
22
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220618
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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=stop-desktop-pool-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stop-desktop-pool-response.js","sourceRoot":"","sources":["../../../../../lib/desktops/lib/response/stop-desktop-pool-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220618
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface StopDesktopResponse {
14
+ /**
15
+ * The unique identifier of the request.
16
+ */
17
+ "opcRequestId": string;
18
+ /**
19
+ * A unique identifier for an asynchronous request.
20
+ */
21
+ "opcWorkRequestId": string;
22
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220618
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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=stop-desktop-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stop-desktop-response.js","sourceRoot":"","sources":["../../../../../lib/desktops/lib/response/stop-desktop-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220618
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface UpdateDesktopPoolResponse {
14
+ /**
15
+ * The unique identifier of the request.
16
+ */
17
+ "opcRequestId": string;
18
+ /**
19
+ * A unique identifier for an asynchronous request.
20
+ */
21
+ "opcWorkRequestId": string;
22
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220618
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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=update-desktop-pool-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-desktop-pool-response.js","sourceRoot":"","sources":["../../../../../lib/desktops/lib/response/update-desktop-pool-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220618
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface UpdateDesktopResponse {
14
+ /**
15
+ * The unique identifier of the request.
16
+ */
17
+ "opcRequestId": string;
18
+ /**
19
+ * A unique identifier for an asynchronous request.
20
+ */
21
+ "opcWorkRequestId": string;
22
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220618
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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=update-desktop-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-desktop-response.js","sourceRoot":"","sources":["../../../../../lib/desktops/lib/response/update-desktop-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "oci-desktops",
3
+ "version": "2.80.0",
4
+ "description": "OCI NodeJS client for Desktops Service",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/oracle/oci-typescript-sdk"
8
+ },
9
+ "main": "./index.js",
10
+ "typings": "./index",
11
+ "scripts": {},
12
+ "author": {
13
+ "name": "Oracle Cloud Infrastructure",
14
+ "email": ""
15
+ },
16
+ "license": "(UPL-1.0 OR Apache-2.0)",
17
+ "dependencies": {
18
+ "oci-common": "2.80.0",
19
+ "oci-workrequests": "2.80.0"
20
+ },
21
+ "publishConfig": {
22
+ "registry": "https://registry.npmjs.org"
23
+ },
24
+ "contributors": [
25
+ "Jyoti Saini <jyoti.s.saini@oracle.com>",
26
+ "Joe Levy <joe.levy@oracle.com>",
27
+ "Walt Tran <walt.tran@oracle.com>"
28
+ ]
29
+ }