@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.
- package/.turbo/turbo-build.log +19 -19
- package/dist/cjs/index.js +686 -16
- package/dist/esm/api.d.ts +737 -0
- package/dist/esm/api.d.ts.map +1 -1
- package/dist/esm/index.mjs +470 -1
- package/dist/esm/types/app-crash-log-list-for-get-app-crash-log-output.d.ts +40 -0
- package/dist/esm/types/app-crash-log-list-for-get-app-crash-log-output.d.ts.map +1 -0
- package/dist/esm/types/app-for-detail-app-output.d.ts +97 -0
- package/dist/esm/types/app-for-detail-app-output.d.ts.map +1 -0
- package/dist/esm/types/app-list-for-install-apps-input.d.ts +30 -0
- package/dist/esm/types/app-list-for-install-apps-input.d.ts.map +1 -0
- package/dist/esm/types/attach-tag-request.d.ts +35 -0
- package/dist/esm/types/attach-tag-request.d.ts.map +1 -0
- package/dist/esm/types/attach-tag-response.d.ts +20 -0
- package/dist/esm/types/attach-tag-response.d.ts.map +1 -0
- package/dist/esm/types/auto-install-app-request.d.ts +70 -0
- package/dist/esm/types/auto-install-app-request.d.ts.map +1 -0
- package/dist/esm/types/auto-install-app-response.d.ts +36 -0
- package/dist/esm/types/auto-install-app-response.d.ts.map +1 -0
- package/dist/esm/types/ban-user-request.d.ts +45 -0
- package/dist/esm/types/ban-user-request.d.ts.map +1 -0
- package/dist/esm/types/ban-user-response.d.ts +20 -0
- package/dist/esm/types/ban-user-response.d.ts.map +1 -0
- package/dist/esm/types/batch-screen-shot-request.d.ts +81 -0
- package/dist/esm/types/batch-screen-shot-request.d.ts.map +1 -0
- package/dist/esm/types/batch-screen-shot-response.d.ts +26 -0
- package/dist/esm/types/batch-screen-shot-response.d.ts.map +1 -0
- package/dist/esm/types/bind-port-mapping-rule-request.d.ts +35 -0
- package/dist/esm/types/bind-port-mapping-rule-request.d.ts.map +1 -0
- package/dist/esm/types/bind-port-mapping-rule-response.d.ts +31 -0
- package/dist/esm/types/bind-port-mapping-rule-response.d.ts.map +1 -0
- package/dist/esm/types/build-aospimage-request.d.ts +47 -0
- package/dist/esm/types/build-aospimage-request.d.ts.map +1 -0
- package/dist/esm/types/build-aospimage-response.d.ts +25 -0
- package/dist/esm/types/build-aospimage-response.d.ts.map +1 -0
- package/dist/esm/types/close-app-request.d.ts +35 -0
- package/dist/esm/types/close-app-request.d.ts.map +1 -0
- package/dist/esm/types/close-app-response.d.ts +36 -0
- package/dist/esm/types/close-app-response.d.ts.map +1 -0
- package/dist/esm/types/configuration-for-detail-pod-output.d.ts +40 -0
- package/dist/esm/types/configuration-for-detail-pod-output.d.ts.map +1 -0
- package/dist/esm/types/convert-latest-version-for-detail-app-output.d.ts +60 -0
- package/dist/esm/types/convert-latest-version-for-detail-app-output.d.ts.map +1 -0
- package/dist/esm/types/convert-system-img-for-build-aospimage-input.d.ts +30 -0
- package/dist/esm/types/convert-system-img-for-build-aospimage-input.d.ts.map +1 -0
- package/dist/esm/types/convert-vendor-img-for-build-aospimage-input.d.ts +30 -0
- package/dist/esm/types/convert-vendor-img-for-build-aospimage-input.d.ts.map +1 -0
- package/dist/esm/types/convert-version-list-for-detail-app-output.d.ts +60 -0
- package/dist/esm/types/convert-version-list-for-detail-app-output.d.ts.map +1 -0
- package/dist/esm/types/create-display-layout-mini-request.d.ts +55 -0
- package/dist/esm/types/create-display-layout-mini-request.d.ts.map +1 -0
- package/dist/esm/types/create-display-layout-mini-response.d.ts +60 -0
- package/dist/esm/types/create-display-layout-mini-response.d.ts.map +1 -0
- package/dist/esm/types/create-dnsrule-request.d.ts +46 -0
- package/dist/esm/types/create-dnsrule-request.d.ts.map +1 -0
- package/dist/esm/types/create-dnsrule-response.d.ts +56 -0
- package/dist/esm/types/create-dnsrule-response.d.ts.map +1 -0
- package/dist/esm/types/create-image-one-step-request.d.ts +45 -0
- package/dist/esm/types/create-image-one-step-request.d.ts.map +1 -0
- package/dist/esm/types/create-image-one-step-response.d.ts +30 -0
- package/dist/esm/types/create-image-one-step-response.d.ts.map +1 -0
- package/dist/esm/types/create-pod-one-step-request.d.ts +5 -0
- package/dist/esm/types/create-pod-one-step-request.d.ts.map +1 -1
- package/dist/esm/types/create-pod-request.d.ts +5 -0
- package/dist/esm/types/create-pod-request.d.ts.map +1 -1
- package/dist/esm/types/create-port-mapping-rule-request.d.ts +55 -0
- package/dist/esm/types/create-port-mapping-rule-request.d.ts.map +1 -0
- package/dist/esm/types/create-port-mapping-rule-response.d.ts +40 -0
- package/dist/esm/types/create-port-mapping-rule-response.d.ts.map +1 -0
- package/dist/esm/types/create-tag-request.d.ts +35 -0
- package/dist/esm/types/create-tag-request.d.ts.map +1 -0
- package/dist/esm/types/create-tag-response.d.ts +25 -0
- package/dist/esm/types/create-tag-response.d.ts.map +1 -0
- package/dist/esm/types/dc-info-for-detail-pod-output.d.ts +40 -0
- package/dist/esm/types/dc-info-for-detail-pod-output.d.ts.map +1 -0
- package/dist/esm/types/delete-aospimage-request.d.ts +25 -0
- package/dist/esm/types/delete-aospimage-request.d.ts.map +1 -0
- package/dist/esm/types/delete-aospimage-response.d.ts +26 -0
- package/dist/esm/types/delete-aospimage-response.d.ts.map +1 -0
- package/dist/esm/types/delete-app-request.d.ts +30 -0
- package/dist/esm/types/delete-app-request.d.ts.map +1 -0
- package/dist/esm/types/delete-app-response.d.ts +20 -0
- package/dist/esm/types/delete-app-response.d.ts.map +1 -0
- package/dist/esm/types/delete-display-layout-request.d.ts +30 -0
- package/dist/esm/types/delete-display-layout-request.d.ts.map +1 -0
- package/dist/esm/types/delete-display-layout-response.d.ts +20 -0
- package/dist/esm/types/delete-display-layout-response.d.ts.map +1 -0
- package/dist/esm/types/delete-dnsrule-request.d.ts +30 -0
- package/dist/esm/types/delete-dnsrule-request.d.ts.map +1 -0
- package/dist/esm/types/delete-dnsrule-response.d.ts +20 -0
- package/dist/esm/types/delete-dnsrule-response.d.ts.map +1 -0
- package/dist/esm/types/delete-pod-request.d.ts +40 -0
- package/dist/esm/types/delete-pod-request.d.ts.map +1 -0
- package/dist/esm/types/delete-pod-response.d.ts +20 -0
- package/dist/esm/types/delete-pod-response.d.ts.map +1 -0
- package/dist/esm/types/delete-tag-request.d.ts +30 -0
- package/dist/esm/types/delete-tag-request.d.ts.map +1 -0
- package/dist/esm/types/delete-tag-response.d.ts +20 -0
- package/dist/esm/types/delete-tag-response.d.ts.map +1 -0
- package/dist/esm/types/detail-app-request.d.ts +30 -0
- package/dist/esm/types/detail-app-request.d.ts.map +1 -0
- package/dist/esm/types/detail-app-response.d.ts +108 -0
- package/dist/esm/types/detail-app-response.d.ts.map +1 -0
- package/dist/esm/types/detail-display-layout-mini-request.d.ts +30 -0
- package/dist/esm/types/detail-display-layout-mini-request.d.ts.map +1 -0
- package/dist/esm/types/detail-display-layout-mini-response.d.ts +66 -0
- package/dist/esm/types/detail-display-layout-mini-response.d.ts.map +1 -0
- package/dist/esm/types/detail-dnsrule-request.d.ts +30 -0
- package/dist/esm/types/detail-dnsrule-request.d.ts.map +1 -0
- package/dist/esm/types/detail-dnsrule-response.d.ts +61 -0
- package/dist/esm/types/detail-dnsrule-response.d.ts.map +1 -0
- package/dist/esm/types/detail-for-batch-screen-shot-output.d.ts +40 -0
- package/dist/esm/types/detail-for-batch-screen-shot-output.d.ts.map +1 -0
- package/dist/esm/types/detail-for-power-off-pod-output.d.ts +40 -0
- package/dist/esm/types/detail-for-power-off-pod-output.d.ts.map +1 -0
- package/dist/esm/types/detail-for-power-on-pod-output.d.ts +40 -0
- package/dist/esm/types/detail-for-power-on-pod-output.d.ts.map +1 -0
- package/dist/esm/types/detail-host-request.d.ts +30 -0
- package/dist/esm/types/detail-host-request.d.ts.map +1 -0
- package/dist/esm/types/detail-host-response.d.ts +115 -0
- package/dist/esm/types/detail-host-response.d.ts.map +1 -0
- package/dist/esm/types/detail-pod-request.d.ts +30 -0
- package/dist/esm/types/detail-pod-request.d.ts.map +1 -0
- package/dist/esm/types/detail-pod-response.d.ts +206 -0
- package/dist/esm/types/detail-pod-response.d.ts.map +1 -0
- package/dist/esm/types/detail-port-mapping-rule-request.d.ts +30 -0
- package/dist/esm/types/detail-port-mapping-rule-request.d.ts.map +1 -0
- package/dist/esm/types/detail-port-mapping-rule-response.d.ts +70 -0
- package/dist/esm/types/detail-port-mapping-rule-response.d.ts.map +1 -0
- package/dist/esm/types/display-layout-mini-for-detail-display-layout-mini-output.d.ts +60 -0
- package/dist/esm/types/display-layout-mini-for-detail-display-layout-mini-output.d.ts.map +1 -0
- package/dist/esm/types/display-status-for-detail-pod-output.d.ts +20 -0
- package/dist/esm/types/display-status-for-detail-pod-output.d.ts.map +1 -0
- package/dist/esm/types/eip-for-detail-pod-output.d.ts +35 -0
- package/dist/esm/types/eip-for-detail-pod-output.d.ts.map +1 -0
- package/dist/esm/types/error-pod-info-list-for-bind-port-mapping-rule-output.d.ts +35 -0
- package/dist/esm/types/error-pod-info-list-for-bind-port-mapping-rule-output.d.ts.map +1 -0
- package/dist/esm/types/error-pod-info-list-for-unbind-port-mapping-rule-output.d.ts +35 -0
- package/dist/esm/types/error-pod-info-list-for-unbind-port-mapping-rule-output.d.ts.map +1 -0
- package/dist/esm/types/exception-list-for-unsubscribe-host-resource-output.d.ts +35 -0
- package/dist/esm/types/exception-list-for-unsubscribe-host-resource-output.d.ts.map +1 -0
- package/dist/esm/types/extra-info-for-upload-app-input.d.ts +40 -0
- package/dist/esm/types/extra-info-for-upload-app-input.d.ts.map +1 -0
- package/dist/esm/types/get-app-crash-log-request.d.ts +40 -0
- package/dist/esm/types/get-app-crash-log-request.d.ts.map +1 -0
- package/dist/esm/types/get-app-crash-log-response.d.ts +26 -0
- package/dist/esm/types/get-app-crash-log-response.d.ts.map +1 -0
- package/dist/esm/types/get-image-preheating-request.d.ts +35 -0
- package/dist/esm/types/get-image-preheating-request.d.ts.map +1 -0
- package/dist/esm/types/get-image-preheating-response.d.ts +26 -0
- package/dist/esm/types/get-image-preheating-response.d.ts.map +1 -0
- package/dist/esm/types/get-pod-app-list-request.d.ts +35 -0
- package/dist/esm/types/get-pod-app-list-request.d.ts.map +1 -0
- package/dist/esm/types/get-pod-app-list-response.d.ts +37 -0
- package/dist/esm/types/get-pod-app-list-response.d.ts.map +1 -0
- package/dist/esm/types/get-pod-metric-request.d.ts +30 -0
- package/dist/esm/types/get-pod-metric-request.d.ts.map +1 -0
- package/dist/esm/types/get-pod-metric-response.d.ts +100 -0
- package/dist/esm/types/get-pod-metric-response.d.ts.map +1 -0
- package/dist/esm/types/get-pod-property-request.d.ts +55 -0
- package/dist/esm/types/get-pod-property-request.d.ts.map +1 -0
- package/dist/esm/types/get-pod-property-response.d.ts +50 -0
- package/dist/esm/types/get-pod-property-response.d.ts.map +1 -0
- package/dist/esm/types/get-product-resource-request.d.ts +30 -0
- package/dist/esm/types/get-product-resource-request.d.ts.map +1 -0
- package/dist/esm/types/get-product-resource-response.d.ts +55 -0
- package/dist/esm/types/get-product-resource-response.d.ts.map +1 -0
- package/dist/esm/types/get-task-info-request.d.ts +30 -0
- package/dist/esm/types/get-task-info-request.d.ts.map +1 -0
- package/dist/esm/types/get-task-info-response.d.ts +46 -0
- package/dist/esm/types/get-task-info-response.d.ts.map +1 -0
- package/dist/esm/types/image-tos-info-for-build-aospimage-input.d.ts +47 -0
- package/dist/esm/types/image-tos-info-for-build-aospimage-input.d.ts.map +1 -0
- package/dist/esm/types/image-url-info-for-build-aospimage-input.d.ts +32 -0
- package/dist/esm/types/image-url-info-for-build-aospimage-input.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +197 -0
- package/dist/esm/types/index.d.ts.map +1 -1
- package/dist/esm/types/install-app-request.d.ts +65 -0
- package/dist/esm/types/install-app-request.d.ts.map +1 -0
- package/dist/esm/types/install-app-response.d.ts +36 -0
- package/dist/esm/types/install-app-response.d.ts.map +1 -0
- package/dist/esm/types/install-apps-request.d.ts +46 -0
- package/dist/esm/types/install-apps-request.d.ts.map +1 -0
- package/dist/esm/types/install-apps-response.d.ts +36 -0
- package/dist/esm/types/install-apps-response.d.ts.map +1 -0
- package/dist/esm/types/iplist-for-create-dnsrule-input.d.ts +30 -0
- package/dist/esm/types/iplist-for-create-dnsrule-input.d.ts.map +1 -0
- package/dist/esm/types/iplist-for-create-dnsrule-output.d.ts +30 -0
- package/dist/esm/types/iplist-for-create-dnsrule-output.d.ts.map +1 -0
- package/dist/esm/types/iplist-for-detail-dnsrule-output.d.ts +30 -0
- package/dist/esm/types/iplist-for-detail-dnsrule-output.d.ts.map +1 -0
- package/dist/esm/types/iplist-for-update-dnsrule-input.d.ts +30 -0
- package/dist/esm/types/iplist-for-update-dnsrule-input.d.ts.map +1 -0
- package/dist/esm/types/item-for-delete-aospimage-output.d.ts +35 -0
- package/dist/esm/types/item-for-delete-aospimage-output.d.ts.map +1 -0
- package/dist/esm/types/job-for-auto-install-app-output.d.ts +45 -0
- package/dist/esm/types/job-for-auto-install-app-output.d.ts.map +1 -0
- package/dist/esm/types/job-for-close-app-output.d.ts +40 -0
- package/dist/esm/types/job-for-close-app-output.d.ts.map +1 -0
- package/dist/esm/types/job-for-get-task-info-output.d.ts +45 -0
- package/dist/esm/types/job-for-get-task-info-output.d.ts.map +1 -0
- package/dist/esm/types/job-for-install-app-output.d.ts +45 -0
- package/dist/esm/types/job-for-install-app-output.d.ts.map +1 -0
- package/dist/esm/types/job-for-install-apps-output.d.ts +40 -0
- package/dist/esm/types/job-for-install-apps-output.d.ts.map +1 -0
- package/dist/esm/types/job-for-launch-app-output.d.ts +40 -0
- package/dist/esm/types/job-for-launch-app-output.d.ts.map +1 -0
- package/dist/esm/types/job-for-launch-apps-output.d.ts +45 -0
- package/dist/esm/types/job-for-launch-apps-output.d.ts.map +1 -0
- package/dist/esm/types/job-for-reboot-host-output.d.ts +45 -0
- package/dist/esm/types/job-for-reboot-host-output.d.ts.map +1 -0
- package/dist/esm/types/job-for-reset-host-output.d.ts +45 -0
- package/dist/esm/types/job-for-reset-host-output.d.ts.map +1 -0
- package/dist/esm/types/job-for-run-command-output.d.ts +40 -0
- package/dist/esm/types/job-for-run-command-output.d.ts.map +1 -0
- package/dist/esm/types/job-for-uninstall-app-output.d.ts +40 -0
- package/dist/esm/types/job-for-uninstall-app-output.d.ts.map +1 -0
- package/dist/esm/types/job-list-for-set-proxy-output.d.ts +30 -0
- package/dist/esm/types/job-list-for-set-proxy-output.d.ts.map +1 -0
- package/dist/esm/types/latest-version-for-detail-app-output.d.ts +60 -0
- package/dist/esm/types/latest-version-for-detail-app-output.d.ts.map +1 -0
- package/dist/esm/types/launch-app-request.d.ts +35 -0
- package/dist/esm/types/launch-app-request.d.ts.map +1 -0
- package/dist/esm/types/launch-app-response.d.ts +36 -0
- package/dist/esm/types/launch-app-response.d.ts.map +1 -0
- package/dist/esm/types/launch-apps-request.d.ts +35 -0
- package/dist/esm/types/launch-apps-request.d.ts.map +1 -0
- package/dist/esm/types/launch-apps-response.d.ts +36 -0
- package/dist/esm/types/launch-apps-response.d.ts.map +1 -0
- package/dist/esm/types/list-aospimage-request.d.ts +65 -0
- package/dist/esm/types/list-aospimage-request.d.ts.map +1 -0
- package/dist/esm/types/list-aospimage-response.d.ts +31 -0
- package/dist/esm/types/list-aospimage-response.d.ts.map +1 -0
- package/dist/esm/types/list-configuration-request.d.ts +45 -0
- package/dist/esm/types/list-configuration-request.d.ts.map +1 -0
- package/dist/esm/types/list-configuration-response.d.ts +31 -0
- package/dist/esm/types/list-configuration-response.d.ts.map +1 -0
- package/dist/esm/types/list-dc-request.d.ts +55 -0
- package/dist/esm/types/list-dc-request.d.ts.map +1 -0
- package/dist/esm/types/list-dc-response.d.ts +31 -0
- package/dist/esm/types/list-dc-response.d.ts.map +1 -0
- package/dist/esm/types/list-image-resource-request.d.ts +40 -0
- package/dist/esm/types/list-image-resource-request.d.ts.map +1 -0
- package/dist/esm/types/list-image-resource-response.d.ts +31 -0
- package/dist/esm/types/list-image-resource-response.d.ts.map +1 -0
- package/dist/esm/types/persist-property-list-for-get-pod-property-output.d.ts +20 -0
- package/dist/esm/types/persist-property-list-for-get-pod-property-output.d.ts.map +1 -0
- package/dist/esm/types/pod-adb-request.d.ts +35 -0
- package/dist/esm/types/pod-adb-request.d.ts.map +1 -0
- package/dist/esm/types/pod-adb-response.d.ts +20 -0
- package/dist/esm/types/pod-adb-response.d.ts.map +1 -0
- package/dist/esm/types/pod-app-list-for-get-pod-app-list-output.d.ts +75 -0
- package/dist/esm/types/pod-app-list-for-get-pod-app-list-output.d.ts.map +1 -0
- package/dist/esm/types/pod-data-delete-request.d.ts +40 -0
- package/dist/esm/types/pod-data-delete-request.d.ts.map +1 -0
- package/dist/esm/types/pod-data-delete-response.d.ts +30 -0
- package/dist/esm/types/pod-data-delete-response.d.ts.map +1 -0
- package/dist/esm/types/pod-mute-request.d.ts +40 -0
- package/dist/esm/types/pod-mute-request.d.ts.map +1 -0
- package/dist/esm/types/pod-mute-response.d.ts +20 -0
- package/dist/esm/types/pod-mute-response.d.ts.map +1 -0
- package/dist/esm/types/pod-spec-list-for-create-pod-input.d.ts +5 -0
- package/dist/esm/types/pod-spec-list-for-create-pod-input.d.ts.map +1 -1
- package/dist/esm/types/pod-stop-request.d.ts +30 -0
- package/dist/esm/types/pod-stop-request.d.ts.map +1 -0
- package/dist/esm/types/pod-stop-response.d.ts +20 -0
- package/dist/esm/types/pod-stop-response.d.ts.map +1 -0
- package/dist/esm/types/port-mapping-rule-list-for-detail-pod-output.d.ts +56 -0
- package/dist/esm/types/port-mapping-rule-list-for-detail-pod-output.d.ts.map +1 -0
- package/dist/esm/types/power-off-pod-request.d.ts +35 -0
- package/dist/esm/types/power-off-pod-request.d.ts.map +1 -0
- package/dist/esm/types/power-off-pod-response.d.ts +36 -0
- package/dist/esm/types/power-off-pod-response.d.ts.map +1 -0
- package/dist/esm/types/power-on-pod-request.d.ts +35 -0
- package/dist/esm/types/power-on-pod-request.d.ts.map +1 -0
- package/dist/esm/types/power-on-pod-response.d.ts +36 -0
- package/dist/esm/types/power-on-pod-response.d.ts.map +1 -0
- package/dist/esm/types/pre-order-list-for-renew-resource-auto-input.d.ts +35 -0
- package/dist/esm/types/pre-order-list-for-renew-resource-auto-input.d.ts.map +1 -0
- package/dist/esm/types/pre-order-list-for-subscribe-resource-auto-input.d.ts +81 -0
- package/dist/esm/types/pre-order-list-for-subscribe-resource-auto-input.d.ts.map +1 -0
- package/dist/esm/types/property-list-for-get-pod-property-output.d.ts +20 -0
- package/dist/esm/types/property-list-for-get-pod-property-output.d.ts.map +1 -0
- package/dist/esm/types/proxy-config-for-set-proxy-input.d.ts +20 -0
- package/dist/esm/types/proxy-config-for-set-proxy-input.d.ts.map +1 -0
- package/dist/esm/types/public-port-info-list-for-detail-pod-output.d.ts +35 -0
- package/dist/esm/types/public-port-info-list-for-detail-pod-output.d.ts.map +1 -0
- package/dist/esm/types/pull-file-request.d.ts +55 -0
- package/dist/esm/types/pull-file-request.d.ts.map +1 -0
- package/dist/esm/types/pull-file-response.d.ts +30 -0
- package/dist/esm/types/pull-file-response.d.ts.map +1 -0
- package/dist/esm/types/push-file-request.d.ts +70 -0
- package/dist/esm/types/push-file-request.d.ts.map +1 -0
- package/dist/esm/types/push-file-response.d.ts +30 -0
- package/dist/esm/types/push-file-response.d.ts.map +1 -0
- package/dist/esm/types/reboot-host-request.d.ts +35 -0
- package/dist/esm/types/reboot-host-request.d.ts.map +1 -0
- package/dist/esm/types/reboot-host-response.d.ts +36 -0
- package/dist/esm/types/reboot-host-response.d.ts.map +1 -0
- package/dist/esm/types/reboot-pod-request.d.ts +40 -0
- package/dist/esm/types/reboot-pod-request.d.ts.map +1 -0
- package/dist/esm/types/reboot-pod-response.d.ts +20 -0
- package/dist/esm/types/reboot-pod-response.d.ts.map +1 -0
- package/dist/esm/types/renew-resource-auto-request.d.ts +36 -0
- package/dist/esm/types/renew-resource-auto-request.d.ts.map +1 -0
- package/dist/esm/types/renew-resource-auto-response.d.ts +20 -0
- package/dist/esm/types/renew-resource-auto-response.d.ts.map +1 -0
- package/dist/esm/types/reset-host-request.d.ts +30 -0
- package/dist/esm/types/reset-host-request.d.ts.map +1 -0
- package/dist/esm/types/reset-host-response.d.ts +36 -0
- package/dist/esm/types/reset-host-response.d.ts.map +1 -0
- package/dist/esm/types/row-for-get-image-preheating-output.d.ts +35 -0
- package/dist/esm/types/row-for-get-image-preheating-output.d.ts.map +1 -0
- package/dist/esm/types/row-for-get-pod-app-list-output.d.ts +100 -0
- package/dist/esm/types/row-for-get-pod-app-list-output.d.ts.map +1 -0
- package/dist/esm/types/row-for-list-aospimage-output.d.ts +85 -0
- package/dist/esm/types/row-for-list-aospimage-output.d.ts.map +1 -0
- package/dist/esm/types/row-for-list-configuration-output.d.ts +40 -0
- package/dist/esm/types/row-for-list-configuration-output.d.ts.map +1 -0
- package/dist/esm/types/row-for-list-dc-output.d.ts +70 -0
- package/dist/esm/types/row-for-list-dc-output.d.ts.map +1 -0
- package/dist/esm/types/row-for-list-image-resource-output.d.ts +30 -0
- package/dist/esm/types/row-for-list-image-resource-output.d.ts.map +1 -0
- package/dist/esm/types/run-command-request.d.ts +45 -0
- package/dist/esm/types/run-command-request.d.ts.map +1 -0
- package/dist/esm/types/run-command-response.d.ts +36 -0
- package/dist/esm/types/run-command-response.d.ts.map +1 -0
- package/dist/esm/types/run-sync-command-request.d.ts +40 -0
- package/dist/esm/types/run-sync-command-request.d.ts.map +1 -0
- package/dist/esm/types/run-sync-command-response.d.ts +36 -0
- package/dist/esm/types/run-sync-command-response.d.ts.map +1 -0
- package/dist/esm/types/set-proxy-request.d.ts +41 -0
- package/dist/esm/types/set-proxy-request.d.ts.map +1 -0
- package/dist/esm/types/set-proxy-response.d.ts +36 -0
- package/dist/esm/types/set-proxy-response.d.ts.map +1 -0
- package/dist/esm/types/setting-global-list-for-get-pod-property-output.d.ts +20 -0
- package/dist/esm/types/setting-global-list-for-get-pod-property-output.d.ts.map +1 -0
- package/dist/esm/types/setting-secure-list-for-get-pod-property-output.d.ts +20 -0
- package/dist/esm/types/setting-secure-list-for-get-pod-property-output.d.ts.map +1 -0
- package/dist/esm/types/setting-system-list-for-get-pod-property-output.d.ts +20 -0
- package/dist/esm/types/setting-system-list-for-get-pod-property-output.d.ts.map +1 -0
- package/dist/esm/types/status-for-run-sync-command-output.d.ts +35 -0
- package/dist/esm/types/status-for-run-sync-command-output.d.ts.map +1 -0
- package/dist/esm/types/subscribe-resource-auto-request.d.ts +41 -0
- package/dist/esm/types/subscribe-resource-auto-request.d.ts.map +1 -0
- package/dist/esm/types/subscribe-resource-auto-response.d.ts +20 -0
- package/dist/esm/types/subscribe-resource-auto-response.d.ts.map +1 -0
- package/dist/esm/types/system-img-for-build-aospimage-input.d.ts +30 -0
- package/dist/esm/types/system-img-for-build-aospimage-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-detail-pod-output.d.ts +45 -0
- package/dist/esm/types/tag-for-detail-pod-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-subscribe-resource-auto-input.d.ts +30 -0
- package/dist/esm/types/tag-for-subscribe-resource-auto-input.d.ts.map +1 -0
- package/dist/esm/types/tos-info-for-batch-screen-shot-input.d.ts +35 -0
- package/dist/esm/types/tos-info-for-batch-screen-shot-input.d.ts.map +1 -0
- package/dist/esm/types/unbind-port-mapping-rule-request.d.ts +35 -0
- package/dist/esm/types/unbind-port-mapping-rule-request.d.ts.map +1 -0
- package/dist/esm/types/unbind-port-mapping-rule-response.d.ts +31 -0
- package/dist/esm/types/unbind-port-mapping-rule-response.d.ts.map +1 -0
- package/dist/esm/types/uninstall-app-request.d.ts +40 -0
- package/dist/esm/types/uninstall-app-request.d.ts.map +1 -0
- package/dist/esm/types/uninstall-app-response.d.ts +36 -0
- package/dist/esm/types/uninstall-app-response.d.ts.map +1 -0
- package/dist/esm/types/unsubscribe-host-resource-request.d.ts +35 -0
- package/dist/esm/types/unsubscribe-host-resource-request.d.ts.map +1 -0
- package/dist/esm/types/unsubscribe-host-resource-response.d.ts +26 -0
- package/dist/esm/types/unsubscribe-host-resource-response.d.ts.map +1 -0
- package/dist/esm/types/update-aospimage-request.d.ts +35 -0
- package/dist/esm/types/update-aospimage-request.d.ts.map +1 -0
- package/dist/esm/types/update-aospimage-response.d.ts +20 -0
- package/dist/esm/types/update-aospimage-response.d.ts.map +1 -0
- package/dist/esm/types/update-app-request.d.ts +55 -0
- package/dist/esm/types/update-app-request.d.ts.map +1 -0
- package/dist/esm/types/update-app-response.d.ts +20 -0
- package/dist/esm/types/update-app-response.d.ts.map +1 -0
- package/dist/esm/types/update-dnsrule-request.d.ts +46 -0
- package/dist/esm/types/update-dnsrule-request.d.ts.map +1 -0
- package/dist/esm/types/update-dnsrule-response.d.ts +20 -0
- package/dist/esm/types/update-dnsrule-response.d.ts.map +1 -0
- package/dist/esm/types/update-host-request.d.ts +35 -0
- package/dist/esm/types/update-host-request.d.ts.map +1 -0
- package/dist/esm/types/update-host-response.d.ts +20 -0
- package/dist/esm/types/update-host-response.d.ts.map +1 -0
- package/dist/esm/types/update-pod-request.d.ts +90 -0
- package/dist/esm/types/update-pod-request.d.ts.map +1 -0
- package/dist/esm/types/update-pod-resource-apply-num-request.d.ts +45 -0
- package/dist/esm/types/update-pod-resource-apply-num-request.d.ts.map +1 -0
- package/dist/esm/types/update-pod-resource-apply-num-response.d.ts +20 -0
- package/dist/esm/types/update-pod-resource-apply-num-response.d.ts.map +1 -0
- package/dist/esm/types/update-pod-response.d.ts +20 -0
- package/dist/esm/types/update-pod-response.d.ts.map +1 -0
- package/dist/esm/types/update-product-resource-request.d.ts +35 -0
- package/dist/esm/types/update-product-resource-request.d.ts.map +1 -0
- package/dist/esm/types/update-product-resource-response.d.ts +20 -0
- package/dist/esm/types/update-product-resource-response.d.ts.map +1 -0
- package/dist/esm/types/update-tag-request.d.ts +40 -0
- package/dist/esm/types/update-tag-request.d.ts.map +1 -0
- package/dist/esm/types/update-tag-response.d.ts +20 -0
- package/dist/esm/types/update-tag-response.d.ts.map +1 -0
- package/dist/esm/types/upload-app-request.d.ts +76 -0
- package/dist/esm/types/upload-app-request.d.ts.map +1 -0
- package/dist/esm/types/upload-app-response.d.ts +30 -0
- package/dist/esm/types/upload-app-response.d.ts.map +1 -0
- package/dist/esm/types/vendor-img-for-build-aospimage-input.d.ts +30 -0
- package/dist/esm/types/vendor-img-for-build-aospimage-input.d.ts.map +1 -0
- package/dist/esm/types/version-list-for-detail-app-output.d.ts +60 -0
- package/dist/esm/types/version-list-for-detail-app-output.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/api.ts +1273 -1
- package/src/types/app-crash-log-list-for-get-app-crash-log-output.ts +46 -0
- package/src/types/app-for-detail-app-output.ts +114 -0
- package/src/types/app-list-for-install-apps-input.ts +34 -0
- package/src/types/attach-tag-request.ts +40 -0
- package/src/types/attach-tag-response.ts +22 -0
- package/src/types/auto-install-app-request.ts +82 -0
- package/src/types/auto-install-app-response.ts +41 -0
- package/src/types/ban-user-request.ts +52 -0
- package/src/types/ban-user-response.ts +22 -0
- package/src/types/batch-screen-shot-request.ts +95 -0
- package/src/types/batch-screen-shot-response.ts +29 -0
- package/src/types/bind-port-mapping-rule-request.ts +40 -0
- package/src/types/bind-port-mapping-rule-response.ts +35 -0
- package/src/types/build-aospimage-request.ts +54 -0
- package/src/types/build-aospimage-response.ts +28 -0
- package/src/types/close-app-request.ts +40 -0
- package/src/types/close-app-response.ts +41 -0
- package/src/types/configuration-for-detail-pod-output.ts +46 -0
- package/src/types/convert-latest-version-for-detail-app-output.ts +70 -0
- package/src/types/convert-system-img-for-build-aospimage-input.ts +34 -0
- package/src/types/convert-vendor-img-for-build-aospimage-input.ts +34 -0
- package/src/types/convert-version-list-for-detail-app-output.ts +70 -0
- package/src/types/create-display-layout-mini-request.ts +64 -0
- package/src/types/create-display-layout-mini-response.ts +70 -0
- package/src/types/create-dnsrule-request.ts +53 -0
- package/src/types/create-dnsrule-response.ts +65 -0
- package/src/types/create-image-one-step-request.ts +52 -0
- package/src/types/create-image-one-step-response.ts +34 -0
- package/src/types/create-pod-one-step-request.ts +6 -0
- package/src/types/create-pod-request.ts +6 -0
- package/src/types/create-port-mapping-rule-request.ts +64 -0
- package/src/types/create-port-mapping-rule-response.ts +46 -0
- package/src/types/create-tag-request.ts +40 -0
- package/src/types/create-tag-response.ts +28 -0
- package/src/types/dc-info-for-detail-pod-output.ts +46 -0
- package/src/types/delete-aospimage-request.ts +28 -0
- package/src/types/delete-aospimage-response.ts +29 -0
- package/src/types/delete-app-request.ts +34 -0
- package/src/types/delete-app-response.ts +22 -0
- package/src/types/delete-display-layout-request.ts +34 -0
- package/src/types/delete-display-layout-response.ts +22 -0
- package/src/types/delete-dnsrule-request.ts +34 -0
- package/src/types/delete-dnsrule-response.ts +22 -0
- package/src/types/delete-pod-request.ts +46 -0
- package/src/types/delete-pod-response.ts +22 -0
- package/src/types/delete-tag-request.ts +34 -0
- package/src/types/delete-tag-response.ts +22 -0
- package/src/types/detail-app-request.ts +34 -0
- package/src/types/detail-app-response.ts +127 -0
- package/src/types/detail-display-layout-mini-request.ts +34 -0
- package/src/types/detail-display-layout-mini-response.ts +77 -0
- package/src/types/detail-dnsrule-request.ts +34 -0
- package/src/types/detail-dnsrule-response.ts +71 -0
- package/src/types/detail-for-batch-screen-shot-output.ts +46 -0
- package/src/types/detail-for-power-off-pod-output.ts +46 -0
- package/src/types/detail-for-power-on-pod-output.ts +46 -0
- package/src/types/detail-host-request.ts +34 -0
- package/src/types/detail-host-response.ts +136 -0
- package/src/types/detail-pod-request.ts +34 -0
- package/src/types/detail-pod-response.ts +244 -0
- package/src/types/detail-port-mapping-rule-request.ts +34 -0
- package/src/types/detail-port-mapping-rule-response.ts +82 -0
- package/src/types/display-layout-mini-for-detail-display-layout-mini-output.ts +70 -0
- package/src/types/display-status-for-detail-pod-output.ts +22 -0
- package/src/types/eip-for-detail-pod-output.ts +40 -0
- package/src/types/error-pod-info-list-for-bind-port-mapping-rule-output.ts +40 -0
- package/src/types/error-pod-info-list-for-unbind-port-mapping-rule-output.ts +40 -0
- package/src/types/exception-list-for-unsubscribe-host-resource-output.ts +40 -0
- package/src/types/extra-info-for-upload-app-input.ts +46 -0
- package/src/types/get-app-crash-log-request.ts +46 -0
- package/src/types/get-app-crash-log-response.ts +29 -0
- package/src/types/get-image-preheating-request.ts +40 -0
- package/src/types/get-image-preheating-response.ts +29 -0
- package/src/types/get-pod-app-list-request.ts +40 -0
- package/src/types/get-pod-app-list-response.ts +42 -0
- package/src/types/get-pod-metric-request.ts +34 -0
- package/src/types/get-pod-metric-response.ts +118 -0
- package/src/types/get-pod-property-request.ts +64 -0
- package/src/types/get-pod-property-response.ts +57 -0
- package/src/types/get-product-resource-request.ts +34 -0
- package/src/types/get-product-resource-response.ts +64 -0
- package/src/types/get-task-info-request.ts +34 -0
- package/src/types/get-task-info-response.ts +53 -0
- package/src/types/image-tos-info-for-build-aospimage-input.ts +54 -0
- package/src/types/image-url-info-for-build-aospimage-input.ts +36 -0
- package/src/types/index.ts +197 -0
- package/src/types/install-app-request.ts +76 -0
- package/src/types/install-app-response.ts +41 -0
- package/src/types/install-apps-request.ts +53 -0
- package/src/types/install-apps-response.ts +41 -0
- package/src/types/iplist-for-create-dnsrule-input.ts +34 -0
- package/src/types/iplist-for-create-dnsrule-output.ts +34 -0
- package/src/types/iplist-for-detail-dnsrule-output.ts +34 -0
- package/src/types/iplist-for-update-dnsrule-input.ts +34 -0
- package/src/types/item-for-delete-aospimage-output.ts +40 -0
- package/src/types/job-for-auto-install-app-output.ts +52 -0
- package/src/types/job-for-close-app-output.ts +46 -0
- package/src/types/job-for-get-task-info-output.ts +52 -0
- package/src/types/job-for-install-app-output.ts +52 -0
- package/src/types/job-for-install-apps-output.ts +46 -0
- package/src/types/job-for-launch-app-output.ts +46 -0
- package/src/types/job-for-launch-apps-output.ts +52 -0
- package/src/types/job-for-reboot-host-output.ts +52 -0
- package/src/types/job-for-reset-host-output.ts +52 -0
- package/src/types/job-for-run-command-output.ts +46 -0
- package/src/types/job-for-uninstall-app-output.ts +46 -0
- package/src/types/job-list-for-set-proxy-output.ts +34 -0
- package/src/types/latest-version-for-detail-app-output.ts +70 -0
- package/src/types/launch-app-request.ts +40 -0
- package/src/types/launch-app-response.ts +41 -0
- package/src/types/launch-apps-request.ts +40 -0
- package/src/types/launch-apps-response.ts +41 -0
- package/src/types/list-aospimage-request.ts +76 -0
- package/src/types/list-aospimage-response.ts +35 -0
- package/src/types/list-configuration-request.ts +52 -0
- package/src/types/list-configuration-response.ts +35 -0
- package/src/types/list-dc-request.ts +64 -0
- package/src/types/list-dc-response.ts +35 -0
- package/src/types/list-image-resource-request.ts +46 -0
- package/src/types/list-image-resource-response.ts +35 -0
- package/src/types/persist-property-list-for-get-pod-property-output.ts +22 -0
- package/src/types/pod-adb-request.ts +40 -0
- package/src/types/pod-adb-response.ts +22 -0
- package/src/types/pod-app-list-for-get-pod-app-list-output.ts +88 -0
- package/src/types/pod-data-delete-request.ts +46 -0
- package/src/types/pod-data-delete-response.ts +34 -0
- package/src/types/pod-mute-request.ts +46 -0
- package/src/types/pod-mute-response.ts +22 -0
- package/src/types/pod-spec-list-for-create-pod-input.ts +6 -0
- package/src/types/pod-stop-request.ts +34 -0
- package/src/types/pod-stop-response.ts +22 -0
- package/src/types/port-mapping-rule-list-for-detail-pod-output.ts +65 -0
- package/src/types/power-off-pod-request.ts +40 -0
- package/src/types/power-off-pod-response.ts +41 -0
- package/src/types/power-on-pod-request.ts +40 -0
- package/src/types/power-on-pod-response.ts +41 -0
- package/src/types/pre-order-list-for-renew-resource-auto-input.ts +40 -0
- package/src/types/pre-order-list-for-subscribe-resource-auto-input.ts +95 -0
- package/src/types/property-list-for-get-pod-property-output.ts +22 -0
- package/src/types/proxy-config-for-set-proxy-input.ts +22 -0
- package/src/types/public-port-info-list-for-detail-pod-output.ts +40 -0
- package/src/types/pull-file-request.ts +64 -0
- package/src/types/pull-file-response.ts +34 -0
- package/src/types/push-file-request.ts +82 -0
- package/src/types/push-file-response.ts +34 -0
- package/src/types/reboot-host-request.ts +40 -0
- package/src/types/reboot-host-response.ts +41 -0
- package/src/types/reboot-pod-request.ts +46 -0
- package/src/types/reboot-pod-response.ts +22 -0
- package/src/types/renew-resource-auto-request.ts +41 -0
- package/src/types/renew-resource-auto-response.ts +22 -0
- package/src/types/reset-host-request.ts +34 -0
- package/src/types/reset-host-response.ts +41 -0
- package/src/types/row-for-get-image-preheating-output.ts +40 -0
- package/src/types/row-for-get-pod-app-list-output.ts +118 -0
- package/src/types/row-for-list-aospimage-output.ts +100 -0
- package/src/types/row-for-list-configuration-output.ts +46 -0
- package/src/types/row-for-list-dc-output.ts +82 -0
- package/src/types/row-for-list-image-resource-output.ts +34 -0
- package/src/types/run-command-request.ts +52 -0
- package/src/types/run-command-response.ts +41 -0
- package/src/types/run-sync-command-request.ts +46 -0
- package/src/types/run-sync-command-response.ts +41 -0
- package/src/types/set-proxy-request.ts +47 -0
- package/src/types/set-proxy-response.ts +41 -0
- package/src/types/setting-global-list-for-get-pod-property-output.ts +22 -0
- package/src/types/setting-secure-list-for-get-pod-property-output.ts +22 -0
- package/src/types/setting-system-list-for-get-pod-property-output.ts +22 -0
- package/src/types/status-for-run-sync-command-output.ts +40 -0
- package/src/types/subscribe-resource-auto-request.ts +47 -0
- package/src/types/subscribe-resource-auto-response.ts +22 -0
- package/src/types/system-img-for-build-aospimage-input.ts +34 -0
- package/src/types/tag-for-detail-pod-output.ts +52 -0
- package/src/types/tag-for-subscribe-resource-auto-input.ts +34 -0
- package/src/types/tos-info-for-batch-screen-shot-input.ts +40 -0
- package/src/types/unbind-port-mapping-rule-request.ts +40 -0
- package/src/types/unbind-port-mapping-rule-response.ts +35 -0
- package/src/types/uninstall-app-request.ts +46 -0
- package/src/types/uninstall-app-response.ts +41 -0
- package/src/types/unsubscribe-host-resource-request.ts +40 -0
- package/src/types/unsubscribe-host-resource-response.ts +29 -0
- package/src/types/update-aospimage-request.ts +40 -0
- package/src/types/update-aospimage-response.ts +22 -0
- package/src/types/update-app-request.ts +64 -0
- package/src/types/update-app-response.ts +22 -0
- package/src/types/update-dnsrule-request.ts +53 -0
- package/src/types/update-dnsrule-response.ts +22 -0
- package/src/types/update-host-request.ts +40 -0
- package/src/types/update-host-response.ts +22 -0
- package/src/types/update-pod-request.ts +106 -0
- package/src/types/update-pod-resource-apply-num-request.ts +52 -0
- package/src/types/update-pod-resource-apply-num-response.ts +22 -0
- package/src/types/update-pod-response.ts +22 -0
- package/src/types/update-product-resource-request.ts +40 -0
- package/src/types/update-product-resource-response.ts +22 -0
- package/src/types/update-tag-request.ts +46 -0
- package/src/types/update-tag-response.ts +22 -0
- package/src/types/upload-app-request.ts +89 -0
- package/src/types/upload-app-response.ts +34 -0
- package/src/types/vendor-img-for-build-aospimage-input.ts +34 -0
- 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
|