@volcengine/acep 1.0.1 → 1.0.3

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 (611) hide show
  1. package/.turbo/turbo-build.log +19 -19
  2. package/dist/cjs/index.js +686 -16
  3. package/dist/esm/api.d.ts +737 -0
  4. package/dist/esm/api.d.ts.map +1 -1
  5. package/dist/esm/index.mjs +470 -1
  6. package/dist/esm/types/app-crash-log-list-for-get-app-crash-log-output.d.ts +40 -0
  7. package/dist/esm/types/app-crash-log-list-for-get-app-crash-log-output.d.ts.map +1 -0
  8. package/dist/esm/types/app-for-detail-app-output.d.ts +97 -0
  9. package/dist/esm/types/app-for-detail-app-output.d.ts.map +1 -0
  10. package/dist/esm/types/app-list-for-install-apps-input.d.ts +30 -0
  11. package/dist/esm/types/app-list-for-install-apps-input.d.ts.map +1 -0
  12. package/dist/esm/types/attach-tag-request.d.ts +35 -0
  13. package/dist/esm/types/attach-tag-request.d.ts.map +1 -0
  14. package/dist/esm/types/attach-tag-response.d.ts +20 -0
  15. package/dist/esm/types/attach-tag-response.d.ts.map +1 -0
  16. package/dist/esm/types/auto-install-app-request.d.ts +70 -0
  17. package/dist/esm/types/auto-install-app-request.d.ts.map +1 -0
  18. package/dist/esm/types/auto-install-app-response.d.ts +36 -0
  19. package/dist/esm/types/auto-install-app-response.d.ts.map +1 -0
  20. package/dist/esm/types/ban-user-request.d.ts +45 -0
  21. package/dist/esm/types/ban-user-request.d.ts.map +1 -0
  22. package/dist/esm/types/ban-user-response.d.ts +20 -0
  23. package/dist/esm/types/ban-user-response.d.ts.map +1 -0
  24. package/dist/esm/types/batch-screen-shot-request.d.ts +81 -0
  25. package/dist/esm/types/batch-screen-shot-request.d.ts.map +1 -0
  26. package/dist/esm/types/batch-screen-shot-response.d.ts +26 -0
  27. package/dist/esm/types/batch-screen-shot-response.d.ts.map +1 -0
  28. package/dist/esm/types/bind-port-mapping-rule-request.d.ts +35 -0
  29. package/dist/esm/types/bind-port-mapping-rule-request.d.ts.map +1 -0
  30. package/dist/esm/types/bind-port-mapping-rule-response.d.ts +31 -0
  31. package/dist/esm/types/bind-port-mapping-rule-response.d.ts.map +1 -0
  32. package/dist/esm/types/build-aospimage-request.d.ts +47 -0
  33. package/dist/esm/types/build-aospimage-request.d.ts.map +1 -0
  34. package/dist/esm/types/build-aospimage-response.d.ts +25 -0
  35. package/dist/esm/types/build-aospimage-response.d.ts.map +1 -0
  36. package/dist/esm/types/close-app-request.d.ts +35 -0
  37. package/dist/esm/types/close-app-request.d.ts.map +1 -0
  38. package/dist/esm/types/close-app-response.d.ts +36 -0
  39. package/dist/esm/types/close-app-response.d.ts.map +1 -0
  40. package/dist/esm/types/configuration-for-detail-pod-output.d.ts +40 -0
  41. package/dist/esm/types/configuration-for-detail-pod-output.d.ts.map +1 -0
  42. package/dist/esm/types/convert-latest-version-for-detail-app-output.d.ts +60 -0
  43. package/dist/esm/types/convert-latest-version-for-detail-app-output.d.ts.map +1 -0
  44. package/dist/esm/types/convert-system-img-for-build-aospimage-input.d.ts +30 -0
  45. package/dist/esm/types/convert-system-img-for-build-aospimage-input.d.ts.map +1 -0
  46. package/dist/esm/types/convert-vendor-img-for-build-aospimage-input.d.ts +30 -0
  47. package/dist/esm/types/convert-vendor-img-for-build-aospimage-input.d.ts.map +1 -0
  48. package/dist/esm/types/convert-version-list-for-detail-app-output.d.ts +60 -0
  49. package/dist/esm/types/convert-version-list-for-detail-app-output.d.ts.map +1 -0
  50. package/dist/esm/types/create-display-layout-mini-request.d.ts +55 -0
  51. package/dist/esm/types/create-display-layout-mini-request.d.ts.map +1 -0
  52. package/dist/esm/types/create-display-layout-mini-response.d.ts +60 -0
  53. package/dist/esm/types/create-display-layout-mini-response.d.ts.map +1 -0
  54. package/dist/esm/types/create-dnsrule-request.d.ts +46 -0
  55. package/dist/esm/types/create-dnsrule-request.d.ts.map +1 -0
  56. package/dist/esm/types/create-dnsrule-response.d.ts +56 -0
  57. package/dist/esm/types/create-dnsrule-response.d.ts.map +1 -0
  58. package/dist/esm/types/create-image-one-step-request.d.ts +45 -0
  59. package/dist/esm/types/create-image-one-step-request.d.ts.map +1 -0
  60. package/dist/esm/types/create-image-one-step-response.d.ts +30 -0
  61. package/dist/esm/types/create-image-one-step-response.d.ts.map +1 -0
  62. package/dist/esm/types/create-pod-one-step-request.d.ts +5 -0
  63. package/dist/esm/types/create-pod-one-step-request.d.ts.map +1 -1
  64. package/dist/esm/types/create-pod-request.d.ts +5 -0
  65. package/dist/esm/types/create-pod-request.d.ts.map +1 -1
  66. package/dist/esm/types/create-port-mapping-rule-request.d.ts +55 -0
  67. package/dist/esm/types/create-port-mapping-rule-request.d.ts.map +1 -0
  68. package/dist/esm/types/create-port-mapping-rule-response.d.ts +40 -0
  69. package/dist/esm/types/create-port-mapping-rule-response.d.ts.map +1 -0
  70. package/dist/esm/types/create-tag-request.d.ts +35 -0
  71. package/dist/esm/types/create-tag-request.d.ts.map +1 -0
  72. package/dist/esm/types/create-tag-response.d.ts +25 -0
  73. package/dist/esm/types/create-tag-response.d.ts.map +1 -0
  74. package/dist/esm/types/dc-info-for-detail-pod-output.d.ts +40 -0
  75. package/dist/esm/types/dc-info-for-detail-pod-output.d.ts.map +1 -0
  76. package/dist/esm/types/delete-aospimage-request.d.ts +25 -0
  77. package/dist/esm/types/delete-aospimage-request.d.ts.map +1 -0
  78. package/dist/esm/types/delete-aospimage-response.d.ts +26 -0
  79. package/dist/esm/types/delete-aospimage-response.d.ts.map +1 -0
  80. package/dist/esm/types/delete-app-request.d.ts +30 -0
  81. package/dist/esm/types/delete-app-request.d.ts.map +1 -0
  82. package/dist/esm/types/delete-app-response.d.ts +20 -0
  83. package/dist/esm/types/delete-app-response.d.ts.map +1 -0
  84. package/dist/esm/types/delete-display-layout-request.d.ts +30 -0
  85. package/dist/esm/types/delete-display-layout-request.d.ts.map +1 -0
  86. package/dist/esm/types/delete-display-layout-response.d.ts +20 -0
  87. package/dist/esm/types/delete-display-layout-response.d.ts.map +1 -0
  88. package/dist/esm/types/delete-dnsrule-request.d.ts +30 -0
  89. package/dist/esm/types/delete-dnsrule-request.d.ts.map +1 -0
  90. package/dist/esm/types/delete-dnsrule-response.d.ts +20 -0
  91. package/dist/esm/types/delete-dnsrule-response.d.ts.map +1 -0
  92. package/dist/esm/types/delete-pod-request.d.ts +40 -0
  93. package/dist/esm/types/delete-pod-request.d.ts.map +1 -0
  94. package/dist/esm/types/delete-pod-response.d.ts +20 -0
  95. package/dist/esm/types/delete-pod-response.d.ts.map +1 -0
  96. package/dist/esm/types/delete-tag-request.d.ts +30 -0
  97. package/dist/esm/types/delete-tag-request.d.ts.map +1 -0
  98. package/dist/esm/types/delete-tag-response.d.ts +20 -0
  99. package/dist/esm/types/delete-tag-response.d.ts.map +1 -0
  100. package/dist/esm/types/detail-app-request.d.ts +30 -0
  101. package/dist/esm/types/detail-app-request.d.ts.map +1 -0
  102. package/dist/esm/types/detail-app-response.d.ts +108 -0
  103. package/dist/esm/types/detail-app-response.d.ts.map +1 -0
  104. package/dist/esm/types/detail-display-layout-mini-request.d.ts +30 -0
  105. package/dist/esm/types/detail-display-layout-mini-request.d.ts.map +1 -0
  106. package/dist/esm/types/detail-display-layout-mini-response.d.ts +66 -0
  107. package/dist/esm/types/detail-display-layout-mini-response.d.ts.map +1 -0
  108. package/dist/esm/types/detail-dnsrule-request.d.ts +30 -0
  109. package/dist/esm/types/detail-dnsrule-request.d.ts.map +1 -0
  110. package/dist/esm/types/detail-dnsrule-response.d.ts +61 -0
  111. package/dist/esm/types/detail-dnsrule-response.d.ts.map +1 -0
  112. package/dist/esm/types/detail-for-batch-screen-shot-output.d.ts +40 -0
  113. package/dist/esm/types/detail-for-batch-screen-shot-output.d.ts.map +1 -0
  114. package/dist/esm/types/detail-for-power-off-pod-output.d.ts +40 -0
  115. package/dist/esm/types/detail-for-power-off-pod-output.d.ts.map +1 -0
  116. package/dist/esm/types/detail-for-power-on-pod-output.d.ts +40 -0
  117. package/dist/esm/types/detail-for-power-on-pod-output.d.ts.map +1 -0
  118. package/dist/esm/types/detail-host-request.d.ts +30 -0
  119. package/dist/esm/types/detail-host-request.d.ts.map +1 -0
  120. package/dist/esm/types/detail-host-response.d.ts +115 -0
  121. package/dist/esm/types/detail-host-response.d.ts.map +1 -0
  122. package/dist/esm/types/detail-pod-request.d.ts +30 -0
  123. package/dist/esm/types/detail-pod-request.d.ts.map +1 -0
  124. package/dist/esm/types/detail-pod-response.d.ts +206 -0
  125. package/dist/esm/types/detail-pod-response.d.ts.map +1 -0
  126. package/dist/esm/types/detail-port-mapping-rule-request.d.ts +30 -0
  127. package/dist/esm/types/detail-port-mapping-rule-request.d.ts.map +1 -0
  128. package/dist/esm/types/detail-port-mapping-rule-response.d.ts +70 -0
  129. package/dist/esm/types/detail-port-mapping-rule-response.d.ts.map +1 -0
  130. package/dist/esm/types/display-layout-mini-for-detail-display-layout-mini-output.d.ts +60 -0
  131. package/dist/esm/types/display-layout-mini-for-detail-display-layout-mini-output.d.ts.map +1 -0
  132. package/dist/esm/types/display-status-for-detail-pod-output.d.ts +20 -0
  133. package/dist/esm/types/display-status-for-detail-pod-output.d.ts.map +1 -0
  134. package/dist/esm/types/eip-for-detail-pod-output.d.ts +35 -0
  135. package/dist/esm/types/eip-for-detail-pod-output.d.ts.map +1 -0
  136. package/dist/esm/types/error-pod-info-list-for-bind-port-mapping-rule-output.d.ts +35 -0
  137. package/dist/esm/types/error-pod-info-list-for-bind-port-mapping-rule-output.d.ts.map +1 -0
  138. package/dist/esm/types/error-pod-info-list-for-unbind-port-mapping-rule-output.d.ts +35 -0
  139. package/dist/esm/types/error-pod-info-list-for-unbind-port-mapping-rule-output.d.ts.map +1 -0
  140. package/dist/esm/types/exception-list-for-unsubscribe-host-resource-output.d.ts +35 -0
  141. package/dist/esm/types/exception-list-for-unsubscribe-host-resource-output.d.ts.map +1 -0
  142. package/dist/esm/types/extra-info-for-upload-app-input.d.ts +40 -0
  143. package/dist/esm/types/extra-info-for-upload-app-input.d.ts.map +1 -0
  144. package/dist/esm/types/get-app-crash-log-request.d.ts +40 -0
  145. package/dist/esm/types/get-app-crash-log-request.d.ts.map +1 -0
  146. package/dist/esm/types/get-app-crash-log-response.d.ts +26 -0
  147. package/dist/esm/types/get-app-crash-log-response.d.ts.map +1 -0
  148. package/dist/esm/types/get-image-preheating-request.d.ts +35 -0
  149. package/dist/esm/types/get-image-preheating-request.d.ts.map +1 -0
  150. package/dist/esm/types/get-image-preheating-response.d.ts +26 -0
  151. package/dist/esm/types/get-image-preheating-response.d.ts.map +1 -0
  152. package/dist/esm/types/get-pod-app-list-request.d.ts +35 -0
  153. package/dist/esm/types/get-pod-app-list-request.d.ts.map +1 -0
  154. package/dist/esm/types/get-pod-app-list-response.d.ts +37 -0
  155. package/dist/esm/types/get-pod-app-list-response.d.ts.map +1 -0
  156. package/dist/esm/types/get-pod-metric-request.d.ts +30 -0
  157. package/dist/esm/types/get-pod-metric-request.d.ts.map +1 -0
  158. package/dist/esm/types/get-pod-metric-response.d.ts +100 -0
  159. package/dist/esm/types/get-pod-metric-response.d.ts.map +1 -0
  160. package/dist/esm/types/get-pod-property-request.d.ts +55 -0
  161. package/dist/esm/types/get-pod-property-request.d.ts.map +1 -0
  162. package/dist/esm/types/get-pod-property-response.d.ts +50 -0
  163. package/dist/esm/types/get-pod-property-response.d.ts.map +1 -0
  164. package/dist/esm/types/get-product-resource-request.d.ts +30 -0
  165. package/dist/esm/types/get-product-resource-request.d.ts.map +1 -0
  166. package/dist/esm/types/get-product-resource-response.d.ts +55 -0
  167. package/dist/esm/types/get-product-resource-response.d.ts.map +1 -0
  168. package/dist/esm/types/get-task-info-request.d.ts +30 -0
  169. package/dist/esm/types/get-task-info-request.d.ts.map +1 -0
  170. package/dist/esm/types/get-task-info-response.d.ts +46 -0
  171. package/dist/esm/types/get-task-info-response.d.ts.map +1 -0
  172. package/dist/esm/types/image-tos-info-for-build-aospimage-input.d.ts +47 -0
  173. package/dist/esm/types/image-tos-info-for-build-aospimage-input.d.ts.map +1 -0
  174. package/dist/esm/types/image-url-info-for-build-aospimage-input.d.ts +32 -0
  175. package/dist/esm/types/image-url-info-for-build-aospimage-input.d.ts.map +1 -0
  176. package/dist/esm/types/index.d.ts +197 -0
  177. package/dist/esm/types/index.d.ts.map +1 -1
  178. package/dist/esm/types/install-app-request.d.ts +65 -0
  179. package/dist/esm/types/install-app-request.d.ts.map +1 -0
  180. package/dist/esm/types/install-app-response.d.ts +36 -0
  181. package/dist/esm/types/install-app-response.d.ts.map +1 -0
  182. package/dist/esm/types/install-apps-request.d.ts +46 -0
  183. package/dist/esm/types/install-apps-request.d.ts.map +1 -0
  184. package/dist/esm/types/install-apps-response.d.ts +36 -0
  185. package/dist/esm/types/install-apps-response.d.ts.map +1 -0
  186. package/dist/esm/types/iplist-for-create-dnsrule-input.d.ts +30 -0
  187. package/dist/esm/types/iplist-for-create-dnsrule-input.d.ts.map +1 -0
  188. package/dist/esm/types/iplist-for-create-dnsrule-output.d.ts +30 -0
  189. package/dist/esm/types/iplist-for-create-dnsrule-output.d.ts.map +1 -0
  190. package/dist/esm/types/iplist-for-detail-dnsrule-output.d.ts +30 -0
  191. package/dist/esm/types/iplist-for-detail-dnsrule-output.d.ts.map +1 -0
  192. package/dist/esm/types/iplist-for-update-dnsrule-input.d.ts +30 -0
  193. package/dist/esm/types/iplist-for-update-dnsrule-input.d.ts.map +1 -0
  194. package/dist/esm/types/item-for-delete-aospimage-output.d.ts +35 -0
  195. package/dist/esm/types/item-for-delete-aospimage-output.d.ts.map +1 -0
  196. package/dist/esm/types/job-for-auto-install-app-output.d.ts +45 -0
  197. package/dist/esm/types/job-for-auto-install-app-output.d.ts.map +1 -0
  198. package/dist/esm/types/job-for-close-app-output.d.ts +40 -0
  199. package/dist/esm/types/job-for-close-app-output.d.ts.map +1 -0
  200. package/dist/esm/types/job-for-get-task-info-output.d.ts +45 -0
  201. package/dist/esm/types/job-for-get-task-info-output.d.ts.map +1 -0
  202. package/dist/esm/types/job-for-install-app-output.d.ts +45 -0
  203. package/dist/esm/types/job-for-install-app-output.d.ts.map +1 -0
  204. package/dist/esm/types/job-for-install-apps-output.d.ts +40 -0
  205. package/dist/esm/types/job-for-install-apps-output.d.ts.map +1 -0
  206. package/dist/esm/types/job-for-launch-app-output.d.ts +40 -0
  207. package/dist/esm/types/job-for-launch-app-output.d.ts.map +1 -0
  208. package/dist/esm/types/job-for-launch-apps-output.d.ts +45 -0
  209. package/dist/esm/types/job-for-launch-apps-output.d.ts.map +1 -0
  210. package/dist/esm/types/job-for-reboot-host-output.d.ts +45 -0
  211. package/dist/esm/types/job-for-reboot-host-output.d.ts.map +1 -0
  212. package/dist/esm/types/job-for-reset-host-output.d.ts +45 -0
  213. package/dist/esm/types/job-for-reset-host-output.d.ts.map +1 -0
  214. package/dist/esm/types/job-for-run-command-output.d.ts +40 -0
  215. package/dist/esm/types/job-for-run-command-output.d.ts.map +1 -0
  216. package/dist/esm/types/job-for-uninstall-app-output.d.ts +40 -0
  217. package/dist/esm/types/job-for-uninstall-app-output.d.ts.map +1 -0
  218. package/dist/esm/types/job-list-for-set-proxy-output.d.ts +30 -0
  219. package/dist/esm/types/job-list-for-set-proxy-output.d.ts.map +1 -0
  220. package/dist/esm/types/latest-version-for-detail-app-output.d.ts +60 -0
  221. package/dist/esm/types/latest-version-for-detail-app-output.d.ts.map +1 -0
  222. package/dist/esm/types/launch-app-request.d.ts +35 -0
  223. package/dist/esm/types/launch-app-request.d.ts.map +1 -0
  224. package/dist/esm/types/launch-app-response.d.ts +36 -0
  225. package/dist/esm/types/launch-app-response.d.ts.map +1 -0
  226. package/dist/esm/types/launch-apps-request.d.ts +35 -0
  227. package/dist/esm/types/launch-apps-request.d.ts.map +1 -0
  228. package/dist/esm/types/launch-apps-response.d.ts +36 -0
  229. package/dist/esm/types/launch-apps-response.d.ts.map +1 -0
  230. package/dist/esm/types/list-aospimage-request.d.ts +65 -0
  231. package/dist/esm/types/list-aospimage-request.d.ts.map +1 -0
  232. package/dist/esm/types/list-aospimage-response.d.ts +31 -0
  233. package/dist/esm/types/list-aospimage-response.d.ts.map +1 -0
  234. package/dist/esm/types/list-configuration-request.d.ts +45 -0
  235. package/dist/esm/types/list-configuration-request.d.ts.map +1 -0
  236. package/dist/esm/types/list-configuration-response.d.ts +31 -0
  237. package/dist/esm/types/list-configuration-response.d.ts.map +1 -0
  238. package/dist/esm/types/list-dc-request.d.ts +55 -0
  239. package/dist/esm/types/list-dc-request.d.ts.map +1 -0
  240. package/dist/esm/types/list-dc-response.d.ts +31 -0
  241. package/dist/esm/types/list-dc-response.d.ts.map +1 -0
  242. package/dist/esm/types/list-image-resource-request.d.ts +40 -0
  243. package/dist/esm/types/list-image-resource-request.d.ts.map +1 -0
  244. package/dist/esm/types/list-image-resource-response.d.ts +31 -0
  245. package/dist/esm/types/list-image-resource-response.d.ts.map +1 -0
  246. package/dist/esm/types/persist-property-list-for-get-pod-property-output.d.ts +20 -0
  247. package/dist/esm/types/persist-property-list-for-get-pod-property-output.d.ts.map +1 -0
  248. package/dist/esm/types/pod-adb-request.d.ts +35 -0
  249. package/dist/esm/types/pod-adb-request.d.ts.map +1 -0
  250. package/dist/esm/types/pod-adb-response.d.ts +20 -0
  251. package/dist/esm/types/pod-adb-response.d.ts.map +1 -0
  252. package/dist/esm/types/pod-app-list-for-get-pod-app-list-output.d.ts +75 -0
  253. package/dist/esm/types/pod-app-list-for-get-pod-app-list-output.d.ts.map +1 -0
  254. package/dist/esm/types/pod-data-delete-request.d.ts +40 -0
  255. package/dist/esm/types/pod-data-delete-request.d.ts.map +1 -0
  256. package/dist/esm/types/pod-data-delete-response.d.ts +30 -0
  257. package/dist/esm/types/pod-data-delete-response.d.ts.map +1 -0
  258. package/dist/esm/types/pod-mute-request.d.ts +40 -0
  259. package/dist/esm/types/pod-mute-request.d.ts.map +1 -0
  260. package/dist/esm/types/pod-mute-response.d.ts +20 -0
  261. package/dist/esm/types/pod-mute-response.d.ts.map +1 -0
  262. package/dist/esm/types/pod-spec-list-for-create-pod-input.d.ts +5 -0
  263. package/dist/esm/types/pod-spec-list-for-create-pod-input.d.ts.map +1 -1
  264. package/dist/esm/types/pod-stop-request.d.ts +30 -0
  265. package/dist/esm/types/pod-stop-request.d.ts.map +1 -0
  266. package/dist/esm/types/pod-stop-response.d.ts +20 -0
  267. package/dist/esm/types/pod-stop-response.d.ts.map +1 -0
  268. package/dist/esm/types/port-mapping-rule-list-for-detail-pod-output.d.ts +56 -0
  269. package/dist/esm/types/port-mapping-rule-list-for-detail-pod-output.d.ts.map +1 -0
  270. package/dist/esm/types/power-off-pod-request.d.ts +35 -0
  271. package/dist/esm/types/power-off-pod-request.d.ts.map +1 -0
  272. package/dist/esm/types/power-off-pod-response.d.ts +36 -0
  273. package/dist/esm/types/power-off-pod-response.d.ts.map +1 -0
  274. package/dist/esm/types/power-on-pod-request.d.ts +35 -0
  275. package/dist/esm/types/power-on-pod-request.d.ts.map +1 -0
  276. package/dist/esm/types/power-on-pod-response.d.ts +36 -0
  277. package/dist/esm/types/power-on-pod-response.d.ts.map +1 -0
  278. package/dist/esm/types/pre-order-list-for-renew-resource-auto-input.d.ts +35 -0
  279. package/dist/esm/types/pre-order-list-for-renew-resource-auto-input.d.ts.map +1 -0
  280. package/dist/esm/types/pre-order-list-for-subscribe-resource-auto-input.d.ts +81 -0
  281. package/dist/esm/types/pre-order-list-for-subscribe-resource-auto-input.d.ts.map +1 -0
  282. package/dist/esm/types/property-list-for-get-pod-property-output.d.ts +20 -0
  283. package/dist/esm/types/property-list-for-get-pod-property-output.d.ts.map +1 -0
  284. package/dist/esm/types/proxy-config-for-set-proxy-input.d.ts +20 -0
  285. package/dist/esm/types/proxy-config-for-set-proxy-input.d.ts.map +1 -0
  286. package/dist/esm/types/public-port-info-list-for-detail-pod-output.d.ts +35 -0
  287. package/dist/esm/types/public-port-info-list-for-detail-pod-output.d.ts.map +1 -0
  288. package/dist/esm/types/pull-file-request.d.ts +55 -0
  289. package/dist/esm/types/pull-file-request.d.ts.map +1 -0
  290. package/dist/esm/types/pull-file-response.d.ts +30 -0
  291. package/dist/esm/types/pull-file-response.d.ts.map +1 -0
  292. package/dist/esm/types/push-file-request.d.ts +70 -0
  293. package/dist/esm/types/push-file-request.d.ts.map +1 -0
  294. package/dist/esm/types/push-file-response.d.ts +30 -0
  295. package/dist/esm/types/push-file-response.d.ts.map +1 -0
  296. package/dist/esm/types/reboot-host-request.d.ts +35 -0
  297. package/dist/esm/types/reboot-host-request.d.ts.map +1 -0
  298. package/dist/esm/types/reboot-host-response.d.ts +36 -0
  299. package/dist/esm/types/reboot-host-response.d.ts.map +1 -0
  300. package/dist/esm/types/reboot-pod-request.d.ts +40 -0
  301. package/dist/esm/types/reboot-pod-request.d.ts.map +1 -0
  302. package/dist/esm/types/reboot-pod-response.d.ts +20 -0
  303. package/dist/esm/types/reboot-pod-response.d.ts.map +1 -0
  304. package/dist/esm/types/renew-resource-auto-request.d.ts +36 -0
  305. package/dist/esm/types/renew-resource-auto-request.d.ts.map +1 -0
  306. package/dist/esm/types/renew-resource-auto-response.d.ts +20 -0
  307. package/dist/esm/types/renew-resource-auto-response.d.ts.map +1 -0
  308. package/dist/esm/types/reset-host-request.d.ts +30 -0
  309. package/dist/esm/types/reset-host-request.d.ts.map +1 -0
  310. package/dist/esm/types/reset-host-response.d.ts +36 -0
  311. package/dist/esm/types/reset-host-response.d.ts.map +1 -0
  312. package/dist/esm/types/row-for-get-image-preheating-output.d.ts +35 -0
  313. package/dist/esm/types/row-for-get-image-preheating-output.d.ts.map +1 -0
  314. package/dist/esm/types/row-for-get-pod-app-list-output.d.ts +100 -0
  315. package/dist/esm/types/row-for-get-pod-app-list-output.d.ts.map +1 -0
  316. package/dist/esm/types/row-for-list-aospimage-output.d.ts +85 -0
  317. package/dist/esm/types/row-for-list-aospimage-output.d.ts.map +1 -0
  318. package/dist/esm/types/row-for-list-configuration-output.d.ts +40 -0
  319. package/dist/esm/types/row-for-list-configuration-output.d.ts.map +1 -0
  320. package/dist/esm/types/row-for-list-dc-output.d.ts +70 -0
  321. package/dist/esm/types/row-for-list-dc-output.d.ts.map +1 -0
  322. package/dist/esm/types/row-for-list-image-resource-output.d.ts +30 -0
  323. package/dist/esm/types/row-for-list-image-resource-output.d.ts.map +1 -0
  324. package/dist/esm/types/run-command-request.d.ts +45 -0
  325. package/dist/esm/types/run-command-request.d.ts.map +1 -0
  326. package/dist/esm/types/run-command-response.d.ts +36 -0
  327. package/dist/esm/types/run-command-response.d.ts.map +1 -0
  328. package/dist/esm/types/run-sync-command-request.d.ts +40 -0
  329. package/dist/esm/types/run-sync-command-request.d.ts.map +1 -0
  330. package/dist/esm/types/run-sync-command-response.d.ts +36 -0
  331. package/dist/esm/types/run-sync-command-response.d.ts.map +1 -0
  332. package/dist/esm/types/set-proxy-request.d.ts +41 -0
  333. package/dist/esm/types/set-proxy-request.d.ts.map +1 -0
  334. package/dist/esm/types/set-proxy-response.d.ts +36 -0
  335. package/dist/esm/types/set-proxy-response.d.ts.map +1 -0
  336. package/dist/esm/types/setting-global-list-for-get-pod-property-output.d.ts +20 -0
  337. package/dist/esm/types/setting-global-list-for-get-pod-property-output.d.ts.map +1 -0
  338. package/dist/esm/types/setting-secure-list-for-get-pod-property-output.d.ts +20 -0
  339. package/dist/esm/types/setting-secure-list-for-get-pod-property-output.d.ts.map +1 -0
  340. package/dist/esm/types/setting-system-list-for-get-pod-property-output.d.ts +20 -0
  341. package/dist/esm/types/setting-system-list-for-get-pod-property-output.d.ts.map +1 -0
  342. package/dist/esm/types/status-for-run-sync-command-output.d.ts +35 -0
  343. package/dist/esm/types/status-for-run-sync-command-output.d.ts.map +1 -0
  344. package/dist/esm/types/subscribe-resource-auto-request.d.ts +41 -0
  345. package/dist/esm/types/subscribe-resource-auto-request.d.ts.map +1 -0
  346. package/dist/esm/types/subscribe-resource-auto-response.d.ts +20 -0
  347. package/dist/esm/types/subscribe-resource-auto-response.d.ts.map +1 -0
  348. package/dist/esm/types/system-img-for-build-aospimage-input.d.ts +30 -0
  349. package/dist/esm/types/system-img-for-build-aospimage-input.d.ts.map +1 -0
  350. package/dist/esm/types/tag-for-detail-pod-output.d.ts +45 -0
  351. package/dist/esm/types/tag-for-detail-pod-output.d.ts.map +1 -0
  352. package/dist/esm/types/tag-for-subscribe-resource-auto-input.d.ts +30 -0
  353. package/dist/esm/types/tag-for-subscribe-resource-auto-input.d.ts.map +1 -0
  354. package/dist/esm/types/tos-info-for-batch-screen-shot-input.d.ts +35 -0
  355. package/dist/esm/types/tos-info-for-batch-screen-shot-input.d.ts.map +1 -0
  356. package/dist/esm/types/unbind-port-mapping-rule-request.d.ts +35 -0
  357. package/dist/esm/types/unbind-port-mapping-rule-request.d.ts.map +1 -0
  358. package/dist/esm/types/unbind-port-mapping-rule-response.d.ts +31 -0
  359. package/dist/esm/types/unbind-port-mapping-rule-response.d.ts.map +1 -0
  360. package/dist/esm/types/uninstall-app-request.d.ts +40 -0
  361. package/dist/esm/types/uninstall-app-request.d.ts.map +1 -0
  362. package/dist/esm/types/uninstall-app-response.d.ts +36 -0
  363. package/dist/esm/types/uninstall-app-response.d.ts.map +1 -0
  364. package/dist/esm/types/unsubscribe-host-resource-request.d.ts +35 -0
  365. package/dist/esm/types/unsubscribe-host-resource-request.d.ts.map +1 -0
  366. package/dist/esm/types/unsubscribe-host-resource-response.d.ts +26 -0
  367. package/dist/esm/types/unsubscribe-host-resource-response.d.ts.map +1 -0
  368. package/dist/esm/types/update-aospimage-request.d.ts +35 -0
  369. package/dist/esm/types/update-aospimage-request.d.ts.map +1 -0
  370. package/dist/esm/types/update-aospimage-response.d.ts +20 -0
  371. package/dist/esm/types/update-aospimage-response.d.ts.map +1 -0
  372. package/dist/esm/types/update-app-request.d.ts +55 -0
  373. package/dist/esm/types/update-app-request.d.ts.map +1 -0
  374. package/dist/esm/types/update-app-response.d.ts +20 -0
  375. package/dist/esm/types/update-app-response.d.ts.map +1 -0
  376. package/dist/esm/types/update-dnsrule-request.d.ts +46 -0
  377. package/dist/esm/types/update-dnsrule-request.d.ts.map +1 -0
  378. package/dist/esm/types/update-dnsrule-response.d.ts +20 -0
  379. package/dist/esm/types/update-dnsrule-response.d.ts.map +1 -0
  380. package/dist/esm/types/update-host-request.d.ts +35 -0
  381. package/dist/esm/types/update-host-request.d.ts.map +1 -0
  382. package/dist/esm/types/update-host-response.d.ts +20 -0
  383. package/dist/esm/types/update-host-response.d.ts.map +1 -0
  384. package/dist/esm/types/update-pod-request.d.ts +90 -0
  385. package/dist/esm/types/update-pod-request.d.ts.map +1 -0
  386. package/dist/esm/types/update-pod-resource-apply-num-request.d.ts +45 -0
  387. package/dist/esm/types/update-pod-resource-apply-num-request.d.ts.map +1 -0
  388. package/dist/esm/types/update-pod-resource-apply-num-response.d.ts +20 -0
  389. package/dist/esm/types/update-pod-resource-apply-num-response.d.ts.map +1 -0
  390. package/dist/esm/types/update-pod-response.d.ts +20 -0
  391. package/dist/esm/types/update-pod-response.d.ts.map +1 -0
  392. package/dist/esm/types/update-product-resource-request.d.ts +35 -0
  393. package/dist/esm/types/update-product-resource-request.d.ts.map +1 -0
  394. package/dist/esm/types/update-product-resource-response.d.ts +20 -0
  395. package/dist/esm/types/update-product-resource-response.d.ts.map +1 -0
  396. package/dist/esm/types/update-tag-request.d.ts +40 -0
  397. package/dist/esm/types/update-tag-request.d.ts.map +1 -0
  398. package/dist/esm/types/update-tag-response.d.ts +20 -0
  399. package/dist/esm/types/update-tag-response.d.ts.map +1 -0
  400. package/dist/esm/types/upload-app-request.d.ts +76 -0
  401. package/dist/esm/types/upload-app-request.d.ts.map +1 -0
  402. package/dist/esm/types/upload-app-response.d.ts +30 -0
  403. package/dist/esm/types/upload-app-response.d.ts.map +1 -0
  404. package/dist/esm/types/vendor-img-for-build-aospimage-input.d.ts +30 -0
  405. package/dist/esm/types/vendor-img-for-build-aospimage-input.d.ts.map +1 -0
  406. package/dist/esm/types/version-list-for-detail-app-output.d.ts +60 -0
  407. package/dist/esm/types/version-list-for-detail-app-output.d.ts.map +1 -0
  408. package/dist/tsconfig.tsbuildinfo +1 -1
  409. package/package.json +1 -1
  410. package/src/api.ts +1273 -1
  411. package/src/types/app-crash-log-list-for-get-app-crash-log-output.ts +46 -0
  412. package/src/types/app-for-detail-app-output.ts +114 -0
  413. package/src/types/app-list-for-install-apps-input.ts +34 -0
  414. package/src/types/attach-tag-request.ts +40 -0
  415. package/src/types/attach-tag-response.ts +22 -0
  416. package/src/types/auto-install-app-request.ts +82 -0
  417. package/src/types/auto-install-app-response.ts +41 -0
  418. package/src/types/ban-user-request.ts +52 -0
  419. package/src/types/ban-user-response.ts +22 -0
  420. package/src/types/batch-screen-shot-request.ts +95 -0
  421. package/src/types/batch-screen-shot-response.ts +29 -0
  422. package/src/types/bind-port-mapping-rule-request.ts +40 -0
  423. package/src/types/bind-port-mapping-rule-response.ts +35 -0
  424. package/src/types/build-aospimage-request.ts +54 -0
  425. package/src/types/build-aospimage-response.ts +28 -0
  426. package/src/types/close-app-request.ts +40 -0
  427. package/src/types/close-app-response.ts +41 -0
  428. package/src/types/configuration-for-detail-pod-output.ts +46 -0
  429. package/src/types/convert-latest-version-for-detail-app-output.ts +70 -0
  430. package/src/types/convert-system-img-for-build-aospimage-input.ts +34 -0
  431. package/src/types/convert-vendor-img-for-build-aospimage-input.ts +34 -0
  432. package/src/types/convert-version-list-for-detail-app-output.ts +70 -0
  433. package/src/types/create-display-layout-mini-request.ts +64 -0
  434. package/src/types/create-display-layout-mini-response.ts +70 -0
  435. package/src/types/create-dnsrule-request.ts +53 -0
  436. package/src/types/create-dnsrule-response.ts +65 -0
  437. package/src/types/create-image-one-step-request.ts +52 -0
  438. package/src/types/create-image-one-step-response.ts +34 -0
  439. package/src/types/create-pod-one-step-request.ts +6 -0
  440. package/src/types/create-pod-request.ts +6 -0
  441. package/src/types/create-port-mapping-rule-request.ts +64 -0
  442. package/src/types/create-port-mapping-rule-response.ts +46 -0
  443. package/src/types/create-tag-request.ts +40 -0
  444. package/src/types/create-tag-response.ts +28 -0
  445. package/src/types/dc-info-for-detail-pod-output.ts +46 -0
  446. package/src/types/delete-aospimage-request.ts +28 -0
  447. package/src/types/delete-aospimage-response.ts +29 -0
  448. package/src/types/delete-app-request.ts +34 -0
  449. package/src/types/delete-app-response.ts +22 -0
  450. package/src/types/delete-display-layout-request.ts +34 -0
  451. package/src/types/delete-display-layout-response.ts +22 -0
  452. package/src/types/delete-dnsrule-request.ts +34 -0
  453. package/src/types/delete-dnsrule-response.ts +22 -0
  454. package/src/types/delete-pod-request.ts +46 -0
  455. package/src/types/delete-pod-response.ts +22 -0
  456. package/src/types/delete-tag-request.ts +34 -0
  457. package/src/types/delete-tag-response.ts +22 -0
  458. package/src/types/detail-app-request.ts +34 -0
  459. package/src/types/detail-app-response.ts +127 -0
  460. package/src/types/detail-display-layout-mini-request.ts +34 -0
  461. package/src/types/detail-display-layout-mini-response.ts +77 -0
  462. package/src/types/detail-dnsrule-request.ts +34 -0
  463. package/src/types/detail-dnsrule-response.ts +71 -0
  464. package/src/types/detail-for-batch-screen-shot-output.ts +46 -0
  465. package/src/types/detail-for-power-off-pod-output.ts +46 -0
  466. package/src/types/detail-for-power-on-pod-output.ts +46 -0
  467. package/src/types/detail-host-request.ts +34 -0
  468. package/src/types/detail-host-response.ts +136 -0
  469. package/src/types/detail-pod-request.ts +34 -0
  470. package/src/types/detail-pod-response.ts +244 -0
  471. package/src/types/detail-port-mapping-rule-request.ts +34 -0
  472. package/src/types/detail-port-mapping-rule-response.ts +82 -0
  473. package/src/types/display-layout-mini-for-detail-display-layout-mini-output.ts +70 -0
  474. package/src/types/display-status-for-detail-pod-output.ts +22 -0
  475. package/src/types/eip-for-detail-pod-output.ts +40 -0
  476. package/src/types/error-pod-info-list-for-bind-port-mapping-rule-output.ts +40 -0
  477. package/src/types/error-pod-info-list-for-unbind-port-mapping-rule-output.ts +40 -0
  478. package/src/types/exception-list-for-unsubscribe-host-resource-output.ts +40 -0
  479. package/src/types/extra-info-for-upload-app-input.ts +46 -0
  480. package/src/types/get-app-crash-log-request.ts +46 -0
  481. package/src/types/get-app-crash-log-response.ts +29 -0
  482. package/src/types/get-image-preheating-request.ts +40 -0
  483. package/src/types/get-image-preheating-response.ts +29 -0
  484. package/src/types/get-pod-app-list-request.ts +40 -0
  485. package/src/types/get-pod-app-list-response.ts +42 -0
  486. package/src/types/get-pod-metric-request.ts +34 -0
  487. package/src/types/get-pod-metric-response.ts +118 -0
  488. package/src/types/get-pod-property-request.ts +64 -0
  489. package/src/types/get-pod-property-response.ts +57 -0
  490. package/src/types/get-product-resource-request.ts +34 -0
  491. package/src/types/get-product-resource-response.ts +64 -0
  492. package/src/types/get-task-info-request.ts +34 -0
  493. package/src/types/get-task-info-response.ts +53 -0
  494. package/src/types/image-tos-info-for-build-aospimage-input.ts +54 -0
  495. package/src/types/image-url-info-for-build-aospimage-input.ts +36 -0
  496. package/src/types/index.ts +197 -0
  497. package/src/types/install-app-request.ts +76 -0
  498. package/src/types/install-app-response.ts +41 -0
  499. package/src/types/install-apps-request.ts +53 -0
  500. package/src/types/install-apps-response.ts +41 -0
  501. package/src/types/iplist-for-create-dnsrule-input.ts +34 -0
  502. package/src/types/iplist-for-create-dnsrule-output.ts +34 -0
  503. package/src/types/iplist-for-detail-dnsrule-output.ts +34 -0
  504. package/src/types/iplist-for-update-dnsrule-input.ts +34 -0
  505. package/src/types/item-for-delete-aospimage-output.ts +40 -0
  506. package/src/types/job-for-auto-install-app-output.ts +52 -0
  507. package/src/types/job-for-close-app-output.ts +46 -0
  508. package/src/types/job-for-get-task-info-output.ts +52 -0
  509. package/src/types/job-for-install-app-output.ts +52 -0
  510. package/src/types/job-for-install-apps-output.ts +46 -0
  511. package/src/types/job-for-launch-app-output.ts +46 -0
  512. package/src/types/job-for-launch-apps-output.ts +52 -0
  513. package/src/types/job-for-reboot-host-output.ts +52 -0
  514. package/src/types/job-for-reset-host-output.ts +52 -0
  515. package/src/types/job-for-run-command-output.ts +46 -0
  516. package/src/types/job-for-uninstall-app-output.ts +46 -0
  517. package/src/types/job-list-for-set-proxy-output.ts +34 -0
  518. package/src/types/latest-version-for-detail-app-output.ts +70 -0
  519. package/src/types/launch-app-request.ts +40 -0
  520. package/src/types/launch-app-response.ts +41 -0
  521. package/src/types/launch-apps-request.ts +40 -0
  522. package/src/types/launch-apps-response.ts +41 -0
  523. package/src/types/list-aospimage-request.ts +76 -0
  524. package/src/types/list-aospimage-response.ts +35 -0
  525. package/src/types/list-configuration-request.ts +52 -0
  526. package/src/types/list-configuration-response.ts +35 -0
  527. package/src/types/list-dc-request.ts +64 -0
  528. package/src/types/list-dc-response.ts +35 -0
  529. package/src/types/list-image-resource-request.ts +46 -0
  530. package/src/types/list-image-resource-response.ts +35 -0
  531. package/src/types/persist-property-list-for-get-pod-property-output.ts +22 -0
  532. package/src/types/pod-adb-request.ts +40 -0
  533. package/src/types/pod-adb-response.ts +22 -0
  534. package/src/types/pod-app-list-for-get-pod-app-list-output.ts +88 -0
  535. package/src/types/pod-data-delete-request.ts +46 -0
  536. package/src/types/pod-data-delete-response.ts +34 -0
  537. package/src/types/pod-mute-request.ts +46 -0
  538. package/src/types/pod-mute-response.ts +22 -0
  539. package/src/types/pod-spec-list-for-create-pod-input.ts +6 -0
  540. package/src/types/pod-stop-request.ts +34 -0
  541. package/src/types/pod-stop-response.ts +22 -0
  542. package/src/types/port-mapping-rule-list-for-detail-pod-output.ts +65 -0
  543. package/src/types/power-off-pod-request.ts +40 -0
  544. package/src/types/power-off-pod-response.ts +41 -0
  545. package/src/types/power-on-pod-request.ts +40 -0
  546. package/src/types/power-on-pod-response.ts +41 -0
  547. package/src/types/pre-order-list-for-renew-resource-auto-input.ts +40 -0
  548. package/src/types/pre-order-list-for-subscribe-resource-auto-input.ts +95 -0
  549. package/src/types/property-list-for-get-pod-property-output.ts +22 -0
  550. package/src/types/proxy-config-for-set-proxy-input.ts +22 -0
  551. package/src/types/public-port-info-list-for-detail-pod-output.ts +40 -0
  552. package/src/types/pull-file-request.ts +64 -0
  553. package/src/types/pull-file-response.ts +34 -0
  554. package/src/types/push-file-request.ts +82 -0
  555. package/src/types/push-file-response.ts +34 -0
  556. package/src/types/reboot-host-request.ts +40 -0
  557. package/src/types/reboot-host-response.ts +41 -0
  558. package/src/types/reboot-pod-request.ts +46 -0
  559. package/src/types/reboot-pod-response.ts +22 -0
  560. package/src/types/renew-resource-auto-request.ts +41 -0
  561. package/src/types/renew-resource-auto-response.ts +22 -0
  562. package/src/types/reset-host-request.ts +34 -0
  563. package/src/types/reset-host-response.ts +41 -0
  564. package/src/types/row-for-get-image-preheating-output.ts +40 -0
  565. package/src/types/row-for-get-pod-app-list-output.ts +118 -0
  566. package/src/types/row-for-list-aospimage-output.ts +100 -0
  567. package/src/types/row-for-list-configuration-output.ts +46 -0
  568. package/src/types/row-for-list-dc-output.ts +82 -0
  569. package/src/types/row-for-list-image-resource-output.ts +34 -0
  570. package/src/types/run-command-request.ts +52 -0
  571. package/src/types/run-command-response.ts +41 -0
  572. package/src/types/run-sync-command-request.ts +46 -0
  573. package/src/types/run-sync-command-response.ts +41 -0
  574. package/src/types/set-proxy-request.ts +47 -0
  575. package/src/types/set-proxy-response.ts +41 -0
  576. package/src/types/setting-global-list-for-get-pod-property-output.ts +22 -0
  577. package/src/types/setting-secure-list-for-get-pod-property-output.ts +22 -0
  578. package/src/types/setting-system-list-for-get-pod-property-output.ts +22 -0
  579. package/src/types/status-for-run-sync-command-output.ts +40 -0
  580. package/src/types/subscribe-resource-auto-request.ts +47 -0
  581. package/src/types/subscribe-resource-auto-response.ts +22 -0
  582. package/src/types/system-img-for-build-aospimage-input.ts +34 -0
  583. package/src/types/tag-for-detail-pod-output.ts +52 -0
  584. package/src/types/tag-for-subscribe-resource-auto-input.ts +34 -0
  585. package/src/types/tos-info-for-batch-screen-shot-input.ts +40 -0
  586. package/src/types/unbind-port-mapping-rule-request.ts +40 -0
  587. package/src/types/unbind-port-mapping-rule-response.ts +35 -0
  588. package/src/types/uninstall-app-request.ts +46 -0
  589. package/src/types/uninstall-app-response.ts +41 -0
  590. package/src/types/unsubscribe-host-resource-request.ts +40 -0
  591. package/src/types/unsubscribe-host-resource-response.ts +29 -0
  592. package/src/types/update-aospimage-request.ts +40 -0
  593. package/src/types/update-aospimage-response.ts +22 -0
  594. package/src/types/update-app-request.ts +64 -0
  595. package/src/types/update-app-response.ts +22 -0
  596. package/src/types/update-dnsrule-request.ts +53 -0
  597. package/src/types/update-dnsrule-response.ts +22 -0
  598. package/src/types/update-host-request.ts +40 -0
  599. package/src/types/update-host-response.ts +22 -0
  600. package/src/types/update-pod-request.ts +106 -0
  601. package/src/types/update-pod-resource-apply-num-request.ts +52 -0
  602. package/src/types/update-pod-resource-apply-num-response.ts +22 -0
  603. package/src/types/update-pod-response.ts +22 -0
  604. package/src/types/update-product-resource-request.ts +40 -0
  605. package/src/types/update-product-resource-response.ts +22 -0
  606. package/src/types/update-tag-request.ts +46 -0
  607. package/src/types/update-tag-response.ts +22 -0
  608. package/src/types/upload-app-request.ts +89 -0
  609. package/src/types/upload-app-response.ts +34 -0
  610. package/src/types/vendor-img-for-build-aospimage-input.ts +34 -0
  611. package/src/types/version-list-for-detail-app-output.ts +70 -0
package/dist/cjs/index.js CHANGED
@@ -24,36 +24,103 @@ var __webpack_require__ = {};
24
24
  var __webpack_exports__ = {};
25
25
  __webpack_require__.r(__webpack_exports__);
26
26
  __webpack_require__.d(__webpack_exports__, {
27
+ BindPortMappingRuleCommand: ()=>BindPortMappingRuleCommand,
28
+ GetPodPropertyCommand: ()=>GetPodPropertyCommand,
29
+ BanUserCommand: ()=>BanUserCommand,
30
+ MigratePodCommand: ()=>MigratePodCommand,
31
+ DetailPodCommand: ()=>DetailPodCommand,
32
+ DeletePodCommand: ()=>DeletePodCommand,
33
+ BuildAOSPImageCommand: ()=>BuildAOSPImageCommand,
34
+ PodAdbCommand: ()=>PodAdbCommand,
35
+ CreatePortMappingRuleCommand: ()=>CreatePortMappingRuleCommand,
36
+ UpdateAOSPImageCommand: ()=>UpdateAOSPImageCommand,
37
+ ListCustomRouteCommand: ()=>ListCustomRouteCommand,
38
+ SubscribeResourceAutoCommand: ()=>SubscribeResourceAutoCommand,
39
+ ListAppCommand: ()=>ListAppCommand,
40
+ DetailHostCommand: ()=>DetailHostCommand,
41
+ DeleteAppCommand: ()=>DeleteAppCommand,
42
+ InstallAppCommand: ()=>InstallAppCommand,
43
+ DetailDisplayLayoutMiniCommand: ()=>DetailDisplayLayoutMiniCommand,
44
+ PodDataDeleteCommand: ()=>PodDataDeleteCommand,
45
+ RenewResourceAutoCommand: ()=>RenewResourceAutoCommand,
46
+ ResetHostCommand: ()=>ResetHostCommand,
47
+ ListDcCommand: ()=>ListDcCommand,
48
+ CreateImageOneStepCommand: ()=>CreateImageOneStepCommand,
49
+ CreateDNSRuleCommand: ()=>CreateDNSRuleCommand,
50
+ DetailAppCommand: ()=>DetailAppCommand,
51
+ SetProxyCommand: ()=>SetProxyCommand,
52
+ UpdateProductResourceCommand: ()=>UpdateProductResourceCommand,
53
+ CreateTagCommand: ()=>CreateTagCommand,
54
+ UpdatePodCommand: ()=>UpdatePodCommand,
55
+ DetailDNSRuleCommand: ()=>DetailDNSRuleCommand,
56
+ AddPhoneTemplateCommand: ()=>AddPhoneTemplateCommand,
57
+ DeleteBackupDataCommand: ()=>DeleteBackupDataCommand,
58
+ BackupDataCommand: ()=>BackupDataCommand,
59
+ GetDcBandwidthDailyPeakCommand: ()=>GetDcBandwidthDailyPeakCommand,
60
+ GetTaskInfoCommand: ()=>GetTaskInfoCommand,
61
+ AddCustomRouteCommand: ()=>AddCustomRouteCommand,
62
+ ListBackupDataCommand: ()=>ListBackupDataCommand,
63
+ DeleteDNSRuleCommand: ()=>DeleteDNSRuleCommand,
64
+ InstallAppsCommand: ()=>InstallAppsCommand,
65
+ DeleteAOSPImageCommand: ()=>DeleteAOSPImageCommand,
66
+ CreateDisplayLayoutMiniCommand: ()=>CreateDisplayLayoutMiniCommand,
67
+ GetPodMetricCommand: ()=>GetPodMetricCommand,
68
+ ResetPodCommand: ()=>ResetPodCommand,
69
+ UpdateCustomRouteCommand: ()=>UpdateCustomRouteCommand,
70
+ UnsubscribeHostResourceCommand: ()=>UnsubscribeHostResourceCommand,
71
+ GetProductResourceCommand: ()=>GetProductResourceCommand,
72
+ LaunchAppsCommand: ()=>LaunchAppsCommand,
73
+ ACEPClient: ()=>ACEPClient,
27
74
  ListPodCommand: ()=>ListPodCommand,
28
75
  ListPhoneTemplateCommand: ()=>ListPhoneTemplateCommand,
29
- MigratePodCommand: ()=>MigratePodCommand,
76
+ PowerOnPodCommand: ()=>PowerOnPodCommand,
30
77
  RestorePodCommand: ()=>RestorePodCommand,
78
+ UpdatePodResourceApplyNumCommand: ()=>UpdatePodResourceApplyNumCommand,
79
+ ListImageResourceCommand: ()=>ListImageResourceCommand,
80
+ ListConfigurationCommand: ()=>ListConfigurationCommand,
31
81
  CreatePodCommand: ()=>CreatePodCommand,
32
- ListCustomRouteCommand: ()=>ListCustomRouteCommand,
82
+ GetAppCrashLogCommand: ()=>GetAppCrashLogCommand,
83
+ PowerOffPodCommand: ()=>PowerOffPodCommand,
84
+ RebootPodCommand: ()=>RebootPodCommand,
33
85
  DeleteCustomRouteCommand: ()=>DeleteCustomRouteCommand,
34
86
  CreatePodOneStepCommand: ()=>CreatePodOneStepCommand,
35
- ListAppCommand: ()=>ListAppCommand,
36
- RemovePhoneTemplateCommand: ()=>RemovePhoneTemplateCommand,
87
+ DetailPortMappingRuleCommand: ()=>DetailPortMappingRuleCommand,
88
+ PullFileCommand: ()=>PullFileCommand,
37
89
  GetPhoneTemplateCommand: ()=>GetPhoneTemplateCommand,
90
+ RemovePhoneTemplateCommand: ()=>RemovePhoneTemplateCommand,
91
+ UpdateDNSRuleCommand: ()=>UpdateDNSRuleCommand,
92
+ ListAOSPImageCommand: ()=>ListAOSPImageCommand,
93
+ AttachTagCommand: ()=>AttachTagCommand,
94
+ AutoInstallAppCommand: ()=>AutoInstallAppCommand,
38
95
  CancelBackupPodCommand: ()=>CancelBackupPodCommand,
96
+ GetPodAppListCommand: ()=>GetPodAppListCommand,
39
97
  StopRecordingCommand: ()=>StopRecordingCommand,
40
- UpdatePodPropertyCommand: ()=>UpdatePodPropertyCommand,
98
+ UpdateHostCommand: ()=>UpdateHostCommand,
99
+ BatchScreenShotCommand: ()=>BatchScreenShotCommand,
100
+ GetImagePreheatingCommand: ()=>GetImagePreheatingCommand,
101
+ DeleteTagCommand: ()=>DeleteTagCommand,
102
+ PodMuteCommand: ()=>PodMuteCommand,
41
103
  StopScreenShotCommand: ()=>StopScreenShotCommand,
42
- AddPhoneTemplateCommand: ()=>AddPhoneTemplateCommand,
43
- DeleteBackupDataCommand: ()=>DeleteBackupDataCommand,
44
- BackupDataCommand: ()=>BackupDataCommand,
45
- GetDcBandwidthDailyPeakCommand: ()=>GetDcBandwidthDailyPeakCommand,
46
- AddCustomRouteCommand: ()=>AddCustomRouteCommand,
104
+ CloseAppCommand: ()=>CloseAppCommand,
105
+ UninstallAppCommand: ()=>UninstallAppCommand,
106
+ UpdatePodPropertyCommand: ()=>UpdatePodPropertyCommand,
107
+ PodStopCommand: ()=>PodStopCommand,
108
+ RebootHostCommand: ()=>RebootHostCommand,
109
+ RunSyncCommandCommand: ()=>RunSyncCommandCommand,
110
+ UpdateAppCommand: ()=>UpdateAppCommand,
111
+ UpdateTagCommand: ()=>UpdateTagCommand,
47
112
  RestoreDataCommand: ()=>RestoreDataCommand,
48
113
  StartRecordingCommand: ()=>StartRecordingCommand,
49
- ListBackupDataCommand: ()=>ListBackupDataCommand,
114
+ UploadAppCommand: ()=>UploadAppCommand,
115
+ DeleteDisplayLayoutCommand: ()=>DeleteDisplayLayoutCommand,
116
+ PushFileCommand: ()=>PushFileCommand,
50
117
  CancelRestorePodCommand: ()=>CancelRestorePodCommand,
51
- ResetPodCommand: ()=>ResetPodCommand,
118
+ RunCommandCommand: ()=>RunCommandCommand,
52
119
  StartScreenShotCommand: ()=>StartScreenShotCommand,
53
- UpdateCustomRouteCommand: ()=>UpdateCustomRouteCommand,
120
+ UnbindPortMappingRuleCommand: ()=>UnbindPortMappingRuleCommand,
54
121
  BackupPodCommand: ()=>BackupPodCommand,
55
- UpdatePhoneTemplateCommand: ()=>UpdatePhoneTemplateCommand,
56
- ACEPClient: ()=>ACEPClient
122
+ LaunchAppCommand: ()=>LaunchAppCommand,
123
+ UpdatePhoneTemplateCommand: ()=>UpdatePhoneTemplateCommand
57
124
  });
58
125
  const sdk_core_namespaceObject = require("@volcengine/sdk-core");
59
126
  function _define_property(obj, key, value) {
@@ -89,6 +156,20 @@ class AddPhoneTemplateCommand extends sdk_core_namespaceObject.Command {
89
156
  }
90
157
  }
91
158
  _define_property(AddPhoneTemplateCommand, "metaPath", '/AddPhoneTemplate/2025-05-01/acep/post/application_json/');
159
+ class AttachTagCommand extends sdk_core_namespaceObject.Command {
160
+ constructor(input){
161
+ super(input);
162
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AttachTagCommand.metaPath);
163
+ }
164
+ }
165
+ _define_property(AttachTagCommand, "metaPath", '/AttachTag/2025-05-01/acep/post/application_json/');
166
+ class AutoInstallAppCommand extends sdk_core_namespaceObject.Command {
167
+ constructor(input){
168
+ super(input);
169
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AutoInstallAppCommand.metaPath);
170
+ }
171
+ }
172
+ _define_property(AutoInstallAppCommand, "metaPath", '/AutoInstallApp/2025-05-01/acep/post/application_json/');
92
173
  class BackupDataCommand extends sdk_core_namespaceObject.Command {
93
174
  constructor(input){
94
175
  super(input);
@@ -103,6 +184,34 @@ class BackupPodCommand extends sdk_core_namespaceObject.Command {
103
184
  }
104
185
  }
105
186
  _define_property(BackupPodCommand, "metaPath", '/BackupPod/2025-05-01/acep/post/application_json/');
187
+ class BanUserCommand extends sdk_core_namespaceObject.Command {
188
+ constructor(input){
189
+ super(input);
190
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(BanUserCommand.metaPath);
191
+ }
192
+ }
193
+ _define_property(BanUserCommand, "metaPath", '/BanUser/2025-05-01/acep/post/application_json/');
194
+ class BatchScreenShotCommand extends sdk_core_namespaceObject.Command {
195
+ constructor(input){
196
+ super(input);
197
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(BatchScreenShotCommand.metaPath);
198
+ }
199
+ }
200
+ _define_property(BatchScreenShotCommand, "metaPath", '/BatchScreenShot/2025-05-01/acep/post/application_json/');
201
+ class BindPortMappingRuleCommand extends sdk_core_namespaceObject.Command {
202
+ constructor(input){
203
+ super(input);
204
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(BindPortMappingRuleCommand.metaPath);
205
+ }
206
+ }
207
+ _define_property(BindPortMappingRuleCommand, "metaPath", '/BindPortMappingRule/2025-05-01/acep/post/application_json/');
208
+ class BuildAOSPImageCommand extends sdk_core_namespaceObject.Command {
209
+ constructor(input){
210
+ super(input);
211
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(BuildAOSPImageCommand.metaPath);
212
+ }
213
+ }
214
+ _define_property(BuildAOSPImageCommand, "metaPath", '/BuildAOSPImage/2025-05-01/acep/post/application_json/');
106
215
  class CancelBackupPodCommand extends sdk_core_namespaceObject.Command {
107
216
  constructor(input){
108
217
  super(input);
@@ -117,6 +226,34 @@ class CancelRestorePodCommand extends sdk_core_namespaceObject.Command {
117
226
  }
118
227
  }
119
228
  _define_property(CancelRestorePodCommand, "metaPath", '/CancelRestorePod/2025-05-01/acep/post/application_json/');
229
+ class CloseAppCommand extends sdk_core_namespaceObject.Command {
230
+ constructor(input){
231
+ super(input);
232
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CloseAppCommand.metaPath);
233
+ }
234
+ }
235
+ _define_property(CloseAppCommand, "metaPath", '/CloseApp/2025-05-01/acep/post/application_json/');
236
+ class CreateDNSRuleCommand extends sdk_core_namespaceObject.Command {
237
+ constructor(input){
238
+ super(input);
239
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateDNSRuleCommand.metaPath);
240
+ }
241
+ }
242
+ _define_property(CreateDNSRuleCommand, "metaPath", '/CreateDNSRule/2025-05-01/acep/post/application_json/');
243
+ class CreateDisplayLayoutMiniCommand extends sdk_core_namespaceObject.Command {
244
+ constructor(input){
245
+ super(input);
246
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateDisplayLayoutMiniCommand.metaPath);
247
+ }
248
+ }
249
+ _define_property(CreateDisplayLayoutMiniCommand, "metaPath", '/CreateDisplayLayoutMini/2025-05-01/acep/post/application_json/');
250
+ class CreateImageOneStepCommand extends sdk_core_namespaceObject.Command {
251
+ constructor(input){
252
+ super(input);
253
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateImageOneStepCommand.metaPath);
254
+ }
255
+ }
256
+ _define_property(CreateImageOneStepCommand, "metaPath", '/CreateImageOneStep/2025-05-01/acep/post/application_json/');
120
257
  class CreatePodCommand extends sdk_core_namespaceObject.Command {
121
258
  constructor(input){
122
259
  super(input);
@@ -131,6 +268,34 @@ class CreatePodOneStepCommand extends sdk_core_namespaceObject.Command {
131
268
  }
132
269
  }
133
270
  _define_property(CreatePodOneStepCommand, "metaPath", '/CreatePodOneStep/2025-05-01/acep/post/application_json/');
271
+ class CreatePortMappingRuleCommand extends sdk_core_namespaceObject.Command {
272
+ constructor(input){
273
+ super(input);
274
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreatePortMappingRuleCommand.metaPath);
275
+ }
276
+ }
277
+ _define_property(CreatePortMappingRuleCommand, "metaPath", '/CreatePortMappingRule/2025-05-01/acep/post/application_json/');
278
+ class CreateTagCommand extends sdk_core_namespaceObject.Command {
279
+ constructor(input){
280
+ super(input);
281
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateTagCommand.metaPath);
282
+ }
283
+ }
284
+ _define_property(CreateTagCommand, "metaPath", '/CreateTag/2025-05-01/acep/post/application_json/');
285
+ class DeleteAOSPImageCommand extends sdk_core_namespaceObject.Command {
286
+ constructor(input){
287
+ super(input);
288
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteAOSPImageCommand.metaPath);
289
+ }
290
+ }
291
+ _define_property(DeleteAOSPImageCommand, "metaPath", '/DeleteAOSPImage/2025-05-01/acep/post/application_json/');
292
+ class DeleteAppCommand extends sdk_core_namespaceObject.Command {
293
+ constructor(input){
294
+ super(input);
295
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteAppCommand.metaPath);
296
+ }
297
+ }
298
+ _define_property(DeleteAppCommand, "metaPath", '/DeleteApp/2025-05-01/acep/post/application_json/');
134
299
  class DeleteBackupDataCommand extends sdk_core_namespaceObject.Command {
135
300
  constructor(input){
136
301
  super(input);
@@ -145,6 +310,83 @@ class DeleteCustomRouteCommand extends sdk_core_namespaceObject.Command {
145
310
  }
146
311
  }
147
312
  _define_property(DeleteCustomRouteCommand, "metaPath", '/DeleteCustomRoute/2025-05-01/acep/post/application_json/');
313
+ class DeleteDNSRuleCommand extends sdk_core_namespaceObject.Command {
314
+ constructor(input){
315
+ super(input);
316
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteDNSRuleCommand.metaPath);
317
+ }
318
+ }
319
+ _define_property(DeleteDNSRuleCommand, "metaPath", '/DeleteDNSRule/2025-05-01/acep/post/application_json/');
320
+ class DeleteDisplayLayoutCommand extends sdk_core_namespaceObject.Command {
321
+ constructor(input){
322
+ super(input);
323
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteDisplayLayoutCommand.metaPath);
324
+ }
325
+ }
326
+ _define_property(DeleteDisplayLayoutCommand, "metaPath", '/DeleteDisplayLayout/2025-05-01/acep/post/application_json/');
327
+ class DeletePodCommand extends sdk_core_namespaceObject.Command {
328
+ constructor(input){
329
+ super(input);
330
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeletePodCommand.metaPath);
331
+ }
332
+ }
333
+ _define_property(DeletePodCommand, "metaPath", '/DeletePod/2025-05-01/acep/post/application_json/');
334
+ class DeleteTagCommand extends sdk_core_namespaceObject.Command {
335
+ constructor(input){
336
+ super(input);
337
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteTagCommand.metaPath);
338
+ }
339
+ }
340
+ _define_property(DeleteTagCommand, "metaPath", '/DeleteTag/2025-05-01/acep/post/application_json/');
341
+ class DetailAppCommand extends sdk_core_namespaceObject.Command {
342
+ constructor(input){
343
+ super(input);
344
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DetailAppCommand.metaPath);
345
+ }
346
+ }
347
+ _define_property(DetailAppCommand, "metaPath", '/DetailApp/2025-05-01/acep/post/application_json/');
348
+ class DetailDNSRuleCommand extends sdk_core_namespaceObject.Command {
349
+ constructor(input){
350
+ super(input);
351
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DetailDNSRuleCommand.metaPath);
352
+ }
353
+ }
354
+ _define_property(DetailDNSRuleCommand, "metaPath", '/DetailDNSRule/2025-05-01/acep/post/application_json/');
355
+ class DetailDisplayLayoutMiniCommand extends sdk_core_namespaceObject.Command {
356
+ constructor(input){
357
+ super(input);
358
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DetailDisplayLayoutMiniCommand.metaPath);
359
+ }
360
+ }
361
+ _define_property(DetailDisplayLayoutMiniCommand, "metaPath", '/DetailDisplayLayoutMini/2025-05-01/acep/post/application_json/');
362
+ class DetailHostCommand extends sdk_core_namespaceObject.Command {
363
+ constructor(input){
364
+ super(input);
365
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DetailHostCommand.metaPath);
366
+ }
367
+ }
368
+ _define_property(DetailHostCommand, "metaPath", '/DetailHost/2025-05-01/acep/post/application_json/');
369
+ class DetailPodCommand extends sdk_core_namespaceObject.Command {
370
+ constructor(input){
371
+ super(input);
372
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DetailPodCommand.metaPath);
373
+ }
374
+ }
375
+ _define_property(DetailPodCommand, "metaPath", '/DetailPod/2025-05-01/acep/post/application_json/');
376
+ class DetailPortMappingRuleCommand extends sdk_core_namespaceObject.Command {
377
+ constructor(input){
378
+ super(input);
379
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DetailPortMappingRuleCommand.metaPath);
380
+ }
381
+ }
382
+ _define_property(DetailPortMappingRuleCommand, "metaPath", '/DetailPortMappingRule/2025-05-01/acep/post/application_json/');
383
+ class GetAppCrashLogCommand extends sdk_core_namespaceObject.Command {
384
+ constructor(input){
385
+ super(input);
386
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAppCrashLogCommand.metaPath);
387
+ }
388
+ }
389
+ _define_property(GetAppCrashLogCommand, "metaPath", '/GetAppCrashLog/2025-05-01/acep/post/application_json/');
148
390
  class GetDcBandwidthDailyPeakCommand extends sdk_core_namespaceObject.Command {
149
391
  constructor(input){
150
392
  super(input);
@@ -152,6 +394,13 @@ class GetDcBandwidthDailyPeakCommand extends sdk_core_namespaceObject.Command {
152
394
  }
153
395
  }
154
396
  _define_property(GetDcBandwidthDailyPeakCommand, "metaPath", '/GetDcBandwidthDailyPeak/2025-05-01/acep/post/application_json/');
397
+ class GetImagePreheatingCommand extends sdk_core_namespaceObject.Command {
398
+ constructor(input){
399
+ super(input);
400
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetImagePreheatingCommand.metaPath);
401
+ }
402
+ }
403
+ _define_property(GetImagePreheatingCommand, "metaPath", '/GetImagePreheating/2025-05-01/acep/post/application_json/');
155
404
  class GetPhoneTemplateCommand extends sdk_core_namespaceObject.Command {
156
405
  constructor(input){
157
406
  super(input);
@@ -159,6 +408,76 @@ class GetPhoneTemplateCommand extends sdk_core_namespaceObject.Command {
159
408
  }
160
409
  }
161
410
  _define_property(GetPhoneTemplateCommand, "metaPath", '/GetPhoneTemplate/2025-05-01/acep/post/application_json/');
411
+ class GetPodAppListCommand extends sdk_core_namespaceObject.Command {
412
+ constructor(input){
413
+ super(input);
414
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetPodAppListCommand.metaPath);
415
+ }
416
+ }
417
+ _define_property(GetPodAppListCommand, "metaPath", '/GetPodAppList/2025-05-01/acep/post/application_json/');
418
+ class GetPodMetricCommand extends sdk_core_namespaceObject.Command {
419
+ constructor(input){
420
+ super(input);
421
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetPodMetricCommand.metaPath);
422
+ }
423
+ }
424
+ _define_property(GetPodMetricCommand, "metaPath", '/GetPodMetric/2025-05-01/acep/post/application_json/');
425
+ class GetPodPropertyCommand extends sdk_core_namespaceObject.Command {
426
+ constructor(input){
427
+ super(input);
428
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetPodPropertyCommand.metaPath);
429
+ }
430
+ }
431
+ _define_property(GetPodPropertyCommand, "metaPath", '/GetPodProperty/2025-05-01/acep/post/application_json/');
432
+ class GetProductResourceCommand extends sdk_core_namespaceObject.Command {
433
+ constructor(input){
434
+ super(input);
435
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetProductResourceCommand.metaPath);
436
+ }
437
+ }
438
+ _define_property(GetProductResourceCommand, "metaPath", '/GetProductResource/2025-05-01/acep/post/application_json/');
439
+ class GetTaskInfoCommand extends sdk_core_namespaceObject.Command {
440
+ constructor(input){
441
+ super(input);
442
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetTaskInfoCommand.metaPath);
443
+ }
444
+ }
445
+ _define_property(GetTaskInfoCommand, "metaPath", '/GetTaskInfo/2025-05-01/acep/post/application_json/');
446
+ class InstallAppCommand extends sdk_core_namespaceObject.Command {
447
+ constructor(input){
448
+ super(input);
449
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(InstallAppCommand.metaPath);
450
+ }
451
+ }
452
+ _define_property(InstallAppCommand, "metaPath", '/InstallApp/2025-05-01/acep/post/application_json/');
453
+ class InstallAppsCommand extends sdk_core_namespaceObject.Command {
454
+ constructor(input){
455
+ super(input);
456
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(InstallAppsCommand.metaPath);
457
+ }
458
+ }
459
+ _define_property(InstallAppsCommand, "metaPath", '/InstallApps/2025-05-01/acep/post/application_json/');
460
+ class LaunchAppCommand extends sdk_core_namespaceObject.Command {
461
+ constructor(input){
462
+ super(input);
463
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(LaunchAppCommand.metaPath);
464
+ }
465
+ }
466
+ _define_property(LaunchAppCommand, "metaPath", '/LaunchApp/2025-05-01/acep/post/application_json/');
467
+ class LaunchAppsCommand extends sdk_core_namespaceObject.Command {
468
+ constructor(input){
469
+ super(input);
470
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(LaunchAppsCommand.metaPath);
471
+ }
472
+ }
473
+ _define_property(LaunchAppsCommand, "metaPath", '/LaunchApps/2025-05-01/acep/post/application_json/');
474
+ class ListAOSPImageCommand extends sdk_core_namespaceObject.Command {
475
+ constructor(input){
476
+ super(input);
477
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAOSPImageCommand.metaPath);
478
+ }
479
+ }
480
+ _define_property(ListAOSPImageCommand, "metaPath", '/ListAOSPImage/2025-05-01/acep/post/application_json/');
162
481
  class ListAppCommand extends sdk_core_namespaceObject.Command {
163
482
  constructor(input){
164
483
  super(input);
@@ -173,6 +492,13 @@ class ListBackupDataCommand extends sdk_core_namespaceObject.Command {
173
492
  }
174
493
  }
175
494
  _define_property(ListBackupDataCommand, "metaPath", '/ListBackupData/2025-05-01/acep/post/application_json/');
495
+ class ListConfigurationCommand extends sdk_core_namespaceObject.Command {
496
+ constructor(input){
497
+ super(input);
498
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListConfigurationCommand.metaPath);
499
+ }
500
+ }
501
+ _define_property(ListConfigurationCommand, "metaPath", '/ListConfiguration/2025-05-01/acep/post/application_json/');
176
502
  class ListCustomRouteCommand extends sdk_core_namespaceObject.Command {
177
503
  constructor(input){
178
504
  super(input);
@@ -180,6 +506,20 @@ class ListCustomRouteCommand extends sdk_core_namespaceObject.Command {
180
506
  }
181
507
  }
182
508
  _define_property(ListCustomRouteCommand, "metaPath", '/ListCustomRoute/2025-05-01/acep/post/application_json/');
509
+ class ListDcCommand extends sdk_core_namespaceObject.Command {
510
+ constructor(input){
511
+ super(input);
512
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListDcCommand.metaPath);
513
+ }
514
+ }
515
+ _define_property(ListDcCommand, "metaPath", '/ListDc/2025-05-01/acep/post/application_json/');
516
+ class ListImageResourceCommand extends sdk_core_namespaceObject.Command {
517
+ constructor(input){
518
+ super(input);
519
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListImageResourceCommand.metaPath);
520
+ }
521
+ }
522
+ _define_property(ListImageResourceCommand, "metaPath", '/ListImageResource/2025-05-01/acep/post/application_json/');
183
523
  class ListPhoneTemplateCommand extends sdk_core_namespaceObject.Command {
184
524
  constructor(input){
185
525
  super(input);
@@ -201,6 +541,76 @@ class MigratePodCommand extends sdk_core_namespaceObject.Command {
201
541
  }
202
542
  }
203
543
  _define_property(MigratePodCommand, "metaPath", '/MigratePod/2025-05-01/acep/post/application_json/');
544
+ class PodAdbCommand extends sdk_core_namespaceObject.Command {
545
+ constructor(input){
546
+ super(input);
547
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(PodAdbCommand.metaPath);
548
+ }
549
+ }
550
+ _define_property(PodAdbCommand, "metaPath", '/PodAdb/2025-05-01/acep/post/application_json/');
551
+ class PodDataDeleteCommand extends sdk_core_namespaceObject.Command {
552
+ constructor(input){
553
+ super(input);
554
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(PodDataDeleteCommand.metaPath);
555
+ }
556
+ }
557
+ _define_property(PodDataDeleteCommand, "metaPath", '/PodDataDelete/2025-05-01/acep/post/application_json/');
558
+ class PodMuteCommand extends sdk_core_namespaceObject.Command {
559
+ constructor(input){
560
+ super(input);
561
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(PodMuteCommand.metaPath);
562
+ }
563
+ }
564
+ _define_property(PodMuteCommand, "metaPath", '/PodMute/2025-05-01/acep/post/application_json/');
565
+ class PodStopCommand extends sdk_core_namespaceObject.Command {
566
+ constructor(input){
567
+ super(input);
568
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(PodStopCommand.metaPath);
569
+ }
570
+ }
571
+ _define_property(PodStopCommand, "metaPath", '/PodStop/2025-05-01/acep/post/application_json/');
572
+ class PowerOffPodCommand extends sdk_core_namespaceObject.Command {
573
+ constructor(input){
574
+ super(input);
575
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(PowerOffPodCommand.metaPath);
576
+ }
577
+ }
578
+ _define_property(PowerOffPodCommand, "metaPath", '/PowerOffPod/2025-05-01/acep/post/application_json/');
579
+ class PowerOnPodCommand extends sdk_core_namespaceObject.Command {
580
+ constructor(input){
581
+ super(input);
582
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(PowerOnPodCommand.metaPath);
583
+ }
584
+ }
585
+ _define_property(PowerOnPodCommand, "metaPath", '/PowerOnPod/2025-05-01/acep/post/application_json/');
586
+ class PullFileCommand extends sdk_core_namespaceObject.Command {
587
+ constructor(input){
588
+ super(input);
589
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(PullFileCommand.metaPath);
590
+ }
591
+ }
592
+ _define_property(PullFileCommand, "metaPath", '/PullFile/2025-05-01/acep/post/application_json/');
593
+ class PushFileCommand extends sdk_core_namespaceObject.Command {
594
+ constructor(input){
595
+ super(input);
596
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(PushFileCommand.metaPath);
597
+ }
598
+ }
599
+ _define_property(PushFileCommand, "metaPath", '/PushFile/2025-05-01/acep/post/application_json/');
600
+ class RebootHostCommand extends sdk_core_namespaceObject.Command {
601
+ constructor(input){
602
+ super(input);
603
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RebootHostCommand.metaPath);
604
+ }
605
+ }
606
+ _define_property(RebootHostCommand, "metaPath", '/RebootHost/2025-05-01/acep/post/application_json/');
607
+ class RebootPodCommand extends sdk_core_namespaceObject.Command {
608
+ constructor(input){
609
+ super(input);
610
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RebootPodCommand.metaPath);
611
+ }
612
+ }
613
+ _define_property(RebootPodCommand, "metaPath", '/RebootPod/2025-05-01/acep/post/application_json/');
204
614
  class RemovePhoneTemplateCommand extends sdk_core_namespaceObject.Command {
205
615
  constructor(input){
206
616
  super(input);
@@ -208,6 +618,20 @@ class RemovePhoneTemplateCommand extends sdk_core_namespaceObject.Command {
208
618
  }
209
619
  }
210
620
  _define_property(RemovePhoneTemplateCommand, "metaPath", '/RemovePhoneTemplate/2025-05-01/acep/post/application_json/');
621
+ class RenewResourceAutoCommand extends sdk_core_namespaceObject.Command {
622
+ constructor(input){
623
+ super(input);
624
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RenewResourceAutoCommand.metaPath);
625
+ }
626
+ }
627
+ _define_property(RenewResourceAutoCommand, "metaPath", '/RenewResourceAuto/2025-05-01/acep/post/application_json/');
628
+ class ResetHostCommand extends sdk_core_namespaceObject.Command {
629
+ constructor(input){
630
+ super(input);
631
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ResetHostCommand.metaPath);
632
+ }
633
+ }
634
+ _define_property(ResetHostCommand, "metaPath", '/ResetHost/2025-05-01/acep/post/application_json/');
211
635
  class ResetPodCommand extends sdk_core_namespaceObject.Command {
212
636
  constructor(input){
213
637
  super(input);
@@ -229,6 +653,27 @@ class RestorePodCommand extends sdk_core_namespaceObject.Command {
229
653
  }
230
654
  }
231
655
  _define_property(RestorePodCommand, "metaPath", '/RestorePod/2025-05-01/acep/post/application_json/');
656
+ class RunCommandCommand extends sdk_core_namespaceObject.Command {
657
+ constructor(input){
658
+ super(input);
659
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RunCommandCommand.metaPath);
660
+ }
661
+ }
662
+ _define_property(RunCommandCommand, "metaPath", '/RunCommand/2025-05-01/acep/post/application_json/');
663
+ class RunSyncCommandCommand extends sdk_core_namespaceObject.Command {
664
+ constructor(input){
665
+ super(input);
666
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RunSyncCommandCommand.metaPath);
667
+ }
668
+ }
669
+ _define_property(RunSyncCommandCommand, "metaPath", '/RunSyncCommand/2025-05-01/acep/post/application_json/');
670
+ class SetProxyCommand extends sdk_core_namespaceObject.Command {
671
+ constructor(input){
672
+ super(input);
673
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(SetProxyCommand.metaPath);
674
+ }
675
+ }
676
+ _define_property(SetProxyCommand, "metaPath", '/SetProxy/2025-05-01/acep/post/application_json/');
232
677
  class StartRecordingCommand extends sdk_core_namespaceObject.Command {
233
678
  constructor(input){
234
679
  super(input);
@@ -257,6 +702,48 @@ class StopScreenShotCommand extends sdk_core_namespaceObject.Command {
257
702
  }
258
703
  }
259
704
  _define_property(StopScreenShotCommand, "metaPath", '/StopScreenShot/2025-05-01/acep/post/application_json/');
705
+ class SubscribeResourceAutoCommand extends sdk_core_namespaceObject.Command {
706
+ constructor(input){
707
+ super(input);
708
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(SubscribeResourceAutoCommand.metaPath);
709
+ }
710
+ }
711
+ _define_property(SubscribeResourceAutoCommand, "metaPath", '/SubscribeResourceAuto/2025-05-01/acep/post/application_json/');
712
+ class UnbindPortMappingRuleCommand extends sdk_core_namespaceObject.Command {
713
+ constructor(input){
714
+ super(input);
715
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UnbindPortMappingRuleCommand.metaPath);
716
+ }
717
+ }
718
+ _define_property(UnbindPortMappingRuleCommand, "metaPath", '/UnbindPortMappingRule/2025-05-01/acep/post/application_json/');
719
+ class UninstallAppCommand extends sdk_core_namespaceObject.Command {
720
+ constructor(input){
721
+ super(input);
722
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UninstallAppCommand.metaPath);
723
+ }
724
+ }
725
+ _define_property(UninstallAppCommand, "metaPath", '/UninstallApp/2025-05-01/acep/post/application_json/');
726
+ class UnsubscribeHostResourceCommand extends sdk_core_namespaceObject.Command {
727
+ constructor(input){
728
+ super(input);
729
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UnsubscribeHostResourceCommand.metaPath);
730
+ }
731
+ }
732
+ _define_property(UnsubscribeHostResourceCommand, "metaPath", '/UnsubscribeHostResource/2025-05-01/acep/post/application_json/');
733
+ class UpdateAOSPImageCommand extends sdk_core_namespaceObject.Command {
734
+ constructor(input){
735
+ super(input);
736
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateAOSPImageCommand.metaPath);
737
+ }
738
+ }
739
+ _define_property(UpdateAOSPImageCommand, "metaPath", '/UpdateAOSPImage/2025-05-01/acep/post/application_json/');
740
+ class UpdateAppCommand extends sdk_core_namespaceObject.Command {
741
+ constructor(input){
742
+ super(input);
743
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateAppCommand.metaPath);
744
+ }
745
+ }
746
+ _define_property(UpdateAppCommand, "metaPath", '/UpdateApp/2025-05-01/acep/post/application_json/');
260
747
  class UpdateCustomRouteCommand extends sdk_core_namespaceObject.Command {
261
748
  constructor(input){
262
749
  super(input);
@@ -264,6 +751,20 @@ class UpdateCustomRouteCommand extends sdk_core_namespaceObject.Command {
264
751
  }
265
752
  }
266
753
  _define_property(UpdateCustomRouteCommand, "metaPath", '/UpdateCustomRoute/2025-05-01/acep/post/application_json/');
754
+ class UpdateDNSRuleCommand extends sdk_core_namespaceObject.Command {
755
+ constructor(input){
756
+ super(input);
757
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateDNSRuleCommand.metaPath);
758
+ }
759
+ }
760
+ _define_property(UpdateDNSRuleCommand, "metaPath", '/UpdateDNSRule/2025-05-01/acep/post/application_json/');
761
+ class UpdateHostCommand extends sdk_core_namespaceObject.Command {
762
+ constructor(input){
763
+ super(input);
764
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateHostCommand.metaPath);
765
+ }
766
+ }
767
+ _define_property(UpdateHostCommand, "metaPath", '/UpdateHost/2025-05-01/acep/post/application_json/');
267
768
  class UpdatePhoneTemplateCommand extends sdk_core_namespaceObject.Command {
268
769
  constructor(input){
269
770
  super(input);
@@ -271,6 +772,13 @@ class UpdatePhoneTemplateCommand extends sdk_core_namespaceObject.Command {
271
772
  }
272
773
  }
273
774
  _define_property(UpdatePhoneTemplateCommand, "metaPath", '/UpdatePhoneTemplate/2025-05-01/acep/post/application_json/');
775
+ class UpdatePodCommand extends sdk_core_namespaceObject.Command {
776
+ constructor(input){
777
+ super(input);
778
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdatePodCommand.metaPath);
779
+ }
780
+ }
781
+ _define_property(UpdatePodCommand, "metaPath", '/UpdatePod/2025-05-01/acep/post/application_json/');
274
782
  class UpdatePodPropertyCommand extends sdk_core_namespaceObject.Command {
275
783
  constructor(input){
276
784
  super(input);
@@ -278,67 +786,229 @@ class UpdatePodPropertyCommand extends sdk_core_namespaceObject.Command {
278
786
  }
279
787
  }
280
788
  _define_property(UpdatePodPropertyCommand, "metaPath", '/UpdatePodProperty/2025-05-01/acep/post/application_json/');
789
+ class UpdatePodResourceApplyNumCommand extends sdk_core_namespaceObject.Command {
790
+ constructor(input){
791
+ super(input);
792
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdatePodResourceApplyNumCommand.metaPath);
793
+ }
794
+ }
795
+ _define_property(UpdatePodResourceApplyNumCommand, "metaPath", '/UpdatePodResourceApplyNum/2025-05-01/acep/post/application_json/');
796
+ class UpdateProductResourceCommand extends sdk_core_namespaceObject.Command {
797
+ constructor(input){
798
+ super(input);
799
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateProductResourceCommand.metaPath);
800
+ }
801
+ }
802
+ _define_property(UpdateProductResourceCommand, "metaPath", '/UpdateProductResource/2025-05-01/acep/post/application_json/');
803
+ class UpdateTagCommand extends sdk_core_namespaceObject.Command {
804
+ constructor(input){
805
+ super(input);
806
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateTagCommand.metaPath);
807
+ }
808
+ }
809
+ _define_property(UpdateTagCommand, "metaPath", '/UpdateTag/2025-05-01/acep/post/application_json/');
810
+ class UploadAppCommand extends sdk_core_namespaceObject.Command {
811
+ constructor(input){
812
+ super(input);
813
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UploadAppCommand.metaPath);
814
+ }
815
+ }
816
+ _define_property(UploadAppCommand, "metaPath", '/UploadApp/2025-05-01/acep/post/application_json/');
281
817
  exports.ACEPClient = __webpack_exports__.ACEPClient;
282
818
  exports.AddCustomRouteCommand = __webpack_exports__.AddCustomRouteCommand;
283
819
  exports.AddPhoneTemplateCommand = __webpack_exports__.AddPhoneTemplateCommand;
820
+ exports.AttachTagCommand = __webpack_exports__.AttachTagCommand;
821
+ exports.AutoInstallAppCommand = __webpack_exports__.AutoInstallAppCommand;
284
822
  exports.BackupDataCommand = __webpack_exports__.BackupDataCommand;
285
823
  exports.BackupPodCommand = __webpack_exports__.BackupPodCommand;
824
+ exports.BanUserCommand = __webpack_exports__.BanUserCommand;
825
+ exports.BatchScreenShotCommand = __webpack_exports__.BatchScreenShotCommand;
826
+ exports.BindPortMappingRuleCommand = __webpack_exports__.BindPortMappingRuleCommand;
827
+ exports.BuildAOSPImageCommand = __webpack_exports__.BuildAOSPImageCommand;
286
828
  exports.CancelBackupPodCommand = __webpack_exports__.CancelBackupPodCommand;
287
829
  exports.CancelRestorePodCommand = __webpack_exports__.CancelRestorePodCommand;
830
+ exports.CloseAppCommand = __webpack_exports__.CloseAppCommand;
831
+ exports.CreateDNSRuleCommand = __webpack_exports__.CreateDNSRuleCommand;
832
+ exports.CreateDisplayLayoutMiniCommand = __webpack_exports__.CreateDisplayLayoutMiniCommand;
833
+ exports.CreateImageOneStepCommand = __webpack_exports__.CreateImageOneStepCommand;
288
834
  exports.CreatePodCommand = __webpack_exports__.CreatePodCommand;
289
835
  exports.CreatePodOneStepCommand = __webpack_exports__.CreatePodOneStepCommand;
836
+ exports.CreatePortMappingRuleCommand = __webpack_exports__.CreatePortMappingRuleCommand;
837
+ exports.CreateTagCommand = __webpack_exports__.CreateTagCommand;
838
+ exports.DeleteAOSPImageCommand = __webpack_exports__.DeleteAOSPImageCommand;
839
+ exports.DeleteAppCommand = __webpack_exports__.DeleteAppCommand;
290
840
  exports.DeleteBackupDataCommand = __webpack_exports__.DeleteBackupDataCommand;
291
841
  exports.DeleteCustomRouteCommand = __webpack_exports__.DeleteCustomRouteCommand;
842
+ exports.DeleteDNSRuleCommand = __webpack_exports__.DeleteDNSRuleCommand;
843
+ exports.DeleteDisplayLayoutCommand = __webpack_exports__.DeleteDisplayLayoutCommand;
844
+ exports.DeletePodCommand = __webpack_exports__.DeletePodCommand;
845
+ exports.DeleteTagCommand = __webpack_exports__.DeleteTagCommand;
846
+ exports.DetailAppCommand = __webpack_exports__.DetailAppCommand;
847
+ exports.DetailDNSRuleCommand = __webpack_exports__.DetailDNSRuleCommand;
848
+ exports.DetailDisplayLayoutMiniCommand = __webpack_exports__.DetailDisplayLayoutMiniCommand;
849
+ exports.DetailHostCommand = __webpack_exports__.DetailHostCommand;
850
+ exports.DetailPodCommand = __webpack_exports__.DetailPodCommand;
851
+ exports.DetailPortMappingRuleCommand = __webpack_exports__.DetailPortMappingRuleCommand;
852
+ exports.GetAppCrashLogCommand = __webpack_exports__.GetAppCrashLogCommand;
292
853
  exports.GetDcBandwidthDailyPeakCommand = __webpack_exports__.GetDcBandwidthDailyPeakCommand;
854
+ exports.GetImagePreheatingCommand = __webpack_exports__.GetImagePreheatingCommand;
293
855
  exports.GetPhoneTemplateCommand = __webpack_exports__.GetPhoneTemplateCommand;
856
+ exports.GetPodAppListCommand = __webpack_exports__.GetPodAppListCommand;
857
+ exports.GetPodMetricCommand = __webpack_exports__.GetPodMetricCommand;
858
+ exports.GetPodPropertyCommand = __webpack_exports__.GetPodPropertyCommand;
859
+ exports.GetProductResourceCommand = __webpack_exports__.GetProductResourceCommand;
860
+ exports.GetTaskInfoCommand = __webpack_exports__.GetTaskInfoCommand;
861
+ exports.InstallAppCommand = __webpack_exports__.InstallAppCommand;
862
+ exports.InstallAppsCommand = __webpack_exports__.InstallAppsCommand;
863
+ exports.LaunchAppCommand = __webpack_exports__.LaunchAppCommand;
864
+ exports.LaunchAppsCommand = __webpack_exports__.LaunchAppsCommand;
865
+ exports.ListAOSPImageCommand = __webpack_exports__.ListAOSPImageCommand;
294
866
  exports.ListAppCommand = __webpack_exports__.ListAppCommand;
295
867
  exports.ListBackupDataCommand = __webpack_exports__.ListBackupDataCommand;
868
+ exports.ListConfigurationCommand = __webpack_exports__.ListConfigurationCommand;
296
869
  exports.ListCustomRouteCommand = __webpack_exports__.ListCustomRouteCommand;
870
+ exports.ListDcCommand = __webpack_exports__.ListDcCommand;
871
+ exports.ListImageResourceCommand = __webpack_exports__.ListImageResourceCommand;
297
872
  exports.ListPhoneTemplateCommand = __webpack_exports__.ListPhoneTemplateCommand;
298
873
  exports.ListPodCommand = __webpack_exports__.ListPodCommand;
299
874
  exports.MigratePodCommand = __webpack_exports__.MigratePodCommand;
875
+ exports.PodAdbCommand = __webpack_exports__.PodAdbCommand;
876
+ exports.PodDataDeleteCommand = __webpack_exports__.PodDataDeleteCommand;
877
+ exports.PodMuteCommand = __webpack_exports__.PodMuteCommand;
878
+ exports.PodStopCommand = __webpack_exports__.PodStopCommand;
879
+ exports.PowerOffPodCommand = __webpack_exports__.PowerOffPodCommand;
880
+ exports.PowerOnPodCommand = __webpack_exports__.PowerOnPodCommand;
881
+ exports.PullFileCommand = __webpack_exports__.PullFileCommand;
882
+ exports.PushFileCommand = __webpack_exports__.PushFileCommand;
883
+ exports.RebootHostCommand = __webpack_exports__.RebootHostCommand;
884
+ exports.RebootPodCommand = __webpack_exports__.RebootPodCommand;
300
885
  exports.RemovePhoneTemplateCommand = __webpack_exports__.RemovePhoneTemplateCommand;
886
+ exports.RenewResourceAutoCommand = __webpack_exports__.RenewResourceAutoCommand;
887
+ exports.ResetHostCommand = __webpack_exports__.ResetHostCommand;
301
888
  exports.ResetPodCommand = __webpack_exports__.ResetPodCommand;
302
889
  exports.RestoreDataCommand = __webpack_exports__.RestoreDataCommand;
303
890
  exports.RestorePodCommand = __webpack_exports__.RestorePodCommand;
891
+ exports.RunCommandCommand = __webpack_exports__.RunCommandCommand;
892
+ exports.RunSyncCommandCommand = __webpack_exports__.RunSyncCommandCommand;
893
+ exports.SetProxyCommand = __webpack_exports__.SetProxyCommand;
304
894
  exports.StartRecordingCommand = __webpack_exports__.StartRecordingCommand;
305
895
  exports.StartScreenShotCommand = __webpack_exports__.StartScreenShotCommand;
306
896
  exports.StopRecordingCommand = __webpack_exports__.StopRecordingCommand;
307
897
  exports.StopScreenShotCommand = __webpack_exports__.StopScreenShotCommand;
898
+ exports.SubscribeResourceAutoCommand = __webpack_exports__.SubscribeResourceAutoCommand;
899
+ exports.UnbindPortMappingRuleCommand = __webpack_exports__.UnbindPortMappingRuleCommand;
900
+ exports.UninstallAppCommand = __webpack_exports__.UninstallAppCommand;
901
+ exports.UnsubscribeHostResourceCommand = __webpack_exports__.UnsubscribeHostResourceCommand;
902
+ exports.UpdateAOSPImageCommand = __webpack_exports__.UpdateAOSPImageCommand;
903
+ exports.UpdateAppCommand = __webpack_exports__.UpdateAppCommand;
308
904
  exports.UpdateCustomRouteCommand = __webpack_exports__.UpdateCustomRouteCommand;
905
+ exports.UpdateDNSRuleCommand = __webpack_exports__.UpdateDNSRuleCommand;
906
+ exports.UpdateHostCommand = __webpack_exports__.UpdateHostCommand;
309
907
  exports.UpdatePhoneTemplateCommand = __webpack_exports__.UpdatePhoneTemplateCommand;
908
+ exports.UpdatePodCommand = __webpack_exports__.UpdatePodCommand;
310
909
  exports.UpdatePodPropertyCommand = __webpack_exports__.UpdatePodPropertyCommand;
910
+ exports.UpdatePodResourceApplyNumCommand = __webpack_exports__.UpdatePodResourceApplyNumCommand;
911
+ exports.UpdateProductResourceCommand = __webpack_exports__.UpdateProductResourceCommand;
912
+ exports.UpdateTagCommand = __webpack_exports__.UpdateTagCommand;
913
+ exports.UploadAppCommand = __webpack_exports__.UploadAppCommand;
311
914
  for(var __rspack_i in __webpack_exports__)if (-1 === [
312
915
  "ACEPClient",
313
916
  "AddCustomRouteCommand",
314
917
  "AddPhoneTemplateCommand",
918
+ "AttachTagCommand",
919
+ "AutoInstallAppCommand",
315
920
  "BackupDataCommand",
316
921
  "BackupPodCommand",
922
+ "BanUserCommand",
923
+ "BatchScreenShotCommand",
924
+ "BindPortMappingRuleCommand",
925
+ "BuildAOSPImageCommand",
317
926
  "CancelBackupPodCommand",
318
927
  "CancelRestorePodCommand",
928
+ "CloseAppCommand",
929
+ "CreateDNSRuleCommand",
930
+ "CreateDisplayLayoutMiniCommand",
931
+ "CreateImageOneStepCommand",
319
932
  "CreatePodCommand",
320
933
  "CreatePodOneStepCommand",
934
+ "CreatePortMappingRuleCommand",
935
+ "CreateTagCommand",
936
+ "DeleteAOSPImageCommand",
937
+ "DeleteAppCommand",
321
938
  "DeleteBackupDataCommand",
322
939
  "DeleteCustomRouteCommand",
940
+ "DeleteDNSRuleCommand",
941
+ "DeleteDisplayLayoutCommand",
942
+ "DeletePodCommand",
943
+ "DeleteTagCommand",
944
+ "DetailAppCommand",
945
+ "DetailDNSRuleCommand",
946
+ "DetailDisplayLayoutMiniCommand",
947
+ "DetailHostCommand",
948
+ "DetailPodCommand",
949
+ "DetailPortMappingRuleCommand",
950
+ "GetAppCrashLogCommand",
323
951
  "GetDcBandwidthDailyPeakCommand",
952
+ "GetImagePreheatingCommand",
324
953
  "GetPhoneTemplateCommand",
954
+ "GetPodAppListCommand",
955
+ "GetPodMetricCommand",
956
+ "GetPodPropertyCommand",
957
+ "GetProductResourceCommand",
958
+ "GetTaskInfoCommand",
959
+ "InstallAppCommand",
960
+ "InstallAppsCommand",
961
+ "LaunchAppCommand",
962
+ "LaunchAppsCommand",
963
+ "ListAOSPImageCommand",
325
964
  "ListAppCommand",
326
965
  "ListBackupDataCommand",
966
+ "ListConfigurationCommand",
327
967
  "ListCustomRouteCommand",
968
+ "ListDcCommand",
969
+ "ListImageResourceCommand",
328
970
  "ListPhoneTemplateCommand",
329
971
  "ListPodCommand",
330
972
  "MigratePodCommand",
973
+ "PodAdbCommand",
974
+ "PodDataDeleteCommand",
975
+ "PodMuteCommand",
976
+ "PodStopCommand",
977
+ "PowerOffPodCommand",
978
+ "PowerOnPodCommand",
979
+ "PullFileCommand",
980
+ "PushFileCommand",
981
+ "RebootHostCommand",
982
+ "RebootPodCommand",
331
983
  "RemovePhoneTemplateCommand",
984
+ "RenewResourceAutoCommand",
985
+ "ResetHostCommand",
332
986
  "ResetPodCommand",
333
987
  "RestoreDataCommand",
334
988
  "RestorePodCommand",
989
+ "RunCommandCommand",
990
+ "RunSyncCommandCommand",
991
+ "SetProxyCommand",
335
992
  "StartRecordingCommand",
336
993
  "StartScreenShotCommand",
337
994
  "StopRecordingCommand",
338
995
  "StopScreenShotCommand",
996
+ "SubscribeResourceAutoCommand",
997
+ "UnbindPortMappingRuleCommand",
998
+ "UninstallAppCommand",
999
+ "UnsubscribeHostResourceCommand",
1000
+ "UpdateAOSPImageCommand",
1001
+ "UpdateAppCommand",
339
1002
  "UpdateCustomRouteCommand",
1003
+ "UpdateDNSRuleCommand",
1004
+ "UpdateHostCommand",
340
1005
  "UpdatePhoneTemplateCommand",
341
- "UpdatePodPropertyCommand"
1006
+ "UpdatePodCommand",
1007
+ "UpdatePodPropertyCommand",
1008
+ "UpdatePodResourceApplyNumCommand",
1009
+ "UpdateProductResourceCommand",
1010
+ "UpdateTagCommand",
1011
+ "UploadAppCommand"
342
1012
  ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
343
1013
  Object.defineProperty(exports, '__esModule', {
344
1014
  value: true