@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/esm/api.d.ts CHANGED
@@ -14,46 +14,154 @@ import { AddCustomRouteRequest } from './types/index';
14
14
  import { AddCustomRouteResponse } from './types/index';
15
15
  import { AddPhoneTemplateRequest } from './types/index';
16
16
  import { AddPhoneTemplateResponse } from './types/index';
17
+ import { AttachTagRequest } from './types/index';
18
+ import { AttachTagResponse } from './types/index';
19
+ import { AutoInstallAppRequest } from './types/index';
20
+ import { AutoInstallAppResponse } from './types/index';
17
21
  import { BackupDataRequest } from './types/index';
18
22
  import { BackupDataResponse } from './types/index';
19
23
  import { BackupPodRequest } from './types/index';
20
24
  import { BackupPodResponse } from './types/index';
25
+ import { BanUserRequest } from './types/index';
26
+ import { BanUserResponse } from './types/index';
27
+ import { BatchScreenShotRequest } from './types/index';
28
+ import { BatchScreenShotResponse } from './types/index';
29
+ import { BindPortMappingRuleRequest } from './types/index';
30
+ import { BindPortMappingRuleResponse } from './types/index';
31
+ import { BuildAOSPImageRequest } from './types/index';
32
+ import { BuildAOSPImageResponse } from './types/index';
21
33
  import { CancelBackupPodRequest } from './types/index';
22
34
  import { CancelBackupPodResponse } from './types/index';
23
35
  import { CancelRestorePodRequest } from './types/index';
24
36
  import { CancelRestorePodResponse } from './types/index';
37
+ import { CloseAppRequest } from './types/index';
38
+ import { CloseAppResponse } from './types/index';
39
+ import { CreateDNSRuleRequest } from './types/index';
40
+ import { CreateDNSRuleResponse } from './types/index';
41
+ import { CreateDisplayLayoutMiniRequest } from './types/index';
42
+ import { CreateDisplayLayoutMiniResponse } from './types/index';
43
+ import { CreateImageOneStepRequest } from './types/index';
44
+ import { CreateImageOneStepResponse } from './types/index';
25
45
  import { CreatePodOneStepRequest } from './types/index';
26
46
  import { CreatePodOneStepResponse } from './types/index';
27
47
  import { CreatePodRequest } from './types/index';
28
48
  import { CreatePodResponse } from './types/index';
49
+ import { CreatePortMappingRuleRequest } from './types/index';
50
+ import { CreatePortMappingRuleResponse } from './types/index';
51
+ import { CreateTagRequest } from './types/index';
52
+ import { CreateTagResponse } from './types/index';
53
+ import { DeleteAOSPImageRequest } from './types/index';
54
+ import { DeleteAOSPImageResponse } from './types/index';
55
+ import { DeleteAppRequest } from './types/index';
56
+ import { DeleteAppResponse } from './types/index';
29
57
  import { DeleteBackupDataRequest } from './types/index';
30
58
  import { DeleteBackupDataResponse } from './types/index';
31
59
  import { DeleteCustomRouteRequest } from './types/index';
32
60
  import { DeleteCustomRouteResponse } from './types/index';
61
+ import { DeleteDNSRuleRequest } from './types/index';
62
+ import { DeleteDNSRuleResponse } from './types/index';
63
+ import { DeleteDisplayLayoutRequest } from './types/index';
64
+ import { DeleteDisplayLayoutResponse } from './types/index';
65
+ import { DeletePodRequest } from './types/index';
66
+ import { DeletePodResponse } from './types/index';
67
+ import { DeleteTagRequest } from './types/index';
68
+ import { DeleteTagResponse } from './types/index';
69
+ import { DetailAppRequest } from './types/index';
70
+ import { DetailAppResponse } from './types/index';
71
+ import { DetailDNSRuleRequest } from './types/index';
72
+ import { DetailDNSRuleResponse } from './types/index';
73
+ import { DetailDisplayLayoutMiniRequest } from './types/index';
74
+ import { DetailDisplayLayoutMiniResponse } from './types/index';
75
+ import { DetailHostRequest } from './types/index';
76
+ import { DetailHostResponse } from './types/index';
77
+ import { DetailPodRequest } from './types/index';
78
+ import { DetailPodResponse } from './types/index';
79
+ import { DetailPortMappingRuleRequest } from './types/index';
80
+ import { DetailPortMappingRuleResponse } from './types/index';
81
+ import { GetAppCrashLogRequest } from './types/index';
82
+ import { GetAppCrashLogResponse } from './types/index';
33
83
  import { GetDcBandwidthDailyPeakRequest } from './types/index';
34
84
  import { GetDcBandwidthDailyPeakResponse } from './types/index';
85
+ import { GetImagePreheatingRequest } from './types/index';
86
+ import { GetImagePreheatingResponse } from './types/index';
35
87
  import { GetPhoneTemplateRequest } from './types/index';
36
88
  import { GetPhoneTemplateResponse } from './types/index';
89
+ import { GetPodAppListRequest } from './types/index';
90
+ import { GetPodAppListResponse } from './types/index';
91
+ import { GetPodMetricRequest } from './types/index';
92
+ import { GetPodMetricResponse } from './types/index';
93
+ import { GetPodPropertyRequest } from './types/index';
94
+ import { GetPodPropertyResponse } from './types/index';
95
+ import { GetProductResourceRequest } from './types/index';
96
+ import { GetProductResourceResponse } from './types/index';
97
+ import { GetTaskInfoRequest } from './types/index';
98
+ import { GetTaskInfoResponse } from './types/index';
99
+ import { InstallAppRequest } from './types/index';
100
+ import { InstallAppResponse } from './types/index';
101
+ import { InstallAppsRequest } from './types/index';
102
+ import { InstallAppsResponse } from './types/index';
103
+ import { LaunchAppRequest } from './types/index';
104
+ import { LaunchAppResponse } from './types/index';
105
+ import { LaunchAppsRequest } from './types/index';
106
+ import { LaunchAppsResponse } from './types/index';
107
+ import { ListAOSPImageRequest } from './types/index';
108
+ import { ListAOSPImageResponse } from './types/index';
37
109
  import { ListAppRequest } from './types/index';
38
110
  import { ListAppResponse } from './types/index';
39
111
  import { ListBackupDataRequest } from './types/index';
40
112
  import { ListBackupDataResponse } from './types/index';
113
+ import { ListConfigurationRequest } from './types/index';
114
+ import { ListConfigurationResponse } from './types/index';
41
115
  import { ListCustomRouteRequest } from './types/index';
42
116
  import { ListCustomRouteResponse } from './types/index';
117
+ import { ListDcRequest } from './types/index';
118
+ import { ListDcResponse } from './types/index';
119
+ import { ListImageResourceRequest } from './types/index';
120
+ import { ListImageResourceResponse } from './types/index';
43
121
  import { ListPhoneTemplateRequest } from './types/index';
44
122
  import { ListPhoneTemplateResponse } from './types/index';
45
123
  import { ListPodRequest } from './types/index';
46
124
  import { ListPodResponse } from './types/index';
47
125
  import { MigratePodRequest } from './types/index';
48
126
  import { MigratePodResponse } from './types/index';
127
+ import { PodAdbRequest } from './types/index';
128
+ import { PodAdbResponse } from './types/index';
129
+ import { PodDataDeleteRequest } from './types/index';
130
+ import { PodDataDeleteResponse } from './types/index';
131
+ import { PodMuteRequest } from './types/index';
132
+ import { PodMuteResponse } from './types/index';
133
+ import { PodStopRequest } from './types/index';
134
+ import { PodStopResponse } from './types/index';
135
+ import { PowerOffPodRequest } from './types/index';
136
+ import { PowerOffPodResponse } from './types/index';
137
+ import { PowerOnPodRequest } from './types/index';
138
+ import { PowerOnPodResponse } from './types/index';
139
+ import { PullFileRequest } from './types/index';
140
+ import { PullFileResponse } from './types/index';
141
+ import { PushFileRequest } from './types/index';
142
+ import { PushFileResponse } from './types/index';
143
+ import { RebootHostRequest } from './types/index';
144
+ import { RebootHostResponse } from './types/index';
145
+ import { RebootPodRequest } from './types/index';
146
+ import { RebootPodResponse } from './types/index';
49
147
  import { RemovePhoneTemplateRequest } from './types/index';
50
148
  import { RemovePhoneTemplateResponse } from './types/index';
149
+ import { RenewResourceAutoRequest } from './types/index';
150
+ import { RenewResourceAutoResponse } from './types/index';
151
+ import { ResetHostRequest } from './types/index';
152
+ import { ResetHostResponse } from './types/index';
51
153
  import { ResetPodRequest } from './types/index';
52
154
  import { ResetPodResponse } from './types/index';
53
155
  import { RestoreDataRequest } from './types/index';
54
156
  import { RestoreDataResponse } from './types/index';
55
157
  import { RestorePodRequest } from './types/index';
56
158
  import { RestorePodResponse } from './types/index';
159
+ import { RunCommandRequest } from './types/index';
160
+ import { RunCommandResponse } from './types/index';
161
+ import { RunSyncCommandRequest } from './types/index';
162
+ import { RunSyncCommandResponse } from './types/index';
163
+ import { SetProxyRequest } from './types/index';
164
+ import { SetProxyResponse } from './types/index';
57
165
  import { StartRecordingRequest } from './types/index';
58
166
  import { StartRecordingResponse } from './types/index';
59
167
  import { StartScreenShotRequest } from './types/index';
@@ -62,41 +170,134 @@ import { StopRecordingRequest } from './types/index';
62
170
  import { StopRecordingResponse } from './types/index';
63
171
  import { StopScreenShotRequest } from './types/index';
64
172
  import { StopScreenShotResponse } from './types/index';
173
+ import { SubscribeResourceAutoRequest } from './types/index';
174
+ import { SubscribeResourceAutoResponse } from './types/index';
175
+ import { UnbindPortMappingRuleRequest } from './types/index';
176
+ import { UnbindPortMappingRuleResponse } from './types/index';
177
+ import { UninstallAppRequest } from './types/index';
178
+ import { UninstallAppResponse } from './types/index';
179
+ import { UnsubscribeHostResourceRequest } from './types/index';
180
+ import { UnsubscribeHostResourceResponse } from './types/index';
181
+ import { UpdateAOSPImageRequest } from './types/index';
182
+ import { UpdateAOSPImageResponse } from './types/index';
183
+ import { UpdateAppRequest } from './types/index';
184
+ import { UpdateAppResponse } from './types/index';
65
185
  import { UpdateCustomRouteRequest } from './types/index';
66
186
  import { UpdateCustomRouteResponse } from './types/index';
187
+ import { UpdateDNSRuleRequest } from './types/index';
188
+ import { UpdateDNSRuleResponse } from './types/index';
189
+ import { UpdateHostRequest } from './types/index';
190
+ import { UpdateHostResponse } from './types/index';
67
191
  import { UpdatePhoneTemplateRequest } from './types/index';
68
192
  import { UpdatePhoneTemplateResponse } from './types/index';
69
193
  import { UpdatePodPropertyRequest } from './types/index';
70
194
  import { UpdatePodPropertyResponse } from './types/index';
195
+ import { UpdatePodRequest } from './types/index';
196
+ import { UpdatePodResourceApplyNumRequest } from './types/index';
197
+ import { UpdatePodResourceApplyNumResponse } from './types/index';
198
+ import { UpdatePodResponse } from './types/index';
199
+ import { UpdateProductResourceRequest } from './types/index';
200
+ import { UpdateProductResourceResponse } from './types/index';
201
+ import { UpdateTagRequest } from './types/index';
202
+ import { UpdateTagResponse } from './types/index';
203
+ import { UploadAppRequest } from './types/index';
204
+ import { UploadAppResponse } from './types/index';
71
205
  export type AddCustomRouteCommandOutput = CommandOutput<AddCustomRouteResponse>;
72
206
  export type AddPhoneTemplateCommandOutput = CommandOutput<AddPhoneTemplateResponse>;
207
+ export type AttachTagCommandOutput = CommandOutput<AttachTagResponse>;
208
+ export type AutoInstallAppCommandOutput = CommandOutput<AutoInstallAppResponse>;
73
209
  export type BackupDataCommandOutput = CommandOutput<BackupDataResponse>;
74
210
  export type BackupPodCommandOutput = CommandOutput<BackupPodResponse>;
211
+ export type BanUserCommandOutput = CommandOutput<BanUserResponse>;
212
+ export type BatchScreenShotCommandOutput = CommandOutput<BatchScreenShotResponse>;
213
+ export type BindPortMappingRuleCommandOutput = CommandOutput<BindPortMappingRuleResponse>;
214
+ export type BuildAOSPImageCommandOutput = CommandOutput<BuildAOSPImageResponse>;
75
215
  export type CancelBackupPodCommandOutput = CommandOutput<CancelBackupPodResponse>;
76
216
  export type CancelRestorePodCommandOutput = CommandOutput<CancelRestorePodResponse>;
217
+ export type CloseAppCommandOutput = CommandOutput<CloseAppResponse>;
218
+ export type CreateDNSRuleCommandOutput = CommandOutput<CreateDNSRuleResponse>;
219
+ export type CreateDisplayLayoutMiniCommandOutput = CommandOutput<CreateDisplayLayoutMiniResponse>;
220
+ export type CreateImageOneStepCommandOutput = CommandOutput<CreateImageOneStepResponse>;
77
221
  export type CreatePodCommandOutput = CommandOutput<CreatePodResponse>;
78
222
  export type CreatePodOneStepCommandOutput = CommandOutput<CreatePodOneStepResponse>;
223
+ export type CreatePortMappingRuleCommandOutput = CommandOutput<CreatePortMappingRuleResponse>;
224
+ export type CreateTagCommandOutput = CommandOutput<CreateTagResponse>;
225
+ export type DeleteAOSPImageCommandOutput = CommandOutput<DeleteAOSPImageResponse>;
226
+ export type DeleteAppCommandOutput = CommandOutput<DeleteAppResponse>;
79
227
  export type DeleteBackupDataCommandOutput = CommandOutput<DeleteBackupDataResponse>;
80
228
  export type DeleteCustomRouteCommandOutput = CommandOutput<DeleteCustomRouteResponse>;
229
+ export type DeleteDNSRuleCommandOutput = CommandOutput<DeleteDNSRuleResponse>;
230
+ export type DeleteDisplayLayoutCommandOutput = CommandOutput<DeleteDisplayLayoutResponse>;
231
+ export type DeletePodCommandOutput = CommandOutput<DeletePodResponse>;
232
+ export type DeleteTagCommandOutput = CommandOutput<DeleteTagResponse>;
233
+ export type DetailAppCommandOutput = CommandOutput<DetailAppResponse>;
234
+ export type DetailDNSRuleCommandOutput = CommandOutput<DetailDNSRuleResponse>;
235
+ export type DetailDisplayLayoutMiniCommandOutput = CommandOutput<DetailDisplayLayoutMiniResponse>;
236
+ export type DetailHostCommandOutput = CommandOutput<DetailHostResponse>;
237
+ export type DetailPodCommandOutput = CommandOutput<DetailPodResponse>;
238
+ export type DetailPortMappingRuleCommandOutput = CommandOutput<DetailPortMappingRuleResponse>;
239
+ export type GetAppCrashLogCommandOutput = CommandOutput<GetAppCrashLogResponse>;
81
240
  export type GetDcBandwidthDailyPeakCommandOutput = CommandOutput<GetDcBandwidthDailyPeakResponse>;
241
+ export type GetImagePreheatingCommandOutput = CommandOutput<GetImagePreheatingResponse>;
82
242
  export type GetPhoneTemplateCommandOutput = CommandOutput<GetPhoneTemplateResponse>;
243
+ export type GetPodAppListCommandOutput = CommandOutput<GetPodAppListResponse>;
244
+ export type GetPodMetricCommandOutput = CommandOutput<GetPodMetricResponse>;
245
+ export type GetPodPropertyCommandOutput = CommandOutput<GetPodPropertyResponse>;
246
+ export type GetProductResourceCommandOutput = CommandOutput<GetProductResourceResponse>;
247
+ export type GetTaskInfoCommandOutput = CommandOutput<GetTaskInfoResponse>;
248
+ export type InstallAppCommandOutput = CommandOutput<InstallAppResponse>;
249
+ export type InstallAppsCommandOutput = CommandOutput<InstallAppsResponse>;
250
+ export type LaunchAppCommandOutput = CommandOutput<LaunchAppResponse>;
251
+ export type LaunchAppsCommandOutput = CommandOutput<LaunchAppsResponse>;
252
+ export type ListAOSPImageCommandOutput = CommandOutput<ListAOSPImageResponse>;
83
253
  export type ListAppCommandOutput = CommandOutput<ListAppResponse>;
84
254
  export type ListBackupDataCommandOutput = CommandOutput<ListBackupDataResponse>;
255
+ export type ListConfigurationCommandOutput = CommandOutput<ListConfigurationResponse>;
85
256
  export type ListCustomRouteCommandOutput = CommandOutput<ListCustomRouteResponse>;
257
+ export type ListDcCommandOutput = CommandOutput<ListDcResponse>;
258
+ export type ListImageResourceCommandOutput = CommandOutput<ListImageResourceResponse>;
86
259
  export type ListPhoneTemplateCommandOutput = CommandOutput<ListPhoneTemplateResponse>;
87
260
  export type ListPodCommandOutput = CommandOutput<ListPodResponse>;
88
261
  export type MigratePodCommandOutput = CommandOutput<MigratePodResponse>;
262
+ export type PodAdbCommandOutput = CommandOutput<PodAdbResponse>;
263
+ export type PodDataDeleteCommandOutput = CommandOutput<PodDataDeleteResponse>;
264
+ export type PodMuteCommandOutput = CommandOutput<PodMuteResponse>;
265
+ export type PodStopCommandOutput = CommandOutput<PodStopResponse>;
266
+ export type PowerOffPodCommandOutput = CommandOutput<PowerOffPodResponse>;
267
+ export type PowerOnPodCommandOutput = CommandOutput<PowerOnPodResponse>;
268
+ export type PullFileCommandOutput = CommandOutput<PullFileResponse>;
269
+ export type PushFileCommandOutput = CommandOutput<PushFileResponse>;
270
+ export type RebootHostCommandOutput = CommandOutput<RebootHostResponse>;
271
+ export type RebootPodCommandOutput = CommandOutput<RebootPodResponse>;
89
272
  export type RemovePhoneTemplateCommandOutput = CommandOutput<RemovePhoneTemplateResponse>;
273
+ export type RenewResourceAutoCommandOutput = CommandOutput<RenewResourceAutoResponse>;
274
+ export type ResetHostCommandOutput = CommandOutput<ResetHostResponse>;
90
275
  export type ResetPodCommandOutput = CommandOutput<ResetPodResponse>;
91
276
  export type RestoreDataCommandOutput = CommandOutput<RestoreDataResponse>;
92
277
  export type RestorePodCommandOutput = CommandOutput<RestorePodResponse>;
278
+ export type RunCommandCommandOutput = CommandOutput<RunCommandResponse>;
279
+ export type RunSyncCommandCommandOutput = CommandOutput<RunSyncCommandResponse>;
280
+ export type SetProxyCommandOutput = CommandOutput<SetProxyResponse>;
93
281
  export type StartRecordingCommandOutput = CommandOutput<StartRecordingResponse>;
94
282
  export type StartScreenShotCommandOutput = CommandOutput<StartScreenShotResponse>;
95
283
  export type StopRecordingCommandOutput = CommandOutput<StopRecordingResponse>;
96
284
  export type StopScreenShotCommandOutput = CommandOutput<StopScreenShotResponse>;
285
+ export type SubscribeResourceAutoCommandOutput = CommandOutput<SubscribeResourceAutoResponse>;
286
+ export type UnbindPortMappingRuleCommandOutput = CommandOutput<UnbindPortMappingRuleResponse>;
287
+ export type UninstallAppCommandOutput = CommandOutput<UninstallAppResponse>;
288
+ export type UnsubscribeHostResourceCommandOutput = CommandOutput<UnsubscribeHostResourceResponse>;
289
+ export type UpdateAOSPImageCommandOutput = CommandOutput<UpdateAOSPImageResponse>;
290
+ export type UpdateAppCommandOutput = CommandOutput<UpdateAppResponse>;
97
291
  export type UpdateCustomRouteCommandOutput = CommandOutput<UpdateCustomRouteResponse>;
292
+ export type UpdateDNSRuleCommandOutput = CommandOutput<UpdateDNSRuleResponse>;
293
+ export type UpdateHostCommandOutput = CommandOutput<UpdateHostResponse>;
98
294
  export type UpdatePhoneTemplateCommandOutput = CommandOutput<UpdatePhoneTemplateResponse>;
295
+ export type UpdatePodCommandOutput = CommandOutput<UpdatePodResponse>;
99
296
  export type UpdatePodPropertyCommandOutput = CommandOutput<UpdatePodPropertyResponse>;
297
+ export type UpdatePodResourceApplyNumCommandOutput = CommandOutput<UpdatePodResourceApplyNumResponse>;
298
+ export type UpdateProductResourceCommandOutput = CommandOutput<UpdateProductResourceResponse>;
299
+ export type UpdateTagCommandOutput = CommandOutput<UpdateTagResponse>;
300
+ export type UploadAppCommandOutput = CommandOutput<UploadAppResponse>;
100
301
  /**
101
302
  * ACEPClient Service Client
102
303
  */
@@ -117,6 +318,20 @@ export declare class AddPhoneTemplateCommand extends Command<AddPhoneTemplateReq
117
318
  static readonly metaPath = "/AddPhoneTemplate/2025-05-01/acep/post/application_json/";
118
319
  constructor(input: AddPhoneTemplateRequest);
119
320
  }
321
+ /**
322
+ * Command to AttachTag
323
+ */
324
+ export declare class AttachTagCommand extends Command<AttachTagRequest, AttachTagCommandOutput, 'AttachTagCommand'> {
325
+ static readonly metaPath = "/AttachTag/2025-05-01/acep/post/application_json/";
326
+ constructor(input: AttachTagRequest);
327
+ }
328
+ /**
329
+ * Command to AutoInstallApp
330
+ */
331
+ export declare class AutoInstallAppCommand extends Command<AutoInstallAppRequest, AutoInstallAppCommandOutput, 'AutoInstallAppCommand'> {
332
+ static readonly metaPath = "/AutoInstallApp/2025-05-01/acep/post/application_json/";
333
+ constructor(input: AutoInstallAppRequest);
334
+ }
120
335
  /**
121
336
  * Command to BackupData
122
337
  */
@@ -131,6 +346,34 @@ export declare class BackupPodCommand extends Command<BackupPodRequest, BackupPo
131
346
  static readonly metaPath = "/BackupPod/2025-05-01/acep/post/application_json/";
132
347
  constructor(input: BackupPodRequest);
133
348
  }
349
+ /**
350
+ * Command to BanUser
351
+ */
352
+ export declare class BanUserCommand extends Command<BanUserRequest, BanUserCommandOutput, 'BanUserCommand'> {
353
+ static readonly metaPath = "/BanUser/2025-05-01/acep/post/application_json/";
354
+ constructor(input: BanUserRequest);
355
+ }
356
+ /**
357
+ * Command to BatchScreenShot
358
+ */
359
+ export declare class BatchScreenShotCommand extends Command<BatchScreenShotRequest, BatchScreenShotCommandOutput, 'BatchScreenShotCommand'> {
360
+ static readonly metaPath = "/BatchScreenShot/2025-05-01/acep/post/application_json/";
361
+ constructor(input: BatchScreenShotRequest);
362
+ }
363
+ /**
364
+ * Command to BindPortMappingRule
365
+ */
366
+ export declare class BindPortMappingRuleCommand extends Command<BindPortMappingRuleRequest, BindPortMappingRuleCommandOutput, 'BindPortMappingRuleCommand'> {
367
+ static readonly metaPath = "/BindPortMappingRule/2025-05-01/acep/post/application_json/";
368
+ constructor(input: BindPortMappingRuleRequest);
369
+ }
370
+ /**
371
+ * Command to BuildAOSPImage
372
+ */
373
+ export declare class BuildAOSPImageCommand extends Command<BuildAOSPImageRequest, BuildAOSPImageCommandOutput, 'BuildAOSPImageCommand'> {
374
+ static readonly metaPath = "/BuildAOSPImage/2025-05-01/acep/post/application_json/";
375
+ constructor(input: BuildAOSPImageRequest);
376
+ }
134
377
  /**
135
378
  * Command to CancelBackupPod
136
379
  */
@@ -145,6 +388,34 @@ export declare class CancelRestorePodCommand extends Command<CancelRestorePodReq
145
388
  static readonly metaPath = "/CancelRestorePod/2025-05-01/acep/post/application_json/";
146
389
  constructor(input: CancelRestorePodRequest);
147
390
  }
391
+ /**
392
+ * Command to CloseApp
393
+ */
394
+ export declare class CloseAppCommand extends Command<CloseAppRequest, CloseAppCommandOutput, 'CloseAppCommand'> {
395
+ static readonly metaPath = "/CloseApp/2025-05-01/acep/post/application_json/";
396
+ constructor(input: CloseAppRequest);
397
+ }
398
+ /**
399
+ * Command to CreateDNSRule
400
+ */
401
+ export declare class CreateDNSRuleCommand extends Command<CreateDNSRuleRequest, CreateDNSRuleCommandOutput, 'CreateDNSRuleCommand'> {
402
+ static readonly metaPath = "/CreateDNSRule/2025-05-01/acep/post/application_json/";
403
+ constructor(input: CreateDNSRuleRequest);
404
+ }
405
+ /**
406
+ * Command to CreateDisplayLayoutMini
407
+ */
408
+ export declare class CreateDisplayLayoutMiniCommand extends Command<CreateDisplayLayoutMiniRequest, CreateDisplayLayoutMiniCommandOutput, 'CreateDisplayLayoutMiniCommand'> {
409
+ static readonly metaPath = "/CreateDisplayLayoutMini/2025-05-01/acep/post/application_json/";
410
+ constructor(input: CreateDisplayLayoutMiniRequest);
411
+ }
412
+ /**
413
+ * Command to CreateImageOneStep
414
+ */
415
+ export declare class CreateImageOneStepCommand extends Command<CreateImageOneStepRequest, CreateImageOneStepCommandOutput, 'CreateImageOneStepCommand'> {
416
+ static readonly metaPath = "/CreateImageOneStep/2025-05-01/acep/post/application_json/";
417
+ constructor(input: CreateImageOneStepRequest);
418
+ }
148
419
  /**
149
420
  * Command to CreatePod
150
421
  */
@@ -159,6 +430,34 @@ export declare class CreatePodOneStepCommand extends Command<CreatePodOneStepReq
159
430
  static readonly metaPath = "/CreatePodOneStep/2025-05-01/acep/post/application_json/";
160
431
  constructor(input: CreatePodOneStepRequest);
161
432
  }
433
+ /**
434
+ * Command to CreatePortMappingRule
435
+ */
436
+ export declare class CreatePortMappingRuleCommand extends Command<CreatePortMappingRuleRequest, CreatePortMappingRuleCommandOutput, 'CreatePortMappingRuleCommand'> {
437
+ static readonly metaPath = "/CreatePortMappingRule/2025-05-01/acep/post/application_json/";
438
+ constructor(input: CreatePortMappingRuleRequest);
439
+ }
440
+ /**
441
+ * Command to CreateTag
442
+ */
443
+ export declare class CreateTagCommand extends Command<CreateTagRequest, CreateTagCommandOutput, 'CreateTagCommand'> {
444
+ static readonly metaPath = "/CreateTag/2025-05-01/acep/post/application_json/";
445
+ constructor(input: CreateTagRequest);
446
+ }
447
+ /**
448
+ * Command to DeleteAOSPImage
449
+ */
450
+ export declare class DeleteAOSPImageCommand extends Command<DeleteAOSPImageRequest, DeleteAOSPImageCommandOutput, 'DeleteAOSPImageCommand'> {
451
+ static readonly metaPath = "/DeleteAOSPImage/2025-05-01/acep/post/application_json/";
452
+ constructor(input: DeleteAOSPImageRequest);
453
+ }
454
+ /**
455
+ * Command to DeleteApp
456
+ */
457
+ export declare class DeleteAppCommand extends Command<DeleteAppRequest, DeleteAppCommandOutput, 'DeleteAppCommand'> {
458
+ static readonly metaPath = "/DeleteApp/2025-05-01/acep/post/application_json/";
459
+ constructor(input: DeleteAppRequest);
460
+ }
162
461
  /**
163
462
  * Command to DeleteBackupData
164
463
  */
@@ -173,6 +472,83 @@ export declare class DeleteCustomRouteCommand extends Command<DeleteCustomRouteR
173
472
  static readonly metaPath = "/DeleteCustomRoute/2025-05-01/acep/post/application_json/";
174
473
  constructor(input: DeleteCustomRouteRequest);
175
474
  }
475
+ /**
476
+ * Command to DeleteDNSRule
477
+ */
478
+ export declare class DeleteDNSRuleCommand extends Command<DeleteDNSRuleRequest, DeleteDNSRuleCommandOutput, 'DeleteDNSRuleCommand'> {
479
+ static readonly metaPath = "/DeleteDNSRule/2025-05-01/acep/post/application_json/";
480
+ constructor(input: DeleteDNSRuleRequest);
481
+ }
482
+ /**
483
+ * Command to DeleteDisplayLayout
484
+ */
485
+ export declare class DeleteDisplayLayoutCommand extends Command<DeleteDisplayLayoutRequest, DeleteDisplayLayoutCommandOutput, 'DeleteDisplayLayoutCommand'> {
486
+ static readonly metaPath = "/DeleteDisplayLayout/2025-05-01/acep/post/application_json/";
487
+ constructor(input: DeleteDisplayLayoutRequest);
488
+ }
489
+ /**
490
+ * Command to DeletePod
491
+ */
492
+ export declare class DeletePodCommand extends Command<DeletePodRequest, DeletePodCommandOutput, 'DeletePodCommand'> {
493
+ static readonly metaPath = "/DeletePod/2025-05-01/acep/post/application_json/";
494
+ constructor(input: DeletePodRequest);
495
+ }
496
+ /**
497
+ * Command to DeleteTag
498
+ */
499
+ export declare class DeleteTagCommand extends Command<DeleteTagRequest, DeleteTagCommandOutput, 'DeleteTagCommand'> {
500
+ static readonly metaPath = "/DeleteTag/2025-05-01/acep/post/application_json/";
501
+ constructor(input: DeleteTagRequest);
502
+ }
503
+ /**
504
+ * Command to DetailApp
505
+ */
506
+ export declare class DetailAppCommand extends Command<DetailAppRequest, DetailAppCommandOutput, 'DetailAppCommand'> {
507
+ static readonly metaPath = "/DetailApp/2025-05-01/acep/post/application_json/";
508
+ constructor(input: DetailAppRequest);
509
+ }
510
+ /**
511
+ * Command to DetailDNSRule
512
+ */
513
+ export declare class DetailDNSRuleCommand extends Command<DetailDNSRuleRequest, DetailDNSRuleCommandOutput, 'DetailDNSRuleCommand'> {
514
+ static readonly metaPath = "/DetailDNSRule/2025-05-01/acep/post/application_json/";
515
+ constructor(input: DetailDNSRuleRequest);
516
+ }
517
+ /**
518
+ * Command to DetailDisplayLayoutMini
519
+ */
520
+ export declare class DetailDisplayLayoutMiniCommand extends Command<DetailDisplayLayoutMiniRequest, DetailDisplayLayoutMiniCommandOutput, 'DetailDisplayLayoutMiniCommand'> {
521
+ static readonly metaPath = "/DetailDisplayLayoutMini/2025-05-01/acep/post/application_json/";
522
+ constructor(input: DetailDisplayLayoutMiniRequest);
523
+ }
524
+ /**
525
+ * Command to DetailHost
526
+ */
527
+ export declare class DetailHostCommand extends Command<DetailHostRequest, DetailHostCommandOutput, 'DetailHostCommand'> {
528
+ static readonly metaPath = "/DetailHost/2025-05-01/acep/post/application_json/";
529
+ constructor(input: DetailHostRequest);
530
+ }
531
+ /**
532
+ * Command to DetailPod
533
+ */
534
+ export declare class DetailPodCommand extends Command<DetailPodRequest, DetailPodCommandOutput, 'DetailPodCommand'> {
535
+ static readonly metaPath = "/DetailPod/2025-05-01/acep/post/application_json/";
536
+ constructor(input: DetailPodRequest);
537
+ }
538
+ /**
539
+ * Command to DetailPortMappingRule
540
+ */
541
+ export declare class DetailPortMappingRuleCommand extends Command<DetailPortMappingRuleRequest, DetailPortMappingRuleCommandOutput, 'DetailPortMappingRuleCommand'> {
542
+ static readonly metaPath = "/DetailPortMappingRule/2025-05-01/acep/post/application_json/";
543
+ constructor(input: DetailPortMappingRuleRequest);
544
+ }
545
+ /**
546
+ * Command to GetAppCrashLog
547
+ */
548
+ export declare class GetAppCrashLogCommand extends Command<GetAppCrashLogRequest, GetAppCrashLogCommandOutput, 'GetAppCrashLogCommand'> {
549
+ static readonly metaPath = "/GetAppCrashLog/2025-05-01/acep/post/application_json/";
550
+ constructor(input: GetAppCrashLogRequest);
551
+ }
176
552
  /**
177
553
  * Command to GetDcBandwidthDailyPeak
178
554
  */
@@ -180,6 +556,13 @@ export declare class GetDcBandwidthDailyPeakCommand extends Command<GetDcBandwid
180
556
  static readonly metaPath = "/GetDcBandwidthDailyPeak/2025-05-01/acep/post/application_json/";
181
557
  constructor(input: GetDcBandwidthDailyPeakRequest);
182
558
  }
559
+ /**
560
+ * Command to GetImagePreheating
561
+ */
562
+ export declare class GetImagePreheatingCommand extends Command<GetImagePreheatingRequest, GetImagePreheatingCommandOutput, 'GetImagePreheatingCommand'> {
563
+ static readonly metaPath = "/GetImagePreheating/2025-05-01/acep/post/application_json/";
564
+ constructor(input: GetImagePreheatingRequest);
565
+ }
183
566
  /**
184
567
  * Command to GetPhoneTemplate
185
568
  */
@@ -187,6 +570,76 @@ export declare class GetPhoneTemplateCommand extends Command<GetPhoneTemplateReq
187
570
  static readonly metaPath = "/GetPhoneTemplate/2025-05-01/acep/post/application_json/";
188
571
  constructor(input: GetPhoneTemplateRequest);
189
572
  }
573
+ /**
574
+ * Command to GetPodAppList
575
+ */
576
+ export declare class GetPodAppListCommand extends Command<GetPodAppListRequest, GetPodAppListCommandOutput, 'GetPodAppListCommand'> {
577
+ static readonly metaPath = "/GetPodAppList/2025-05-01/acep/post/application_json/";
578
+ constructor(input: GetPodAppListRequest);
579
+ }
580
+ /**
581
+ * Command to GetPodMetric
582
+ */
583
+ export declare class GetPodMetricCommand extends Command<GetPodMetricRequest, GetPodMetricCommandOutput, 'GetPodMetricCommand'> {
584
+ static readonly metaPath = "/GetPodMetric/2025-05-01/acep/post/application_json/";
585
+ constructor(input: GetPodMetricRequest);
586
+ }
587
+ /**
588
+ * Command to GetPodProperty
589
+ */
590
+ export declare class GetPodPropertyCommand extends Command<GetPodPropertyRequest, GetPodPropertyCommandOutput, 'GetPodPropertyCommand'> {
591
+ static readonly metaPath = "/GetPodProperty/2025-05-01/acep/post/application_json/";
592
+ constructor(input: GetPodPropertyRequest);
593
+ }
594
+ /**
595
+ * Command to GetProductResource
596
+ */
597
+ export declare class GetProductResourceCommand extends Command<GetProductResourceRequest, GetProductResourceCommandOutput, 'GetProductResourceCommand'> {
598
+ static readonly metaPath = "/GetProductResource/2025-05-01/acep/post/application_json/";
599
+ constructor(input: GetProductResourceRequest);
600
+ }
601
+ /**
602
+ * Command to GetTaskInfo
603
+ */
604
+ export declare class GetTaskInfoCommand extends Command<GetTaskInfoRequest, GetTaskInfoCommandOutput, 'GetTaskInfoCommand'> {
605
+ static readonly metaPath = "/GetTaskInfo/2025-05-01/acep/post/application_json/";
606
+ constructor(input: GetTaskInfoRequest);
607
+ }
608
+ /**
609
+ * Command to InstallApp
610
+ */
611
+ export declare class InstallAppCommand extends Command<InstallAppRequest, InstallAppCommandOutput, 'InstallAppCommand'> {
612
+ static readonly metaPath = "/InstallApp/2025-05-01/acep/post/application_json/";
613
+ constructor(input: InstallAppRequest);
614
+ }
615
+ /**
616
+ * Command to InstallApps
617
+ */
618
+ export declare class InstallAppsCommand extends Command<InstallAppsRequest, InstallAppsCommandOutput, 'InstallAppsCommand'> {
619
+ static readonly metaPath = "/InstallApps/2025-05-01/acep/post/application_json/";
620
+ constructor(input: InstallAppsRequest);
621
+ }
622
+ /**
623
+ * Command to LaunchApp
624
+ */
625
+ export declare class LaunchAppCommand extends Command<LaunchAppRequest, LaunchAppCommandOutput, 'LaunchAppCommand'> {
626
+ static readonly metaPath = "/LaunchApp/2025-05-01/acep/post/application_json/";
627
+ constructor(input: LaunchAppRequest);
628
+ }
629
+ /**
630
+ * Command to LaunchApps
631
+ */
632
+ export declare class LaunchAppsCommand extends Command<LaunchAppsRequest, LaunchAppsCommandOutput, 'LaunchAppsCommand'> {
633
+ static readonly metaPath = "/LaunchApps/2025-05-01/acep/post/application_json/";
634
+ constructor(input: LaunchAppsRequest);
635
+ }
636
+ /**
637
+ * Command to ListAOSPImage
638
+ */
639
+ export declare class ListAOSPImageCommand extends Command<ListAOSPImageRequest, ListAOSPImageCommandOutput, 'ListAOSPImageCommand'> {
640
+ static readonly metaPath = "/ListAOSPImage/2025-05-01/acep/post/application_json/";
641
+ constructor(input: ListAOSPImageRequest);
642
+ }
190
643
  /**
191
644
  * Command to ListApp
192
645
  */
@@ -201,6 +654,13 @@ export declare class ListBackupDataCommand extends Command<ListBackupDataRequest
201
654
  static readonly metaPath = "/ListBackupData/2025-05-01/acep/post/application_json/";
202
655
  constructor(input: ListBackupDataRequest);
203
656
  }
657
+ /**
658
+ * Command to ListConfiguration
659
+ */
660
+ export declare class ListConfigurationCommand extends Command<ListConfigurationRequest, ListConfigurationCommandOutput, 'ListConfigurationCommand'> {
661
+ static readonly metaPath = "/ListConfiguration/2025-05-01/acep/post/application_json/";
662
+ constructor(input: ListConfigurationRequest);
663
+ }
204
664
  /**
205
665
  * Command to ListCustomRoute
206
666
  */
@@ -208,6 +668,20 @@ export declare class ListCustomRouteCommand extends Command<ListCustomRouteReque
208
668
  static readonly metaPath = "/ListCustomRoute/2025-05-01/acep/post/application_json/";
209
669
  constructor(input: ListCustomRouteRequest);
210
670
  }
671
+ /**
672
+ * Command to ListDc
673
+ */
674
+ export declare class ListDcCommand extends Command<ListDcRequest, ListDcCommandOutput, 'ListDcCommand'> {
675
+ static readonly metaPath = "/ListDc/2025-05-01/acep/post/application_json/";
676
+ constructor(input: ListDcRequest);
677
+ }
678
+ /**
679
+ * Command to ListImageResource
680
+ */
681
+ export declare class ListImageResourceCommand extends Command<ListImageResourceRequest, ListImageResourceCommandOutput, 'ListImageResourceCommand'> {
682
+ static readonly metaPath = "/ListImageResource/2025-05-01/acep/post/application_json/";
683
+ constructor(input: ListImageResourceRequest);
684
+ }
211
685
  /**
212
686
  * Command to ListPhoneTemplate
213
687
  */
@@ -229,6 +703,76 @@ export declare class MigratePodCommand extends Command<MigratePodRequest, Migrat
229
703
  static readonly metaPath = "/MigratePod/2025-05-01/acep/post/application_json/";
230
704
  constructor(input: MigratePodRequest);
231
705
  }
706
+ /**
707
+ * Command to PodAdb
708
+ */
709
+ export declare class PodAdbCommand extends Command<PodAdbRequest, PodAdbCommandOutput, 'PodAdbCommand'> {
710
+ static readonly metaPath = "/PodAdb/2025-05-01/acep/post/application_json/";
711
+ constructor(input: PodAdbRequest);
712
+ }
713
+ /**
714
+ * Command to PodDataDelete
715
+ */
716
+ export declare class PodDataDeleteCommand extends Command<PodDataDeleteRequest, PodDataDeleteCommandOutput, 'PodDataDeleteCommand'> {
717
+ static readonly metaPath = "/PodDataDelete/2025-05-01/acep/post/application_json/";
718
+ constructor(input: PodDataDeleteRequest);
719
+ }
720
+ /**
721
+ * Command to PodMute
722
+ */
723
+ export declare class PodMuteCommand extends Command<PodMuteRequest, PodMuteCommandOutput, 'PodMuteCommand'> {
724
+ static readonly metaPath = "/PodMute/2025-05-01/acep/post/application_json/";
725
+ constructor(input: PodMuteRequest);
726
+ }
727
+ /**
728
+ * Command to PodStop
729
+ */
730
+ export declare class PodStopCommand extends Command<PodStopRequest, PodStopCommandOutput, 'PodStopCommand'> {
731
+ static readonly metaPath = "/PodStop/2025-05-01/acep/post/application_json/";
732
+ constructor(input: PodStopRequest);
733
+ }
734
+ /**
735
+ * Command to PowerOffPod
736
+ */
737
+ export declare class PowerOffPodCommand extends Command<PowerOffPodRequest, PowerOffPodCommandOutput, 'PowerOffPodCommand'> {
738
+ static readonly metaPath = "/PowerOffPod/2025-05-01/acep/post/application_json/";
739
+ constructor(input: PowerOffPodRequest);
740
+ }
741
+ /**
742
+ * Command to PowerOnPod
743
+ */
744
+ export declare class PowerOnPodCommand extends Command<PowerOnPodRequest, PowerOnPodCommandOutput, 'PowerOnPodCommand'> {
745
+ static readonly metaPath = "/PowerOnPod/2025-05-01/acep/post/application_json/";
746
+ constructor(input: PowerOnPodRequest);
747
+ }
748
+ /**
749
+ * Command to PullFile
750
+ */
751
+ export declare class PullFileCommand extends Command<PullFileRequest, PullFileCommandOutput, 'PullFileCommand'> {
752
+ static readonly metaPath = "/PullFile/2025-05-01/acep/post/application_json/";
753
+ constructor(input: PullFileRequest);
754
+ }
755
+ /**
756
+ * Command to PushFile
757
+ */
758
+ export declare class PushFileCommand extends Command<PushFileRequest, PushFileCommandOutput, 'PushFileCommand'> {
759
+ static readonly metaPath = "/PushFile/2025-05-01/acep/post/application_json/";
760
+ constructor(input: PushFileRequest);
761
+ }
762
+ /**
763
+ * Command to RebootHost
764
+ */
765
+ export declare class RebootHostCommand extends Command<RebootHostRequest, RebootHostCommandOutput, 'RebootHostCommand'> {
766
+ static readonly metaPath = "/RebootHost/2025-05-01/acep/post/application_json/";
767
+ constructor(input: RebootHostRequest);
768
+ }
769
+ /**
770
+ * Command to RebootPod
771
+ */
772
+ export declare class RebootPodCommand extends Command<RebootPodRequest, RebootPodCommandOutput, 'RebootPodCommand'> {
773
+ static readonly metaPath = "/RebootPod/2025-05-01/acep/post/application_json/";
774
+ constructor(input: RebootPodRequest);
775
+ }
232
776
  /**
233
777
  * Command to RemovePhoneTemplate
234
778
  */
@@ -236,6 +780,20 @@ export declare class RemovePhoneTemplateCommand extends Command<RemovePhoneTempl
236
780
  static readonly metaPath = "/RemovePhoneTemplate/2025-05-01/acep/post/application_json/";
237
781
  constructor(input: RemovePhoneTemplateRequest);
238
782
  }
783
+ /**
784
+ * Command to RenewResourceAuto
785
+ */
786
+ export declare class RenewResourceAutoCommand extends Command<RenewResourceAutoRequest, RenewResourceAutoCommandOutput, 'RenewResourceAutoCommand'> {
787
+ static readonly metaPath = "/RenewResourceAuto/2025-05-01/acep/post/application_json/";
788
+ constructor(input: RenewResourceAutoRequest);
789
+ }
790
+ /**
791
+ * Command to ResetHost
792
+ */
793
+ export declare class ResetHostCommand extends Command<ResetHostRequest, ResetHostCommandOutput, 'ResetHostCommand'> {
794
+ static readonly metaPath = "/ResetHost/2025-05-01/acep/post/application_json/";
795
+ constructor(input: ResetHostRequest);
796
+ }
239
797
  /**
240
798
  * Command to ResetPod
241
799
  */
@@ -257,6 +815,27 @@ export declare class RestorePodCommand extends Command<RestorePodRequest, Restor
257
815
  static readonly metaPath = "/RestorePod/2025-05-01/acep/post/application_json/";
258
816
  constructor(input: RestorePodRequest);
259
817
  }
818
+ /**
819
+ * Command to RunCommand
820
+ */
821
+ export declare class RunCommandCommand extends Command<RunCommandRequest, RunCommandCommandOutput, 'RunCommandCommand'> {
822
+ static readonly metaPath = "/RunCommand/2025-05-01/acep/post/application_json/";
823
+ constructor(input: RunCommandRequest);
824
+ }
825
+ /**
826
+ * Command to RunSyncCommand
827
+ */
828
+ export declare class RunSyncCommandCommand extends Command<RunSyncCommandRequest, RunSyncCommandCommandOutput, 'RunSyncCommandCommand'> {
829
+ static readonly metaPath = "/RunSyncCommand/2025-05-01/acep/post/application_json/";
830
+ constructor(input: RunSyncCommandRequest);
831
+ }
832
+ /**
833
+ * Command to SetProxy
834
+ */
835
+ export declare class SetProxyCommand extends Command<SetProxyRequest, SetProxyCommandOutput, 'SetProxyCommand'> {
836
+ static readonly metaPath = "/SetProxy/2025-05-01/acep/post/application_json/";
837
+ constructor(input: SetProxyRequest);
838
+ }
260
839
  /**
261
840
  * Command to StartRecording
262
841
  */
@@ -285,6 +864,48 @@ export declare class StopScreenShotCommand extends Command<StopScreenShotRequest
285
864
  static readonly metaPath = "/StopScreenShot/2025-05-01/acep/post/application_json/";
286
865
  constructor(input: StopScreenShotRequest);
287
866
  }
867
+ /**
868
+ * Command to SubscribeResourceAuto
869
+ */
870
+ export declare class SubscribeResourceAutoCommand extends Command<SubscribeResourceAutoRequest, SubscribeResourceAutoCommandOutput, 'SubscribeResourceAutoCommand'> {
871
+ static readonly metaPath = "/SubscribeResourceAuto/2025-05-01/acep/post/application_json/";
872
+ constructor(input: SubscribeResourceAutoRequest);
873
+ }
874
+ /**
875
+ * Command to UnbindPortMappingRule
876
+ */
877
+ export declare class UnbindPortMappingRuleCommand extends Command<UnbindPortMappingRuleRequest, UnbindPortMappingRuleCommandOutput, 'UnbindPortMappingRuleCommand'> {
878
+ static readonly metaPath = "/UnbindPortMappingRule/2025-05-01/acep/post/application_json/";
879
+ constructor(input: UnbindPortMappingRuleRequest);
880
+ }
881
+ /**
882
+ * Command to UninstallApp
883
+ */
884
+ export declare class UninstallAppCommand extends Command<UninstallAppRequest, UninstallAppCommandOutput, 'UninstallAppCommand'> {
885
+ static readonly metaPath = "/UninstallApp/2025-05-01/acep/post/application_json/";
886
+ constructor(input: UninstallAppRequest);
887
+ }
888
+ /**
889
+ * Command to UnsubscribeHostResource
890
+ */
891
+ export declare class UnsubscribeHostResourceCommand extends Command<UnsubscribeHostResourceRequest, UnsubscribeHostResourceCommandOutput, 'UnsubscribeHostResourceCommand'> {
892
+ static readonly metaPath = "/UnsubscribeHostResource/2025-05-01/acep/post/application_json/";
893
+ constructor(input: UnsubscribeHostResourceRequest);
894
+ }
895
+ /**
896
+ * Command to UpdateAOSPImage
897
+ */
898
+ export declare class UpdateAOSPImageCommand extends Command<UpdateAOSPImageRequest, UpdateAOSPImageCommandOutput, 'UpdateAOSPImageCommand'> {
899
+ static readonly metaPath = "/UpdateAOSPImage/2025-05-01/acep/post/application_json/";
900
+ constructor(input: UpdateAOSPImageRequest);
901
+ }
902
+ /**
903
+ * Command to UpdateApp
904
+ */
905
+ export declare class UpdateAppCommand extends Command<UpdateAppRequest, UpdateAppCommandOutput, 'UpdateAppCommand'> {
906
+ static readonly metaPath = "/UpdateApp/2025-05-01/acep/post/application_json/";
907
+ constructor(input: UpdateAppRequest);
908
+ }
288
909
  /**
289
910
  * Command to UpdateCustomRoute
290
911
  */
@@ -292,6 +913,20 @@ export declare class UpdateCustomRouteCommand extends Command<UpdateCustomRouteR
292
913
  static readonly metaPath = "/UpdateCustomRoute/2025-05-01/acep/post/application_json/";
293
914
  constructor(input: UpdateCustomRouteRequest);
294
915
  }
916
+ /**
917
+ * Command to UpdateDNSRule
918
+ */
919
+ export declare class UpdateDNSRuleCommand extends Command<UpdateDNSRuleRequest, UpdateDNSRuleCommandOutput, 'UpdateDNSRuleCommand'> {
920
+ static readonly metaPath = "/UpdateDNSRule/2025-05-01/acep/post/application_json/";
921
+ constructor(input: UpdateDNSRuleRequest);
922
+ }
923
+ /**
924
+ * Command to UpdateHost
925
+ */
926
+ export declare class UpdateHostCommand extends Command<UpdateHostRequest, UpdateHostCommandOutput, 'UpdateHostCommand'> {
927
+ static readonly metaPath = "/UpdateHost/2025-05-01/acep/post/application_json/";
928
+ constructor(input: UpdateHostRequest);
929
+ }
295
930
  /**
296
931
  * Command to UpdatePhoneTemplate
297
932
  */
@@ -299,6 +934,13 @@ export declare class UpdatePhoneTemplateCommand extends Command<UpdatePhoneTempl
299
934
  static readonly metaPath = "/UpdatePhoneTemplate/2025-05-01/acep/post/application_json/";
300
935
  constructor(input: UpdatePhoneTemplateRequest);
301
936
  }
937
+ /**
938
+ * Command to UpdatePod
939
+ */
940
+ export declare class UpdatePodCommand extends Command<UpdatePodRequest, UpdatePodCommandOutput, 'UpdatePodCommand'> {
941
+ static readonly metaPath = "/UpdatePod/2025-05-01/acep/post/application_json/";
942
+ constructor(input: UpdatePodRequest);
943
+ }
302
944
  /**
303
945
  * Command to UpdatePodProperty
304
946
  */
@@ -306,37 +948,132 @@ export declare class UpdatePodPropertyCommand extends Command<UpdatePodPropertyR
306
948
  static readonly metaPath = "/UpdatePodProperty/2025-05-01/acep/post/application_json/";
307
949
  constructor(input: UpdatePodPropertyRequest);
308
950
  }
951
+ /**
952
+ * Command to UpdatePodResourceApplyNum
953
+ */
954
+ export declare class UpdatePodResourceApplyNumCommand extends Command<UpdatePodResourceApplyNumRequest, UpdatePodResourceApplyNumCommandOutput, 'UpdatePodResourceApplyNumCommand'> {
955
+ static readonly metaPath = "/UpdatePodResourceApplyNum/2025-05-01/acep/post/application_json/";
956
+ constructor(input: UpdatePodResourceApplyNumRequest);
957
+ }
958
+ /**
959
+ * Command to UpdateProductResource
960
+ */
961
+ export declare class UpdateProductResourceCommand extends Command<UpdateProductResourceRequest, UpdateProductResourceCommandOutput, 'UpdateProductResourceCommand'> {
962
+ static readonly metaPath = "/UpdateProductResource/2025-05-01/acep/post/application_json/";
963
+ constructor(input: UpdateProductResourceRequest);
964
+ }
965
+ /**
966
+ * Command to UpdateTag
967
+ */
968
+ export declare class UpdateTagCommand extends Command<UpdateTagRequest, UpdateTagCommandOutput, 'UpdateTagCommand'> {
969
+ static readonly metaPath = "/UpdateTag/2025-05-01/acep/post/application_json/";
970
+ constructor(input: UpdateTagRequest);
971
+ }
972
+ /**
973
+ * Command to UploadApp
974
+ */
975
+ export declare class UploadAppCommand extends Command<UploadAppRequest, UploadAppCommandOutput, 'UploadAppCommand'> {
976
+ static readonly metaPath = "/UploadApp/2025-05-01/acep/post/application_json/";
977
+ constructor(input: UploadAppRequest);
978
+ }
309
979
  declare const _default: {
310
980
  ACEPClient: typeof ACEPClient;
311
981
  AddCustomRouteCommand: typeof AddCustomRouteCommand;
312
982
  AddPhoneTemplateCommand: typeof AddPhoneTemplateCommand;
983
+ AttachTagCommand: typeof AttachTagCommand;
984
+ AutoInstallAppCommand: typeof AutoInstallAppCommand;
313
985
  BackupDataCommand: typeof BackupDataCommand;
314
986
  BackupPodCommand: typeof BackupPodCommand;
987
+ BanUserCommand: typeof BanUserCommand;
988
+ BatchScreenShotCommand: typeof BatchScreenShotCommand;
989
+ BindPortMappingRuleCommand: typeof BindPortMappingRuleCommand;
990
+ BuildAOSPImageCommand: typeof BuildAOSPImageCommand;
315
991
  CancelBackupPodCommand: typeof CancelBackupPodCommand;
316
992
  CancelRestorePodCommand: typeof CancelRestorePodCommand;
993
+ CloseAppCommand: typeof CloseAppCommand;
994
+ CreateDNSRuleCommand: typeof CreateDNSRuleCommand;
995
+ CreateDisplayLayoutMiniCommand: typeof CreateDisplayLayoutMiniCommand;
996
+ CreateImageOneStepCommand: typeof CreateImageOneStepCommand;
317
997
  CreatePodCommand: typeof CreatePodCommand;
318
998
  CreatePodOneStepCommand: typeof CreatePodOneStepCommand;
999
+ CreatePortMappingRuleCommand: typeof CreatePortMappingRuleCommand;
1000
+ CreateTagCommand: typeof CreateTagCommand;
1001
+ DeleteAOSPImageCommand: typeof DeleteAOSPImageCommand;
1002
+ DeleteAppCommand: typeof DeleteAppCommand;
319
1003
  DeleteBackupDataCommand: typeof DeleteBackupDataCommand;
320
1004
  DeleteCustomRouteCommand: typeof DeleteCustomRouteCommand;
1005
+ DeleteDNSRuleCommand: typeof DeleteDNSRuleCommand;
1006
+ DeleteDisplayLayoutCommand: typeof DeleteDisplayLayoutCommand;
1007
+ DeletePodCommand: typeof DeletePodCommand;
1008
+ DeleteTagCommand: typeof DeleteTagCommand;
1009
+ DetailAppCommand: typeof DetailAppCommand;
1010
+ DetailDNSRuleCommand: typeof DetailDNSRuleCommand;
1011
+ DetailDisplayLayoutMiniCommand: typeof DetailDisplayLayoutMiniCommand;
1012
+ DetailHostCommand: typeof DetailHostCommand;
1013
+ DetailPodCommand: typeof DetailPodCommand;
1014
+ DetailPortMappingRuleCommand: typeof DetailPortMappingRuleCommand;
1015
+ GetAppCrashLogCommand: typeof GetAppCrashLogCommand;
321
1016
  GetDcBandwidthDailyPeakCommand: typeof GetDcBandwidthDailyPeakCommand;
1017
+ GetImagePreheatingCommand: typeof GetImagePreheatingCommand;
322
1018
  GetPhoneTemplateCommand: typeof GetPhoneTemplateCommand;
1019
+ GetPodAppListCommand: typeof GetPodAppListCommand;
1020
+ GetPodMetricCommand: typeof GetPodMetricCommand;
1021
+ GetPodPropertyCommand: typeof GetPodPropertyCommand;
1022
+ GetProductResourceCommand: typeof GetProductResourceCommand;
1023
+ GetTaskInfoCommand: typeof GetTaskInfoCommand;
1024
+ InstallAppCommand: typeof InstallAppCommand;
1025
+ InstallAppsCommand: typeof InstallAppsCommand;
1026
+ LaunchAppCommand: typeof LaunchAppCommand;
1027
+ LaunchAppsCommand: typeof LaunchAppsCommand;
1028
+ ListAOSPImageCommand: typeof ListAOSPImageCommand;
323
1029
  ListAppCommand: typeof ListAppCommand;
324
1030
  ListBackupDataCommand: typeof ListBackupDataCommand;
1031
+ ListConfigurationCommand: typeof ListConfigurationCommand;
325
1032
  ListCustomRouteCommand: typeof ListCustomRouteCommand;
1033
+ ListDcCommand: typeof ListDcCommand;
1034
+ ListImageResourceCommand: typeof ListImageResourceCommand;
326
1035
  ListPhoneTemplateCommand: typeof ListPhoneTemplateCommand;
327
1036
  ListPodCommand: typeof ListPodCommand;
328
1037
  MigratePodCommand: typeof MigratePodCommand;
1038
+ PodAdbCommand: typeof PodAdbCommand;
1039
+ PodDataDeleteCommand: typeof PodDataDeleteCommand;
1040
+ PodMuteCommand: typeof PodMuteCommand;
1041
+ PodStopCommand: typeof PodStopCommand;
1042
+ PowerOffPodCommand: typeof PowerOffPodCommand;
1043
+ PowerOnPodCommand: typeof PowerOnPodCommand;
1044
+ PullFileCommand: typeof PullFileCommand;
1045
+ PushFileCommand: typeof PushFileCommand;
1046
+ RebootHostCommand: typeof RebootHostCommand;
1047
+ RebootPodCommand: typeof RebootPodCommand;
329
1048
  RemovePhoneTemplateCommand: typeof RemovePhoneTemplateCommand;
1049
+ RenewResourceAutoCommand: typeof RenewResourceAutoCommand;
1050
+ ResetHostCommand: typeof ResetHostCommand;
330
1051
  ResetPodCommand: typeof ResetPodCommand;
331
1052
  RestoreDataCommand: typeof RestoreDataCommand;
332
1053
  RestorePodCommand: typeof RestorePodCommand;
1054
+ RunCommandCommand: typeof RunCommandCommand;
1055
+ RunSyncCommandCommand: typeof RunSyncCommandCommand;
1056
+ SetProxyCommand: typeof SetProxyCommand;
333
1057
  StartRecordingCommand: typeof StartRecordingCommand;
334
1058
  StartScreenShotCommand: typeof StartScreenShotCommand;
335
1059
  StopRecordingCommand: typeof StopRecordingCommand;
336
1060
  StopScreenShotCommand: typeof StopScreenShotCommand;
1061
+ SubscribeResourceAutoCommand: typeof SubscribeResourceAutoCommand;
1062
+ UnbindPortMappingRuleCommand: typeof UnbindPortMappingRuleCommand;
1063
+ UninstallAppCommand: typeof UninstallAppCommand;
1064
+ UnsubscribeHostResourceCommand: typeof UnsubscribeHostResourceCommand;
1065
+ UpdateAOSPImageCommand: typeof UpdateAOSPImageCommand;
1066
+ UpdateAppCommand: typeof UpdateAppCommand;
337
1067
  UpdateCustomRouteCommand: typeof UpdateCustomRouteCommand;
1068
+ UpdateDNSRuleCommand: typeof UpdateDNSRuleCommand;
1069
+ UpdateHostCommand: typeof UpdateHostCommand;
338
1070
  UpdatePhoneTemplateCommand: typeof UpdatePhoneTemplateCommand;
1071
+ UpdatePodCommand: typeof UpdatePodCommand;
339
1072
  UpdatePodPropertyCommand: typeof UpdatePodPropertyCommand;
1073
+ UpdatePodResourceApplyNumCommand: typeof UpdatePodResourceApplyNumCommand;
1074
+ UpdateProductResourceCommand: typeof UpdateProductResourceCommand;
1075
+ UpdateTagCommand: typeof UpdateTagCommand;
1076
+ UploadAppCommand: typeof UploadAppCommand;
340
1077
  };
341
1078
  export default _default;
342
1079
  //# sourceMappingURL=api.d.ts.map