@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/src/api.ts
CHANGED
|
@@ -18,46 +18,154 @@ import { AddCustomRouteRequest } from './types/index';
|
|
|
18
18
|
import { AddCustomRouteResponse } from './types/index';
|
|
19
19
|
import { AddPhoneTemplateRequest } from './types/index';
|
|
20
20
|
import { AddPhoneTemplateResponse } from './types/index';
|
|
21
|
+
import { AttachTagRequest } from './types/index';
|
|
22
|
+
import { AttachTagResponse } from './types/index';
|
|
23
|
+
import { AutoInstallAppRequest } from './types/index';
|
|
24
|
+
import { AutoInstallAppResponse } from './types/index';
|
|
21
25
|
import { BackupDataRequest } from './types/index';
|
|
22
26
|
import { BackupDataResponse } from './types/index';
|
|
23
27
|
import { BackupPodRequest } from './types/index';
|
|
24
28
|
import { BackupPodResponse } from './types/index';
|
|
29
|
+
import { BanUserRequest } from './types/index';
|
|
30
|
+
import { BanUserResponse } from './types/index';
|
|
31
|
+
import { BatchScreenShotRequest } from './types/index';
|
|
32
|
+
import { BatchScreenShotResponse } from './types/index';
|
|
33
|
+
import { BindPortMappingRuleRequest } from './types/index';
|
|
34
|
+
import { BindPortMappingRuleResponse } from './types/index';
|
|
35
|
+
import { BuildAOSPImageRequest } from './types/index';
|
|
36
|
+
import { BuildAOSPImageResponse } from './types/index';
|
|
25
37
|
import { CancelBackupPodRequest } from './types/index';
|
|
26
38
|
import { CancelBackupPodResponse } from './types/index';
|
|
27
39
|
import { CancelRestorePodRequest } from './types/index';
|
|
28
40
|
import { CancelRestorePodResponse } from './types/index';
|
|
41
|
+
import { CloseAppRequest } from './types/index';
|
|
42
|
+
import { CloseAppResponse } from './types/index';
|
|
43
|
+
import { CreateDNSRuleRequest } from './types/index';
|
|
44
|
+
import { CreateDNSRuleResponse } from './types/index';
|
|
45
|
+
import { CreateDisplayLayoutMiniRequest } from './types/index';
|
|
46
|
+
import { CreateDisplayLayoutMiniResponse } from './types/index';
|
|
47
|
+
import { CreateImageOneStepRequest } from './types/index';
|
|
48
|
+
import { CreateImageOneStepResponse } from './types/index';
|
|
29
49
|
import { CreatePodOneStepRequest } from './types/index';
|
|
30
50
|
import { CreatePodOneStepResponse } from './types/index';
|
|
31
51
|
import { CreatePodRequest } from './types/index';
|
|
32
52
|
import { CreatePodResponse } from './types/index';
|
|
53
|
+
import { CreatePortMappingRuleRequest } from './types/index';
|
|
54
|
+
import { CreatePortMappingRuleResponse } from './types/index';
|
|
55
|
+
import { CreateTagRequest } from './types/index';
|
|
56
|
+
import { CreateTagResponse } from './types/index';
|
|
57
|
+
import { DeleteAOSPImageRequest } from './types/index';
|
|
58
|
+
import { DeleteAOSPImageResponse } from './types/index';
|
|
59
|
+
import { DeleteAppRequest } from './types/index';
|
|
60
|
+
import { DeleteAppResponse } from './types/index';
|
|
33
61
|
import { DeleteBackupDataRequest } from './types/index';
|
|
34
62
|
import { DeleteBackupDataResponse } from './types/index';
|
|
35
63
|
import { DeleteCustomRouteRequest } from './types/index';
|
|
36
64
|
import { DeleteCustomRouteResponse } from './types/index';
|
|
65
|
+
import { DeleteDNSRuleRequest } from './types/index';
|
|
66
|
+
import { DeleteDNSRuleResponse } from './types/index';
|
|
67
|
+
import { DeleteDisplayLayoutRequest } from './types/index';
|
|
68
|
+
import { DeleteDisplayLayoutResponse } from './types/index';
|
|
69
|
+
import { DeletePodRequest } from './types/index';
|
|
70
|
+
import { DeletePodResponse } from './types/index';
|
|
71
|
+
import { DeleteTagRequest } from './types/index';
|
|
72
|
+
import { DeleteTagResponse } from './types/index';
|
|
73
|
+
import { DetailAppRequest } from './types/index';
|
|
74
|
+
import { DetailAppResponse } from './types/index';
|
|
75
|
+
import { DetailDNSRuleRequest } from './types/index';
|
|
76
|
+
import { DetailDNSRuleResponse } from './types/index';
|
|
77
|
+
import { DetailDisplayLayoutMiniRequest } from './types/index';
|
|
78
|
+
import { DetailDisplayLayoutMiniResponse } from './types/index';
|
|
79
|
+
import { DetailHostRequest } from './types/index';
|
|
80
|
+
import { DetailHostResponse } from './types/index';
|
|
81
|
+
import { DetailPodRequest } from './types/index';
|
|
82
|
+
import { DetailPodResponse } from './types/index';
|
|
83
|
+
import { DetailPortMappingRuleRequest } from './types/index';
|
|
84
|
+
import { DetailPortMappingRuleResponse } from './types/index';
|
|
85
|
+
import { GetAppCrashLogRequest } from './types/index';
|
|
86
|
+
import { GetAppCrashLogResponse } from './types/index';
|
|
37
87
|
import { GetDcBandwidthDailyPeakRequest } from './types/index';
|
|
38
88
|
import { GetDcBandwidthDailyPeakResponse } from './types/index';
|
|
89
|
+
import { GetImagePreheatingRequest } from './types/index';
|
|
90
|
+
import { GetImagePreheatingResponse } from './types/index';
|
|
39
91
|
import { GetPhoneTemplateRequest } from './types/index';
|
|
40
92
|
import { GetPhoneTemplateResponse } from './types/index';
|
|
93
|
+
import { GetPodAppListRequest } from './types/index';
|
|
94
|
+
import { GetPodAppListResponse } from './types/index';
|
|
95
|
+
import { GetPodMetricRequest } from './types/index';
|
|
96
|
+
import { GetPodMetricResponse } from './types/index';
|
|
97
|
+
import { GetPodPropertyRequest } from './types/index';
|
|
98
|
+
import { GetPodPropertyResponse } from './types/index';
|
|
99
|
+
import { GetProductResourceRequest } from './types/index';
|
|
100
|
+
import { GetProductResourceResponse } from './types/index';
|
|
101
|
+
import { GetTaskInfoRequest } from './types/index';
|
|
102
|
+
import { GetTaskInfoResponse } from './types/index';
|
|
103
|
+
import { InstallAppRequest } from './types/index';
|
|
104
|
+
import { InstallAppResponse } from './types/index';
|
|
105
|
+
import { InstallAppsRequest } from './types/index';
|
|
106
|
+
import { InstallAppsResponse } from './types/index';
|
|
107
|
+
import { LaunchAppRequest } from './types/index';
|
|
108
|
+
import { LaunchAppResponse } from './types/index';
|
|
109
|
+
import { LaunchAppsRequest } from './types/index';
|
|
110
|
+
import { LaunchAppsResponse } from './types/index';
|
|
111
|
+
import { ListAOSPImageRequest } from './types/index';
|
|
112
|
+
import { ListAOSPImageResponse } from './types/index';
|
|
41
113
|
import { ListAppRequest } from './types/index';
|
|
42
114
|
import { ListAppResponse } from './types/index';
|
|
43
115
|
import { ListBackupDataRequest } from './types/index';
|
|
44
116
|
import { ListBackupDataResponse } from './types/index';
|
|
117
|
+
import { ListConfigurationRequest } from './types/index';
|
|
118
|
+
import { ListConfigurationResponse } from './types/index';
|
|
45
119
|
import { ListCustomRouteRequest } from './types/index';
|
|
46
120
|
import { ListCustomRouteResponse } from './types/index';
|
|
121
|
+
import { ListDcRequest } from './types/index';
|
|
122
|
+
import { ListDcResponse } from './types/index';
|
|
123
|
+
import { ListImageResourceRequest } from './types/index';
|
|
124
|
+
import { ListImageResourceResponse } from './types/index';
|
|
47
125
|
import { ListPhoneTemplateRequest } from './types/index';
|
|
48
126
|
import { ListPhoneTemplateResponse } from './types/index';
|
|
49
127
|
import { ListPodRequest } from './types/index';
|
|
50
128
|
import { ListPodResponse } from './types/index';
|
|
51
129
|
import { MigratePodRequest } from './types/index';
|
|
52
130
|
import { MigratePodResponse } from './types/index';
|
|
131
|
+
import { PodAdbRequest } from './types/index';
|
|
132
|
+
import { PodAdbResponse } from './types/index';
|
|
133
|
+
import { PodDataDeleteRequest } from './types/index';
|
|
134
|
+
import { PodDataDeleteResponse } from './types/index';
|
|
135
|
+
import { PodMuteRequest } from './types/index';
|
|
136
|
+
import { PodMuteResponse } from './types/index';
|
|
137
|
+
import { PodStopRequest } from './types/index';
|
|
138
|
+
import { PodStopResponse } from './types/index';
|
|
139
|
+
import { PowerOffPodRequest } from './types/index';
|
|
140
|
+
import { PowerOffPodResponse } from './types/index';
|
|
141
|
+
import { PowerOnPodRequest } from './types/index';
|
|
142
|
+
import { PowerOnPodResponse } from './types/index';
|
|
143
|
+
import { PullFileRequest } from './types/index';
|
|
144
|
+
import { PullFileResponse } from './types/index';
|
|
145
|
+
import { PushFileRequest } from './types/index';
|
|
146
|
+
import { PushFileResponse } from './types/index';
|
|
147
|
+
import { RebootHostRequest } from './types/index';
|
|
148
|
+
import { RebootHostResponse } from './types/index';
|
|
149
|
+
import { RebootPodRequest } from './types/index';
|
|
150
|
+
import { RebootPodResponse } from './types/index';
|
|
53
151
|
import { RemovePhoneTemplateRequest } from './types/index';
|
|
54
152
|
import { RemovePhoneTemplateResponse } from './types/index';
|
|
153
|
+
import { RenewResourceAutoRequest } from './types/index';
|
|
154
|
+
import { RenewResourceAutoResponse } from './types/index';
|
|
155
|
+
import { ResetHostRequest } from './types/index';
|
|
156
|
+
import { ResetHostResponse } from './types/index';
|
|
55
157
|
import { ResetPodRequest } from './types/index';
|
|
56
158
|
import { ResetPodResponse } from './types/index';
|
|
57
159
|
import { RestoreDataRequest } from './types/index';
|
|
58
160
|
import { RestoreDataResponse } from './types/index';
|
|
59
161
|
import { RestorePodRequest } from './types/index';
|
|
60
162
|
import { RestorePodResponse } from './types/index';
|
|
163
|
+
import { RunCommandRequest } from './types/index';
|
|
164
|
+
import { RunCommandResponse } from './types/index';
|
|
165
|
+
import { RunSyncCommandRequest } from './types/index';
|
|
166
|
+
import { RunSyncCommandResponse } from './types/index';
|
|
167
|
+
import { SetProxyRequest } from './types/index';
|
|
168
|
+
import { SetProxyResponse } from './types/index';
|
|
61
169
|
import { StartRecordingRequest } from './types/index';
|
|
62
170
|
import { StartRecordingResponse } from './types/index';
|
|
63
171
|
import { StartScreenShotRequest } from './types/index';
|
|
@@ -66,46 +174,138 @@ import { StopRecordingRequest } from './types/index';
|
|
|
66
174
|
import { StopRecordingResponse } from './types/index';
|
|
67
175
|
import { StopScreenShotRequest } from './types/index';
|
|
68
176
|
import { StopScreenShotResponse } from './types/index';
|
|
177
|
+
import { SubscribeResourceAutoRequest } from './types/index';
|
|
178
|
+
import { SubscribeResourceAutoResponse } from './types/index';
|
|
179
|
+
import { UnbindPortMappingRuleRequest } from './types/index';
|
|
180
|
+
import { UnbindPortMappingRuleResponse } from './types/index';
|
|
181
|
+
import { UninstallAppRequest } from './types/index';
|
|
182
|
+
import { UninstallAppResponse } from './types/index';
|
|
183
|
+
import { UnsubscribeHostResourceRequest } from './types/index';
|
|
184
|
+
import { UnsubscribeHostResourceResponse } from './types/index';
|
|
185
|
+
import { UpdateAOSPImageRequest } from './types/index';
|
|
186
|
+
import { UpdateAOSPImageResponse } from './types/index';
|
|
187
|
+
import { UpdateAppRequest } from './types/index';
|
|
188
|
+
import { UpdateAppResponse } from './types/index';
|
|
69
189
|
import { UpdateCustomRouteRequest } from './types/index';
|
|
70
190
|
import { UpdateCustomRouteResponse } from './types/index';
|
|
191
|
+
import { UpdateDNSRuleRequest } from './types/index';
|
|
192
|
+
import { UpdateDNSRuleResponse } from './types/index';
|
|
193
|
+
import { UpdateHostRequest } from './types/index';
|
|
194
|
+
import { UpdateHostResponse } from './types/index';
|
|
71
195
|
import { UpdatePhoneTemplateRequest } from './types/index';
|
|
72
196
|
import { UpdatePhoneTemplateResponse } from './types/index';
|
|
73
197
|
import { UpdatePodPropertyRequest } from './types/index';
|
|
74
198
|
import { UpdatePodPropertyResponse } from './types/index';
|
|
199
|
+
import { UpdatePodRequest } from './types/index';
|
|
200
|
+
import { UpdatePodResourceApplyNumRequest } from './types/index';
|
|
201
|
+
import { UpdatePodResourceApplyNumResponse } from './types/index';
|
|
202
|
+
import { UpdatePodResponse } from './types/index';
|
|
203
|
+
import { UpdateProductResourceRequest } from './types/index';
|
|
204
|
+
import { UpdateProductResourceResponse } from './types/index';
|
|
205
|
+
import { UpdateTagRequest } from './types/index';
|
|
206
|
+
import { UpdateTagResponse } from './types/index';
|
|
207
|
+
import { UploadAppRequest } from './types/index';
|
|
208
|
+
import { UploadAppResponse } from './types/index';
|
|
75
209
|
|
|
76
210
|
// ============================================================================
|
|
77
211
|
// Output Type Definitions
|
|
78
212
|
// ============================================================================
|
|
79
213
|
export type AddCustomRouteCommandOutput = CommandOutput<AddCustomRouteResponse>;
|
|
80
214
|
export type AddPhoneTemplateCommandOutput = CommandOutput<AddPhoneTemplateResponse>;
|
|
215
|
+
export type AttachTagCommandOutput = CommandOutput<AttachTagResponse>;
|
|
216
|
+
export type AutoInstallAppCommandOutput = CommandOutput<AutoInstallAppResponse>;
|
|
81
217
|
export type BackupDataCommandOutput = CommandOutput<BackupDataResponse>;
|
|
82
218
|
export type BackupPodCommandOutput = CommandOutput<BackupPodResponse>;
|
|
219
|
+
export type BanUserCommandOutput = CommandOutput<BanUserResponse>;
|
|
220
|
+
export type BatchScreenShotCommandOutput = CommandOutput<BatchScreenShotResponse>;
|
|
221
|
+
export type BindPortMappingRuleCommandOutput = CommandOutput<BindPortMappingRuleResponse>;
|
|
222
|
+
export type BuildAOSPImageCommandOutput = CommandOutput<BuildAOSPImageResponse>;
|
|
83
223
|
export type CancelBackupPodCommandOutput = CommandOutput<CancelBackupPodResponse>;
|
|
84
224
|
export type CancelRestorePodCommandOutput = CommandOutput<CancelRestorePodResponse>;
|
|
225
|
+
export type CloseAppCommandOutput = CommandOutput<CloseAppResponse>;
|
|
226
|
+
export type CreateDNSRuleCommandOutput = CommandOutput<CreateDNSRuleResponse>;
|
|
227
|
+
export type CreateDisplayLayoutMiniCommandOutput = CommandOutput<CreateDisplayLayoutMiniResponse>;
|
|
228
|
+
export type CreateImageOneStepCommandOutput = CommandOutput<CreateImageOneStepResponse>;
|
|
85
229
|
export type CreatePodCommandOutput = CommandOutput<CreatePodResponse>;
|
|
86
230
|
export type CreatePodOneStepCommandOutput = CommandOutput<CreatePodOneStepResponse>;
|
|
231
|
+
export type CreatePortMappingRuleCommandOutput = CommandOutput<CreatePortMappingRuleResponse>;
|
|
232
|
+
export type CreateTagCommandOutput = CommandOutput<CreateTagResponse>;
|
|
233
|
+
export type DeleteAOSPImageCommandOutput = CommandOutput<DeleteAOSPImageResponse>;
|
|
234
|
+
export type DeleteAppCommandOutput = CommandOutput<DeleteAppResponse>;
|
|
87
235
|
export type DeleteBackupDataCommandOutput = CommandOutput<DeleteBackupDataResponse>;
|
|
88
236
|
export type DeleteCustomRouteCommandOutput = CommandOutput<DeleteCustomRouteResponse>;
|
|
237
|
+
export type DeleteDNSRuleCommandOutput = CommandOutput<DeleteDNSRuleResponse>;
|
|
238
|
+
export type DeleteDisplayLayoutCommandOutput = CommandOutput<DeleteDisplayLayoutResponse>;
|
|
239
|
+
export type DeletePodCommandOutput = CommandOutput<DeletePodResponse>;
|
|
240
|
+
export type DeleteTagCommandOutput = CommandOutput<DeleteTagResponse>;
|
|
241
|
+
export type DetailAppCommandOutput = CommandOutput<DetailAppResponse>;
|
|
242
|
+
export type DetailDNSRuleCommandOutput = CommandOutput<DetailDNSRuleResponse>;
|
|
243
|
+
export type DetailDisplayLayoutMiniCommandOutput = CommandOutput<DetailDisplayLayoutMiniResponse>;
|
|
244
|
+
export type DetailHostCommandOutput = CommandOutput<DetailHostResponse>;
|
|
245
|
+
export type DetailPodCommandOutput = CommandOutput<DetailPodResponse>;
|
|
246
|
+
export type DetailPortMappingRuleCommandOutput = CommandOutput<DetailPortMappingRuleResponse>;
|
|
247
|
+
export type GetAppCrashLogCommandOutput = CommandOutput<GetAppCrashLogResponse>;
|
|
89
248
|
export type GetDcBandwidthDailyPeakCommandOutput = CommandOutput<GetDcBandwidthDailyPeakResponse>;
|
|
249
|
+
export type GetImagePreheatingCommandOutput = CommandOutput<GetImagePreheatingResponse>;
|
|
90
250
|
export type GetPhoneTemplateCommandOutput = CommandOutput<GetPhoneTemplateResponse>;
|
|
251
|
+
export type GetPodAppListCommandOutput = CommandOutput<GetPodAppListResponse>;
|
|
252
|
+
export type GetPodMetricCommandOutput = CommandOutput<GetPodMetricResponse>;
|
|
253
|
+
export type GetPodPropertyCommandOutput = CommandOutput<GetPodPropertyResponse>;
|
|
254
|
+
export type GetProductResourceCommandOutput = CommandOutput<GetProductResourceResponse>;
|
|
255
|
+
export type GetTaskInfoCommandOutput = CommandOutput<GetTaskInfoResponse>;
|
|
256
|
+
export type InstallAppCommandOutput = CommandOutput<InstallAppResponse>;
|
|
257
|
+
export type InstallAppsCommandOutput = CommandOutput<InstallAppsResponse>;
|
|
258
|
+
export type LaunchAppCommandOutput = CommandOutput<LaunchAppResponse>;
|
|
259
|
+
export type LaunchAppsCommandOutput = CommandOutput<LaunchAppsResponse>;
|
|
260
|
+
export type ListAOSPImageCommandOutput = CommandOutput<ListAOSPImageResponse>;
|
|
91
261
|
export type ListAppCommandOutput = CommandOutput<ListAppResponse>;
|
|
92
262
|
export type ListBackupDataCommandOutput = CommandOutput<ListBackupDataResponse>;
|
|
263
|
+
export type ListConfigurationCommandOutput = CommandOutput<ListConfigurationResponse>;
|
|
93
264
|
export type ListCustomRouteCommandOutput = CommandOutput<ListCustomRouteResponse>;
|
|
265
|
+
export type ListDcCommandOutput = CommandOutput<ListDcResponse>;
|
|
266
|
+
export type ListImageResourceCommandOutput = CommandOutput<ListImageResourceResponse>;
|
|
94
267
|
export type ListPhoneTemplateCommandOutput = CommandOutput<ListPhoneTemplateResponse>;
|
|
95
268
|
export type ListPodCommandOutput = CommandOutput<ListPodResponse>;
|
|
96
269
|
export type MigratePodCommandOutput = CommandOutput<MigratePodResponse>;
|
|
270
|
+
export type PodAdbCommandOutput = CommandOutput<PodAdbResponse>;
|
|
271
|
+
export type PodDataDeleteCommandOutput = CommandOutput<PodDataDeleteResponse>;
|
|
272
|
+
export type PodMuteCommandOutput = CommandOutput<PodMuteResponse>;
|
|
273
|
+
export type PodStopCommandOutput = CommandOutput<PodStopResponse>;
|
|
274
|
+
export type PowerOffPodCommandOutput = CommandOutput<PowerOffPodResponse>;
|
|
275
|
+
export type PowerOnPodCommandOutput = CommandOutput<PowerOnPodResponse>;
|
|
276
|
+
export type PullFileCommandOutput = CommandOutput<PullFileResponse>;
|
|
277
|
+
export type PushFileCommandOutput = CommandOutput<PushFileResponse>;
|
|
278
|
+
export type RebootHostCommandOutput = CommandOutput<RebootHostResponse>;
|
|
279
|
+
export type RebootPodCommandOutput = CommandOutput<RebootPodResponse>;
|
|
97
280
|
export type RemovePhoneTemplateCommandOutput = CommandOutput<RemovePhoneTemplateResponse>;
|
|
281
|
+
export type RenewResourceAutoCommandOutput = CommandOutput<RenewResourceAutoResponse>;
|
|
282
|
+
export type ResetHostCommandOutput = CommandOutput<ResetHostResponse>;
|
|
98
283
|
export type ResetPodCommandOutput = CommandOutput<ResetPodResponse>;
|
|
99
284
|
export type RestoreDataCommandOutput = CommandOutput<RestoreDataResponse>;
|
|
100
285
|
export type RestorePodCommandOutput = CommandOutput<RestorePodResponse>;
|
|
286
|
+
export type RunCommandCommandOutput = CommandOutput<RunCommandResponse>;
|
|
287
|
+
export type RunSyncCommandCommandOutput = CommandOutput<RunSyncCommandResponse>;
|
|
288
|
+
export type SetProxyCommandOutput = CommandOutput<SetProxyResponse>;
|
|
101
289
|
export type StartRecordingCommandOutput = CommandOutput<StartRecordingResponse>;
|
|
102
290
|
export type StartScreenShotCommandOutput = CommandOutput<StartScreenShotResponse>;
|
|
103
291
|
export type StopRecordingCommandOutput = CommandOutput<StopRecordingResponse>;
|
|
104
292
|
export type StopScreenShotCommandOutput = CommandOutput<StopScreenShotResponse>;
|
|
293
|
+
export type SubscribeResourceAutoCommandOutput = CommandOutput<SubscribeResourceAutoResponse>;
|
|
294
|
+
export type UnbindPortMappingRuleCommandOutput = CommandOutput<UnbindPortMappingRuleResponse>;
|
|
295
|
+
export type UninstallAppCommandOutput = CommandOutput<UninstallAppResponse>;
|
|
296
|
+
export type UnsubscribeHostResourceCommandOutput = CommandOutput<UnsubscribeHostResourceResponse>;
|
|
297
|
+
export type UpdateAOSPImageCommandOutput = CommandOutput<UpdateAOSPImageResponse>;
|
|
298
|
+
export type UpdateAppCommandOutput = CommandOutput<UpdateAppResponse>;
|
|
105
299
|
export type UpdateCustomRouteCommandOutput = CommandOutput<UpdateCustomRouteResponse>;
|
|
300
|
+
export type UpdateDNSRuleCommandOutput = CommandOutput<UpdateDNSRuleResponse>;
|
|
301
|
+
export type UpdateHostCommandOutput = CommandOutput<UpdateHostResponse>;
|
|
106
302
|
export type UpdatePhoneTemplateCommandOutput = CommandOutput<UpdatePhoneTemplateResponse>;
|
|
303
|
+
export type UpdatePodCommandOutput = CommandOutput<UpdatePodResponse>;
|
|
107
304
|
export type UpdatePodPropertyCommandOutput = CommandOutput<UpdatePodPropertyResponse>;
|
|
108
|
-
|
|
305
|
+
export type UpdatePodResourceApplyNumCommandOutput = CommandOutput<UpdatePodResourceApplyNumResponse>;
|
|
306
|
+
export type UpdateProductResourceCommandOutput = CommandOutput<UpdateProductResourceResponse>;
|
|
307
|
+
export type UpdateTagCommandOutput = CommandOutput<UpdateTagResponse>;
|
|
308
|
+
export type UploadAppCommandOutput = CommandOutput<UploadAppResponse>;
|
|
109
309
|
|
|
110
310
|
/**
|
|
111
311
|
* ACEPClient Service Client
|
|
@@ -150,6 +350,36 @@ export class AddPhoneTemplateCommand extends Command<
|
|
|
150
350
|
this.requestConfig = buildRequestConfigFromMetaPath(AddPhoneTemplateCommand.metaPath);
|
|
151
351
|
}
|
|
152
352
|
}
|
|
353
|
+
/**
|
|
354
|
+
* Command to AttachTag
|
|
355
|
+
*/
|
|
356
|
+
export class AttachTagCommand extends Command<
|
|
357
|
+
AttachTagRequest,
|
|
358
|
+
AttachTagCommandOutput,
|
|
359
|
+
'AttachTagCommand'
|
|
360
|
+
> {
|
|
361
|
+
static readonly metaPath = '/AttachTag/2025-05-01/acep/post/application_json/';
|
|
362
|
+
|
|
363
|
+
constructor(input: AttachTagRequest) {
|
|
364
|
+
super(input);
|
|
365
|
+
this.requestConfig = buildRequestConfigFromMetaPath(AttachTagCommand.metaPath);
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
/**
|
|
369
|
+
* Command to AutoInstallApp
|
|
370
|
+
*/
|
|
371
|
+
export class AutoInstallAppCommand extends Command<
|
|
372
|
+
AutoInstallAppRequest,
|
|
373
|
+
AutoInstallAppCommandOutput,
|
|
374
|
+
'AutoInstallAppCommand'
|
|
375
|
+
> {
|
|
376
|
+
static readonly metaPath = '/AutoInstallApp/2025-05-01/acep/post/application_json/';
|
|
377
|
+
|
|
378
|
+
constructor(input: AutoInstallAppRequest) {
|
|
379
|
+
super(input);
|
|
380
|
+
this.requestConfig = buildRequestConfigFromMetaPath(AutoInstallAppCommand.metaPath);
|
|
381
|
+
}
|
|
382
|
+
}
|
|
153
383
|
/**
|
|
154
384
|
* Command to BackupData
|
|
155
385
|
*/
|
|
@@ -180,6 +410,66 @@ export class BackupPodCommand extends Command<
|
|
|
180
410
|
this.requestConfig = buildRequestConfigFromMetaPath(BackupPodCommand.metaPath);
|
|
181
411
|
}
|
|
182
412
|
}
|
|
413
|
+
/**
|
|
414
|
+
* Command to BanUser
|
|
415
|
+
*/
|
|
416
|
+
export class BanUserCommand extends Command<
|
|
417
|
+
BanUserRequest,
|
|
418
|
+
BanUserCommandOutput,
|
|
419
|
+
'BanUserCommand'
|
|
420
|
+
> {
|
|
421
|
+
static readonly metaPath = '/BanUser/2025-05-01/acep/post/application_json/';
|
|
422
|
+
|
|
423
|
+
constructor(input: BanUserRequest) {
|
|
424
|
+
super(input);
|
|
425
|
+
this.requestConfig = buildRequestConfigFromMetaPath(BanUserCommand.metaPath);
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
/**
|
|
429
|
+
* Command to BatchScreenShot
|
|
430
|
+
*/
|
|
431
|
+
export class BatchScreenShotCommand extends Command<
|
|
432
|
+
BatchScreenShotRequest,
|
|
433
|
+
BatchScreenShotCommandOutput,
|
|
434
|
+
'BatchScreenShotCommand'
|
|
435
|
+
> {
|
|
436
|
+
static readonly metaPath = '/BatchScreenShot/2025-05-01/acep/post/application_json/';
|
|
437
|
+
|
|
438
|
+
constructor(input: BatchScreenShotRequest) {
|
|
439
|
+
super(input);
|
|
440
|
+
this.requestConfig = buildRequestConfigFromMetaPath(BatchScreenShotCommand.metaPath);
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
/**
|
|
444
|
+
* Command to BindPortMappingRule
|
|
445
|
+
*/
|
|
446
|
+
export class BindPortMappingRuleCommand extends Command<
|
|
447
|
+
BindPortMappingRuleRequest,
|
|
448
|
+
BindPortMappingRuleCommandOutput,
|
|
449
|
+
'BindPortMappingRuleCommand'
|
|
450
|
+
> {
|
|
451
|
+
static readonly metaPath = '/BindPortMappingRule/2025-05-01/acep/post/application_json/';
|
|
452
|
+
|
|
453
|
+
constructor(input: BindPortMappingRuleRequest) {
|
|
454
|
+
super(input);
|
|
455
|
+
this.requestConfig = buildRequestConfigFromMetaPath(BindPortMappingRuleCommand.metaPath);
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
/**
|
|
459
|
+
* Command to BuildAOSPImage
|
|
460
|
+
*/
|
|
461
|
+
export class BuildAOSPImageCommand extends Command<
|
|
462
|
+
BuildAOSPImageRequest,
|
|
463
|
+
BuildAOSPImageCommandOutput,
|
|
464
|
+
'BuildAOSPImageCommand'
|
|
465
|
+
> {
|
|
466
|
+
static readonly metaPath = '/BuildAOSPImage/2025-05-01/acep/post/application_json/';
|
|
467
|
+
|
|
468
|
+
constructor(input: BuildAOSPImageRequest) {
|
|
469
|
+
super(input);
|
|
470
|
+
this.requestConfig = buildRequestConfigFromMetaPath(BuildAOSPImageCommand.metaPath);
|
|
471
|
+
}
|
|
472
|
+
}
|
|
183
473
|
/**
|
|
184
474
|
* Command to CancelBackupPod
|
|
185
475
|
*/
|
|
@@ -210,6 +500,66 @@ export class CancelRestorePodCommand extends Command<
|
|
|
210
500
|
this.requestConfig = buildRequestConfigFromMetaPath(CancelRestorePodCommand.metaPath);
|
|
211
501
|
}
|
|
212
502
|
}
|
|
503
|
+
/**
|
|
504
|
+
* Command to CloseApp
|
|
505
|
+
*/
|
|
506
|
+
export class CloseAppCommand extends Command<
|
|
507
|
+
CloseAppRequest,
|
|
508
|
+
CloseAppCommandOutput,
|
|
509
|
+
'CloseAppCommand'
|
|
510
|
+
> {
|
|
511
|
+
static readonly metaPath = '/CloseApp/2025-05-01/acep/post/application_json/';
|
|
512
|
+
|
|
513
|
+
constructor(input: CloseAppRequest) {
|
|
514
|
+
super(input);
|
|
515
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CloseAppCommand.metaPath);
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
/**
|
|
519
|
+
* Command to CreateDNSRule
|
|
520
|
+
*/
|
|
521
|
+
export class CreateDNSRuleCommand extends Command<
|
|
522
|
+
CreateDNSRuleRequest,
|
|
523
|
+
CreateDNSRuleCommandOutput,
|
|
524
|
+
'CreateDNSRuleCommand'
|
|
525
|
+
> {
|
|
526
|
+
static readonly metaPath = '/CreateDNSRule/2025-05-01/acep/post/application_json/';
|
|
527
|
+
|
|
528
|
+
constructor(input: CreateDNSRuleRequest) {
|
|
529
|
+
super(input);
|
|
530
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateDNSRuleCommand.metaPath);
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
/**
|
|
534
|
+
* Command to CreateDisplayLayoutMini
|
|
535
|
+
*/
|
|
536
|
+
export class CreateDisplayLayoutMiniCommand extends Command<
|
|
537
|
+
CreateDisplayLayoutMiniRequest,
|
|
538
|
+
CreateDisplayLayoutMiniCommandOutput,
|
|
539
|
+
'CreateDisplayLayoutMiniCommand'
|
|
540
|
+
> {
|
|
541
|
+
static readonly metaPath = '/CreateDisplayLayoutMini/2025-05-01/acep/post/application_json/';
|
|
542
|
+
|
|
543
|
+
constructor(input: CreateDisplayLayoutMiniRequest) {
|
|
544
|
+
super(input);
|
|
545
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateDisplayLayoutMiniCommand.metaPath);
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
/**
|
|
549
|
+
* Command to CreateImageOneStep
|
|
550
|
+
*/
|
|
551
|
+
export class CreateImageOneStepCommand extends Command<
|
|
552
|
+
CreateImageOneStepRequest,
|
|
553
|
+
CreateImageOneStepCommandOutput,
|
|
554
|
+
'CreateImageOneStepCommand'
|
|
555
|
+
> {
|
|
556
|
+
static readonly metaPath = '/CreateImageOneStep/2025-05-01/acep/post/application_json/';
|
|
557
|
+
|
|
558
|
+
constructor(input: CreateImageOneStepRequest) {
|
|
559
|
+
super(input);
|
|
560
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateImageOneStepCommand.metaPath);
|
|
561
|
+
}
|
|
562
|
+
}
|
|
213
563
|
/**
|
|
214
564
|
* Command to CreatePod
|
|
215
565
|
*/
|
|
@@ -240,6 +590,66 @@ export class CreatePodOneStepCommand extends Command<
|
|
|
240
590
|
this.requestConfig = buildRequestConfigFromMetaPath(CreatePodOneStepCommand.metaPath);
|
|
241
591
|
}
|
|
242
592
|
}
|
|
593
|
+
/**
|
|
594
|
+
* Command to CreatePortMappingRule
|
|
595
|
+
*/
|
|
596
|
+
export class CreatePortMappingRuleCommand extends Command<
|
|
597
|
+
CreatePortMappingRuleRequest,
|
|
598
|
+
CreatePortMappingRuleCommandOutput,
|
|
599
|
+
'CreatePortMappingRuleCommand'
|
|
600
|
+
> {
|
|
601
|
+
static readonly metaPath = '/CreatePortMappingRule/2025-05-01/acep/post/application_json/';
|
|
602
|
+
|
|
603
|
+
constructor(input: CreatePortMappingRuleRequest) {
|
|
604
|
+
super(input);
|
|
605
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreatePortMappingRuleCommand.metaPath);
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
/**
|
|
609
|
+
* Command to CreateTag
|
|
610
|
+
*/
|
|
611
|
+
export class CreateTagCommand extends Command<
|
|
612
|
+
CreateTagRequest,
|
|
613
|
+
CreateTagCommandOutput,
|
|
614
|
+
'CreateTagCommand'
|
|
615
|
+
> {
|
|
616
|
+
static readonly metaPath = '/CreateTag/2025-05-01/acep/post/application_json/';
|
|
617
|
+
|
|
618
|
+
constructor(input: CreateTagRequest) {
|
|
619
|
+
super(input);
|
|
620
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateTagCommand.metaPath);
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
/**
|
|
624
|
+
* Command to DeleteAOSPImage
|
|
625
|
+
*/
|
|
626
|
+
export class DeleteAOSPImageCommand extends Command<
|
|
627
|
+
DeleteAOSPImageRequest,
|
|
628
|
+
DeleteAOSPImageCommandOutput,
|
|
629
|
+
'DeleteAOSPImageCommand'
|
|
630
|
+
> {
|
|
631
|
+
static readonly metaPath = '/DeleteAOSPImage/2025-05-01/acep/post/application_json/';
|
|
632
|
+
|
|
633
|
+
constructor(input: DeleteAOSPImageRequest) {
|
|
634
|
+
super(input);
|
|
635
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteAOSPImageCommand.metaPath);
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
/**
|
|
639
|
+
* Command to DeleteApp
|
|
640
|
+
*/
|
|
641
|
+
export class DeleteAppCommand extends Command<
|
|
642
|
+
DeleteAppRequest,
|
|
643
|
+
DeleteAppCommandOutput,
|
|
644
|
+
'DeleteAppCommand'
|
|
645
|
+
> {
|
|
646
|
+
static readonly metaPath = '/DeleteApp/2025-05-01/acep/post/application_json/';
|
|
647
|
+
|
|
648
|
+
constructor(input: DeleteAppRequest) {
|
|
649
|
+
super(input);
|
|
650
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteAppCommand.metaPath);
|
|
651
|
+
}
|
|
652
|
+
}
|
|
243
653
|
/**
|
|
244
654
|
* Command to DeleteBackupData
|
|
245
655
|
*/
|
|
@@ -270,6 +680,171 @@ export class DeleteCustomRouteCommand extends Command<
|
|
|
270
680
|
this.requestConfig = buildRequestConfigFromMetaPath(DeleteCustomRouteCommand.metaPath);
|
|
271
681
|
}
|
|
272
682
|
}
|
|
683
|
+
/**
|
|
684
|
+
* Command to DeleteDNSRule
|
|
685
|
+
*/
|
|
686
|
+
export class DeleteDNSRuleCommand extends Command<
|
|
687
|
+
DeleteDNSRuleRequest,
|
|
688
|
+
DeleteDNSRuleCommandOutput,
|
|
689
|
+
'DeleteDNSRuleCommand'
|
|
690
|
+
> {
|
|
691
|
+
static readonly metaPath = '/DeleteDNSRule/2025-05-01/acep/post/application_json/';
|
|
692
|
+
|
|
693
|
+
constructor(input: DeleteDNSRuleRequest) {
|
|
694
|
+
super(input);
|
|
695
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteDNSRuleCommand.metaPath);
|
|
696
|
+
}
|
|
697
|
+
}
|
|
698
|
+
/**
|
|
699
|
+
* Command to DeleteDisplayLayout
|
|
700
|
+
*/
|
|
701
|
+
export class DeleteDisplayLayoutCommand extends Command<
|
|
702
|
+
DeleteDisplayLayoutRequest,
|
|
703
|
+
DeleteDisplayLayoutCommandOutput,
|
|
704
|
+
'DeleteDisplayLayoutCommand'
|
|
705
|
+
> {
|
|
706
|
+
static readonly metaPath = '/DeleteDisplayLayout/2025-05-01/acep/post/application_json/';
|
|
707
|
+
|
|
708
|
+
constructor(input: DeleteDisplayLayoutRequest) {
|
|
709
|
+
super(input);
|
|
710
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteDisplayLayoutCommand.metaPath);
|
|
711
|
+
}
|
|
712
|
+
}
|
|
713
|
+
/**
|
|
714
|
+
* Command to DeletePod
|
|
715
|
+
*/
|
|
716
|
+
export class DeletePodCommand extends Command<
|
|
717
|
+
DeletePodRequest,
|
|
718
|
+
DeletePodCommandOutput,
|
|
719
|
+
'DeletePodCommand'
|
|
720
|
+
> {
|
|
721
|
+
static readonly metaPath = '/DeletePod/2025-05-01/acep/post/application_json/';
|
|
722
|
+
|
|
723
|
+
constructor(input: DeletePodRequest) {
|
|
724
|
+
super(input);
|
|
725
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeletePodCommand.metaPath);
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
/**
|
|
729
|
+
* Command to DeleteTag
|
|
730
|
+
*/
|
|
731
|
+
export class DeleteTagCommand extends Command<
|
|
732
|
+
DeleteTagRequest,
|
|
733
|
+
DeleteTagCommandOutput,
|
|
734
|
+
'DeleteTagCommand'
|
|
735
|
+
> {
|
|
736
|
+
static readonly metaPath = '/DeleteTag/2025-05-01/acep/post/application_json/';
|
|
737
|
+
|
|
738
|
+
constructor(input: DeleteTagRequest) {
|
|
739
|
+
super(input);
|
|
740
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteTagCommand.metaPath);
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
/**
|
|
744
|
+
* Command to DetailApp
|
|
745
|
+
*/
|
|
746
|
+
export class DetailAppCommand extends Command<
|
|
747
|
+
DetailAppRequest,
|
|
748
|
+
DetailAppCommandOutput,
|
|
749
|
+
'DetailAppCommand'
|
|
750
|
+
> {
|
|
751
|
+
static readonly metaPath = '/DetailApp/2025-05-01/acep/post/application_json/';
|
|
752
|
+
|
|
753
|
+
constructor(input: DetailAppRequest) {
|
|
754
|
+
super(input);
|
|
755
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DetailAppCommand.metaPath);
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
/**
|
|
759
|
+
* Command to DetailDNSRule
|
|
760
|
+
*/
|
|
761
|
+
export class DetailDNSRuleCommand extends Command<
|
|
762
|
+
DetailDNSRuleRequest,
|
|
763
|
+
DetailDNSRuleCommandOutput,
|
|
764
|
+
'DetailDNSRuleCommand'
|
|
765
|
+
> {
|
|
766
|
+
static readonly metaPath = '/DetailDNSRule/2025-05-01/acep/post/application_json/';
|
|
767
|
+
|
|
768
|
+
constructor(input: DetailDNSRuleRequest) {
|
|
769
|
+
super(input);
|
|
770
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DetailDNSRuleCommand.metaPath);
|
|
771
|
+
}
|
|
772
|
+
}
|
|
773
|
+
/**
|
|
774
|
+
* Command to DetailDisplayLayoutMini
|
|
775
|
+
*/
|
|
776
|
+
export class DetailDisplayLayoutMiniCommand extends Command<
|
|
777
|
+
DetailDisplayLayoutMiniRequest,
|
|
778
|
+
DetailDisplayLayoutMiniCommandOutput,
|
|
779
|
+
'DetailDisplayLayoutMiniCommand'
|
|
780
|
+
> {
|
|
781
|
+
static readonly metaPath = '/DetailDisplayLayoutMini/2025-05-01/acep/post/application_json/';
|
|
782
|
+
|
|
783
|
+
constructor(input: DetailDisplayLayoutMiniRequest) {
|
|
784
|
+
super(input);
|
|
785
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DetailDisplayLayoutMiniCommand.metaPath);
|
|
786
|
+
}
|
|
787
|
+
}
|
|
788
|
+
/**
|
|
789
|
+
* Command to DetailHost
|
|
790
|
+
*/
|
|
791
|
+
export class DetailHostCommand extends Command<
|
|
792
|
+
DetailHostRequest,
|
|
793
|
+
DetailHostCommandOutput,
|
|
794
|
+
'DetailHostCommand'
|
|
795
|
+
> {
|
|
796
|
+
static readonly metaPath = '/DetailHost/2025-05-01/acep/post/application_json/';
|
|
797
|
+
|
|
798
|
+
constructor(input: DetailHostRequest) {
|
|
799
|
+
super(input);
|
|
800
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DetailHostCommand.metaPath);
|
|
801
|
+
}
|
|
802
|
+
}
|
|
803
|
+
/**
|
|
804
|
+
* Command to DetailPod
|
|
805
|
+
*/
|
|
806
|
+
export class DetailPodCommand extends Command<
|
|
807
|
+
DetailPodRequest,
|
|
808
|
+
DetailPodCommandOutput,
|
|
809
|
+
'DetailPodCommand'
|
|
810
|
+
> {
|
|
811
|
+
static readonly metaPath = '/DetailPod/2025-05-01/acep/post/application_json/';
|
|
812
|
+
|
|
813
|
+
constructor(input: DetailPodRequest) {
|
|
814
|
+
super(input);
|
|
815
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DetailPodCommand.metaPath);
|
|
816
|
+
}
|
|
817
|
+
}
|
|
818
|
+
/**
|
|
819
|
+
* Command to DetailPortMappingRule
|
|
820
|
+
*/
|
|
821
|
+
export class DetailPortMappingRuleCommand extends Command<
|
|
822
|
+
DetailPortMappingRuleRequest,
|
|
823
|
+
DetailPortMappingRuleCommandOutput,
|
|
824
|
+
'DetailPortMappingRuleCommand'
|
|
825
|
+
> {
|
|
826
|
+
static readonly metaPath = '/DetailPortMappingRule/2025-05-01/acep/post/application_json/';
|
|
827
|
+
|
|
828
|
+
constructor(input: DetailPortMappingRuleRequest) {
|
|
829
|
+
super(input);
|
|
830
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DetailPortMappingRuleCommand.metaPath);
|
|
831
|
+
}
|
|
832
|
+
}
|
|
833
|
+
/**
|
|
834
|
+
* Command to GetAppCrashLog
|
|
835
|
+
*/
|
|
836
|
+
export class GetAppCrashLogCommand extends Command<
|
|
837
|
+
GetAppCrashLogRequest,
|
|
838
|
+
GetAppCrashLogCommandOutput,
|
|
839
|
+
'GetAppCrashLogCommand'
|
|
840
|
+
> {
|
|
841
|
+
static readonly metaPath = '/GetAppCrashLog/2025-05-01/acep/post/application_json/';
|
|
842
|
+
|
|
843
|
+
constructor(input: GetAppCrashLogRequest) {
|
|
844
|
+
super(input);
|
|
845
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetAppCrashLogCommand.metaPath);
|
|
846
|
+
}
|
|
847
|
+
}
|
|
273
848
|
/**
|
|
274
849
|
* Command to GetDcBandwidthDailyPeak
|
|
275
850
|
*/
|
|
@@ -285,6 +860,21 @@ export class GetDcBandwidthDailyPeakCommand extends Command<
|
|
|
285
860
|
this.requestConfig = buildRequestConfigFromMetaPath(GetDcBandwidthDailyPeakCommand.metaPath);
|
|
286
861
|
}
|
|
287
862
|
}
|
|
863
|
+
/**
|
|
864
|
+
* Command to GetImagePreheating
|
|
865
|
+
*/
|
|
866
|
+
export class GetImagePreheatingCommand extends Command<
|
|
867
|
+
GetImagePreheatingRequest,
|
|
868
|
+
GetImagePreheatingCommandOutput,
|
|
869
|
+
'GetImagePreheatingCommand'
|
|
870
|
+
> {
|
|
871
|
+
static readonly metaPath = '/GetImagePreheating/2025-05-01/acep/post/application_json/';
|
|
872
|
+
|
|
873
|
+
constructor(input: GetImagePreheatingRequest) {
|
|
874
|
+
super(input);
|
|
875
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetImagePreheatingCommand.metaPath);
|
|
876
|
+
}
|
|
877
|
+
}
|
|
288
878
|
/**
|
|
289
879
|
* Command to GetPhoneTemplate
|
|
290
880
|
*/
|
|
@@ -300,6 +890,156 @@ export class GetPhoneTemplateCommand extends Command<
|
|
|
300
890
|
this.requestConfig = buildRequestConfigFromMetaPath(GetPhoneTemplateCommand.metaPath);
|
|
301
891
|
}
|
|
302
892
|
}
|
|
893
|
+
/**
|
|
894
|
+
* Command to GetPodAppList
|
|
895
|
+
*/
|
|
896
|
+
export class GetPodAppListCommand extends Command<
|
|
897
|
+
GetPodAppListRequest,
|
|
898
|
+
GetPodAppListCommandOutput,
|
|
899
|
+
'GetPodAppListCommand'
|
|
900
|
+
> {
|
|
901
|
+
static readonly metaPath = '/GetPodAppList/2025-05-01/acep/post/application_json/';
|
|
902
|
+
|
|
903
|
+
constructor(input: GetPodAppListRequest) {
|
|
904
|
+
super(input);
|
|
905
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetPodAppListCommand.metaPath);
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
/**
|
|
909
|
+
* Command to GetPodMetric
|
|
910
|
+
*/
|
|
911
|
+
export class GetPodMetricCommand extends Command<
|
|
912
|
+
GetPodMetricRequest,
|
|
913
|
+
GetPodMetricCommandOutput,
|
|
914
|
+
'GetPodMetricCommand'
|
|
915
|
+
> {
|
|
916
|
+
static readonly metaPath = '/GetPodMetric/2025-05-01/acep/post/application_json/';
|
|
917
|
+
|
|
918
|
+
constructor(input: GetPodMetricRequest) {
|
|
919
|
+
super(input);
|
|
920
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetPodMetricCommand.metaPath);
|
|
921
|
+
}
|
|
922
|
+
}
|
|
923
|
+
/**
|
|
924
|
+
* Command to GetPodProperty
|
|
925
|
+
*/
|
|
926
|
+
export class GetPodPropertyCommand extends Command<
|
|
927
|
+
GetPodPropertyRequest,
|
|
928
|
+
GetPodPropertyCommandOutput,
|
|
929
|
+
'GetPodPropertyCommand'
|
|
930
|
+
> {
|
|
931
|
+
static readonly metaPath = '/GetPodProperty/2025-05-01/acep/post/application_json/';
|
|
932
|
+
|
|
933
|
+
constructor(input: GetPodPropertyRequest) {
|
|
934
|
+
super(input);
|
|
935
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetPodPropertyCommand.metaPath);
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
/**
|
|
939
|
+
* Command to GetProductResource
|
|
940
|
+
*/
|
|
941
|
+
export class GetProductResourceCommand extends Command<
|
|
942
|
+
GetProductResourceRequest,
|
|
943
|
+
GetProductResourceCommandOutput,
|
|
944
|
+
'GetProductResourceCommand'
|
|
945
|
+
> {
|
|
946
|
+
static readonly metaPath = '/GetProductResource/2025-05-01/acep/post/application_json/';
|
|
947
|
+
|
|
948
|
+
constructor(input: GetProductResourceRequest) {
|
|
949
|
+
super(input);
|
|
950
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetProductResourceCommand.metaPath);
|
|
951
|
+
}
|
|
952
|
+
}
|
|
953
|
+
/**
|
|
954
|
+
* Command to GetTaskInfo
|
|
955
|
+
*/
|
|
956
|
+
export class GetTaskInfoCommand extends Command<
|
|
957
|
+
GetTaskInfoRequest,
|
|
958
|
+
GetTaskInfoCommandOutput,
|
|
959
|
+
'GetTaskInfoCommand'
|
|
960
|
+
> {
|
|
961
|
+
static readonly metaPath = '/GetTaskInfo/2025-05-01/acep/post/application_json/';
|
|
962
|
+
|
|
963
|
+
constructor(input: GetTaskInfoRequest) {
|
|
964
|
+
super(input);
|
|
965
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetTaskInfoCommand.metaPath);
|
|
966
|
+
}
|
|
967
|
+
}
|
|
968
|
+
/**
|
|
969
|
+
* Command to InstallApp
|
|
970
|
+
*/
|
|
971
|
+
export class InstallAppCommand extends Command<
|
|
972
|
+
InstallAppRequest,
|
|
973
|
+
InstallAppCommandOutput,
|
|
974
|
+
'InstallAppCommand'
|
|
975
|
+
> {
|
|
976
|
+
static readonly metaPath = '/InstallApp/2025-05-01/acep/post/application_json/';
|
|
977
|
+
|
|
978
|
+
constructor(input: InstallAppRequest) {
|
|
979
|
+
super(input);
|
|
980
|
+
this.requestConfig = buildRequestConfigFromMetaPath(InstallAppCommand.metaPath);
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
/**
|
|
984
|
+
* Command to InstallApps
|
|
985
|
+
*/
|
|
986
|
+
export class InstallAppsCommand extends Command<
|
|
987
|
+
InstallAppsRequest,
|
|
988
|
+
InstallAppsCommandOutput,
|
|
989
|
+
'InstallAppsCommand'
|
|
990
|
+
> {
|
|
991
|
+
static readonly metaPath = '/InstallApps/2025-05-01/acep/post/application_json/';
|
|
992
|
+
|
|
993
|
+
constructor(input: InstallAppsRequest) {
|
|
994
|
+
super(input);
|
|
995
|
+
this.requestConfig = buildRequestConfigFromMetaPath(InstallAppsCommand.metaPath);
|
|
996
|
+
}
|
|
997
|
+
}
|
|
998
|
+
/**
|
|
999
|
+
* Command to LaunchApp
|
|
1000
|
+
*/
|
|
1001
|
+
export class LaunchAppCommand extends Command<
|
|
1002
|
+
LaunchAppRequest,
|
|
1003
|
+
LaunchAppCommandOutput,
|
|
1004
|
+
'LaunchAppCommand'
|
|
1005
|
+
> {
|
|
1006
|
+
static readonly metaPath = '/LaunchApp/2025-05-01/acep/post/application_json/';
|
|
1007
|
+
|
|
1008
|
+
constructor(input: LaunchAppRequest) {
|
|
1009
|
+
super(input);
|
|
1010
|
+
this.requestConfig = buildRequestConfigFromMetaPath(LaunchAppCommand.metaPath);
|
|
1011
|
+
}
|
|
1012
|
+
}
|
|
1013
|
+
/**
|
|
1014
|
+
* Command to LaunchApps
|
|
1015
|
+
*/
|
|
1016
|
+
export class LaunchAppsCommand extends Command<
|
|
1017
|
+
LaunchAppsRequest,
|
|
1018
|
+
LaunchAppsCommandOutput,
|
|
1019
|
+
'LaunchAppsCommand'
|
|
1020
|
+
> {
|
|
1021
|
+
static readonly metaPath = '/LaunchApps/2025-05-01/acep/post/application_json/';
|
|
1022
|
+
|
|
1023
|
+
constructor(input: LaunchAppsRequest) {
|
|
1024
|
+
super(input);
|
|
1025
|
+
this.requestConfig = buildRequestConfigFromMetaPath(LaunchAppsCommand.metaPath);
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
/**
|
|
1029
|
+
* Command to ListAOSPImage
|
|
1030
|
+
*/
|
|
1031
|
+
export class ListAOSPImageCommand extends Command<
|
|
1032
|
+
ListAOSPImageRequest,
|
|
1033
|
+
ListAOSPImageCommandOutput,
|
|
1034
|
+
'ListAOSPImageCommand'
|
|
1035
|
+
> {
|
|
1036
|
+
static readonly metaPath = '/ListAOSPImage/2025-05-01/acep/post/application_json/';
|
|
1037
|
+
|
|
1038
|
+
constructor(input: ListAOSPImageRequest) {
|
|
1039
|
+
super(input);
|
|
1040
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListAOSPImageCommand.metaPath);
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
303
1043
|
/**
|
|
304
1044
|
* Command to ListApp
|
|
305
1045
|
*/
|
|
@@ -330,6 +1070,21 @@ export class ListBackupDataCommand extends Command<
|
|
|
330
1070
|
this.requestConfig = buildRequestConfigFromMetaPath(ListBackupDataCommand.metaPath);
|
|
331
1071
|
}
|
|
332
1072
|
}
|
|
1073
|
+
/**
|
|
1074
|
+
* Command to ListConfiguration
|
|
1075
|
+
*/
|
|
1076
|
+
export class ListConfigurationCommand extends Command<
|
|
1077
|
+
ListConfigurationRequest,
|
|
1078
|
+
ListConfigurationCommandOutput,
|
|
1079
|
+
'ListConfigurationCommand'
|
|
1080
|
+
> {
|
|
1081
|
+
static readonly metaPath = '/ListConfiguration/2025-05-01/acep/post/application_json/';
|
|
1082
|
+
|
|
1083
|
+
constructor(input: ListConfigurationRequest) {
|
|
1084
|
+
super(input);
|
|
1085
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListConfigurationCommand.metaPath);
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
333
1088
|
/**
|
|
334
1089
|
* Command to ListCustomRoute
|
|
335
1090
|
*/
|
|
@@ -345,6 +1100,36 @@ export class ListCustomRouteCommand extends Command<
|
|
|
345
1100
|
this.requestConfig = buildRequestConfigFromMetaPath(ListCustomRouteCommand.metaPath);
|
|
346
1101
|
}
|
|
347
1102
|
}
|
|
1103
|
+
/**
|
|
1104
|
+
* Command to ListDc
|
|
1105
|
+
*/
|
|
1106
|
+
export class ListDcCommand extends Command<
|
|
1107
|
+
ListDcRequest,
|
|
1108
|
+
ListDcCommandOutput,
|
|
1109
|
+
'ListDcCommand'
|
|
1110
|
+
> {
|
|
1111
|
+
static readonly metaPath = '/ListDc/2025-05-01/acep/post/application_json/';
|
|
1112
|
+
|
|
1113
|
+
constructor(input: ListDcRequest) {
|
|
1114
|
+
super(input);
|
|
1115
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListDcCommand.metaPath);
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
|
+
/**
|
|
1119
|
+
* Command to ListImageResource
|
|
1120
|
+
*/
|
|
1121
|
+
export class ListImageResourceCommand extends Command<
|
|
1122
|
+
ListImageResourceRequest,
|
|
1123
|
+
ListImageResourceCommandOutput,
|
|
1124
|
+
'ListImageResourceCommand'
|
|
1125
|
+
> {
|
|
1126
|
+
static readonly metaPath = '/ListImageResource/2025-05-01/acep/post/application_json/';
|
|
1127
|
+
|
|
1128
|
+
constructor(input: ListImageResourceRequest) {
|
|
1129
|
+
super(input);
|
|
1130
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListImageResourceCommand.metaPath);
|
|
1131
|
+
}
|
|
1132
|
+
}
|
|
348
1133
|
/**
|
|
349
1134
|
* Command to ListPhoneTemplate
|
|
350
1135
|
*/
|
|
@@ -390,6 +1175,156 @@ export class MigratePodCommand extends Command<
|
|
|
390
1175
|
this.requestConfig = buildRequestConfigFromMetaPath(MigratePodCommand.metaPath);
|
|
391
1176
|
}
|
|
392
1177
|
}
|
|
1178
|
+
/**
|
|
1179
|
+
* Command to PodAdb
|
|
1180
|
+
*/
|
|
1181
|
+
export class PodAdbCommand extends Command<
|
|
1182
|
+
PodAdbRequest,
|
|
1183
|
+
PodAdbCommandOutput,
|
|
1184
|
+
'PodAdbCommand'
|
|
1185
|
+
> {
|
|
1186
|
+
static readonly metaPath = '/PodAdb/2025-05-01/acep/post/application_json/';
|
|
1187
|
+
|
|
1188
|
+
constructor(input: PodAdbRequest) {
|
|
1189
|
+
super(input);
|
|
1190
|
+
this.requestConfig = buildRequestConfigFromMetaPath(PodAdbCommand.metaPath);
|
|
1191
|
+
}
|
|
1192
|
+
}
|
|
1193
|
+
/**
|
|
1194
|
+
* Command to PodDataDelete
|
|
1195
|
+
*/
|
|
1196
|
+
export class PodDataDeleteCommand extends Command<
|
|
1197
|
+
PodDataDeleteRequest,
|
|
1198
|
+
PodDataDeleteCommandOutput,
|
|
1199
|
+
'PodDataDeleteCommand'
|
|
1200
|
+
> {
|
|
1201
|
+
static readonly metaPath = '/PodDataDelete/2025-05-01/acep/post/application_json/';
|
|
1202
|
+
|
|
1203
|
+
constructor(input: PodDataDeleteRequest) {
|
|
1204
|
+
super(input);
|
|
1205
|
+
this.requestConfig = buildRequestConfigFromMetaPath(PodDataDeleteCommand.metaPath);
|
|
1206
|
+
}
|
|
1207
|
+
}
|
|
1208
|
+
/**
|
|
1209
|
+
* Command to PodMute
|
|
1210
|
+
*/
|
|
1211
|
+
export class PodMuteCommand extends Command<
|
|
1212
|
+
PodMuteRequest,
|
|
1213
|
+
PodMuteCommandOutput,
|
|
1214
|
+
'PodMuteCommand'
|
|
1215
|
+
> {
|
|
1216
|
+
static readonly metaPath = '/PodMute/2025-05-01/acep/post/application_json/';
|
|
1217
|
+
|
|
1218
|
+
constructor(input: PodMuteRequest) {
|
|
1219
|
+
super(input);
|
|
1220
|
+
this.requestConfig = buildRequestConfigFromMetaPath(PodMuteCommand.metaPath);
|
|
1221
|
+
}
|
|
1222
|
+
}
|
|
1223
|
+
/**
|
|
1224
|
+
* Command to PodStop
|
|
1225
|
+
*/
|
|
1226
|
+
export class PodStopCommand extends Command<
|
|
1227
|
+
PodStopRequest,
|
|
1228
|
+
PodStopCommandOutput,
|
|
1229
|
+
'PodStopCommand'
|
|
1230
|
+
> {
|
|
1231
|
+
static readonly metaPath = '/PodStop/2025-05-01/acep/post/application_json/';
|
|
1232
|
+
|
|
1233
|
+
constructor(input: PodStopRequest) {
|
|
1234
|
+
super(input);
|
|
1235
|
+
this.requestConfig = buildRequestConfigFromMetaPath(PodStopCommand.metaPath);
|
|
1236
|
+
}
|
|
1237
|
+
}
|
|
1238
|
+
/**
|
|
1239
|
+
* Command to PowerOffPod
|
|
1240
|
+
*/
|
|
1241
|
+
export class PowerOffPodCommand extends Command<
|
|
1242
|
+
PowerOffPodRequest,
|
|
1243
|
+
PowerOffPodCommandOutput,
|
|
1244
|
+
'PowerOffPodCommand'
|
|
1245
|
+
> {
|
|
1246
|
+
static readonly metaPath = '/PowerOffPod/2025-05-01/acep/post/application_json/';
|
|
1247
|
+
|
|
1248
|
+
constructor(input: PowerOffPodRequest) {
|
|
1249
|
+
super(input);
|
|
1250
|
+
this.requestConfig = buildRequestConfigFromMetaPath(PowerOffPodCommand.metaPath);
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
1253
|
+
/**
|
|
1254
|
+
* Command to PowerOnPod
|
|
1255
|
+
*/
|
|
1256
|
+
export class PowerOnPodCommand extends Command<
|
|
1257
|
+
PowerOnPodRequest,
|
|
1258
|
+
PowerOnPodCommandOutput,
|
|
1259
|
+
'PowerOnPodCommand'
|
|
1260
|
+
> {
|
|
1261
|
+
static readonly metaPath = '/PowerOnPod/2025-05-01/acep/post/application_json/';
|
|
1262
|
+
|
|
1263
|
+
constructor(input: PowerOnPodRequest) {
|
|
1264
|
+
super(input);
|
|
1265
|
+
this.requestConfig = buildRequestConfigFromMetaPath(PowerOnPodCommand.metaPath);
|
|
1266
|
+
}
|
|
1267
|
+
}
|
|
1268
|
+
/**
|
|
1269
|
+
* Command to PullFile
|
|
1270
|
+
*/
|
|
1271
|
+
export class PullFileCommand extends Command<
|
|
1272
|
+
PullFileRequest,
|
|
1273
|
+
PullFileCommandOutput,
|
|
1274
|
+
'PullFileCommand'
|
|
1275
|
+
> {
|
|
1276
|
+
static readonly metaPath = '/PullFile/2025-05-01/acep/post/application_json/';
|
|
1277
|
+
|
|
1278
|
+
constructor(input: PullFileRequest) {
|
|
1279
|
+
super(input);
|
|
1280
|
+
this.requestConfig = buildRequestConfigFromMetaPath(PullFileCommand.metaPath);
|
|
1281
|
+
}
|
|
1282
|
+
}
|
|
1283
|
+
/**
|
|
1284
|
+
* Command to PushFile
|
|
1285
|
+
*/
|
|
1286
|
+
export class PushFileCommand extends Command<
|
|
1287
|
+
PushFileRequest,
|
|
1288
|
+
PushFileCommandOutput,
|
|
1289
|
+
'PushFileCommand'
|
|
1290
|
+
> {
|
|
1291
|
+
static readonly metaPath = '/PushFile/2025-05-01/acep/post/application_json/';
|
|
1292
|
+
|
|
1293
|
+
constructor(input: PushFileRequest) {
|
|
1294
|
+
super(input);
|
|
1295
|
+
this.requestConfig = buildRequestConfigFromMetaPath(PushFileCommand.metaPath);
|
|
1296
|
+
}
|
|
1297
|
+
}
|
|
1298
|
+
/**
|
|
1299
|
+
* Command to RebootHost
|
|
1300
|
+
*/
|
|
1301
|
+
export class RebootHostCommand extends Command<
|
|
1302
|
+
RebootHostRequest,
|
|
1303
|
+
RebootHostCommandOutput,
|
|
1304
|
+
'RebootHostCommand'
|
|
1305
|
+
> {
|
|
1306
|
+
static readonly metaPath = '/RebootHost/2025-05-01/acep/post/application_json/';
|
|
1307
|
+
|
|
1308
|
+
constructor(input: RebootHostRequest) {
|
|
1309
|
+
super(input);
|
|
1310
|
+
this.requestConfig = buildRequestConfigFromMetaPath(RebootHostCommand.metaPath);
|
|
1311
|
+
}
|
|
1312
|
+
}
|
|
1313
|
+
/**
|
|
1314
|
+
* Command to RebootPod
|
|
1315
|
+
*/
|
|
1316
|
+
export class RebootPodCommand extends Command<
|
|
1317
|
+
RebootPodRequest,
|
|
1318
|
+
RebootPodCommandOutput,
|
|
1319
|
+
'RebootPodCommand'
|
|
1320
|
+
> {
|
|
1321
|
+
static readonly metaPath = '/RebootPod/2025-05-01/acep/post/application_json/';
|
|
1322
|
+
|
|
1323
|
+
constructor(input: RebootPodRequest) {
|
|
1324
|
+
super(input);
|
|
1325
|
+
this.requestConfig = buildRequestConfigFromMetaPath(RebootPodCommand.metaPath);
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
393
1328
|
/**
|
|
394
1329
|
* Command to RemovePhoneTemplate
|
|
395
1330
|
*/
|
|
@@ -405,6 +1340,36 @@ export class RemovePhoneTemplateCommand extends Command<
|
|
|
405
1340
|
this.requestConfig = buildRequestConfigFromMetaPath(RemovePhoneTemplateCommand.metaPath);
|
|
406
1341
|
}
|
|
407
1342
|
}
|
|
1343
|
+
/**
|
|
1344
|
+
* Command to RenewResourceAuto
|
|
1345
|
+
*/
|
|
1346
|
+
export class RenewResourceAutoCommand extends Command<
|
|
1347
|
+
RenewResourceAutoRequest,
|
|
1348
|
+
RenewResourceAutoCommandOutput,
|
|
1349
|
+
'RenewResourceAutoCommand'
|
|
1350
|
+
> {
|
|
1351
|
+
static readonly metaPath = '/RenewResourceAuto/2025-05-01/acep/post/application_json/';
|
|
1352
|
+
|
|
1353
|
+
constructor(input: RenewResourceAutoRequest) {
|
|
1354
|
+
super(input);
|
|
1355
|
+
this.requestConfig = buildRequestConfigFromMetaPath(RenewResourceAutoCommand.metaPath);
|
|
1356
|
+
}
|
|
1357
|
+
}
|
|
1358
|
+
/**
|
|
1359
|
+
* Command to ResetHost
|
|
1360
|
+
*/
|
|
1361
|
+
export class ResetHostCommand extends Command<
|
|
1362
|
+
ResetHostRequest,
|
|
1363
|
+
ResetHostCommandOutput,
|
|
1364
|
+
'ResetHostCommand'
|
|
1365
|
+
> {
|
|
1366
|
+
static readonly metaPath = '/ResetHost/2025-05-01/acep/post/application_json/';
|
|
1367
|
+
|
|
1368
|
+
constructor(input: ResetHostRequest) {
|
|
1369
|
+
super(input);
|
|
1370
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ResetHostCommand.metaPath);
|
|
1371
|
+
}
|
|
1372
|
+
}
|
|
408
1373
|
/**
|
|
409
1374
|
* Command to ResetPod
|
|
410
1375
|
*/
|
|
@@ -450,6 +1415,51 @@ export class RestorePodCommand extends Command<
|
|
|
450
1415
|
this.requestConfig = buildRequestConfigFromMetaPath(RestorePodCommand.metaPath);
|
|
451
1416
|
}
|
|
452
1417
|
}
|
|
1418
|
+
/**
|
|
1419
|
+
* Command to RunCommand
|
|
1420
|
+
*/
|
|
1421
|
+
export class RunCommandCommand extends Command<
|
|
1422
|
+
RunCommandRequest,
|
|
1423
|
+
RunCommandCommandOutput,
|
|
1424
|
+
'RunCommandCommand'
|
|
1425
|
+
> {
|
|
1426
|
+
static readonly metaPath = '/RunCommand/2025-05-01/acep/post/application_json/';
|
|
1427
|
+
|
|
1428
|
+
constructor(input: RunCommandRequest) {
|
|
1429
|
+
super(input);
|
|
1430
|
+
this.requestConfig = buildRequestConfigFromMetaPath(RunCommandCommand.metaPath);
|
|
1431
|
+
}
|
|
1432
|
+
}
|
|
1433
|
+
/**
|
|
1434
|
+
* Command to RunSyncCommand
|
|
1435
|
+
*/
|
|
1436
|
+
export class RunSyncCommandCommand extends Command<
|
|
1437
|
+
RunSyncCommandRequest,
|
|
1438
|
+
RunSyncCommandCommandOutput,
|
|
1439
|
+
'RunSyncCommandCommand'
|
|
1440
|
+
> {
|
|
1441
|
+
static readonly metaPath = '/RunSyncCommand/2025-05-01/acep/post/application_json/';
|
|
1442
|
+
|
|
1443
|
+
constructor(input: RunSyncCommandRequest) {
|
|
1444
|
+
super(input);
|
|
1445
|
+
this.requestConfig = buildRequestConfigFromMetaPath(RunSyncCommandCommand.metaPath);
|
|
1446
|
+
}
|
|
1447
|
+
}
|
|
1448
|
+
/**
|
|
1449
|
+
* Command to SetProxy
|
|
1450
|
+
*/
|
|
1451
|
+
export class SetProxyCommand extends Command<
|
|
1452
|
+
SetProxyRequest,
|
|
1453
|
+
SetProxyCommandOutput,
|
|
1454
|
+
'SetProxyCommand'
|
|
1455
|
+
> {
|
|
1456
|
+
static readonly metaPath = '/SetProxy/2025-05-01/acep/post/application_json/';
|
|
1457
|
+
|
|
1458
|
+
constructor(input: SetProxyRequest) {
|
|
1459
|
+
super(input);
|
|
1460
|
+
this.requestConfig = buildRequestConfigFromMetaPath(SetProxyCommand.metaPath);
|
|
1461
|
+
}
|
|
1462
|
+
}
|
|
453
1463
|
/**
|
|
454
1464
|
* Command to StartRecording
|
|
455
1465
|
*/
|
|
@@ -510,6 +1520,96 @@ export class StopScreenShotCommand extends Command<
|
|
|
510
1520
|
this.requestConfig = buildRequestConfigFromMetaPath(StopScreenShotCommand.metaPath);
|
|
511
1521
|
}
|
|
512
1522
|
}
|
|
1523
|
+
/**
|
|
1524
|
+
* Command to SubscribeResourceAuto
|
|
1525
|
+
*/
|
|
1526
|
+
export class SubscribeResourceAutoCommand extends Command<
|
|
1527
|
+
SubscribeResourceAutoRequest,
|
|
1528
|
+
SubscribeResourceAutoCommandOutput,
|
|
1529
|
+
'SubscribeResourceAutoCommand'
|
|
1530
|
+
> {
|
|
1531
|
+
static readonly metaPath = '/SubscribeResourceAuto/2025-05-01/acep/post/application_json/';
|
|
1532
|
+
|
|
1533
|
+
constructor(input: SubscribeResourceAutoRequest) {
|
|
1534
|
+
super(input);
|
|
1535
|
+
this.requestConfig = buildRequestConfigFromMetaPath(SubscribeResourceAutoCommand.metaPath);
|
|
1536
|
+
}
|
|
1537
|
+
}
|
|
1538
|
+
/**
|
|
1539
|
+
* Command to UnbindPortMappingRule
|
|
1540
|
+
*/
|
|
1541
|
+
export class UnbindPortMappingRuleCommand extends Command<
|
|
1542
|
+
UnbindPortMappingRuleRequest,
|
|
1543
|
+
UnbindPortMappingRuleCommandOutput,
|
|
1544
|
+
'UnbindPortMappingRuleCommand'
|
|
1545
|
+
> {
|
|
1546
|
+
static readonly metaPath = '/UnbindPortMappingRule/2025-05-01/acep/post/application_json/';
|
|
1547
|
+
|
|
1548
|
+
constructor(input: UnbindPortMappingRuleRequest) {
|
|
1549
|
+
super(input);
|
|
1550
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UnbindPortMappingRuleCommand.metaPath);
|
|
1551
|
+
}
|
|
1552
|
+
}
|
|
1553
|
+
/**
|
|
1554
|
+
* Command to UninstallApp
|
|
1555
|
+
*/
|
|
1556
|
+
export class UninstallAppCommand extends Command<
|
|
1557
|
+
UninstallAppRequest,
|
|
1558
|
+
UninstallAppCommandOutput,
|
|
1559
|
+
'UninstallAppCommand'
|
|
1560
|
+
> {
|
|
1561
|
+
static readonly metaPath = '/UninstallApp/2025-05-01/acep/post/application_json/';
|
|
1562
|
+
|
|
1563
|
+
constructor(input: UninstallAppRequest) {
|
|
1564
|
+
super(input);
|
|
1565
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UninstallAppCommand.metaPath);
|
|
1566
|
+
}
|
|
1567
|
+
}
|
|
1568
|
+
/**
|
|
1569
|
+
* Command to UnsubscribeHostResource
|
|
1570
|
+
*/
|
|
1571
|
+
export class UnsubscribeHostResourceCommand extends Command<
|
|
1572
|
+
UnsubscribeHostResourceRequest,
|
|
1573
|
+
UnsubscribeHostResourceCommandOutput,
|
|
1574
|
+
'UnsubscribeHostResourceCommand'
|
|
1575
|
+
> {
|
|
1576
|
+
static readonly metaPath = '/UnsubscribeHostResource/2025-05-01/acep/post/application_json/';
|
|
1577
|
+
|
|
1578
|
+
constructor(input: UnsubscribeHostResourceRequest) {
|
|
1579
|
+
super(input);
|
|
1580
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UnsubscribeHostResourceCommand.metaPath);
|
|
1581
|
+
}
|
|
1582
|
+
}
|
|
1583
|
+
/**
|
|
1584
|
+
* Command to UpdateAOSPImage
|
|
1585
|
+
*/
|
|
1586
|
+
export class UpdateAOSPImageCommand extends Command<
|
|
1587
|
+
UpdateAOSPImageRequest,
|
|
1588
|
+
UpdateAOSPImageCommandOutput,
|
|
1589
|
+
'UpdateAOSPImageCommand'
|
|
1590
|
+
> {
|
|
1591
|
+
static readonly metaPath = '/UpdateAOSPImage/2025-05-01/acep/post/application_json/';
|
|
1592
|
+
|
|
1593
|
+
constructor(input: UpdateAOSPImageRequest) {
|
|
1594
|
+
super(input);
|
|
1595
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateAOSPImageCommand.metaPath);
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1598
|
+
/**
|
|
1599
|
+
* Command to UpdateApp
|
|
1600
|
+
*/
|
|
1601
|
+
export class UpdateAppCommand extends Command<
|
|
1602
|
+
UpdateAppRequest,
|
|
1603
|
+
UpdateAppCommandOutput,
|
|
1604
|
+
'UpdateAppCommand'
|
|
1605
|
+
> {
|
|
1606
|
+
static readonly metaPath = '/UpdateApp/2025-05-01/acep/post/application_json/';
|
|
1607
|
+
|
|
1608
|
+
constructor(input: UpdateAppRequest) {
|
|
1609
|
+
super(input);
|
|
1610
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateAppCommand.metaPath);
|
|
1611
|
+
}
|
|
1612
|
+
}
|
|
513
1613
|
/**
|
|
514
1614
|
* Command to UpdateCustomRoute
|
|
515
1615
|
*/
|
|
@@ -525,6 +1625,36 @@ export class UpdateCustomRouteCommand extends Command<
|
|
|
525
1625
|
this.requestConfig = buildRequestConfigFromMetaPath(UpdateCustomRouteCommand.metaPath);
|
|
526
1626
|
}
|
|
527
1627
|
}
|
|
1628
|
+
/**
|
|
1629
|
+
* Command to UpdateDNSRule
|
|
1630
|
+
*/
|
|
1631
|
+
export class UpdateDNSRuleCommand extends Command<
|
|
1632
|
+
UpdateDNSRuleRequest,
|
|
1633
|
+
UpdateDNSRuleCommandOutput,
|
|
1634
|
+
'UpdateDNSRuleCommand'
|
|
1635
|
+
> {
|
|
1636
|
+
static readonly metaPath = '/UpdateDNSRule/2025-05-01/acep/post/application_json/';
|
|
1637
|
+
|
|
1638
|
+
constructor(input: UpdateDNSRuleRequest) {
|
|
1639
|
+
super(input);
|
|
1640
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateDNSRuleCommand.metaPath);
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
/**
|
|
1644
|
+
* Command to UpdateHost
|
|
1645
|
+
*/
|
|
1646
|
+
export class UpdateHostCommand extends Command<
|
|
1647
|
+
UpdateHostRequest,
|
|
1648
|
+
UpdateHostCommandOutput,
|
|
1649
|
+
'UpdateHostCommand'
|
|
1650
|
+
> {
|
|
1651
|
+
static readonly metaPath = '/UpdateHost/2025-05-01/acep/post/application_json/';
|
|
1652
|
+
|
|
1653
|
+
constructor(input: UpdateHostRequest) {
|
|
1654
|
+
super(input);
|
|
1655
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateHostCommand.metaPath);
|
|
1656
|
+
}
|
|
1657
|
+
}
|
|
528
1658
|
/**
|
|
529
1659
|
* Command to UpdatePhoneTemplate
|
|
530
1660
|
*/
|
|
@@ -540,6 +1670,21 @@ export class UpdatePhoneTemplateCommand extends Command<
|
|
|
540
1670
|
this.requestConfig = buildRequestConfigFromMetaPath(UpdatePhoneTemplateCommand.metaPath);
|
|
541
1671
|
}
|
|
542
1672
|
}
|
|
1673
|
+
/**
|
|
1674
|
+
* Command to UpdatePod
|
|
1675
|
+
*/
|
|
1676
|
+
export class UpdatePodCommand extends Command<
|
|
1677
|
+
UpdatePodRequest,
|
|
1678
|
+
UpdatePodCommandOutput,
|
|
1679
|
+
'UpdatePodCommand'
|
|
1680
|
+
> {
|
|
1681
|
+
static readonly metaPath = '/UpdatePod/2025-05-01/acep/post/application_json/';
|
|
1682
|
+
|
|
1683
|
+
constructor(input: UpdatePodRequest) {
|
|
1684
|
+
super(input);
|
|
1685
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdatePodCommand.metaPath);
|
|
1686
|
+
}
|
|
1687
|
+
}
|
|
543
1688
|
/**
|
|
544
1689
|
* Command to UpdatePodProperty
|
|
545
1690
|
*/
|
|
@@ -555,36 +1700,163 @@ export class UpdatePodPropertyCommand extends Command<
|
|
|
555
1700
|
this.requestConfig = buildRequestConfigFromMetaPath(UpdatePodPropertyCommand.metaPath);
|
|
556
1701
|
}
|
|
557
1702
|
}
|
|
1703
|
+
/**
|
|
1704
|
+
* Command to UpdatePodResourceApplyNum
|
|
1705
|
+
*/
|
|
1706
|
+
export class UpdatePodResourceApplyNumCommand extends Command<
|
|
1707
|
+
UpdatePodResourceApplyNumRequest,
|
|
1708
|
+
UpdatePodResourceApplyNumCommandOutput,
|
|
1709
|
+
'UpdatePodResourceApplyNumCommand'
|
|
1710
|
+
> {
|
|
1711
|
+
static readonly metaPath = '/UpdatePodResourceApplyNum/2025-05-01/acep/post/application_json/';
|
|
1712
|
+
|
|
1713
|
+
constructor(input: UpdatePodResourceApplyNumRequest) {
|
|
1714
|
+
super(input);
|
|
1715
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdatePodResourceApplyNumCommand.metaPath);
|
|
1716
|
+
}
|
|
1717
|
+
}
|
|
1718
|
+
/**
|
|
1719
|
+
* Command to UpdateProductResource
|
|
1720
|
+
*/
|
|
1721
|
+
export class UpdateProductResourceCommand extends Command<
|
|
1722
|
+
UpdateProductResourceRequest,
|
|
1723
|
+
UpdateProductResourceCommandOutput,
|
|
1724
|
+
'UpdateProductResourceCommand'
|
|
1725
|
+
> {
|
|
1726
|
+
static readonly metaPath = '/UpdateProductResource/2025-05-01/acep/post/application_json/';
|
|
1727
|
+
|
|
1728
|
+
constructor(input: UpdateProductResourceRequest) {
|
|
1729
|
+
super(input);
|
|
1730
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateProductResourceCommand.metaPath);
|
|
1731
|
+
}
|
|
1732
|
+
}
|
|
1733
|
+
/**
|
|
1734
|
+
* Command to UpdateTag
|
|
1735
|
+
*/
|
|
1736
|
+
export class UpdateTagCommand extends Command<
|
|
1737
|
+
UpdateTagRequest,
|
|
1738
|
+
UpdateTagCommandOutput,
|
|
1739
|
+
'UpdateTagCommand'
|
|
1740
|
+
> {
|
|
1741
|
+
static readonly metaPath = '/UpdateTag/2025-05-01/acep/post/application_json/';
|
|
1742
|
+
|
|
1743
|
+
constructor(input: UpdateTagRequest) {
|
|
1744
|
+
super(input);
|
|
1745
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateTagCommand.metaPath);
|
|
1746
|
+
}
|
|
1747
|
+
}
|
|
1748
|
+
/**
|
|
1749
|
+
* Command to UploadApp
|
|
1750
|
+
*/
|
|
1751
|
+
export class UploadAppCommand extends Command<
|
|
1752
|
+
UploadAppRequest,
|
|
1753
|
+
UploadAppCommandOutput,
|
|
1754
|
+
'UploadAppCommand'
|
|
1755
|
+
> {
|
|
1756
|
+
static readonly metaPath = '/UploadApp/2025-05-01/acep/post/application_json/';
|
|
1757
|
+
|
|
1758
|
+
constructor(input: UploadAppRequest) {
|
|
1759
|
+
super(input);
|
|
1760
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UploadAppCommand.metaPath);
|
|
1761
|
+
}
|
|
1762
|
+
}
|
|
558
1763
|
|
|
559
1764
|
export default {
|
|
560
1765
|
ACEPClient,
|
|
561
1766
|
AddCustomRouteCommand,
|
|
562
1767
|
AddPhoneTemplateCommand,
|
|
1768
|
+
AttachTagCommand,
|
|
1769
|
+
AutoInstallAppCommand,
|
|
563
1770
|
BackupDataCommand,
|
|
564
1771
|
BackupPodCommand,
|
|
1772
|
+
BanUserCommand,
|
|
1773
|
+
BatchScreenShotCommand,
|
|
1774
|
+
BindPortMappingRuleCommand,
|
|
1775
|
+
BuildAOSPImageCommand,
|
|
565
1776
|
CancelBackupPodCommand,
|
|
566
1777
|
CancelRestorePodCommand,
|
|
1778
|
+
CloseAppCommand,
|
|
1779
|
+
CreateDNSRuleCommand,
|
|
1780
|
+
CreateDisplayLayoutMiniCommand,
|
|
1781
|
+
CreateImageOneStepCommand,
|
|
567
1782
|
CreatePodCommand,
|
|
568
1783
|
CreatePodOneStepCommand,
|
|
1784
|
+
CreatePortMappingRuleCommand,
|
|
1785
|
+
CreateTagCommand,
|
|
1786
|
+
DeleteAOSPImageCommand,
|
|
1787
|
+
DeleteAppCommand,
|
|
569
1788
|
DeleteBackupDataCommand,
|
|
570
1789
|
DeleteCustomRouteCommand,
|
|
1790
|
+
DeleteDNSRuleCommand,
|
|
1791
|
+
DeleteDisplayLayoutCommand,
|
|
1792
|
+
DeletePodCommand,
|
|
1793
|
+
DeleteTagCommand,
|
|
1794
|
+
DetailAppCommand,
|
|
1795
|
+
DetailDNSRuleCommand,
|
|
1796
|
+
DetailDisplayLayoutMiniCommand,
|
|
1797
|
+
DetailHostCommand,
|
|
1798
|
+
DetailPodCommand,
|
|
1799
|
+
DetailPortMappingRuleCommand,
|
|
1800
|
+
GetAppCrashLogCommand,
|
|
571
1801
|
GetDcBandwidthDailyPeakCommand,
|
|
1802
|
+
GetImagePreheatingCommand,
|
|
572
1803
|
GetPhoneTemplateCommand,
|
|
1804
|
+
GetPodAppListCommand,
|
|
1805
|
+
GetPodMetricCommand,
|
|
1806
|
+
GetPodPropertyCommand,
|
|
1807
|
+
GetProductResourceCommand,
|
|
1808
|
+
GetTaskInfoCommand,
|
|
1809
|
+
InstallAppCommand,
|
|
1810
|
+
InstallAppsCommand,
|
|
1811
|
+
LaunchAppCommand,
|
|
1812
|
+
LaunchAppsCommand,
|
|
1813
|
+
ListAOSPImageCommand,
|
|
573
1814
|
ListAppCommand,
|
|
574
1815
|
ListBackupDataCommand,
|
|
1816
|
+
ListConfigurationCommand,
|
|
575
1817
|
ListCustomRouteCommand,
|
|
1818
|
+
ListDcCommand,
|
|
1819
|
+
ListImageResourceCommand,
|
|
576
1820
|
ListPhoneTemplateCommand,
|
|
577
1821
|
ListPodCommand,
|
|
578
1822
|
MigratePodCommand,
|
|
1823
|
+
PodAdbCommand,
|
|
1824
|
+
PodDataDeleteCommand,
|
|
1825
|
+
PodMuteCommand,
|
|
1826
|
+
PodStopCommand,
|
|
1827
|
+
PowerOffPodCommand,
|
|
1828
|
+
PowerOnPodCommand,
|
|
1829
|
+
PullFileCommand,
|
|
1830
|
+
PushFileCommand,
|
|
1831
|
+
RebootHostCommand,
|
|
1832
|
+
RebootPodCommand,
|
|
579
1833
|
RemovePhoneTemplateCommand,
|
|
1834
|
+
RenewResourceAutoCommand,
|
|
1835
|
+
ResetHostCommand,
|
|
580
1836
|
ResetPodCommand,
|
|
581
1837
|
RestoreDataCommand,
|
|
582
1838
|
RestorePodCommand,
|
|
1839
|
+
RunCommandCommand,
|
|
1840
|
+
RunSyncCommandCommand,
|
|
1841
|
+
SetProxyCommand,
|
|
583
1842
|
StartRecordingCommand,
|
|
584
1843
|
StartScreenShotCommand,
|
|
585
1844
|
StopRecordingCommand,
|
|
586
1845
|
StopScreenShotCommand,
|
|
1846
|
+
SubscribeResourceAutoCommand,
|
|
1847
|
+
UnbindPortMappingRuleCommand,
|
|
1848
|
+
UninstallAppCommand,
|
|
1849
|
+
UnsubscribeHostResourceCommand,
|
|
1850
|
+
UpdateAOSPImageCommand,
|
|
1851
|
+
UpdateAppCommand,
|
|
587
1852
|
UpdateCustomRouteCommand,
|
|
1853
|
+
UpdateDNSRuleCommand,
|
|
1854
|
+
UpdateHostCommand,
|
|
588
1855
|
UpdatePhoneTemplateCommand,
|
|
1856
|
+
UpdatePodCommand,
|
|
589
1857
|
UpdatePodPropertyCommand,
|
|
1858
|
+
UpdatePodResourceApplyNumCommand,
|
|
1859
|
+
UpdateProductResourceCommand,
|
|
1860
|
+
UpdateTagCommand,
|
|
1861
|
+
UploadAppCommand,
|
|
590
1862
|
};
|