@volcengine/acep 1.0.1

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 (320) hide show
  1. package/.turbo/turbo-build.log +19 -0
  2. package/LICENSE.txt +202 -0
  3. package/dist/cjs/index.js +345 -0
  4. package/dist/esm/api.d.ts +342 -0
  5. package/dist/esm/api.d.ts.map +1 -0
  6. package/dist/esm/index.d.ts +13 -0
  7. package/dist/esm/index.d.ts.map +1 -0
  8. package/dist/esm/index.mjs +224 -0
  9. package/dist/esm/types/add-custom-route-request.d.ts +65 -0
  10. package/dist/esm/types/add-custom-route-request.d.ts.map +1 -0
  11. package/dist/esm/types/add-custom-route-response.d.ts +30 -0
  12. package/dist/esm/types/add-custom-route-response.d.ts.map +1 -0
  13. package/dist/esm/types/add-phone-template-request.d.ts +53 -0
  14. package/dist/esm/types/add-phone-template-request.d.ts.map +1 -0
  15. package/dist/esm/types/add-phone-template-response.d.ts +25 -0
  16. package/dist/esm/types/add-phone-template-response.d.ts.map +1 -0
  17. package/dist/esm/types/app-list-for-create-pod-one-step-input.d.ts +30 -0
  18. package/dist/esm/types/app-list-for-create-pod-one-step-input.d.ts.map +1 -0
  19. package/dist/esm/types/backup-data-request.d.ts +50 -0
  20. package/dist/esm/types/backup-data-request.d.ts.map +1 -0
  21. package/dist/esm/types/backup-data-response.d.ts +31 -0
  22. package/dist/esm/types/backup-data-response.d.ts.map +1 -0
  23. package/dist/esm/types/backup-pod-request.d.ts +30 -0
  24. package/dist/esm/types/backup-pod-request.d.ts.map +1 -0
  25. package/dist/esm/types/backup-pod-response.d.ts +25 -0
  26. package/dist/esm/types/backup-pod-response.d.ts.map +1 -0
  27. package/dist/esm/types/cancel-backup-pod-request.d.ts +30 -0
  28. package/dist/esm/types/cancel-backup-pod-request.d.ts.map +1 -0
  29. package/dist/esm/types/cancel-backup-pod-response.d.ts +20 -0
  30. package/dist/esm/types/cancel-backup-pod-response.d.ts.map +1 -0
  31. package/dist/esm/types/cancel-restore-pod-request.d.ts +30 -0
  32. package/dist/esm/types/cancel-restore-pod-request.d.ts.map +1 -0
  33. package/dist/esm/types/cancel-restore-pod-response.d.ts +20 -0
  34. package/dist/esm/types/cancel-restore-pod-response.d.ts.map +1 -0
  35. package/dist/esm/types/configuration-for-list-pod-output.d.ts +40 -0
  36. package/dist/esm/types/configuration-for-list-pod-output.d.ts.map +1 -0
  37. package/dist/esm/types/create-pod-one-step-request.d.ts +139 -0
  38. package/dist/esm/types/create-pod-one-step-request.d.ts.map +1 -0
  39. package/dist/esm/types/create-pod-one-step-response.d.ts +35 -0
  40. package/dist/esm/types/create-pod-one-step-response.d.ts.map +1 -0
  41. package/dist/esm/types/create-pod-request.d.ts +139 -0
  42. package/dist/esm/types/create-pod-request.d.ts.map +1 -0
  43. package/dist/esm/types/create-pod-response.d.ts +30 -0
  44. package/dist/esm/types/create-pod-response.d.ts.map +1 -0
  45. package/dist/esm/types/dc-info-for-list-pod-output.d.ts +45 -0
  46. package/dist/esm/types/dc-info-for-list-pod-output.d.ts.map +1 -0
  47. package/dist/esm/types/delete-backup-data-request.d.ts +30 -0
  48. package/dist/esm/types/delete-backup-data-request.d.ts.map +1 -0
  49. package/dist/esm/types/delete-backup-data-response.d.ts +26 -0
  50. package/dist/esm/types/delete-backup-data-response.d.ts.map +1 -0
  51. package/dist/esm/types/delete-custom-route-request.d.ts +30 -0
  52. package/dist/esm/types/delete-custom-route-request.d.ts.map +1 -0
  53. package/dist/esm/types/delete-custom-route-response.d.ts +20 -0
  54. package/dist/esm/types/delete-custom-route-response.d.ts.map +1 -0
  55. package/dist/esm/types/detail-for-backup-data-output.d.ts +40 -0
  56. package/dist/esm/types/detail-for-backup-data-output.d.ts.map +1 -0
  57. package/dist/esm/types/detail-for-delete-backup-data-output.d.ts +35 -0
  58. package/dist/esm/types/detail-for-delete-backup-data-output.d.ts.map +1 -0
  59. package/dist/esm/types/detail-for-migrate-pod-output.d.ts +40 -0
  60. package/dist/esm/types/detail-for-migrate-pod-output.d.ts.map +1 -0
  61. package/dist/esm/types/detail-for-restore-data-output.d.ts +35 -0
  62. package/dist/esm/types/detail-for-restore-data-output.d.ts.map +1 -0
  63. package/dist/esm/types/detail-for-start-screen-shot-output.d.ts +55 -0
  64. package/dist/esm/types/detail-for-start-screen-shot-output.d.ts.map +1 -0
  65. package/dist/esm/types/detail-for-stop-screen-shot-output.d.ts +55 -0
  66. package/dist/esm/types/detail-for-stop-screen-shot-output.d.ts.map +1 -0
  67. package/dist/esm/types/get-dc-bandwidth-daily-peak-request.d.ts +40 -0
  68. package/dist/esm/types/get-dc-bandwidth-daily-peak-request.d.ts.map +1 -0
  69. package/dist/esm/types/get-dc-bandwidth-daily-peak-response.d.ts +26 -0
  70. package/dist/esm/types/get-dc-bandwidth-daily-peak-response.d.ts.map +1 -0
  71. package/dist/esm/types/get-phone-template-request.d.ts +25 -0
  72. package/dist/esm/types/get-phone-template-request.d.ts.map +1 -0
  73. package/dist/esm/types/get-phone-template-response.d.ts +32 -0
  74. package/dist/esm/types/get-phone-template-response.d.ts.map +1 -0
  75. package/dist/esm/types/index.d.ts +102 -0
  76. package/dist/esm/types/index.d.ts.map +1 -0
  77. package/dist/esm/types/job-for-reset-pod-output.d.ts +60 -0
  78. package/dist/esm/types/job-for-reset-pod-output.d.ts.map +1 -0
  79. package/dist/esm/types/latest-version-for-list-app-output.d.ts +60 -0
  80. package/dist/esm/types/latest-version-for-list-app-output.d.ts.map +1 -0
  81. package/dist/esm/types/list-app-request.d.ts +55 -0
  82. package/dist/esm/types/list-app-request.d.ts.map +1 -0
  83. package/dist/esm/types/list-app-response.d.ts +31 -0
  84. package/dist/esm/types/list-app-response.d.ts.map +1 -0
  85. package/dist/esm/types/list-backup-data-request.d.ts +50 -0
  86. package/dist/esm/types/list-backup-data-request.d.ts.map +1 -0
  87. package/dist/esm/types/list-backup-data-response.d.ts +31 -0
  88. package/dist/esm/types/list-backup-data-response.d.ts.map +1 -0
  89. package/dist/esm/types/list-custom-route-request.d.ts +55 -0
  90. package/dist/esm/types/list-custom-route-request.d.ts.map +1 -0
  91. package/dist/esm/types/list-custom-route-response.d.ts +31 -0
  92. package/dist/esm/types/list-custom-route-response.d.ts.map +1 -0
  93. package/dist/esm/types/list-phone-template-request.d.ts +55 -0
  94. package/dist/esm/types/list-phone-template-request.d.ts.map +1 -0
  95. package/dist/esm/types/list-phone-template-response.d.ts +31 -0
  96. package/dist/esm/types/list-phone-template-response.d.ts.map +1 -0
  97. package/dist/esm/types/list-pod-request.d.ts +105 -0
  98. package/dist/esm/types/list-pod-request.d.ts.map +1 -0
  99. package/dist/esm/types/list-pod-response.d.ts +31 -0
  100. package/dist/esm/types/list-pod-response.d.ts.map +1 -0
  101. package/dist/esm/types/migrate-pod-request.d.ts +35 -0
  102. package/dist/esm/types/migrate-pod-request.d.ts.map +1 -0
  103. package/dist/esm/types/migrate-pod-response.d.ts +31 -0
  104. package/dist/esm/types/migrate-pod-response.d.ts.map +1 -0
  105. package/dist/esm/types/overlay-persist-property-for-add-phone-template-input.d.ts +35 -0
  106. package/dist/esm/types/overlay-persist-property-for-add-phone-template-input.d.ts.map +1 -0
  107. package/dist/esm/types/overlay-persist-property-for-create-pod-input.d.ts +35 -0
  108. package/dist/esm/types/overlay-persist-property-for-create-pod-input.d.ts.map +1 -0
  109. package/dist/esm/types/overlay-persist-property-for-create-pod-one-step-input.d.ts +35 -0
  110. package/dist/esm/types/overlay-persist-property-for-create-pod-one-step-input.d.ts.map +1 -0
  111. package/dist/esm/types/overlay-persist-property-for-get-phone-template-output.d.ts +35 -0
  112. package/dist/esm/types/overlay-persist-property-for-get-phone-template-output.d.ts.map +1 -0
  113. package/dist/esm/types/overlay-persist-property-for-list-phone-template-output.d.ts +35 -0
  114. package/dist/esm/types/overlay-persist-property-for-list-phone-template-output.d.ts.map +1 -0
  115. package/dist/esm/types/overlay-property-for-add-phone-template-input.d.ts +35 -0
  116. package/dist/esm/types/overlay-property-for-add-phone-template-input.d.ts.map +1 -0
  117. package/dist/esm/types/overlay-property-for-create-pod-input.d.ts +35 -0
  118. package/dist/esm/types/overlay-property-for-create-pod-input.d.ts.map +1 -0
  119. package/dist/esm/types/overlay-property-for-create-pod-one-step-input.d.ts +35 -0
  120. package/dist/esm/types/overlay-property-for-create-pod-one-step-input.d.ts.map +1 -0
  121. package/dist/esm/types/overlay-property-for-get-phone-template-output.d.ts +35 -0
  122. package/dist/esm/types/overlay-property-for-get-phone-template-output.d.ts.map +1 -0
  123. package/dist/esm/types/overlay-property-for-list-phone-template-output.d.ts +35 -0
  124. package/dist/esm/types/overlay-property-for-list-phone-template-output.d.ts.map +1 -0
  125. package/dist/esm/types/overlay-setting-for-add-phone-template-input.d.ts +40 -0
  126. package/dist/esm/types/overlay-setting-for-add-phone-template-input.d.ts.map +1 -0
  127. package/dist/esm/types/overlay-setting-for-create-pod-input.d.ts +40 -0
  128. package/dist/esm/types/overlay-setting-for-create-pod-input.d.ts.map +1 -0
  129. package/dist/esm/types/overlay-setting-for-create-pod-one-step-input.d.ts +40 -0
  130. package/dist/esm/types/overlay-setting-for-create-pod-one-step-input.d.ts.map +1 -0
  131. package/dist/esm/types/overlay-setting-for-get-phone-template-output.d.ts +40 -0
  132. package/dist/esm/types/overlay-setting-for-get-phone-template-output.d.ts.map +1 -0
  133. package/dist/esm/types/overlay-setting-for-list-phone-template-output.d.ts +40 -0
  134. package/dist/esm/types/overlay-setting-for-list-phone-template-output.d.ts.map +1 -0
  135. package/dist/esm/types/phone-template-for-get-phone-template-output.d.ts +58 -0
  136. package/dist/esm/types/phone-template-for-get-phone-template-output.d.ts.map +1 -0
  137. package/dist/esm/types/pod-persist-property-for-update-pod-property-input.d.ts +35 -0
  138. package/dist/esm/types/pod-persist-property-for-update-pod-property-input.d.ts.map +1 -0
  139. package/dist/esm/types/pod-property-for-update-pod-property-input.d.ts +35 -0
  140. package/dist/esm/types/pod-property-for-update-pod-property-input.d.ts.map +1 -0
  141. package/dist/esm/types/pod-setting-for-update-pod-property-input.d.ts +40 -0
  142. package/dist/esm/types/pod-setting-for-update-pod-property-input.d.ts.map +1 -0
  143. package/dist/esm/types/pod-spec-list-for-create-pod-input.d.ts +123 -0
  144. package/dist/esm/types/pod-spec-list-for-create-pod-input.d.ts.map +1 -0
  145. package/dist/esm/types/port-mapping-rule-list-for-list-pod-output.d.ts +56 -0
  146. package/dist/esm/types/port-mapping-rule-list-for-list-pod-output.d.ts.map +1 -0
  147. package/dist/esm/types/public-port-info-list-for-list-pod-output.d.ts +35 -0
  148. package/dist/esm/types/public-port-info-list-for-list-pod-output.d.ts.map +1 -0
  149. package/dist/esm/types/remove-phone-template-request.d.ts +25 -0
  150. package/dist/esm/types/remove-phone-template-request.d.ts.map +1 -0
  151. package/dist/esm/types/remove-phone-template-response.d.ts +25 -0
  152. package/dist/esm/types/remove-phone-template-response.d.ts.map +1 -0
  153. package/dist/esm/types/reset-pod-request.d.ts +55 -0
  154. package/dist/esm/types/reset-pod-request.d.ts.map +1 -0
  155. package/dist/esm/types/reset-pod-response.d.ts +36 -0
  156. package/dist/esm/types/reset-pod-response.d.ts.map +1 -0
  157. package/dist/esm/types/restore-data-request.d.ts +40 -0
  158. package/dist/esm/types/restore-data-request.d.ts.map +1 -0
  159. package/dist/esm/types/restore-data-response.d.ts +31 -0
  160. package/dist/esm/types/restore-data-response.d.ts.map +1 -0
  161. package/dist/esm/types/restore-pod-request.d.ts +36 -0
  162. package/dist/esm/types/restore-pod-request.d.ts.map +1 -0
  163. package/dist/esm/types/restore-pod-response.d.ts +25 -0
  164. package/dist/esm/types/restore-pod-response.d.ts.map +1 -0
  165. package/dist/esm/types/row-for-get-dc-bandwidth-daily-peak-output.d.ts +50 -0
  166. package/dist/esm/types/row-for-get-dc-bandwidth-daily-peak-output.d.ts.map +1 -0
  167. package/dist/esm/types/row-for-list-app-output.d.ts +96 -0
  168. package/dist/esm/types/row-for-list-app-output.d.ts.map +1 -0
  169. package/dist/esm/types/row-for-list-backup-data-output.d.ts +165 -0
  170. package/dist/esm/types/row-for-list-backup-data-output.d.ts.map +1 -0
  171. package/dist/esm/types/row-for-list-custom-route-output.d.ts +65 -0
  172. package/dist/esm/types/row-for-list-custom-route-output.d.ts.map +1 -0
  173. package/dist/esm/types/row-for-list-phone-template-output.d.ts +58 -0
  174. package/dist/esm/types/row-for-list-phone-template-output.d.ts.map +1 -0
  175. package/dist/esm/types/row-for-list-pod-output.d.ts +169 -0
  176. package/dist/esm/types/row-for-list-pod-output.d.ts.map +1 -0
  177. package/dist/esm/types/specify-host-list-for-restore-pod-input.d.ts +30 -0
  178. package/dist/esm/types/specify-host-list-for-restore-pod-input.d.ts.map +1 -0
  179. package/dist/esm/types/start-recording-request.d.ts +45 -0
  180. package/dist/esm/types/start-recording-request.d.ts.map +1 -0
  181. package/dist/esm/types/start-recording-response.d.ts +25 -0
  182. package/dist/esm/types/start-recording-response.d.ts.map +1 -0
  183. package/dist/esm/types/start-screen-shot-request.d.ts +76 -0
  184. package/dist/esm/types/start-screen-shot-request.d.ts.map +1 -0
  185. package/dist/esm/types/start-screen-shot-response.d.ts +26 -0
  186. package/dist/esm/types/start-screen-shot-response.d.ts.map +1 -0
  187. package/dist/esm/types/stop-recording-request.d.ts +30 -0
  188. package/dist/esm/types/stop-recording-request.d.ts.map +1 -0
  189. package/dist/esm/types/stop-recording-response.d.ts +20 -0
  190. package/dist/esm/types/stop-recording-response.d.ts.map +1 -0
  191. package/dist/esm/types/stop-screen-shot-request.d.ts +30 -0
  192. package/dist/esm/types/stop-screen-shot-request.d.ts.map +1 -0
  193. package/dist/esm/types/stop-screen-shot-response.d.ts +26 -0
  194. package/dist/esm/types/stop-screen-shot-response.d.ts.map +1 -0
  195. package/dist/esm/types/tag-for-get-phone-template-output.d.ts +40 -0
  196. package/dist/esm/types/tag-for-get-phone-template-output.d.ts.map +1 -0
  197. package/dist/esm/types/tag-for-list-pod-output.d.ts +45 -0
  198. package/dist/esm/types/tag-for-list-pod-output.d.ts.map +1 -0
  199. package/dist/esm/types/tos-info-for-start-screen-shot-input.d.ts +35 -0
  200. package/dist/esm/types/tos-info-for-start-screen-shot-input.d.ts.map +1 -0
  201. package/dist/esm/types/update-custom-route-request.d.ts +65 -0
  202. package/dist/esm/types/update-custom-route-request.d.ts.map +1 -0
  203. package/dist/esm/types/update-custom-route-response.d.ts +20 -0
  204. package/dist/esm/types/update-custom-route-response.d.ts.map +1 -0
  205. package/dist/esm/types/update-phone-template-request.d.ts +35 -0
  206. package/dist/esm/types/update-phone-template-request.d.ts.map +1 -0
  207. package/dist/esm/types/update-phone-template-response.d.ts +20 -0
  208. package/dist/esm/types/update-phone-template-response.d.ts.map +1 -0
  209. package/dist/esm/types/update-pod-property-request.d.ts +58 -0
  210. package/dist/esm/types/update-pod-property-request.d.ts.map +1 -0
  211. package/dist/esm/types/update-pod-property-response.d.ts +20 -0
  212. package/dist/esm/types/update-pod-property-response.d.ts.map +1 -0
  213. package/dist/tsconfig.tsbuildinfo +1 -0
  214. package/package.json +37 -0
  215. package/rslib.config.ts +26 -0
  216. package/src/api.ts +590 -0
  217. package/src/index.ts +14 -0
  218. package/src/types/add-custom-route-request.ts +76 -0
  219. package/src/types/add-custom-route-response.ts +34 -0
  220. package/src/types/add-phone-template-request.ts +61 -0
  221. package/src/types/add-phone-template-response.ts +28 -0
  222. package/src/types/app-list-for-create-pod-one-step-input.ts +34 -0
  223. package/src/types/backup-data-request.ts +58 -0
  224. package/src/types/backup-data-response.ts +35 -0
  225. package/src/types/backup-pod-request.ts +34 -0
  226. package/src/types/backup-pod-response.ts +28 -0
  227. package/src/types/cancel-backup-pod-request.ts +34 -0
  228. package/src/types/cancel-backup-pod-response.ts +22 -0
  229. package/src/types/cancel-restore-pod-request.ts +34 -0
  230. package/src/types/cancel-restore-pod-response.ts +22 -0
  231. package/src/types/configuration-for-list-pod-output.ts +46 -0
  232. package/src/types/create-pod-one-step-request.ts +164 -0
  233. package/src/types/create-pod-one-step-response.ts +40 -0
  234. package/src/types/create-pod-request.ts +164 -0
  235. package/src/types/create-pod-response.ts +34 -0
  236. package/src/types/dc-info-for-list-pod-output.ts +52 -0
  237. package/src/types/delete-backup-data-request.ts +34 -0
  238. package/src/types/delete-backup-data-response.ts +29 -0
  239. package/src/types/delete-custom-route-request.ts +34 -0
  240. package/src/types/delete-custom-route-response.ts +22 -0
  241. package/src/types/detail-for-backup-data-output.ts +46 -0
  242. package/src/types/detail-for-delete-backup-data-output.ts +40 -0
  243. package/src/types/detail-for-migrate-pod-output.ts +46 -0
  244. package/src/types/detail-for-restore-data-output.ts +40 -0
  245. package/src/types/detail-for-start-screen-shot-output.ts +64 -0
  246. package/src/types/detail-for-stop-screen-shot-output.ts +64 -0
  247. package/src/types/get-dc-bandwidth-daily-peak-request.ts +46 -0
  248. package/src/types/get-dc-bandwidth-daily-peak-response.ts +29 -0
  249. package/src/types/get-phone-template-request.ts +28 -0
  250. package/src/types/get-phone-template-response.ts +36 -0
  251. package/src/types/index.ts +101 -0
  252. package/src/types/job-for-reset-pod-output.ts +70 -0
  253. package/src/types/latest-version-for-list-app-output.ts +70 -0
  254. package/src/types/list-app-request.ts +64 -0
  255. package/src/types/list-app-response.ts +35 -0
  256. package/src/types/list-backup-data-request.ts +58 -0
  257. package/src/types/list-backup-data-response.ts +35 -0
  258. package/src/types/list-custom-route-request.ts +64 -0
  259. package/src/types/list-custom-route-response.ts +35 -0
  260. package/src/types/list-phone-template-request.ts +64 -0
  261. package/src/types/list-phone-template-response.ts +35 -0
  262. package/src/types/list-pod-request.ts +124 -0
  263. package/src/types/list-pod-response.ts +35 -0
  264. package/src/types/migrate-pod-request.ts +40 -0
  265. package/src/types/migrate-pod-response.ts +35 -0
  266. package/src/types/overlay-persist-property-for-add-phone-template-input.ts +40 -0
  267. package/src/types/overlay-persist-property-for-create-pod-input.ts +40 -0
  268. package/src/types/overlay-persist-property-for-create-pod-one-step-input.ts +40 -0
  269. package/src/types/overlay-persist-property-for-get-phone-template-output.ts +40 -0
  270. package/src/types/overlay-persist-property-for-list-phone-template-output.ts +40 -0
  271. package/src/types/overlay-property-for-add-phone-template-input.ts +40 -0
  272. package/src/types/overlay-property-for-create-pod-input.ts +40 -0
  273. package/src/types/overlay-property-for-create-pod-one-step-input.ts +40 -0
  274. package/src/types/overlay-property-for-get-phone-template-output.ts +40 -0
  275. package/src/types/overlay-property-for-list-phone-template-output.ts +40 -0
  276. package/src/types/overlay-setting-for-add-phone-template-input.ts +46 -0
  277. package/src/types/overlay-setting-for-create-pod-input.ts +46 -0
  278. package/src/types/overlay-setting-for-create-pod-one-step-input.ts +46 -0
  279. package/src/types/overlay-setting-for-get-phone-template-output.ts +46 -0
  280. package/src/types/overlay-setting-for-list-phone-template-output.ts +46 -0
  281. package/src/types/phone-template-for-get-phone-template-output.ts +67 -0
  282. package/src/types/pod-persist-property-for-update-pod-property-input.ts +40 -0
  283. package/src/types/pod-property-for-update-pod-property-input.ts +40 -0
  284. package/src/types/pod-setting-for-update-pod-property-input.ts +46 -0
  285. package/src/types/pod-spec-list-for-create-pod-input.ts +145 -0
  286. package/src/types/port-mapping-rule-list-for-list-pod-output.ts +65 -0
  287. package/src/types/public-port-info-list-for-list-pod-output.ts +40 -0
  288. package/src/types/remove-phone-template-request.ts +28 -0
  289. package/src/types/remove-phone-template-response.ts +28 -0
  290. package/src/types/reset-pod-request.ts +64 -0
  291. package/src/types/reset-pod-response.ts +41 -0
  292. package/src/types/restore-data-request.ts +46 -0
  293. package/src/types/restore-data-response.ts +35 -0
  294. package/src/types/restore-pod-request.ts +41 -0
  295. package/src/types/restore-pod-response.ts +28 -0
  296. package/src/types/row-for-get-dc-bandwidth-daily-peak-output.ts +58 -0
  297. package/src/types/row-for-list-app-output.ts +113 -0
  298. package/src/types/row-for-list-backup-data-output.ts +196 -0
  299. package/src/types/row-for-list-custom-route-output.ts +76 -0
  300. package/src/types/row-for-list-phone-template-output.ts +67 -0
  301. package/src/types/row-for-list-pod-output.ts +200 -0
  302. package/src/types/specify-host-list-for-restore-pod-input.ts +34 -0
  303. package/src/types/start-recording-request.ts +52 -0
  304. package/src/types/start-recording-response.ts +28 -0
  305. package/src/types/start-screen-shot-request.ts +89 -0
  306. package/src/types/start-screen-shot-response.ts +29 -0
  307. package/src/types/stop-recording-request.ts +34 -0
  308. package/src/types/stop-recording-response.ts +22 -0
  309. package/src/types/stop-screen-shot-request.ts +34 -0
  310. package/src/types/stop-screen-shot-response.ts +29 -0
  311. package/src/types/tag-for-get-phone-template-output.ts +46 -0
  312. package/src/types/tag-for-list-pod-output.ts +52 -0
  313. package/src/types/tos-info-for-start-screen-shot-input.ts +40 -0
  314. package/src/types/update-custom-route-request.ts +76 -0
  315. package/src/types/update-custom-route-response.ts +22 -0
  316. package/src/types/update-phone-template-request.ts +40 -0
  317. package/src/types/update-phone-template-response.ts +22 -0
  318. package/src/types/update-pod-property-request.ts +67 -0
  319. package/src/types/update-pod-property-response.ts +22 -0
  320. package/tsconfig.json +12 -0
package/src/api.ts ADDED
@@ -0,0 +1,590 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * acep
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { Client, ClientConfig, Command, buildRequestConfigFromMetaPath, CommandOutput } from '@volcengine/sdk-core';
16
+
17
+ import { AddCustomRouteRequest } from './types/index';
18
+ import { AddCustomRouteResponse } from './types/index';
19
+ import { AddPhoneTemplateRequest } from './types/index';
20
+ import { AddPhoneTemplateResponse } from './types/index';
21
+ import { BackupDataRequest } from './types/index';
22
+ import { BackupDataResponse } from './types/index';
23
+ import { BackupPodRequest } from './types/index';
24
+ import { BackupPodResponse } from './types/index';
25
+ import { CancelBackupPodRequest } from './types/index';
26
+ import { CancelBackupPodResponse } from './types/index';
27
+ import { CancelRestorePodRequest } from './types/index';
28
+ import { CancelRestorePodResponse } from './types/index';
29
+ import { CreatePodOneStepRequest } from './types/index';
30
+ import { CreatePodOneStepResponse } from './types/index';
31
+ import { CreatePodRequest } from './types/index';
32
+ import { CreatePodResponse } from './types/index';
33
+ import { DeleteBackupDataRequest } from './types/index';
34
+ import { DeleteBackupDataResponse } from './types/index';
35
+ import { DeleteCustomRouteRequest } from './types/index';
36
+ import { DeleteCustomRouteResponse } from './types/index';
37
+ import { GetDcBandwidthDailyPeakRequest } from './types/index';
38
+ import { GetDcBandwidthDailyPeakResponse } from './types/index';
39
+ import { GetPhoneTemplateRequest } from './types/index';
40
+ import { GetPhoneTemplateResponse } from './types/index';
41
+ import { ListAppRequest } from './types/index';
42
+ import { ListAppResponse } from './types/index';
43
+ import { ListBackupDataRequest } from './types/index';
44
+ import { ListBackupDataResponse } from './types/index';
45
+ import { ListCustomRouteRequest } from './types/index';
46
+ import { ListCustomRouteResponse } from './types/index';
47
+ import { ListPhoneTemplateRequest } from './types/index';
48
+ import { ListPhoneTemplateResponse } from './types/index';
49
+ import { ListPodRequest } from './types/index';
50
+ import { ListPodResponse } from './types/index';
51
+ import { MigratePodRequest } from './types/index';
52
+ import { MigratePodResponse } from './types/index';
53
+ import { RemovePhoneTemplateRequest } from './types/index';
54
+ import { RemovePhoneTemplateResponse } from './types/index';
55
+ import { ResetPodRequest } from './types/index';
56
+ import { ResetPodResponse } from './types/index';
57
+ import { RestoreDataRequest } from './types/index';
58
+ import { RestoreDataResponse } from './types/index';
59
+ import { RestorePodRequest } from './types/index';
60
+ import { RestorePodResponse } from './types/index';
61
+ import { StartRecordingRequest } from './types/index';
62
+ import { StartRecordingResponse } from './types/index';
63
+ import { StartScreenShotRequest } from './types/index';
64
+ import { StartScreenShotResponse } from './types/index';
65
+ import { StopRecordingRequest } from './types/index';
66
+ import { StopRecordingResponse } from './types/index';
67
+ import { StopScreenShotRequest } from './types/index';
68
+ import { StopScreenShotResponse } from './types/index';
69
+ import { UpdateCustomRouteRequest } from './types/index';
70
+ import { UpdateCustomRouteResponse } from './types/index';
71
+ import { UpdatePhoneTemplateRequest } from './types/index';
72
+ import { UpdatePhoneTemplateResponse } from './types/index';
73
+ import { UpdatePodPropertyRequest } from './types/index';
74
+ import { UpdatePodPropertyResponse } from './types/index';
75
+
76
+ // ============================================================================
77
+ // Output Type Definitions
78
+ // ============================================================================
79
+ export type AddCustomRouteCommandOutput = CommandOutput<AddCustomRouteResponse>;
80
+ export type AddPhoneTemplateCommandOutput = CommandOutput<AddPhoneTemplateResponse>;
81
+ export type BackupDataCommandOutput = CommandOutput<BackupDataResponse>;
82
+ export type BackupPodCommandOutput = CommandOutput<BackupPodResponse>;
83
+ export type CancelBackupPodCommandOutput = CommandOutput<CancelBackupPodResponse>;
84
+ export type CancelRestorePodCommandOutput = CommandOutput<CancelRestorePodResponse>;
85
+ export type CreatePodCommandOutput = CommandOutput<CreatePodResponse>;
86
+ export type CreatePodOneStepCommandOutput = CommandOutput<CreatePodOneStepResponse>;
87
+ export type DeleteBackupDataCommandOutput = CommandOutput<DeleteBackupDataResponse>;
88
+ export type DeleteCustomRouteCommandOutput = CommandOutput<DeleteCustomRouteResponse>;
89
+ export type GetDcBandwidthDailyPeakCommandOutput = CommandOutput<GetDcBandwidthDailyPeakResponse>;
90
+ export type GetPhoneTemplateCommandOutput = CommandOutput<GetPhoneTemplateResponse>;
91
+ export type ListAppCommandOutput = CommandOutput<ListAppResponse>;
92
+ export type ListBackupDataCommandOutput = CommandOutput<ListBackupDataResponse>;
93
+ export type ListCustomRouteCommandOutput = CommandOutput<ListCustomRouteResponse>;
94
+ export type ListPhoneTemplateCommandOutput = CommandOutput<ListPhoneTemplateResponse>;
95
+ export type ListPodCommandOutput = CommandOutput<ListPodResponse>;
96
+ export type MigratePodCommandOutput = CommandOutput<MigratePodResponse>;
97
+ export type RemovePhoneTemplateCommandOutput = CommandOutput<RemovePhoneTemplateResponse>;
98
+ export type ResetPodCommandOutput = CommandOutput<ResetPodResponse>;
99
+ export type RestoreDataCommandOutput = CommandOutput<RestoreDataResponse>;
100
+ export type RestorePodCommandOutput = CommandOutput<RestorePodResponse>;
101
+ export type StartRecordingCommandOutput = CommandOutput<StartRecordingResponse>;
102
+ export type StartScreenShotCommandOutput = CommandOutput<StartScreenShotResponse>;
103
+ export type StopRecordingCommandOutput = CommandOutput<StopRecordingResponse>;
104
+ export type StopScreenShotCommandOutput = CommandOutput<StopScreenShotResponse>;
105
+ export type UpdateCustomRouteCommandOutput = CommandOutput<UpdateCustomRouteResponse>;
106
+ export type UpdatePhoneTemplateCommandOutput = CommandOutput<UpdatePhoneTemplateResponse>;
107
+ export type UpdatePodPropertyCommandOutput = CommandOutput<UpdatePodPropertyResponse>;
108
+
109
+
110
+ /**
111
+ * ACEPClient Service Client
112
+ */
113
+ export class ACEPClient extends Client {
114
+ constructor(config: ClientConfig = {}) {
115
+ super({
116
+ protocol: 'https',
117
+ region: 'cn-beijing',
118
+ ...config,
119
+ });
120
+ }
121
+ }
122
+
123
+ /**
124
+ * Command to AddCustomRoute
125
+ */
126
+ export class AddCustomRouteCommand extends Command<
127
+ AddCustomRouteRequest,
128
+ AddCustomRouteCommandOutput,
129
+ 'AddCustomRouteCommand'
130
+ > {
131
+ static readonly metaPath = '/AddCustomRoute/2025-05-01/acep/post/application_json/';
132
+
133
+ constructor(input: AddCustomRouteRequest) {
134
+ super(input);
135
+ this.requestConfig = buildRequestConfigFromMetaPath(AddCustomRouteCommand.metaPath);
136
+ }
137
+ }
138
+ /**
139
+ * Command to AddPhoneTemplate
140
+ */
141
+ export class AddPhoneTemplateCommand extends Command<
142
+ AddPhoneTemplateRequest,
143
+ AddPhoneTemplateCommandOutput,
144
+ 'AddPhoneTemplateCommand'
145
+ > {
146
+ static readonly metaPath = '/AddPhoneTemplate/2025-05-01/acep/post/application_json/';
147
+
148
+ constructor(input: AddPhoneTemplateRequest) {
149
+ super(input);
150
+ this.requestConfig = buildRequestConfigFromMetaPath(AddPhoneTemplateCommand.metaPath);
151
+ }
152
+ }
153
+ /**
154
+ * Command to BackupData
155
+ */
156
+ export class BackupDataCommand extends Command<
157
+ BackupDataRequest,
158
+ BackupDataCommandOutput,
159
+ 'BackupDataCommand'
160
+ > {
161
+ static readonly metaPath = '/BackupData/2025-05-01/acep/post/application_json/';
162
+
163
+ constructor(input: BackupDataRequest) {
164
+ super(input);
165
+ this.requestConfig = buildRequestConfigFromMetaPath(BackupDataCommand.metaPath);
166
+ }
167
+ }
168
+ /**
169
+ * Command to BackupPod
170
+ */
171
+ export class BackupPodCommand extends Command<
172
+ BackupPodRequest,
173
+ BackupPodCommandOutput,
174
+ 'BackupPodCommand'
175
+ > {
176
+ static readonly metaPath = '/BackupPod/2025-05-01/acep/post/application_json/';
177
+
178
+ constructor(input: BackupPodRequest) {
179
+ super(input);
180
+ this.requestConfig = buildRequestConfigFromMetaPath(BackupPodCommand.metaPath);
181
+ }
182
+ }
183
+ /**
184
+ * Command to CancelBackupPod
185
+ */
186
+ export class CancelBackupPodCommand extends Command<
187
+ CancelBackupPodRequest,
188
+ CancelBackupPodCommandOutput,
189
+ 'CancelBackupPodCommand'
190
+ > {
191
+ static readonly metaPath = '/CancelBackupPod/2025-05-01/acep/post/application_json/';
192
+
193
+ constructor(input: CancelBackupPodRequest) {
194
+ super(input);
195
+ this.requestConfig = buildRequestConfigFromMetaPath(CancelBackupPodCommand.metaPath);
196
+ }
197
+ }
198
+ /**
199
+ * Command to CancelRestorePod
200
+ */
201
+ export class CancelRestorePodCommand extends Command<
202
+ CancelRestorePodRequest,
203
+ CancelRestorePodCommandOutput,
204
+ 'CancelRestorePodCommand'
205
+ > {
206
+ static readonly metaPath = '/CancelRestorePod/2025-05-01/acep/post/application_json/';
207
+
208
+ constructor(input: CancelRestorePodRequest) {
209
+ super(input);
210
+ this.requestConfig = buildRequestConfigFromMetaPath(CancelRestorePodCommand.metaPath);
211
+ }
212
+ }
213
+ /**
214
+ * Command to CreatePod
215
+ */
216
+ export class CreatePodCommand extends Command<
217
+ CreatePodRequest,
218
+ CreatePodCommandOutput,
219
+ 'CreatePodCommand'
220
+ > {
221
+ static readonly metaPath = '/CreatePod/2025-05-01/acep/post/application_json/';
222
+
223
+ constructor(input: CreatePodRequest) {
224
+ super(input);
225
+ this.requestConfig = buildRequestConfigFromMetaPath(CreatePodCommand.metaPath);
226
+ }
227
+ }
228
+ /**
229
+ * Command to CreatePodOneStep
230
+ */
231
+ export class CreatePodOneStepCommand extends Command<
232
+ CreatePodOneStepRequest,
233
+ CreatePodOneStepCommandOutput,
234
+ 'CreatePodOneStepCommand'
235
+ > {
236
+ static readonly metaPath = '/CreatePodOneStep/2025-05-01/acep/post/application_json/';
237
+
238
+ constructor(input: CreatePodOneStepRequest) {
239
+ super(input);
240
+ this.requestConfig = buildRequestConfigFromMetaPath(CreatePodOneStepCommand.metaPath);
241
+ }
242
+ }
243
+ /**
244
+ * Command to DeleteBackupData
245
+ */
246
+ export class DeleteBackupDataCommand extends Command<
247
+ DeleteBackupDataRequest,
248
+ DeleteBackupDataCommandOutput,
249
+ 'DeleteBackupDataCommand'
250
+ > {
251
+ static readonly metaPath = '/DeleteBackupData/2025-05-01/acep/post/application_json/';
252
+
253
+ constructor(input: DeleteBackupDataRequest) {
254
+ super(input);
255
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteBackupDataCommand.metaPath);
256
+ }
257
+ }
258
+ /**
259
+ * Command to DeleteCustomRoute
260
+ */
261
+ export class DeleteCustomRouteCommand extends Command<
262
+ DeleteCustomRouteRequest,
263
+ DeleteCustomRouteCommandOutput,
264
+ 'DeleteCustomRouteCommand'
265
+ > {
266
+ static readonly metaPath = '/DeleteCustomRoute/2025-05-01/acep/post/application_json/';
267
+
268
+ constructor(input: DeleteCustomRouteRequest) {
269
+ super(input);
270
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteCustomRouteCommand.metaPath);
271
+ }
272
+ }
273
+ /**
274
+ * Command to GetDcBandwidthDailyPeak
275
+ */
276
+ export class GetDcBandwidthDailyPeakCommand extends Command<
277
+ GetDcBandwidthDailyPeakRequest,
278
+ GetDcBandwidthDailyPeakCommandOutput,
279
+ 'GetDcBandwidthDailyPeakCommand'
280
+ > {
281
+ static readonly metaPath = '/GetDcBandwidthDailyPeak/2025-05-01/acep/post/application_json/';
282
+
283
+ constructor(input: GetDcBandwidthDailyPeakRequest) {
284
+ super(input);
285
+ this.requestConfig = buildRequestConfigFromMetaPath(GetDcBandwidthDailyPeakCommand.metaPath);
286
+ }
287
+ }
288
+ /**
289
+ * Command to GetPhoneTemplate
290
+ */
291
+ export class GetPhoneTemplateCommand extends Command<
292
+ GetPhoneTemplateRequest,
293
+ GetPhoneTemplateCommandOutput,
294
+ 'GetPhoneTemplateCommand'
295
+ > {
296
+ static readonly metaPath = '/GetPhoneTemplate/2025-05-01/acep/post/application_json/';
297
+
298
+ constructor(input: GetPhoneTemplateRequest) {
299
+ super(input);
300
+ this.requestConfig = buildRequestConfigFromMetaPath(GetPhoneTemplateCommand.metaPath);
301
+ }
302
+ }
303
+ /**
304
+ * Command to ListApp
305
+ */
306
+ export class ListAppCommand extends Command<
307
+ ListAppRequest,
308
+ ListAppCommandOutput,
309
+ 'ListAppCommand'
310
+ > {
311
+ static readonly metaPath = '/ListApp/2025-05-01/acep/post/application_json/';
312
+
313
+ constructor(input: ListAppRequest) {
314
+ super(input);
315
+ this.requestConfig = buildRequestConfigFromMetaPath(ListAppCommand.metaPath);
316
+ }
317
+ }
318
+ /**
319
+ * Command to ListBackupData
320
+ */
321
+ export class ListBackupDataCommand extends Command<
322
+ ListBackupDataRequest,
323
+ ListBackupDataCommandOutput,
324
+ 'ListBackupDataCommand'
325
+ > {
326
+ static readonly metaPath = '/ListBackupData/2025-05-01/acep/post/application_json/';
327
+
328
+ constructor(input: ListBackupDataRequest) {
329
+ super(input);
330
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBackupDataCommand.metaPath);
331
+ }
332
+ }
333
+ /**
334
+ * Command to ListCustomRoute
335
+ */
336
+ export class ListCustomRouteCommand extends Command<
337
+ ListCustomRouteRequest,
338
+ ListCustomRouteCommandOutput,
339
+ 'ListCustomRouteCommand'
340
+ > {
341
+ static readonly metaPath = '/ListCustomRoute/2025-05-01/acep/post/application_json/';
342
+
343
+ constructor(input: ListCustomRouteRequest) {
344
+ super(input);
345
+ this.requestConfig = buildRequestConfigFromMetaPath(ListCustomRouteCommand.metaPath);
346
+ }
347
+ }
348
+ /**
349
+ * Command to ListPhoneTemplate
350
+ */
351
+ export class ListPhoneTemplateCommand extends Command<
352
+ ListPhoneTemplateRequest,
353
+ ListPhoneTemplateCommandOutput,
354
+ 'ListPhoneTemplateCommand'
355
+ > {
356
+ static readonly metaPath = '/ListPhoneTemplate/2025-05-01/acep/post/application_json/';
357
+
358
+ constructor(input: ListPhoneTemplateRequest) {
359
+ super(input);
360
+ this.requestConfig = buildRequestConfigFromMetaPath(ListPhoneTemplateCommand.metaPath);
361
+ }
362
+ }
363
+ /**
364
+ * Command to ListPod
365
+ */
366
+ export class ListPodCommand extends Command<
367
+ ListPodRequest,
368
+ ListPodCommandOutput,
369
+ 'ListPodCommand'
370
+ > {
371
+ static readonly metaPath = '/ListPod/2025-05-01/acep/post/application_json/';
372
+
373
+ constructor(input: ListPodRequest) {
374
+ super(input);
375
+ this.requestConfig = buildRequestConfigFromMetaPath(ListPodCommand.metaPath);
376
+ }
377
+ }
378
+ /**
379
+ * Command to MigratePod
380
+ */
381
+ export class MigratePodCommand extends Command<
382
+ MigratePodRequest,
383
+ MigratePodCommandOutput,
384
+ 'MigratePodCommand'
385
+ > {
386
+ static readonly metaPath = '/MigratePod/2025-05-01/acep/post/application_json/';
387
+
388
+ constructor(input: MigratePodRequest) {
389
+ super(input);
390
+ this.requestConfig = buildRequestConfigFromMetaPath(MigratePodCommand.metaPath);
391
+ }
392
+ }
393
+ /**
394
+ * Command to RemovePhoneTemplate
395
+ */
396
+ export class RemovePhoneTemplateCommand extends Command<
397
+ RemovePhoneTemplateRequest,
398
+ RemovePhoneTemplateCommandOutput,
399
+ 'RemovePhoneTemplateCommand'
400
+ > {
401
+ static readonly metaPath = '/RemovePhoneTemplate/2025-05-01/acep/post/application_json/';
402
+
403
+ constructor(input: RemovePhoneTemplateRequest) {
404
+ super(input);
405
+ this.requestConfig = buildRequestConfigFromMetaPath(RemovePhoneTemplateCommand.metaPath);
406
+ }
407
+ }
408
+ /**
409
+ * Command to ResetPod
410
+ */
411
+ export class ResetPodCommand extends Command<
412
+ ResetPodRequest,
413
+ ResetPodCommandOutput,
414
+ 'ResetPodCommand'
415
+ > {
416
+ static readonly metaPath = '/ResetPod/2025-05-01/acep/post/application_json/';
417
+
418
+ constructor(input: ResetPodRequest) {
419
+ super(input);
420
+ this.requestConfig = buildRequestConfigFromMetaPath(ResetPodCommand.metaPath);
421
+ }
422
+ }
423
+ /**
424
+ * Command to RestoreData
425
+ */
426
+ export class RestoreDataCommand extends Command<
427
+ RestoreDataRequest,
428
+ RestoreDataCommandOutput,
429
+ 'RestoreDataCommand'
430
+ > {
431
+ static readonly metaPath = '/RestoreData/2025-05-01/acep/post/application_json/';
432
+
433
+ constructor(input: RestoreDataRequest) {
434
+ super(input);
435
+ this.requestConfig = buildRequestConfigFromMetaPath(RestoreDataCommand.metaPath);
436
+ }
437
+ }
438
+ /**
439
+ * Command to RestorePod
440
+ */
441
+ export class RestorePodCommand extends Command<
442
+ RestorePodRequest,
443
+ RestorePodCommandOutput,
444
+ 'RestorePodCommand'
445
+ > {
446
+ static readonly metaPath = '/RestorePod/2025-05-01/acep/post/application_json/';
447
+
448
+ constructor(input: RestorePodRequest) {
449
+ super(input);
450
+ this.requestConfig = buildRequestConfigFromMetaPath(RestorePodCommand.metaPath);
451
+ }
452
+ }
453
+ /**
454
+ * Command to StartRecording
455
+ */
456
+ export class StartRecordingCommand extends Command<
457
+ StartRecordingRequest,
458
+ StartRecordingCommandOutput,
459
+ 'StartRecordingCommand'
460
+ > {
461
+ static readonly metaPath = '/StartRecording/2025-05-01/acep/post/application_json/';
462
+
463
+ constructor(input: StartRecordingRequest) {
464
+ super(input);
465
+ this.requestConfig = buildRequestConfigFromMetaPath(StartRecordingCommand.metaPath);
466
+ }
467
+ }
468
+ /**
469
+ * Command to StartScreenShot
470
+ */
471
+ export class StartScreenShotCommand extends Command<
472
+ StartScreenShotRequest,
473
+ StartScreenShotCommandOutput,
474
+ 'StartScreenShotCommand'
475
+ > {
476
+ static readonly metaPath = '/StartScreenShot/2025-05-01/acep/post/application_json/';
477
+
478
+ constructor(input: StartScreenShotRequest) {
479
+ super(input);
480
+ this.requestConfig = buildRequestConfigFromMetaPath(StartScreenShotCommand.metaPath);
481
+ }
482
+ }
483
+ /**
484
+ * Command to StopRecording
485
+ */
486
+ export class StopRecordingCommand extends Command<
487
+ StopRecordingRequest,
488
+ StopRecordingCommandOutput,
489
+ 'StopRecordingCommand'
490
+ > {
491
+ static readonly metaPath = '/StopRecording/2025-05-01/acep/post/application_json/';
492
+
493
+ constructor(input: StopRecordingRequest) {
494
+ super(input);
495
+ this.requestConfig = buildRequestConfigFromMetaPath(StopRecordingCommand.metaPath);
496
+ }
497
+ }
498
+ /**
499
+ * Command to StopScreenShot
500
+ */
501
+ export class StopScreenShotCommand extends Command<
502
+ StopScreenShotRequest,
503
+ StopScreenShotCommandOutput,
504
+ 'StopScreenShotCommand'
505
+ > {
506
+ static readonly metaPath = '/StopScreenShot/2025-05-01/acep/post/application_json/';
507
+
508
+ constructor(input: StopScreenShotRequest) {
509
+ super(input);
510
+ this.requestConfig = buildRequestConfigFromMetaPath(StopScreenShotCommand.metaPath);
511
+ }
512
+ }
513
+ /**
514
+ * Command to UpdateCustomRoute
515
+ */
516
+ export class UpdateCustomRouteCommand extends Command<
517
+ UpdateCustomRouteRequest,
518
+ UpdateCustomRouteCommandOutput,
519
+ 'UpdateCustomRouteCommand'
520
+ > {
521
+ static readonly metaPath = '/UpdateCustomRoute/2025-05-01/acep/post/application_json/';
522
+
523
+ constructor(input: UpdateCustomRouteRequest) {
524
+ super(input);
525
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateCustomRouteCommand.metaPath);
526
+ }
527
+ }
528
+ /**
529
+ * Command to UpdatePhoneTemplate
530
+ */
531
+ export class UpdatePhoneTemplateCommand extends Command<
532
+ UpdatePhoneTemplateRequest,
533
+ UpdatePhoneTemplateCommandOutput,
534
+ 'UpdatePhoneTemplateCommand'
535
+ > {
536
+ static readonly metaPath = '/UpdatePhoneTemplate/2025-05-01/acep/post/application_json/';
537
+
538
+ constructor(input: UpdatePhoneTemplateRequest) {
539
+ super(input);
540
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdatePhoneTemplateCommand.metaPath);
541
+ }
542
+ }
543
+ /**
544
+ * Command to UpdatePodProperty
545
+ */
546
+ export class UpdatePodPropertyCommand extends Command<
547
+ UpdatePodPropertyRequest,
548
+ UpdatePodPropertyCommandOutput,
549
+ 'UpdatePodPropertyCommand'
550
+ > {
551
+ static readonly metaPath = '/UpdatePodProperty/2025-05-01/acep/post/application_json/';
552
+
553
+ constructor(input: UpdatePodPropertyRequest) {
554
+ super(input);
555
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdatePodPropertyCommand.metaPath);
556
+ }
557
+ }
558
+
559
+ export default {
560
+ ACEPClient,
561
+ AddCustomRouteCommand,
562
+ AddPhoneTemplateCommand,
563
+ BackupDataCommand,
564
+ BackupPodCommand,
565
+ CancelBackupPodCommand,
566
+ CancelRestorePodCommand,
567
+ CreatePodCommand,
568
+ CreatePodOneStepCommand,
569
+ DeleteBackupDataCommand,
570
+ DeleteCustomRouteCommand,
571
+ GetDcBandwidthDailyPeakCommand,
572
+ GetPhoneTemplateCommand,
573
+ ListAppCommand,
574
+ ListBackupDataCommand,
575
+ ListCustomRouteCommand,
576
+ ListPhoneTemplateCommand,
577
+ ListPodCommand,
578
+ MigratePodCommand,
579
+ RemovePhoneTemplateCommand,
580
+ ResetPodCommand,
581
+ RestoreDataCommand,
582
+ RestorePodCommand,
583
+ StartRecordingCommand,
584
+ StartScreenShotCommand,
585
+ StopRecordingCommand,
586
+ StopScreenShotCommand,
587
+ UpdateCustomRouteCommand,
588
+ UpdatePhoneTemplateCommand,
589
+ UpdatePodPropertyCommand,
590
+ };
package/src/index.ts ADDED
@@ -0,0 +1,14 @@
1
+ // tslint:disable
2
+ /**
3
+ * acep
4
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
+ *
6
+ * OpenAPI spec version: common-version
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by the swagger code generator program.
10
+ * https://github.com/swagger-api/swagger-codegen.git
11
+ * Do not edit the class manually.
12
+ */
13
+
14
+ export * from "./api";
@@ -0,0 +1,76 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * acep
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface AddCustomRouteRequest
20
+ */
21
+ export interface AddCustomRouteRequest {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof AddCustomRouteRequest
26
+ */
27
+ CustomRouteName?: string;
28
+
29
+ /**
30
+ * @type {string}
31
+ * @memberof AddCustomRouteRequest
32
+ */
33
+ DstIP: string;
34
+
35
+ /**
36
+ * @type {string}
37
+ * @memberof AddCustomRouteRequest
38
+ */
39
+ ProductId: string;
40
+
41
+ /**
42
+ * @type {string}
43
+ * @memberof AddCustomRouteRequest
44
+ */
45
+ ProxyCipher?: string;
46
+
47
+ /**
48
+ * @type {string}
49
+ * @memberof AddCustomRouteRequest
50
+ */
51
+ ProxyPassword?: string;
52
+
53
+ /**
54
+ * @type {number}
55
+ * @memberof AddCustomRouteRequest
56
+ */
57
+ ProxyPort: number;
58
+
59
+ /**
60
+ * @type {string}
61
+ * @memberof AddCustomRouteRequest
62
+ */
63
+ ProxyProtocol: string;
64
+
65
+ /**
66
+ * @type {string}
67
+ * @memberof AddCustomRouteRequest
68
+ */
69
+ ProxyUserName?: string;
70
+
71
+ /**
72
+ * @type {string}
73
+ * @memberof AddCustomRouteRequest
74
+ */
75
+ Zone: string;
76
+ }