@volcengine/veiapi 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +19 -0
- package/LICENSE.txt +202 -0
- package/dist/cjs/index.js +575 -0
- package/dist/esm/api.d.ts +595 -0
- package/dist/esm/api.d.ts.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +385 -0
- package/dist/esm/types/add-iot-models-request.d.ts +31 -0
- package/dist/esm/types/add-iot-models-request.d.ts.map +1 -0
- package/dist/esm/types/add-iot-models-response.d.ts +20 -0
- package/dist/esm/types/add-iot-models-response.d.ts.map +1 -0
- package/dist/esm/types/apply-video-analysis-task-token-request.d.ts +40 -0
- package/dist/esm/types/apply-video-analysis-task-token-request.d.ts.map +1 -0
- package/dist/esm/types/apply-video-analysis-task-token-response.d.ts +65 -0
- package/dist/esm/types/apply-video-analysis-task-token-response.d.ts.map +1 -0
- package/dist/esm/types/audio-stream-for-commit-video-analysis-task-output.d.ts +75 -0
- package/dist/esm/types/audio-stream-for-commit-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/audio-stream-for-create-video-analysis-task-output.d.ts +75 -0
- package/dist/esm/types/audio-stream-for-create-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/audio-stream-for-get-video-analysis-task-media-meta-output.d.ts +75 -0
- package/dist/esm/types/audio-stream-for-get-video-analysis-task-media-meta-output.d.ts.map +1 -0
- package/dist/esm/types/audio-stream-for-get-video-analysis-task-output.d.ts +75 -0
- package/dist/esm/types/audio-stream-for-get-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/audio-stream-for-list-video-analysis-task-output.d.ts +75 -0
- package/dist/esm/types/audio-stream-for-list-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/audio-stream-for-start-video-stream-analysis-task-output.d.ts +75 -0
- package/dist/esm/types/audio-stream-for-start-video-stream-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/audio-stream-for-stop-video-stream-analysis-task-output.d.ts +75 -0
- package/dist/esm/types/audio-stream-for-stop-video-stream-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/audio-stream-for-update-video-analysis-task-output.d.ts +75 -0
- package/dist/esm/types/audio-stream-for-update-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/channel-info-for-create-channel-input.d.ts +52 -0
- package/dist/esm/types/channel-info-for-create-channel-input.d.ts.map +1 -0
- package/dist/esm/types/channel-info-for-update-channel-input.d.ts +52 -0
- package/dist/esm/types/channel-info-for-update-channel-input.d.ts.map +1 -0
- package/dist/esm/types/character-for-create-iot-llm-token-input.d.ts +25 -0
- package/dist/esm/types/character-for-create-iot-llm-token-input.d.ts.map +1 -0
- package/dist/esm/types/classifier-for-get-mediapipe-event-output.d.ts +30 -0
- package/dist/esm/types/classifier-for-get-mediapipe-event-output.d.ts.map +1 -0
- package/dist/esm/types/classifier-for-list-mediapipe-event-output.d.ts +30 -0
- package/dist/esm/types/classifier-for-list-mediapipe-event-output.d.ts.map +1 -0
- package/dist/esm/types/commit-video-analysis-task-request.d.ts +35 -0
- package/dist/esm/types/commit-video-analysis-task-request.d.ts.map +1 -0
- package/dist/esm/types/commit-video-analysis-task-response.d.ts +178 -0
- package/dist/esm/types/commit-video-analysis-task-response.d.ts.map +1 -0
- package/dist/esm/types/config-for-update-deployment-input.d.ts +35 -0
- package/dist/esm/types/config-for-update-deployment-input.d.ts.map +1 -0
- package/dist/esm/types/configmap-for-update-deployment-input.d.ts +25 -0
- package/dist/esm/types/configmap-for-update-deployment-input.d.ts.map +1 -0
- package/dist/esm/types/container-for-update-deployment-input.d.ts +101 -0
- package/dist/esm/types/container-for-update-deployment-input.d.ts.map +1 -0
- package/dist/esm/types/create-aigateway-model-request.d.ts +65 -0
- package/dist/esm/types/create-aigateway-model-request.d.ts.map +1 -0
- package/dist/esm/types/create-aigateway-model-response.d.ts +20 -0
- package/dist/esm/types/create-aigateway-model-response.d.ts.map +1 -0
- package/dist/esm/types/create-channel-request.d.ts +26 -0
- package/dist/esm/types/create-channel-request.d.ts.map +1 -0
- package/dist/esm/types/create-channel-response.d.ts +20 -0
- package/dist/esm/types/create-channel-response.d.ts.map +1 -0
- package/dist/esm/types/create-iot-llm-token-request.d.ts +77 -0
- package/dist/esm/types/create-iot-llm-token-request.d.ts.map +1 -0
- package/dist/esm/types/create-iot-llm-token-response.d.ts +26 -0
- package/dist/esm/types/create-iot-llm-token-response.d.ts.map +1 -0
- package/dist/esm/types/create-model-service-request.d.ts +169 -0
- package/dist/esm/types/create-model-service-request.d.ts.map +1 -0
- package/dist/esm/types/create-model-service-response.d.ts +30 -0
- package/dist/esm/types/create-model-service-response.d.ts.map +1 -0
- package/dist/esm/types/create-node-group-request.d.ts +41 -0
- package/dist/esm/types/create-node-group-request.d.ts.map +1 -0
- package/dist/esm/types/create-node-group-response.d.ts +20 -0
- package/dist/esm/types/create-node-group-response.d.ts.map +1 -0
- package/dist/esm/types/create-snin-one-step-request.d.ts +35 -0
- package/dist/esm/types/create-snin-one-step-request.d.ts.map +1 -0
- package/dist/esm/types/create-snin-one-step-response.d.ts +30 -0
- package/dist/esm/types/create-snin-one-step-response.d.ts.map +1 -0
- package/dist/esm/types/create-video-analysis-task-request.d.ts +132 -0
- package/dist/esm/types/create-video-analysis-task-request.d.ts.map +1 -0
- package/dist/esm/types/create-video-analysis-task-response.d.ts +178 -0
- package/dist/esm/types/create-video-analysis-task-response.d.ts.map +1 -0
- package/dist/esm/types/crop-config-for-commit-video-analysis-task-output.d.ts +107 -0
- package/dist/esm/types/crop-config-for-commit-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/crop-config-for-create-video-analysis-task-input.d.ts +107 -0
- package/dist/esm/types/crop-config-for-create-video-analysis-task-input.d.ts.map +1 -0
- package/dist/esm/types/crop-config-for-create-video-analysis-task-output.d.ts +107 -0
- package/dist/esm/types/crop-config-for-create-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/crop-config-for-get-video-analysis-task-output.d.ts +107 -0
- package/dist/esm/types/crop-config-for-get-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/crop-config-for-list-video-analysis-task-output.d.ts +107 -0
- package/dist/esm/types/crop-config-for-list-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/crop-config-for-start-video-stream-analysis-task-output.d.ts +107 -0
- package/dist/esm/types/crop-config-for-start-video-stream-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/crop-config-for-stop-video-stream-analysis-task-output.d.ts +107 -0
- package/dist/esm/types/crop-config-for-stop-video-stream-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/crop-config-for-update-video-analysis-task-input.d.ts +107 -0
- package/dist/esm/types/crop-config-for-update-video-analysis-task-input.d.ts.map +1 -0
- package/dist/esm/types/crop-config-for-update-video-analysis-task-output.d.ts +107 -0
- package/dist/esm/types/crop-config-for-update-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/delete-iot-llm-tokens-request.d.ts +25 -0
- package/dist/esm/types/delete-iot-llm-tokens-request.d.ts.map +1 -0
- package/dist/esm/types/delete-iot-llm-tokens-response.d.ts +20 -0
- package/dist/esm/types/delete-iot-llm-tokens-response.d.ts.map +1 -0
- package/dist/esm/types/delete-iot-models-request.d.ts +30 -0
- package/dist/esm/types/delete-iot-models-request.d.ts.map +1 -0
- package/dist/esm/types/delete-iot-models-response.d.ts +20 -0
- package/dist/esm/types/delete-iot-models-response.d.ts.map +1 -0
- package/dist/esm/types/delete-node-group-request.d.ts +25 -0
- package/dist/esm/types/delete-node-group-request.d.ts.map +1 -0
- package/dist/esm/types/delete-node-group-response.d.ts +20 -0
- package/dist/esm/types/delete-node-group-response.d.ts.map +1 -0
- package/dist/esm/types/delete-video-analysis-task-data-request.d.ts +25 -0
- package/dist/esm/types/delete-video-analysis-task-data-request.d.ts.map +1 -0
- package/dist/esm/types/delete-video-analysis-task-data-response.d.ts +20 -0
- package/dist/esm/types/delete-video-analysis-task-data-response.d.ts.map +1 -0
- package/dist/esm/types/delete-video-analysis-task-request.d.ts +25 -0
- package/dist/esm/types/delete-video-analysis-task-request.d.ts.map +1 -0
- package/dist/esm/types/delete-video-analysis-task-response.d.ts +20 -0
- package/dist/esm/types/delete-video-analysis-task-response.d.ts.map +1 -0
- package/dist/esm/types/deploy-config-for-create-model-service-input.d.ts +32 -0
- package/dist/esm/types/deploy-config-for-create-model-service-input.d.ts.map +1 -0
- package/dist/esm/types/deployment-for-update-deployment-input.d.ts +42 -0
- package/dist/esm/types/deployment-for-update-deployment-input.d.ts.map +1 -0
- package/dist/esm/types/device-continuous-move-request.d.ts +45 -0
- package/dist/esm/types/device-continuous-move-request.d.ts.map +1 -0
- package/dist/esm/types/device-continuous-move-response.d.ts +25 -0
- package/dist/esm/types/device-continuous-move-response.d.ts.map +1 -0
- package/dist/esm/types/duration-for-create-iot-llm-token-input.d.ts +25 -0
- package/dist/esm/types/duration-for-create-iot-llm-token-input.d.ts.map +1 -0
- package/dist/esm/types/edge-call-request.d.ts +50 -0
- package/dist/esm/types/edge-call-request.d.ts.map +1 -0
- package/dist/esm/types/edge-call-response.d.ts +56 -0
- package/dist/esm/types/edge-call-response.d.ts.map +1 -0
- package/dist/esm/types/empty-dir-for-update-deployment-input.d.ts +25 -0
- package/dist/esm/types/empty-dir-for-update-deployment-input.d.ts.map +1 -0
- package/dist/esm/types/env-for-update-deployment-input.d.ts +35 -0
- package/dist/esm/types/env-for-update-deployment-input.d.ts.map +1 -0
- package/dist/esm/types/fill-color-for-commit-video-analysis-task-output.d.ts +35 -0
- package/dist/esm/types/fill-color-for-commit-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/fill-color-for-create-video-analysis-task-input.d.ts +35 -0
- package/dist/esm/types/fill-color-for-create-video-analysis-task-input.d.ts.map +1 -0
- package/dist/esm/types/fill-color-for-create-video-analysis-task-output.d.ts +35 -0
- package/dist/esm/types/fill-color-for-create-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/fill-color-for-get-video-analysis-task-output.d.ts +35 -0
- package/dist/esm/types/fill-color-for-get-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/fill-color-for-list-video-analysis-task-output.d.ts +35 -0
- package/dist/esm/types/fill-color-for-list-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/fill-color-for-start-video-stream-analysis-task-output.d.ts +35 -0
- package/dist/esm/types/fill-color-for-start-video-stream-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/fill-color-for-stop-video-stream-analysis-task-output.d.ts +35 -0
- package/dist/esm/types/fill-color-for-stop-video-stream-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/fill-color-for-update-video-analysis-task-input.d.ts +35 -0
- package/dist/esm/types/fill-color-for-update-video-analysis-task-input.d.ts.map +1 -0
- package/dist/esm/types/fill-color-for-update-video-analysis-task-output.d.ts +35 -0
- package/dist/esm/types/fill-color-for-update-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/filter-for-list-iot-models-input.d.ts +30 -0
- package/dist/esm/types/filter-for-list-iot-models-input.d.ts.map +1 -0
- package/dist/esm/types/filter-for-list-llmodels-v2-input.d.ts +45 -0
- package/dist/esm/types/filter-for-list-llmodels-v2-input.d.ts.map +1 -0
- package/dist/esm/types/format-for-commit-video-analysis-task-output.d.ts +65 -0
- package/dist/esm/types/format-for-commit-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/format-for-create-video-analysis-task-output.d.ts +65 -0
- package/dist/esm/types/format-for-create-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/format-for-get-video-analysis-task-media-meta-output.d.ts +65 -0
- package/dist/esm/types/format-for-get-video-analysis-task-media-meta-output.d.ts.map +1 -0
- package/dist/esm/types/format-for-get-video-analysis-task-output.d.ts +65 -0
- package/dist/esm/types/format-for-get-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/format-for-list-video-analysis-task-output.d.ts +65 -0
- package/dist/esm/types/format-for-list-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/format-for-start-video-stream-analysis-task-output.d.ts +65 -0
- package/dist/esm/types/format-for-start-video-stream-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/format-for-stop-video-stream-analysis-task-output.d.ts +65 -0
- package/dist/esm/types/format-for-stop-video-stream-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/format-for-update-video-analysis-task-output.d.ts +65 -0
- package/dist/esm/types/format-for-update-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/get-last-device-property-value-request.d.ts +35 -0
- package/dist/esm/types/get-last-device-property-value-request.d.ts.map +1 -0
- package/dist/esm/types/get-last-device-property-value-response.d.ts +26 -0
- package/dist/esm/types/get-last-device-property-value-response.d.ts.map +1 -0
- package/dist/esm/types/get-log-rule-request.d.ts +30 -0
- package/dist/esm/types/get-log-rule-request.d.ts.map +1 -0
- package/dist/esm/types/get-log-rule-response.d.ts +70 -0
- package/dist/esm/types/get-log-rule-response.d.ts.map +1 -0
- package/dist/esm/types/get-mediapipe-event-request.d.ts +25 -0
- package/dist/esm/types/get-mediapipe-event-request.d.ts.map +1 -0
- package/dist/esm/types/get-mediapipe-event-response.d.ts +76 -0
- package/dist/esm/types/get-mediapipe-event-response.d.ts.map +1 -0
- package/dist/esm/types/get-node-group-request.d.ts +25 -0
- package/dist/esm/types/get-node-group-request.d.ts.map +1 -0
- package/dist/esm/types/get-node-group-response.d.ts +26 -0
- package/dist/esm/types/get-node-group-response.d.ts.map +1 -0
- package/dist/esm/types/get-video-analysis-statistics-request.d.ts +20 -0
- package/dist/esm/types/get-video-analysis-statistics-request.d.ts.map +1 -0
- package/dist/esm/types/get-video-analysis-statistics-response.d.ts +95 -0
- package/dist/esm/types/get-video-analysis-statistics-response.d.ts.map +1 -0
- package/dist/esm/types/get-video-analysis-task-data-request.d.ts +35 -0
- package/dist/esm/types/get-video-analysis-task-data-request.d.ts.map +1 -0
- package/dist/esm/types/get-video-analysis-task-data-response.d.ts +88 -0
- package/dist/esm/types/get-video-analysis-task-data-response.d.ts.map +1 -0
- package/dist/esm/types/get-video-analysis-task-media-meta-request.d.ts +25 -0
- package/dist/esm/types/get-video-analysis-task-media-meta-request.d.ts.map +1 -0
- package/dist/esm/types/get-video-analysis-task-media-meta-response.d.ts +38 -0
- package/dist/esm/types/get-video-analysis-task-media-meta-response.d.ts.map +1 -0
- package/dist/esm/types/get-video-analysis-task-request.d.ts +25 -0
- package/dist/esm/types/get-video-analysis-task-request.d.ts.map +1 -0
- package/dist/esm/types/get-video-analysis-task-response.d.ts +178 -0
- package/dist/esm/types/get-video-analysis-task-response.d.ts.map +1 -0
- package/dist/esm/types/get-video-first-frame-request.d.ts +25 -0
- package/dist/esm/types/get-video-first-frame-request.d.ts.map +1 -0
- package/dist/esm/types/get-video-first-frame-response.d.ts +25 -0
- package/dist/esm/types/get-video-first-frame-response.d.ts.map +1 -0
- package/dist/esm/types/host-path-for-update-deployment-input.d.ts +30 -0
- package/dist/esm/types/host-path-for-update-deployment-input.d.ts.map +1 -0
- package/dist/esm/types/image-meta-for-get-video-analysis-task-data-output.d.ts +20 -0
- package/dist/esm/types/image-meta-for-get-video-analysis-task-data-output.d.ts.map +1 -0
- package/dist/esm/types/image-meta-for-list-video-analysis-task-data-output.d.ts +20 -0
- package/dist/esm/types/image-meta-for-list-video-analysis-task-data-output.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +287 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/iot-filter-for-list-llmodels-v2-input.d.ts +25 -0
- package/dist/esm/types/iot-filter-for-list-llmodels-v2-input.d.ts.map +1 -0
- package/dist/esm/types/item-for-get-last-device-property-value-output.d.ts +40 -0
- package/dist/esm/types/item-for-get-last-device-property-value-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-list-deployment-output.d.ts +92 -0
- package/dist/esm/types/item-for-list-deployment-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-list-device-output.d.ts +85 -0
- package/dist/esm/types/item-for-list-device-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-list-hcinew-output.d.ts +91 -0
- package/dist/esm/types/item-for-list-hcinew-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-list-llmodels-v2-output.d.ts +72 -0
- package/dist/esm/types/item-for-list-llmodels-v2-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-list-mediapipe-event-output.d.ts +61 -0
- package/dist/esm/types/item-for-list-mediapipe-event-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-list-mediapipe-instance-output.d.ts +20 -0
- package/dist/esm/types/item-for-list-mediapipe-instance-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-list-model-output.d.ts +20 -0
- package/dist/esm/types/item-for-list-model-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-list-model-service-output.d.ts +20 -0
- package/dist/esm/types/item-for-list-model-service-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-list-project-output.d.ts +56 -0
- package/dist/esm/types/item-for-list-project-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-list-video-analysis-task-data-output.d.ts +88 -0
- package/dist/esm/types/item-for-list-video-analysis-task-data-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-list-video-analysis-task-object-classes-output.d.ts +30 -0
- package/dist/esm/types/item-for-list-video-analysis-task-object-classes-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-list-video-analysis-task-output.d.ts +202 -0
- package/dist/esm/types/item-for-list-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/list-deployment-request.d.ts +70 -0
- package/dist/esm/types/list-deployment-request.d.ts.map +1 -0
- package/dist/esm/types/list-deployment-response.d.ts +32 -0
- package/dist/esm/types/list-deployment-response.d.ts.map +1 -0
- package/dist/esm/types/list-device-request.d.ts +76 -0
- package/dist/esm/types/list-device-request.d.ts.map +1 -0
- package/dist/esm/types/list-device-response.d.ts +38 -0
- package/dist/esm/types/list-device-response.d.ts.map +1 -0
- package/dist/esm/types/list-hcinew-request.d.ts +101 -0
- package/dist/esm/types/list-hcinew-request.d.ts.map +1 -0
- package/dist/esm/types/list-hcinew-response.d.ts +32 -0
- package/dist/esm/types/list-hcinew-response.d.ts.map +1 -0
- package/dist/esm/types/list-iot-models-request.d.ts +41 -0
- package/dist/esm/types/list-iot-models-request.d.ts.map +1 -0
- package/dist/esm/types/list-iot-models-response.d.ts +32 -0
- package/dist/esm/types/list-iot-models-response.d.ts.map +1 -0
- package/dist/esm/types/list-llmodels-v2-request.d.ts +42 -0
- package/dist/esm/types/list-llmodels-v2-request.d.ts.map +1 -0
- package/dist/esm/types/list-llmodels-v2-response.d.ts +32 -0
- package/dist/esm/types/list-llmodels-v2-response.d.ts.map +1 -0
- package/dist/esm/types/list-mediapipe-event-request.d.ts +80 -0
- package/dist/esm/types/list-mediapipe-event-request.d.ts.map +1 -0
- package/dist/esm/types/list-mediapipe-event-response.d.ts +32 -0
- package/dist/esm/types/list-mediapipe-event-response.d.ts.map +1 -0
- package/dist/esm/types/list-mediapipe-instance-request.d.ts +60 -0
- package/dist/esm/types/list-mediapipe-instance-request.d.ts.map +1 -0
- package/dist/esm/types/list-mediapipe-instance-response.d.ts +32 -0
- package/dist/esm/types/list-mediapipe-instance-response.d.ts.map +1 -0
- package/dist/esm/types/list-model-request.d.ts +63 -0
- package/dist/esm/types/list-model-request.d.ts.map +1 -0
- package/dist/esm/types/list-model-response.d.ts +37 -0
- package/dist/esm/types/list-model-response.d.ts.map +1 -0
- package/dist/esm/types/list-model-service-request.d.ts +55 -0
- package/dist/esm/types/list-model-service-request.d.ts.map +1 -0
- package/dist/esm/types/list-model-service-response.d.ts +32 -0
- package/dist/esm/types/list-model-service-response.d.ts.map +1 -0
- package/dist/esm/types/list-node-group-request.d.ts +25 -0
- package/dist/esm/types/list-node-group-request.d.ts.map +1 -0
- package/dist/esm/types/list-node-group-response.d.ts +26 -0
- package/dist/esm/types/list-node-group-response.d.ts.map +1 -0
- package/dist/esm/types/list-project-request.d.ts +66 -0
- package/dist/esm/types/list-project-request.d.ts.map +1 -0
- package/dist/esm/types/list-project-response.d.ts +37 -0
- package/dist/esm/types/list-project-response.d.ts.map +1 -0
- package/dist/esm/types/list-video-analysis-task-data-request.d.ts +45 -0
- package/dist/esm/types/list-video-analysis-task-data-request.d.ts.map +1 -0
- package/dist/esm/types/list-video-analysis-task-data-response.d.ts +32 -0
- package/dist/esm/types/list-video-analysis-task-data-response.d.ts.map +1 -0
- package/dist/esm/types/list-video-analysis-task-object-classes-request.d.ts +30 -0
- package/dist/esm/types/list-video-analysis-task-object-classes-request.d.ts.map +1 -0
- package/dist/esm/types/list-video-analysis-task-object-classes-response.d.ts +32 -0
- package/dist/esm/types/list-video-analysis-task-object-classes-response.d.ts.map +1 -0
- package/dist/esm/types/list-video-analysis-task-request.d.ts +79 -0
- package/dist/esm/types/list-video-analysis-task-request.d.ts.map +1 -0
- package/dist/esm/types/list-video-analysis-task-response.d.ts +32 -0
- package/dist/esm/types/list-video-analysis-task-response.d.ts.map +1 -0
- package/dist/esm/types/media-meta-info-for-commit-video-analysis-task-output.d.ts +38 -0
- package/dist/esm/types/media-meta-info-for-commit-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/media-meta-info-for-create-video-analysis-task-output.d.ts +38 -0
- package/dist/esm/types/media-meta-info-for-create-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/media-meta-info-for-get-video-analysis-task-output.d.ts +38 -0
- package/dist/esm/types/media-meta-info-for-get-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/media-meta-info-for-list-video-analysis-task-output.d.ts +38 -0
- package/dist/esm/types/media-meta-info-for-list-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/media-meta-info-for-start-video-stream-analysis-task-output.d.ts +38 -0
- package/dist/esm/types/media-meta-info-for-start-video-stream-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/media-meta-info-for-stop-video-stream-analysis-task-output.d.ts +38 -0
- package/dist/esm/types/media-meta-info-for-stop-video-stream-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/media-meta-info-for-update-video-analysis-task-output.d.ts +38 -0
- package/dist/esm/types/media-meta-info-for-update-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/meta-for-get-node-group-output.d.ts +35 -0
- package/dist/esm/types/meta-for-get-node-group-output.d.ts.map +1 -0
- package/dist/esm/types/meta-for-list-node-group-output.d.ts +35 -0
- package/dist/esm/types/meta-for-list-node-group-output.d.ts.map +1 -0
- package/dist/esm/types/model-for-add-iot-models-input.d.ts +72 -0
- package/dist/esm/types/model-for-add-iot-models-input.d.ts.map +1 -0
- package/dist/esm/types/model-for-create-channel-input.d.ts +72 -0
- package/dist/esm/types/model-for-create-channel-input.d.ts.map +1 -0
- package/dist/esm/types/model-for-list-iot-models-output.d.ts +72 -0
- package/dist/esm/types/model-for-list-iot-models-output.d.ts.map +1 -0
- package/dist/esm/types/model-for-update-channel-input.d.ts +72 -0
- package/dist/esm/types/model-for-update-channel-input.d.ts.map +1 -0
- package/dist/esm/types/model-response-for-get-video-analysis-task-data-output.d.ts +20 -0
- package/dist/esm/types/model-response-for-get-video-analysis-task-data-output.d.ts.map +1 -0
- package/dist/esm/types/model-response-for-list-video-analysis-task-data-output.d.ts +20 -0
- package/dist/esm/types/model-response-for-list-video-analysis-task-data-output.d.ts.map +1 -0
- package/dist/esm/types/model-result-for-get-video-analysis-task-data-output.d.ts +85 -0
- package/dist/esm/types/model-result-for-get-video-analysis-task-data-output.d.ts.map +1 -0
- package/dist/esm/types/model-result-for-list-video-analysis-task-data-output.d.ts +85 -0
- package/dist/esm/types/model-result-for-list-video-analysis-task-data-output.d.ts.map +1 -0
- package/dist/esm/types/node-for-create-model-service-input.d.ts +30 -0
- package/dist/esm/types/node-for-create-model-service-input.d.ts.map +1 -0
- package/dist/esm/types/node-group-for-create-model-service-input.d.ts +30 -0
- package/dist/esm/types/node-group-for-create-model-service-input.d.ts.map +1 -0
- package/dist/esm/types/node-group-for-get-node-group-output.d.ts +74 -0
- package/dist/esm/types/node-group-for-get-node-group-output.d.ts.map +1 -0
- package/dist/esm/types/node-group-for-list-node-group-output.d.ts +74 -0
- package/dist/esm/types/node-group-for-list-node-group-output.d.ts.map +1 -0
- package/dist/esm/types/node-info-for-get-node-group-output.d.ts +35 -0
- package/dist/esm/types/node-info-for-get-node-group-output.d.ts.map +1 -0
- package/dist/esm/types/node-info-for-list-node-group-output.d.ts +35 -0
- package/dist/esm/types/node-info-for-list-node-group-output.d.ts.map +1 -0
- package/dist/esm/types/node-status-overview-for-get-node-group-output.d.ts +30 -0
- package/dist/esm/types/node-status-overview-for-get-node-group-output.d.ts.map +1 -0
- package/dist/esm/types/node-status-overview-for-list-node-group-output.d.ts +30 -0
- package/dist/esm/types/node-status-overview-for-list-node-group-output.d.ts.map +1 -0
- package/dist/esm/types/obj-bbox-for-get-mediapipe-event-output.d.ts +61 -0
- package/dist/esm/types/obj-bbox-for-get-mediapipe-event-output.d.ts.map +1 -0
- package/dist/esm/types/open-ai-api-for-create-model-service-input.d.ts +30 -0
- package/dist/esm/types/open-ai-api-for-create-model-service-input.d.ts.map +1 -0
- package/dist/esm/types/ota-status-for-list-hcinew-output.d.ts +45 -0
- package/dist/esm/types/ota-status-for-list-hcinew-output.d.ts.map +1 -0
- package/dist/esm/types/output-for-edge-call-output.d.ts +41 -0
- package/dist/esm/types/output-for-edge-call-output.d.ts.map +1 -0
- package/dist/esm/types/overview-for-list-device-output.d.ts +45 -0
- package/dist/esm/types/overview-for-list-device-output.d.ts.map +1 -0
- package/dist/esm/types/pageinator-for-list-deployment-output.d.ts +40 -0
- package/dist/esm/types/pageinator-for-list-deployment-output.d.ts.map +1 -0
- package/dist/esm/types/pageinator-for-list-device-output.d.ts +40 -0
- package/dist/esm/types/pageinator-for-list-device-output.d.ts.map +1 -0
- package/dist/esm/types/pageinator-for-list-hcinew-output.d.ts +40 -0
- package/dist/esm/types/pageinator-for-list-hcinew-output.d.ts.map +1 -0
- package/dist/esm/types/pageinator-for-list-iot-models-output.d.ts +40 -0
- package/dist/esm/types/pageinator-for-list-iot-models-output.d.ts.map +1 -0
- package/dist/esm/types/pageinator-for-list-llmodels-v2-output.d.ts +40 -0
- package/dist/esm/types/pageinator-for-list-llmodels-v2-output.d.ts.map +1 -0
- package/dist/esm/types/pageinator-for-list-mediapipe-event-output.d.ts +40 -0
- package/dist/esm/types/pageinator-for-list-mediapipe-event-output.d.ts.map +1 -0
- package/dist/esm/types/pageinator-for-list-mediapipe-instance-output.d.ts +40 -0
- package/dist/esm/types/pageinator-for-list-mediapipe-instance-output.d.ts.map +1 -0
- package/dist/esm/types/pageinator-for-list-model-output.d.ts +40 -0
- package/dist/esm/types/pageinator-for-list-model-output.d.ts.map +1 -0
- package/dist/esm/types/pageinator-for-list-model-service-output.d.ts +40 -0
- package/dist/esm/types/pageinator-for-list-model-service-output.d.ts.map +1 -0
- package/dist/esm/types/pageinator-for-list-project-output.d.ts +40 -0
- package/dist/esm/types/pageinator-for-list-project-output.d.ts.map +1 -0
- package/dist/esm/types/paginator-for-list-video-analysis-task-data-output.d.ts +40 -0
- package/dist/esm/types/paginator-for-list-video-analysis-task-data-output.d.ts.map +1 -0
- package/dist/esm/types/paginator-for-list-video-analysis-task-object-classes-output.d.ts +40 -0
- package/dist/esm/types/paginator-for-list-video-analysis-task-object-classes-output.d.ts.map +1 -0
- package/dist/esm/types/paginator-for-list-video-analysis-task-output.d.ts +40 -0
- package/dist/esm/types/paginator-for-list-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/point-for-commit-video-analysis-task-output.d.ts +30 -0
- package/dist/esm/types/point-for-commit-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/point-for-create-video-analysis-task-input.d.ts +30 -0
- package/dist/esm/types/point-for-create-video-analysis-task-input.d.ts.map +1 -0
- package/dist/esm/types/point-for-create-video-analysis-task-output.d.ts +30 -0
- package/dist/esm/types/point-for-create-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/point-for-get-video-analysis-task-output.d.ts +30 -0
- package/dist/esm/types/point-for-get-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/point-for-list-video-analysis-task-output.d.ts +30 -0
- package/dist/esm/types/point-for-list-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/point-for-start-video-stream-analysis-task-output.d.ts +30 -0
- package/dist/esm/types/point-for-start-video-stream-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/point-for-stop-video-stream-analysis-task-output.d.ts +30 -0
- package/dist/esm/types/point-for-stop-video-stream-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/point-for-update-video-analysis-task-input.d.ts +30 -0
- package/dist/esm/types/point-for-update-video-analysis-task-input.d.ts.map +1 -0
- package/dist/esm/types/point-for-update-video-analysis-task-output.d.ts +30 -0
- package/dist/esm/types/point-for-update-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/port-for-update-deployment-input.d.ts +35 -0
- package/dist/esm/types/port-for-update-deployment-input.d.ts.map +1 -0
- package/dist/esm/types/properties-for-create-aigateway-model-input.d.ts +26 -0
- package/dist/esm/types/properties-for-create-aigateway-model-input.d.ts.map +1 -0
- package/dist/esm/types/properties-for-update-aigateway-model-input.d.ts +26 -0
- package/dist/esm/types/properties-for-update-aigateway-model-input.d.ts.map +1 -0
- package/dist/esm/types/provider-for-add-iot-models-input.d.ts +35 -0
- package/dist/esm/types/provider-for-add-iot-models-input.d.ts.map +1 -0
- package/dist/esm/types/provider-for-create-aigateway-model-input.d.ts +35 -0
- package/dist/esm/types/provider-for-create-aigateway-model-input.d.ts.map +1 -0
- package/dist/esm/types/provider-for-create-channel-input.d.ts +35 -0
- package/dist/esm/types/provider-for-create-channel-input.d.ts.map +1 -0
- package/dist/esm/types/provider-for-list-iot-models-output.d.ts +35 -0
- package/dist/esm/types/provider-for-list-iot-models-output.d.ts.map +1 -0
- package/dist/esm/types/provider-for-list-llmodels-v2-output.d.ts +35 -0
- package/dist/esm/types/provider-for-list-llmodels-v2-output.d.ts.map +1 -0
- package/dist/esm/types/provider-for-update-channel-input.d.ts +35 -0
- package/dist/esm/types/provider-for-update-channel-input.d.ts.map +1 -0
- package/dist/esm/types/proxy-for-create-channel-input.d.ts +30 -0
- package/dist/esm/types/proxy-for-create-channel-input.d.ts.map +1 -0
- package/dist/esm/types/proxy-for-update-channel-input.d.ts +30 -0
- package/dist/esm/types/proxy-for-update-channel-input.d.ts.map +1 -0
- package/dist/esm/types/pvc-for-update-deployment-input.d.ts +25 -0
- package/dist/esm/types/pvc-for-update-deployment-input.d.ts.map +1 -0
- package/dist/esm/types/quota-for-create-iot-llm-token-input.d.ts +44 -0
- package/dist/esm/types/quota-for-create-iot-llm-token-input.d.ts.map +1 -0
- package/dist/esm/types/reading-for-edge-call-output.d.ts +40 -0
- package/dist/esm/types/reading-for-edge-call-output.d.ts.map +1 -0
- package/dist/esm/types/related-template-for-list-deployment-output.d.ts +40 -0
- package/dist/esm/types/related-template-for-list-deployment-output.d.ts.map +1 -0
- package/dist/esm/types/request-for-create-iot-llm-token-input.d.ts +25 -0
- package/dist/esm/types/request-for-create-iot-llm-token-input.d.ts.map +1 -0
- package/dist/esm/types/resources-for-update-deployment-input.d.ts +50 -0
- package/dist/esm/types/resources-for-update-deployment-input.d.ts.map +1 -0
- package/dist/esm/types/roi-polygon-for-commit-video-analysis-task-output.d.ts +26 -0
- package/dist/esm/types/roi-polygon-for-commit-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/roi-polygon-for-create-video-analysis-task-input.d.ts +26 -0
- package/dist/esm/types/roi-polygon-for-create-video-analysis-task-input.d.ts.map +1 -0
- package/dist/esm/types/roi-polygon-for-create-video-analysis-task-output.d.ts +26 -0
- package/dist/esm/types/roi-polygon-for-create-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/roi-polygon-for-get-video-analysis-task-output.d.ts +26 -0
- package/dist/esm/types/roi-polygon-for-get-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/roi-polygon-for-list-video-analysis-task-output.d.ts +26 -0
- package/dist/esm/types/roi-polygon-for-list-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/roi-polygon-for-start-video-stream-analysis-task-output.d.ts +26 -0
- package/dist/esm/types/roi-polygon-for-start-video-stream-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/roi-polygon-for-stop-video-stream-analysis-task-output.d.ts +26 -0
- package/dist/esm/types/roi-polygon-for-stop-video-stream-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/roi-polygon-for-update-video-analysis-task-input.d.ts +26 -0
- package/dist/esm/types/roi-polygon-for-update-video-analysis-task-input.d.ts.map +1 -0
- package/dist/esm/types/roi-polygon-for-update-video-analysis-task-output.d.ts +26 -0
- package/dist/esm/types/roi-polygon-for-update-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/rolling-for-update-deployment-input.d.ts +30 -0
- package/dist/esm/types/rolling-for-update-deployment-input.d.ts.map +1 -0
- package/dist/esm/types/secret-for-update-deployment-input.d.ts +25 -0
- package/dist/esm/types/secret-for-update-deployment-input.d.ts.map +1 -0
- package/dist/esm/types/service-config-for-create-model-service-input.d.ts +65 -0
- package/dist/esm/types/service-config-for-create-model-service-input.d.ts.map +1 -0
- package/dist/esm/types/shared-memory-for-create-model-service-input.d.ts +30 -0
- package/dist/esm/types/shared-memory-for-create-model-service-input.d.ts.map +1 -0
- package/dist/esm/types/start-video-stream-analysis-task-request.d.ts +25 -0
- package/dist/esm/types/start-video-stream-analysis-task-request.d.ts.map +1 -0
- package/dist/esm/types/start-video-stream-analysis-task-response.d.ts +178 -0
- package/dist/esm/types/start-video-stream-analysis-task-response.d.ts.map +1 -0
- package/dist/esm/types/status-for-list-deployment-output.d.ts +40 -0
- package/dist/esm/types/status-for-list-deployment-output.d.ts.map +1 -0
- package/dist/esm/types/stop-video-stream-analysis-task-request.d.ts +25 -0
- package/dist/esm/types/stop-video-stream-analysis-task-request.d.ts.map +1 -0
- package/dist/esm/types/stop-video-stream-analysis-task-response.d.ts +178 -0
- package/dist/esm/types/stop-video-stream-analysis-task-response.d.ts.map +1 -0
- package/dist/esm/types/strategy-for-update-deployment-input.d.ts +31 -0
- package/dist/esm/types/strategy-for-update-deployment-input.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-list-project-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-list-project-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-create-iot-llm-token-input.d.ts +30 -0
- package/dist/esm/types/tag-for-create-iot-llm-token-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-create-node-group-input.d.ts +30 -0
- package/dist/esm/types/tag-for-create-node-group-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-list-device-input.d.ts +35 -0
- package/dist/esm/types/tag-for-list-device-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-list-hcinew-input.d.ts +30 -0
- package/dist/esm/types/tag-for-list-hcinew-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-list-project-output.d.ts +30 -0
- package/dist/esm/types/tag-for-list-project-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-tag-resources-input.d.ts +30 -0
- package/dist/esm/types/tag-for-tag-resources-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-update-hciinput.d.ts +30 -0
- package/dist/esm/types/tag-for-update-hciinput.d.ts.map +1 -0
- package/dist/esm/types/tag-for-update-node-group-input.d.ts +30 -0
- package/dist/esm/types/tag-for-update-node-group-input.d.ts.map +1 -0
- package/dist/esm/types/tag-resources-request.d.ts +36 -0
- package/dist/esm/types/tag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/tag-resources-response.d.ts +20 -0
- package/dist/esm/types/tag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/tags-for-get-node-group-output.d.ts +30 -0
- package/dist/esm/types/tags-for-get-node-group-output.d.ts.map +1 -0
- package/dist/esm/types/tags-for-list-node-group-output.d.ts +30 -0
- package/dist/esm/types/tags-for-list-node-group-output.d.ts.map +1 -0
- package/dist/esm/types/template-for-update-deployment-input.d.ts +42 -0
- package/dist/esm/types/template-for-update-deployment-input.d.ts.map +1 -0
- package/dist/esm/types/token-for-create-iot-llm-token-input.d.ts +35 -0
- package/dist/esm/types/token-for-create-iot-llm-token-input.d.ts.map +1 -0
- package/dist/esm/types/token-for-create-iot-llm-token-output.d.ts +35 -0
- package/dist/esm/types/token-for-create-iot-llm-token-output.d.ts.map +1 -0
- package/dist/esm/types/tts-for-create-aigateway-model-input.d.ts +35 -0
- package/dist/esm/types/tts-for-create-aigateway-model-input.d.ts.map +1 -0
- package/dist/esm/types/tts-for-update-aigateway-model-input.d.ts +35 -0
- package/dist/esm/types/tts-for-update-aigateway-model-input.d.ts.map +1 -0
- package/dist/esm/types/untag-resources-request.d.ts +35 -0
- package/dist/esm/types/untag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/untag-resources-response.d.ts +20 -0
- package/dist/esm/types/untag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/update-aigateway-model-request.d.ts +36 -0
- package/dist/esm/types/update-aigateway-model-request.d.ts.map +1 -0
- package/dist/esm/types/update-aigateway-model-response.d.ts +20 -0
- package/dist/esm/types/update-aigateway-model-response.d.ts.map +1 -0
- package/dist/esm/types/update-channel-request.d.ts +26 -0
- package/dist/esm/types/update-channel-request.d.ts.map +1 -0
- package/dist/esm/types/update-channel-response.d.ts +20 -0
- package/dist/esm/types/update-channel-response.d.ts.map +1 -0
- package/dist/esm/types/update-deployment-request.d.ts +41 -0
- package/dist/esm/types/update-deployment-request.d.ts.map +1 -0
- package/dist/esm/types/update-deployment-response.d.ts +30 -0
- package/dist/esm/types/update-deployment-response.d.ts.map +1 -0
- package/dist/esm/types/update-hcirequest.d.ts +51 -0
- package/dist/esm/types/update-hcirequest.d.ts.map +1 -0
- package/dist/esm/types/update-hciresponse.d.ts +20 -0
- package/dist/esm/types/update-hciresponse.d.ts.map +1 -0
- package/dist/esm/types/update-log-rule-request.d.ts +55 -0
- package/dist/esm/types/update-log-rule-request.d.ts.map +1 -0
- package/dist/esm/types/update-log-rule-response.d.ts +20 -0
- package/dist/esm/types/update-log-rule-response.d.ts.map +1 -0
- package/dist/esm/types/update-log-status-request.d.ts +35 -0
- package/dist/esm/types/update-log-status-request.d.ts.map +1 -0
- package/dist/esm/types/update-log-status-response.d.ts +20 -0
- package/dist/esm/types/update-log-status-response.d.ts.map +1 -0
- package/dist/esm/types/update-node-group-request.d.ts +56 -0
- package/dist/esm/types/update-node-group-request.d.ts.map +1 -0
- package/dist/esm/types/update-node-group-response.d.ts +20 -0
- package/dist/esm/types/update-node-group-response.d.ts.map +1 -0
- package/dist/esm/types/update-video-analysis-task-request.d.ts +112 -0
- package/dist/esm/types/update-video-analysis-task-request.d.ts.map +1 -0
- package/dist/esm/types/update-video-analysis-task-response.d.ts +178 -0
- package/dist/esm/types/update-video-analysis-task-response.d.ts.map +1 -0
- package/dist/esm/types/usage-for-add-iot-models-input.d.ts +65 -0
- package/dist/esm/types/usage-for-add-iot-models-input.d.ts.map +1 -0
- package/dist/esm/types/usage-for-create-channel-input.d.ts +65 -0
- package/dist/esm/types/usage-for-create-channel-input.d.ts.map +1 -0
- package/dist/esm/types/usage-for-list-iot-models-output.d.ts +65 -0
- package/dist/esm/types/usage-for-list-iot-models-output.d.ts.map +1 -0
- package/dist/esm/types/usage-for-list-llmodels-v2-output.d.ts +65 -0
- package/dist/esm/types/usage-for-list-llmodels-v2-output.d.ts.map +1 -0
- package/dist/esm/types/usage-for-update-channel-input.d.ts +65 -0
- package/dist/esm/types/usage-for-update-channel-input.d.ts.map +1 -0
- package/dist/esm/types/video-stream-for-commit-video-analysis-task-output.d.ts +110 -0
- package/dist/esm/types/video-stream-for-commit-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/video-stream-for-create-video-analysis-task-output.d.ts +110 -0
- package/dist/esm/types/video-stream-for-create-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/video-stream-for-get-video-analysis-task-media-meta-output.d.ts +110 -0
- package/dist/esm/types/video-stream-for-get-video-analysis-task-media-meta-output.d.ts.map +1 -0
- package/dist/esm/types/video-stream-for-get-video-analysis-task-output.d.ts +110 -0
- package/dist/esm/types/video-stream-for-get-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/video-stream-for-list-video-analysis-task-output.d.ts +110 -0
- package/dist/esm/types/video-stream-for-list-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/video-stream-for-start-video-stream-analysis-task-output.d.ts +110 -0
- package/dist/esm/types/video-stream-for-start-video-stream-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/video-stream-for-stop-video-stream-analysis-task-output.d.ts +110 -0
- package/dist/esm/types/video-stream-for-stop-video-stream-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/video-stream-for-update-video-analysis-task-output.d.ts +110 -0
- package/dist/esm/types/video-stream-for-update-video-analysis-task-output.d.ts.map +1 -0
- package/dist/esm/types/volume-device-for-update-deployment-input.d.ts +30 -0
- package/dist/esm/types/volume-device-for-update-deployment-input.d.ts.map +1 -0
- package/dist/esm/types/volume-for-update-deployment-input.d.ts +60 -0
- package/dist/esm/types/volume-for-update-deployment-input.d.ts.map +1 -0
- package/dist/esm/types/volume-mount-for-update-deployment-input.d.ts +40 -0
- package/dist/esm/types/volume-mount-for-update-deployment-input.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +37 -0
- package/rslib.config.ts +26 -0
- package/src/api.ts +1027 -0
- package/src/index.ts +14 -0
- package/src/types/add-iot-models-request.ts +35 -0
- package/src/types/add-iot-models-response.ts +22 -0
- package/src/types/apply-video-analysis-task-token-request.ts +46 -0
- package/src/types/apply-video-analysis-task-token-response.ts +76 -0
- package/src/types/audio-stream-for-commit-video-analysis-task-output.ts +88 -0
- package/src/types/audio-stream-for-create-video-analysis-task-output.ts +88 -0
- package/src/types/audio-stream-for-get-video-analysis-task-media-meta-output.ts +88 -0
- package/src/types/audio-stream-for-get-video-analysis-task-output.ts +88 -0
- package/src/types/audio-stream-for-list-video-analysis-task-output.ts +88 -0
- package/src/types/audio-stream-for-start-video-stream-analysis-task-output.ts +88 -0
- package/src/types/audio-stream-for-stop-video-stream-analysis-task-output.ts +88 -0
- package/src/types/audio-stream-for-update-video-analysis-task-output.ts +88 -0
- package/src/types/channel-info-for-create-channel-input.ts +60 -0
- package/src/types/channel-info-for-update-channel-input.ts +60 -0
- package/src/types/character-for-create-iot-llm-token-input.ts +28 -0
- package/src/types/classifier-for-get-mediapipe-event-output.ts +34 -0
- package/src/types/classifier-for-list-mediapipe-event-output.ts +34 -0
- package/src/types/commit-video-analysis-task-request.ts +40 -0
- package/src/types/commit-video-analysis-task-response.ts +211 -0
- package/src/types/config-for-update-deployment-input.ts +40 -0
- package/src/types/configmap-for-update-deployment-input.ts +28 -0
- package/src/types/container-for-update-deployment-input.ts +118 -0
- package/src/types/create-aigateway-model-request.ts +76 -0
- package/src/types/create-aigateway-model-response.ts +22 -0
- package/src/types/create-channel-request.ts +29 -0
- package/src/types/create-channel-response.ts +22 -0
- package/src/types/create-iot-llm-token-request.ts +90 -0
- package/src/types/create-iot-llm-token-response.ts +29 -0
- package/src/types/create-model-service-request.ts +200 -0
- package/src/types/create-model-service-response.ts +34 -0
- package/src/types/create-node-group-request.ts +47 -0
- package/src/types/create-node-group-response.ts +22 -0
- package/src/types/create-snin-one-step-request.ts +40 -0
- package/src/types/create-snin-one-step-response.ts +34 -0
- package/src/types/create-video-analysis-task-request.ts +156 -0
- package/src/types/create-video-analysis-task-response.ts +211 -0
- package/src/types/crop-config-for-commit-video-analysis-task-output.ts +126 -0
- package/src/types/crop-config-for-create-video-analysis-task-input.ts +126 -0
- package/src/types/crop-config-for-create-video-analysis-task-output.ts +126 -0
- package/src/types/crop-config-for-get-video-analysis-task-output.ts +126 -0
- package/src/types/crop-config-for-list-video-analysis-task-output.ts +126 -0
- package/src/types/crop-config-for-start-video-stream-analysis-task-output.ts +126 -0
- package/src/types/crop-config-for-stop-video-stream-analysis-task-output.ts +126 -0
- package/src/types/crop-config-for-update-video-analysis-task-input.ts +126 -0
- package/src/types/crop-config-for-update-video-analysis-task-output.ts +126 -0
- package/src/types/delete-iot-llm-tokens-request.ts +28 -0
- package/src/types/delete-iot-llm-tokens-response.ts +22 -0
- package/src/types/delete-iot-models-request.ts +34 -0
- package/src/types/delete-iot-models-response.ts +22 -0
- package/src/types/delete-node-group-request.ts +28 -0
- package/src/types/delete-node-group-response.ts +22 -0
- package/src/types/delete-video-analysis-task-data-request.ts +28 -0
- package/src/types/delete-video-analysis-task-data-response.ts +22 -0
- package/src/types/delete-video-analysis-task-request.ts +28 -0
- package/src/types/delete-video-analysis-task-response.ts +22 -0
- package/src/types/deploy-config-for-create-model-service-input.ts +36 -0
- package/src/types/deployment-for-update-deployment-input.ts +48 -0
- package/src/types/device-continuous-move-request.ts +52 -0
- package/src/types/device-continuous-move-response.ts +28 -0
- package/src/types/duration-for-create-iot-llm-token-input.ts +28 -0
- package/src/types/edge-call-request.ts +58 -0
- package/src/types/edge-call-response.ts +65 -0
- package/src/types/empty-dir-for-update-deployment-input.ts +28 -0
- package/src/types/env-for-update-deployment-input.ts +40 -0
- package/src/types/fill-color-for-commit-video-analysis-task-output.ts +40 -0
- package/src/types/fill-color-for-create-video-analysis-task-input.ts +40 -0
- package/src/types/fill-color-for-create-video-analysis-task-output.ts +40 -0
- package/src/types/fill-color-for-get-video-analysis-task-output.ts +40 -0
- package/src/types/fill-color-for-list-video-analysis-task-output.ts +40 -0
- package/src/types/fill-color-for-start-video-stream-analysis-task-output.ts +40 -0
- package/src/types/fill-color-for-stop-video-stream-analysis-task-output.ts +40 -0
- package/src/types/fill-color-for-update-video-analysis-task-input.ts +40 -0
- package/src/types/fill-color-for-update-video-analysis-task-output.ts +40 -0
- package/src/types/filter-for-list-iot-models-input.ts +34 -0
- package/src/types/filter-for-list-llmodels-v2-input.ts +52 -0
- package/src/types/format-for-commit-video-analysis-task-output.ts +76 -0
- package/src/types/format-for-create-video-analysis-task-output.ts +76 -0
- package/src/types/format-for-get-video-analysis-task-media-meta-output.ts +76 -0
- package/src/types/format-for-get-video-analysis-task-output.ts +76 -0
- package/src/types/format-for-list-video-analysis-task-output.ts +76 -0
- package/src/types/format-for-start-video-stream-analysis-task-output.ts +76 -0
- package/src/types/format-for-stop-video-stream-analysis-task-output.ts +76 -0
- package/src/types/format-for-update-video-analysis-task-output.ts +76 -0
- package/src/types/get-last-device-property-value-request.ts +40 -0
- package/src/types/get-last-device-property-value-response.ts +29 -0
- package/src/types/get-log-rule-request.ts +34 -0
- package/src/types/get-log-rule-response.ts +82 -0
- package/src/types/get-mediapipe-event-request.ts +28 -0
- package/src/types/get-mediapipe-event-response.ts +89 -0
- package/src/types/get-node-group-request.ts +28 -0
- package/src/types/get-node-group-response.ts +29 -0
- package/src/types/get-video-analysis-statistics-request.ts +22 -0
- package/src/types/get-video-analysis-statistics-response.ts +112 -0
- package/src/types/get-video-analysis-task-data-request.ts +40 -0
- package/src/types/get-video-analysis-task-data-response.ts +103 -0
- package/src/types/get-video-analysis-task-media-meta-request.ts +28 -0
- package/src/types/get-video-analysis-task-media-meta-response.ts +43 -0
- package/src/types/get-video-analysis-task-request.ts +28 -0
- package/src/types/get-video-analysis-task-response.ts +211 -0
- package/src/types/get-video-first-frame-request.ts +28 -0
- package/src/types/get-video-first-frame-response.ts +28 -0
- package/src/types/host-path-for-update-deployment-input.ts +34 -0
- package/src/types/image-meta-for-get-video-analysis-task-data-output.ts +22 -0
- package/src/types/image-meta-for-list-video-analysis-task-data-output.ts +22 -0
- package/src/types/index.ts +286 -0
- package/src/types/iot-filter-for-list-llmodels-v2-input.ts +28 -0
- package/src/types/item-for-get-last-device-property-value-output.ts +46 -0
- package/src/types/item-for-list-deployment-output.ts +108 -0
- package/src/types/item-for-list-device-output.ts +100 -0
- package/src/types/item-for-list-hcinew-output.ts +107 -0
- package/src/types/item-for-list-llmodels-v2-output.ts +84 -0
- package/src/types/item-for-list-mediapipe-event-output.ts +71 -0
- package/src/types/item-for-list-mediapipe-instance-output.ts +22 -0
- package/src/types/item-for-list-model-output.ts +22 -0
- package/src/types/item-for-list-model-service-output.ts +22 -0
- package/src/types/item-for-list-project-output.ts +65 -0
- package/src/types/item-for-list-video-analysis-task-data-output.ts +103 -0
- package/src/types/item-for-list-video-analysis-task-object-classes-output.ts +34 -0
- package/src/types/item-for-list-video-analysis-task-output.ts +237 -0
- package/src/types/list-deployment-request.ts +82 -0
- package/src/types/list-deployment-response.ts +36 -0
- package/src/types/list-device-request.ts +89 -0
- package/src/types/list-device-response.ts +43 -0
- package/src/types/list-hcinew-request.ts +119 -0
- package/src/types/list-hcinew-response.ts +36 -0
- package/src/types/list-iot-models-request.ts +47 -0
- package/src/types/list-iot-models-response.ts +36 -0
- package/src/types/list-llmodels-v2-request.ts +48 -0
- package/src/types/list-llmodels-v2-response.ts +36 -0
- package/src/types/list-mediapipe-event-request.ts +94 -0
- package/src/types/list-mediapipe-event-response.ts +36 -0
- package/src/types/list-mediapipe-instance-request.ts +70 -0
- package/src/types/list-mediapipe-instance-response.ts +36 -0
- package/src/types/list-model-request.ts +74 -0
- package/src/types/list-model-response.ts +42 -0
- package/src/types/list-model-service-request.ts +64 -0
- package/src/types/list-model-service-response.ts +36 -0
- package/src/types/list-node-group-request.ts +28 -0
- package/src/types/list-node-group-response.ts +29 -0
- package/src/types/list-project-request.ts +77 -0
- package/src/types/list-project-response.ts +42 -0
- package/src/types/list-video-analysis-task-data-request.ts +52 -0
- package/src/types/list-video-analysis-task-data-response.ts +36 -0
- package/src/types/list-video-analysis-task-object-classes-request.ts +34 -0
- package/src/types/list-video-analysis-task-object-classes-response.ts +36 -0
- package/src/types/list-video-analysis-task-request.ts +90 -0
- package/src/types/list-video-analysis-task-response.ts +36 -0
- package/src/types/media-meta-info-for-commit-video-analysis-task-output.ts +43 -0
- package/src/types/media-meta-info-for-create-video-analysis-task-output.ts +43 -0
- package/src/types/media-meta-info-for-get-video-analysis-task-output.ts +43 -0
- package/src/types/media-meta-info-for-list-video-analysis-task-output.ts +43 -0
- package/src/types/media-meta-info-for-start-video-stream-analysis-task-output.ts +43 -0
- package/src/types/media-meta-info-for-stop-video-stream-analysis-task-output.ts +43 -0
- package/src/types/media-meta-info-for-update-video-analysis-task-output.ts +43 -0
- package/src/types/meta-for-get-node-group-output.ts +40 -0
- package/src/types/meta-for-list-node-group-output.ts +40 -0
- package/src/types/model-for-add-iot-models-input.ts +84 -0
- package/src/types/model-for-create-channel-input.ts +84 -0
- package/src/types/model-for-list-iot-models-output.ts +84 -0
- package/src/types/model-for-update-channel-input.ts +84 -0
- package/src/types/model-response-for-get-video-analysis-task-data-output.ts +22 -0
- package/src/types/model-response-for-list-video-analysis-task-data-output.ts +22 -0
- package/src/types/model-result-for-get-video-analysis-task-data-output.ts +100 -0
- package/src/types/model-result-for-list-video-analysis-task-data-output.ts +100 -0
- package/src/types/node-for-create-model-service-input.ts +34 -0
- package/src/types/node-group-for-create-model-service-input.ts +34 -0
- package/src/types/node-group-for-get-node-group-output.ts +86 -0
- package/src/types/node-group-for-list-node-group-output.ts +86 -0
- package/src/types/node-info-for-get-node-group-output.ts +40 -0
- package/src/types/node-info-for-list-node-group-output.ts +40 -0
- package/src/types/node-status-overview-for-get-node-group-output.ts +34 -0
- package/src/types/node-status-overview-for-list-node-group-output.ts +34 -0
- package/src/types/obj-bbox-for-get-mediapipe-event-output.ts +71 -0
- package/src/types/open-ai-api-for-create-model-service-input.ts +34 -0
- package/src/types/ota-status-for-list-hcinew-output.ts +52 -0
- package/src/types/output-for-edge-call-output.ts +47 -0
- package/src/types/overview-for-list-device-output.ts +52 -0
- package/src/types/pageinator-for-list-deployment-output.ts +46 -0
- package/src/types/pageinator-for-list-device-output.ts +46 -0
- package/src/types/pageinator-for-list-hcinew-output.ts +46 -0
- package/src/types/pageinator-for-list-iot-models-output.ts +46 -0
- package/src/types/pageinator-for-list-llmodels-v2-output.ts +46 -0
- package/src/types/pageinator-for-list-mediapipe-event-output.ts +46 -0
- package/src/types/pageinator-for-list-mediapipe-instance-output.ts +46 -0
- package/src/types/pageinator-for-list-model-output.ts +46 -0
- package/src/types/pageinator-for-list-model-service-output.ts +46 -0
- package/src/types/pageinator-for-list-project-output.ts +46 -0
- package/src/types/paginator-for-list-video-analysis-task-data-output.ts +46 -0
- package/src/types/paginator-for-list-video-analysis-task-object-classes-output.ts +46 -0
- package/src/types/paginator-for-list-video-analysis-task-output.ts +46 -0
- package/src/types/point-for-commit-video-analysis-task-output.ts +34 -0
- package/src/types/point-for-create-video-analysis-task-input.ts +34 -0
- package/src/types/point-for-create-video-analysis-task-output.ts +34 -0
- package/src/types/point-for-get-video-analysis-task-output.ts +34 -0
- package/src/types/point-for-list-video-analysis-task-output.ts +34 -0
- package/src/types/point-for-start-video-stream-analysis-task-output.ts +34 -0
- package/src/types/point-for-stop-video-stream-analysis-task-output.ts +34 -0
- package/src/types/point-for-update-video-analysis-task-input.ts +34 -0
- package/src/types/point-for-update-video-analysis-task-output.ts +34 -0
- package/src/types/port-for-update-deployment-input.ts +40 -0
- package/src/types/properties-for-create-aigateway-model-input.ts +29 -0
- package/src/types/properties-for-update-aigateway-model-input.ts +29 -0
- package/src/types/provider-for-add-iot-models-input.ts +40 -0
- package/src/types/provider-for-create-aigateway-model-input.ts +40 -0
- package/src/types/provider-for-create-channel-input.ts +40 -0
- package/src/types/provider-for-list-iot-models-output.ts +40 -0
- package/src/types/provider-for-list-llmodels-v2-output.ts +40 -0
- package/src/types/provider-for-update-channel-input.ts +40 -0
- package/src/types/proxy-for-create-channel-input.ts +34 -0
- package/src/types/proxy-for-update-channel-input.ts +34 -0
- package/src/types/pvc-for-update-deployment-input.ts +28 -0
- package/src/types/quota-for-create-iot-llm-token-input.ts +50 -0
- package/src/types/reading-for-edge-call-output.ts +46 -0
- package/src/types/related-template-for-list-deployment-output.ts +46 -0
- package/src/types/request-for-create-iot-llm-token-input.ts +28 -0
- package/src/types/resources-for-update-deployment-input.ts +58 -0
- package/src/types/roi-polygon-for-commit-video-analysis-task-output.ts +29 -0
- package/src/types/roi-polygon-for-create-video-analysis-task-input.ts +29 -0
- package/src/types/roi-polygon-for-create-video-analysis-task-output.ts +29 -0
- package/src/types/roi-polygon-for-get-video-analysis-task-output.ts +29 -0
- package/src/types/roi-polygon-for-list-video-analysis-task-output.ts +29 -0
- package/src/types/roi-polygon-for-start-video-stream-analysis-task-output.ts +29 -0
- package/src/types/roi-polygon-for-stop-video-stream-analysis-task-output.ts +29 -0
- package/src/types/roi-polygon-for-update-video-analysis-task-input.ts +29 -0
- package/src/types/roi-polygon-for-update-video-analysis-task-output.ts +29 -0
- package/src/types/rolling-for-update-deployment-input.ts +34 -0
- package/src/types/secret-for-update-deployment-input.ts +28 -0
- package/src/types/service-config-for-create-model-service-input.ts +76 -0
- package/src/types/shared-memory-for-create-model-service-input.ts +34 -0
- package/src/types/start-video-stream-analysis-task-request.ts +28 -0
- package/src/types/start-video-stream-analysis-task-response.ts +211 -0
- package/src/types/status-for-list-deployment-output.ts +46 -0
- package/src/types/stop-video-stream-analysis-task-request.ts +28 -0
- package/src/types/stop-video-stream-analysis-task-response.ts +211 -0
- package/src/types/strategy-for-update-deployment-input.ts +35 -0
- package/src/types/tag-filter-for-list-project-input.ts +34 -0
- package/src/types/tag-for-create-iot-llm-token-input.ts +34 -0
- package/src/types/tag-for-create-node-group-input.ts +34 -0
- package/src/types/tag-for-list-device-input.ts +40 -0
- package/src/types/tag-for-list-hcinew-input.ts +34 -0
- package/src/types/tag-for-list-project-output.ts +34 -0
- package/src/types/tag-for-tag-resources-input.ts +34 -0
- package/src/types/tag-for-update-hciinput.ts +34 -0
- package/src/types/tag-for-update-node-group-input.ts +34 -0
- package/src/types/tag-resources-request.ts +41 -0
- package/src/types/tag-resources-response.ts +22 -0
- package/src/types/tags-for-get-node-group-output.ts +34 -0
- package/src/types/tags-for-list-node-group-output.ts +34 -0
- package/src/types/template-for-update-deployment-input.ts +48 -0
- package/src/types/token-for-create-iot-llm-token-input.ts +40 -0
- package/src/types/token-for-create-iot-llm-token-output.ts +40 -0
- package/src/types/tts-for-create-aigateway-model-input.ts +40 -0
- package/src/types/tts-for-update-aigateway-model-input.ts +40 -0
- package/src/types/untag-resources-request.ts +40 -0
- package/src/types/untag-resources-response.ts +22 -0
- package/src/types/update-aigateway-model-request.ts +41 -0
- package/src/types/update-aigateway-model-response.ts +22 -0
- package/src/types/update-channel-request.ts +29 -0
- package/src/types/update-channel-response.ts +22 -0
- package/src/types/update-deployment-request.ts +47 -0
- package/src/types/update-deployment-response.ts +34 -0
- package/src/types/update-hcirequest.ts +59 -0
- package/src/types/update-hciresponse.ts +22 -0
- package/src/types/update-log-rule-request.ts +64 -0
- package/src/types/update-log-rule-response.ts +22 -0
- package/src/types/update-log-status-request.ts +40 -0
- package/src/types/update-log-status-response.ts +22 -0
- package/src/types/update-node-group-request.ts +65 -0
- package/src/types/update-node-group-response.ts +22 -0
- package/src/types/update-video-analysis-task-request.ts +132 -0
- package/src/types/update-video-analysis-task-response.ts +211 -0
- package/src/types/usage-for-add-iot-models-input.ts +76 -0
- package/src/types/usage-for-create-channel-input.ts +76 -0
- package/src/types/usage-for-list-iot-models-output.ts +76 -0
- package/src/types/usage-for-list-llmodels-v2-output.ts +76 -0
- package/src/types/usage-for-update-channel-input.ts +76 -0
- package/src/types/video-stream-for-commit-video-analysis-task-output.ts +130 -0
- package/src/types/video-stream-for-create-video-analysis-task-output.ts +130 -0
- package/src/types/video-stream-for-get-video-analysis-task-media-meta-output.ts +130 -0
- package/src/types/video-stream-for-get-video-analysis-task-output.ts +130 -0
- package/src/types/video-stream-for-list-video-analysis-task-output.ts +130 -0
- package/src/types/video-stream-for-start-video-stream-analysis-task-output.ts +130 -0
- package/src/types/video-stream-for-stop-video-stream-analysis-task-output.ts +130 -0
- package/src/types/video-stream-for-update-video-analysis-task-output.ts +130 -0
- package/src/types/volume-device-for-update-deployment-input.ts +34 -0
- package/src/types/volume-for-update-deployment-input.ts +69 -0
- package/src/types/volume-mount-for-update-deployment-input.ts +46 -0
- package/tsconfig.json +12 -0
package/src/api.ts
ADDED
|
@@ -0,0 +1,1027 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* vei_api
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { Client, ClientConfig, Command, buildRequestConfigFromMetaPath, CommandOutput } from '@volcengine/sdk-core';
|
|
16
|
+
|
|
17
|
+
import { AddIotModelsRequest } from './types/index';
|
|
18
|
+
import { AddIotModelsResponse } from './types/index';
|
|
19
|
+
import { ApplyVideoAnalysisTaskTokenRequest } from './types/index';
|
|
20
|
+
import { ApplyVideoAnalysisTaskTokenResponse } from './types/index';
|
|
21
|
+
import { CommitVideoAnalysisTaskRequest } from './types/index';
|
|
22
|
+
import { CommitVideoAnalysisTaskResponse } from './types/index';
|
|
23
|
+
import { CreateAIGatewayModelRequest } from './types/index';
|
|
24
|
+
import { CreateAIGatewayModelResponse } from './types/index';
|
|
25
|
+
import { CreateChannelRequest } from './types/index';
|
|
26
|
+
import { CreateChannelResponse } from './types/index';
|
|
27
|
+
import { CreateIotLlmTokenRequest } from './types/index';
|
|
28
|
+
import { CreateIotLlmTokenResponse } from './types/index';
|
|
29
|
+
import { CreateModelServiceRequest } from './types/index';
|
|
30
|
+
import { CreateModelServiceResponse } from './types/index';
|
|
31
|
+
import { CreateNodeGroupRequest } from './types/index';
|
|
32
|
+
import { CreateNodeGroupResponse } from './types/index';
|
|
33
|
+
import { CreateSNInOneStepRequest } from './types/index';
|
|
34
|
+
import { CreateSNInOneStepResponse } from './types/index';
|
|
35
|
+
import { CreateVideoAnalysisTaskRequest } from './types/index';
|
|
36
|
+
import { CreateVideoAnalysisTaskResponse } from './types/index';
|
|
37
|
+
import { DeleteIotLlmTokensRequest } from './types/index';
|
|
38
|
+
import { DeleteIotLlmTokensResponse } from './types/index';
|
|
39
|
+
import { DeleteIotModelsRequest } from './types/index';
|
|
40
|
+
import { DeleteIotModelsResponse } from './types/index';
|
|
41
|
+
import { DeleteNodeGroupRequest } from './types/index';
|
|
42
|
+
import { DeleteNodeGroupResponse } from './types/index';
|
|
43
|
+
import { DeleteVideoAnalysisTaskDataRequest } from './types/index';
|
|
44
|
+
import { DeleteVideoAnalysisTaskDataResponse } from './types/index';
|
|
45
|
+
import { DeleteVideoAnalysisTaskRequest } from './types/index';
|
|
46
|
+
import { DeleteVideoAnalysisTaskResponse } from './types/index';
|
|
47
|
+
import { DeviceContinuousMoveRequest } from './types/index';
|
|
48
|
+
import { DeviceContinuousMoveResponse } from './types/index';
|
|
49
|
+
import { EdgeCallRequest } from './types/index';
|
|
50
|
+
import { EdgeCallResponse } from './types/index';
|
|
51
|
+
import { GetLastDevicePropertyValueRequest } from './types/index';
|
|
52
|
+
import { GetLastDevicePropertyValueResponse } from './types/index';
|
|
53
|
+
import { GetLogRuleRequest } from './types/index';
|
|
54
|
+
import { GetLogRuleResponse } from './types/index';
|
|
55
|
+
import { GetMediapipeEventRequest } from './types/index';
|
|
56
|
+
import { GetMediapipeEventResponse } from './types/index';
|
|
57
|
+
import { GetNodeGroupRequest } from './types/index';
|
|
58
|
+
import { GetNodeGroupResponse } from './types/index';
|
|
59
|
+
import { GetVideoAnalysisStatisticsRequest } from './types/index';
|
|
60
|
+
import { GetVideoAnalysisStatisticsResponse } from './types/index';
|
|
61
|
+
import { GetVideoAnalysisTaskDataRequest } from './types/index';
|
|
62
|
+
import { GetVideoAnalysisTaskDataResponse } from './types/index';
|
|
63
|
+
import { GetVideoAnalysisTaskMediaMetaRequest } from './types/index';
|
|
64
|
+
import { GetVideoAnalysisTaskMediaMetaResponse } from './types/index';
|
|
65
|
+
import { GetVideoAnalysisTaskRequest } from './types/index';
|
|
66
|
+
import { GetVideoAnalysisTaskResponse } from './types/index';
|
|
67
|
+
import { GetVideoFirstFrameRequest } from './types/index';
|
|
68
|
+
import { GetVideoFirstFrameResponse } from './types/index';
|
|
69
|
+
import { ListDeploymentRequest } from './types/index';
|
|
70
|
+
import { ListDeploymentResponse } from './types/index';
|
|
71
|
+
import { ListDeviceRequest } from './types/index';
|
|
72
|
+
import { ListDeviceResponse } from './types/index';
|
|
73
|
+
import { ListHCINewRequest } from './types/index';
|
|
74
|
+
import { ListHCINewResponse } from './types/index';
|
|
75
|
+
import { ListIotModelsRequest } from './types/index';
|
|
76
|
+
import { ListIotModelsResponse } from './types/index';
|
|
77
|
+
import { ListLLModelsV2Request } from './types/index';
|
|
78
|
+
import { ListLLModelsV2Response } from './types/index';
|
|
79
|
+
import { ListMediapipeEventRequest } from './types/index';
|
|
80
|
+
import { ListMediapipeEventResponse } from './types/index';
|
|
81
|
+
import { ListMediapipeInstanceRequest } from './types/index';
|
|
82
|
+
import { ListMediapipeInstanceResponse } from './types/index';
|
|
83
|
+
import { ListModelRequest } from './types/index';
|
|
84
|
+
import { ListModelResponse } from './types/index';
|
|
85
|
+
import { ListModelServiceRequest } from './types/index';
|
|
86
|
+
import { ListModelServiceResponse } from './types/index';
|
|
87
|
+
import { ListNodeGroupRequest } from './types/index';
|
|
88
|
+
import { ListNodeGroupResponse } from './types/index';
|
|
89
|
+
import { ListProjectRequest } from './types/index';
|
|
90
|
+
import { ListProjectResponse } from './types/index';
|
|
91
|
+
import { ListVideoAnalysisTaskDataRequest } from './types/index';
|
|
92
|
+
import { ListVideoAnalysisTaskDataResponse } from './types/index';
|
|
93
|
+
import { ListVideoAnalysisTaskObjectClassesRequest } from './types/index';
|
|
94
|
+
import { ListVideoAnalysisTaskObjectClassesResponse } from './types/index';
|
|
95
|
+
import { ListVideoAnalysisTaskRequest } from './types/index';
|
|
96
|
+
import { ListVideoAnalysisTaskResponse } from './types/index';
|
|
97
|
+
import { StartVideoStreamAnalysisTaskRequest } from './types/index';
|
|
98
|
+
import { StartVideoStreamAnalysisTaskResponse } from './types/index';
|
|
99
|
+
import { StopVideoStreamAnalysisTaskRequest } from './types/index';
|
|
100
|
+
import { StopVideoStreamAnalysisTaskResponse } from './types/index';
|
|
101
|
+
import { TagResourcesRequest } from './types/index';
|
|
102
|
+
import { TagResourcesResponse } from './types/index';
|
|
103
|
+
import { UntagResourcesRequest } from './types/index';
|
|
104
|
+
import { UntagResourcesResponse } from './types/index';
|
|
105
|
+
import { UpdateAIGatewayModelRequest } from './types/index';
|
|
106
|
+
import { UpdateAIGatewayModelResponse } from './types/index';
|
|
107
|
+
import { UpdateChannelRequest } from './types/index';
|
|
108
|
+
import { UpdateChannelResponse } from './types/index';
|
|
109
|
+
import { UpdateDeploymentRequest } from './types/index';
|
|
110
|
+
import { UpdateDeploymentResponse } from './types/index';
|
|
111
|
+
import { UpdateHCIRequest } from './types/index';
|
|
112
|
+
import { UpdateHCIResponse } from './types/index';
|
|
113
|
+
import { UpdateLogRuleRequest } from './types/index';
|
|
114
|
+
import { UpdateLogRuleResponse } from './types/index';
|
|
115
|
+
import { UpdateLogStatusRequest } from './types/index';
|
|
116
|
+
import { UpdateLogStatusResponse } from './types/index';
|
|
117
|
+
import { UpdateNodeGroupRequest } from './types/index';
|
|
118
|
+
import { UpdateNodeGroupResponse } from './types/index';
|
|
119
|
+
import { UpdateVideoAnalysisTaskRequest } from './types/index';
|
|
120
|
+
import { UpdateVideoAnalysisTaskResponse } from './types/index';
|
|
121
|
+
|
|
122
|
+
// ============================================================================
|
|
123
|
+
// Output Type Definitions
|
|
124
|
+
// ============================================================================
|
|
125
|
+
export type AddIotModelsCommandOutput = CommandOutput<AddIotModelsResponse>;
|
|
126
|
+
export type ApplyVideoAnalysisTaskTokenCommandOutput = CommandOutput<ApplyVideoAnalysisTaskTokenResponse>;
|
|
127
|
+
export type CommitVideoAnalysisTaskCommandOutput = CommandOutput<CommitVideoAnalysisTaskResponse>;
|
|
128
|
+
export type CreateAIGatewayModelCommandOutput = CommandOutput<CreateAIGatewayModelResponse>;
|
|
129
|
+
export type CreateChannelCommandOutput = CommandOutput<CreateChannelResponse>;
|
|
130
|
+
export type CreateIotLlmTokenCommandOutput = CommandOutput<CreateIotLlmTokenResponse>;
|
|
131
|
+
export type CreateModelServiceCommandOutput = CommandOutput<CreateModelServiceResponse>;
|
|
132
|
+
export type CreateNodeGroupCommandOutput = CommandOutput<CreateNodeGroupResponse>;
|
|
133
|
+
export type CreateSNInOneStepCommandOutput = CommandOutput<CreateSNInOneStepResponse>;
|
|
134
|
+
export type CreateVideoAnalysisTaskCommandOutput = CommandOutput<CreateVideoAnalysisTaskResponse>;
|
|
135
|
+
export type DeleteIotLlmTokensCommandOutput = CommandOutput<DeleteIotLlmTokensResponse>;
|
|
136
|
+
export type DeleteIotModelsCommandOutput = CommandOutput<DeleteIotModelsResponse>;
|
|
137
|
+
export type DeleteNodeGroupCommandOutput = CommandOutput<DeleteNodeGroupResponse>;
|
|
138
|
+
export type DeleteVideoAnalysisTaskCommandOutput = CommandOutput<DeleteVideoAnalysisTaskResponse>;
|
|
139
|
+
export type DeleteVideoAnalysisTaskDataCommandOutput = CommandOutput<DeleteVideoAnalysisTaskDataResponse>;
|
|
140
|
+
export type DeviceContinuousMoveCommandOutput = CommandOutput<DeviceContinuousMoveResponse>;
|
|
141
|
+
export type EdgeCallCommandOutput = CommandOutput<EdgeCallResponse>;
|
|
142
|
+
export type GetLastDevicePropertyValueCommandOutput = CommandOutput<GetLastDevicePropertyValueResponse>;
|
|
143
|
+
export type GetLogRuleCommandOutput = CommandOutput<GetLogRuleResponse>;
|
|
144
|
+
export type GetMediapipeEventCommandOutput = CommandOutput<GetMediapipeEventResponse>;
|
|
145
|
+
export type GetNodeGroupCommandOutput = CommandOutput<GetNodeGroupResponse>;
|
|
146
|
+
export type GetVideoAnalysisStatisticsCommandOutput = CommandOutput<GetVideoAnalysisStatisticsResponse>;
|
|
147
|
+
export type GetVideoAnalysisTaskCommandOutput = CommandOutput<GetVideoAnalysisTaskResponse>;
|
|
148
|
+
export type GetVideoAnalysisTaskDataCommandOutput = CommandOutput<GetVideoAnalysisTaskDataResponse>;
|
|
149
|
+
export type GetVideoAnalysisTaskMediaMetaCommandOutput = CommandOutput<GetVideoAnalysisTaskMediaMetaResponse>;
|
|
150
|
+
export type GetVideoFirstFrameCommandOutput = CommandOutput<GetVideoFirstFrameResponse>;
|
|
151
|
+
export type ListDeploymentCommandOutput = CommandOutput<ListDeploymentResponse>;
|
|
152
|
+
export type ListDeviceCommandOutput = CommandOutput<ListDeviceResponse>;
|
|
153
|
+
export type ListHCINewCommandOutput = CommandOutput<ListHCINewResponse>;
|
|
154
|
+
export type ListIotModelsCommandOutput = CommandOutput<ListIotModelsResponse>;
|
|
155
|
+
export type ListLLModelsV2CommandOutput = CommandOutput<ListLLModelsV2Response>;
|
|
156
|
+
export type ListMediapipeEventCommandOutput = CommandOutput<ListMediapipeEventResponse>;
|
|
157
|
+
export type ListMediapipeInstanceCommandOutput = CommandOutput<ListMediapipeInstanceResponse>;
|
|
158
|
+
export type ListModelCommandOutput = CommandOutput<ListModelResponse>;
|
|
159
|
+
export type ListModelServiceCommandOutput = CommandOutput<ListModelServiceResponse>;
|
|
160
|
+
export type ListNodeGroupCommandOutput = CommandOutput<ListNodeGroupResponse>;
|
|
161
|
+
export type ListProjectCommandOutput = CommandOutput<ListProjectResponse>;
|
|
162
|
+
export type ListVideoAnalysisTaskCommandOutput = CommandOutput<ListVideoAnalysisTaskResponse>;
|
|
163
|
+
export type ListVideoAnalysisTaskDataCommandOutput = CommandOutput<ListVideoAnalysisTaskDataResponse>;
|
|
164
|
+
export type ListVideoAnalysisTaskObjectClassesCommandOutput = CommandOutput<ListVideoAnalysisTaskObjectClassesResponse>;
|
|
165
|
+
export type StartVideoStreamAnalysisTaskCommandOutput = CommandOutput<StartVideoStreamAnalysisTaskResponse>;
|
|
166
|
+
export type StopVideoStreamAnalysisTaskCommandOutput = CommandOutput<StopVideoStreamAnalysisTaskResponse>;
|
|
167
|
+
export type TagResourcesCommandOutput = CommandOutput<TagResourcesResponse>;
|
|
168
|
+
export type UntagResourcesCommandOutput = CommandOutput<UntagResourcesResponse>;
|
|
169
|
+
export type UpdateAIGatewayModelCommandOutput = CommandOutput<UpdateAIGatewayModelResponse>;
|
|
170
|
+
export type UpdateChannelCommandOutput = CommandOutput<UpdateChannelResponse>;
|
|
171
|
+
export type UpdateDeploymentCommandOutput = CommandOutput<UpdateDeploymentResponse>;
|
|
172
|
+
export type UpdateHCICommandOutput = CommandOutput<UpdateHCIResponse>;
|
|
173
|
+
export type UpdateLogRuleCommandOutput = CommandOutput<UpdateLogRuleResponse>;
|
|
174
|
+
export type UpdateLogStatusCommandOutput = CommandOutput<UpdateLogStatusResponse>;
|
|
175
|
+
export type UpdateNodeGroupCommandOutput = CommandOutput<UpdateNodeGroupResponse>;
|
|
176
|
+
export type UpdateVideoAnalysisTaskCommandOutput = CommandOutput<UpdateVideoAnalysisTaskResponse>;
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* VEIAPIClient Service Client
|
|
181
|
+
*/
|
|
182
|
+
export class VEIAPIClient extends Client {
|
|
183
|
+
constructor(config: ClientConfig = {}) {
|
|
184
|
+
super({
|
|
185
|
+
protocol: 'https',
|
|
186
|
+
region: 'cn-beijing',
|
|
187
|
+
...config,
|
|
188
|
+
});
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* Command to AddIotModels
|
|
194
|
+
*/
|
|
195
|
+
export class AddIotModelsCommand extends Command<
|
|
196
|
+
AddIotModelsRequest,
|
|
197
|
+
AddIotModelsCommandOutput,
|
|
198
|
+
'AddIotModelsCommand'
|
|
199
|
+
> {
|
|
200
|
+
static readonly metaPath = '/AddIotModels/2022-01-01/vei_api/post/application_json/';
|
|
201
|
+
|
|
202
|
+
constructor(input: AddIotModelsRequest) {
|
|
203
|
+
super(input);
|
|
204
|
+
this.requestConfig = buildRequestConfigFromMetaPath(AddIotModelsCommand.metaPath);
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* Command to ApplyVideoAnalysisTaskToken
|
|
209
|
+
*/
|
|
210
|
+
export class ApplyVideoAnalysisTaskTokenCommand extends Command<
|
|
211
|
+
ApplyVideoAnalysisTaskTokenRequest,
|
|
212
|
+
ApplyVideoAnalysisTaskTokenCommandOutput,
|
|
213
|
+
'ApplyVideoAnalysisTaskTokenCommand'
|
|
214
|
+
> {
|
|
215
|
+
static readonly metaPath = '/ApplyVideoAnalysisTaskToken/2022-01-01/vei_api/post/application_json/';
|
|
216
|
+
|
|
217
|
+
constructor(input: ApplyVideoAnalysisTaskTokenRequest) {
|
|
218
|
+
super(input);
|
|
219
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ApplyVideoAnalysisTaskTokenCommand.metaPath);
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
/**
|
|
223
|
+
* Command to CommitVideoAnalysisTask
|
|
224
|
+
*/
|
|
225
|
+
export class CommitVideoAnalysisTaskCommand extends Command<
|
|
226
|
+
CommitVideoAnalysisTaskRequest,
|
|
227
|
+
CommitVideoAnalysisTaskCommandOutput,
|
|
228
|
+
'CommitVideoAnalysisTaskCommand'
|
|
229
|
+
> {
|
|
230
|
+
static readonly metaPath = '/CommitVideoAnalysisTask/2022-01-01/vei_api/post/application_json/';
|
|
231
|
+
|
|
232
|
+
constructor(input: CommitVideoAnalysisTaskRequest) {
|
|
233
|
+
super(input);
|
|
234
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CommitVideoAnalysisTaskCommand.metaPath);
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
/**
|
|
238
|
+
* Command to CreateAIGatewayModel
|
|
239
|
+
*/
|
|
240
|
+
export class CreateAIGatewayModelCommand extends Command<
|
|
241
|
+
CreateAIGatewayModelRequest,
|
|
242
|
+
CreateAIGatewayModelCommandOutput,
|
|
243
|
+
'CreateAIGatewayModelCommand'
|
|
244
|
+
> {
|
|
245
|
+
static readonly metaPath = '/CreateAIGatewayModel/2022-01-01/vei_api/post/application_json/';
|
|
246
|
+
|
|
247
|
+
constructor(input: CreateAIGatewayModelRequest) {
|
|
248
|
+
super(input);
|
|
249
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateAIGatewayModelCommand.metaPath);
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
/**
|
|
253
|
+
* Command to CreateChannel
|
|
254
|
+
*/
|
|
255
|
+
export class CreateChannelCommand extends Command<
|
|
256
|
+
CreateChannelRequest,
|
|
257
|
+
CreateChannelCommandOutput,
|
|
258
|
+
'CreateChannelCommand'
|
|
259
|
+
> {
|
|
260
|
+
static readonly metaPath = '/CreateChannel/2022-01-01/vei_api/post/application_json/';
|
|
261
|
+
|
|
262
|
+
constructor(input: CreateChannelRequest) {
|
|
263
|
+
super(input);
|
|
264
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateChannelCommand.metaPath);
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
/**
|
|
268
|
+
* Command to CreateIotLlmToken
|
|
269
|
+
*/
|
|
270
|
+
export class CreateIotLlmTokenCommand extends Command<
|
|
271
|
+
CreateIotLlmTokenRequest,
|
|
272
|
+
CreateIotLlmTokenCommandOutput,
|
|
273
|
+
'CreateIotLlmTokenCommand'
|
|
274
|
+
> {
|
|
275
|
+
static readonly metaPath = '/CreateIotLlmToken/2022-01-01/vei_api/post/application_json/';
|
|
276
|
+
|
|
277
|
+
constructor(input: CreateIotLlmTokenRequest) {
|
|
278
|
+
super(input);
|
|
279
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateIotLlmTokenCommand.metaPath);
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
/**
|
|
283
|
+
* Command to CreateModelService
|
|
284
|
+
*/
|
|
285
|
+
export class CreateModelServiceCommand extends Command<
|
|
286
|
+
CreateModelServiceRequest,
|
|
287
|
+
CreateModelServiceCommandOutput,
|
|
288
|
+
'CreateModelServiceCommand'
|
|
289
|
+
> {
|
|
290
|
+
static readonly metaPath = '/CreateModelService/2022-01-01/vei_api/post/application_json/';
|
|
291
|
+
|
|
292
|
+
constructor(input: CreateModelServiceRequest) {
|
|
293
|
+
super(input);
|
|
294
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateModelServiceCommand.metaPath);
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* Command to CreateNodeGroup
|
|
299
|
+
*/
|
|
300
|
+
export class CreateNodeGroupCommand extends Command<
|
|
301
|
+
CreateNodeGroupRequest,
|
|
302
|
+
CreateNodeGroupCommandOutput,
|
|
303
|
+
'CreateNodeGroupCommand'
|
|
304
|
+
> {
|
|
305
|
+
static readonly metaPath = '/CreateNodeGroup/2022-01-01/vei_api/post/application_json/';
|
|
306
|
+
|
|
307
|
+
constructor(input: CreateNodeGroupRequest) {
|
|
308
|
+
super(input);
|
|
309
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateNodeGroupCommand.metaPath);
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
/**
|
|
313
|
+
* Command to CreateSNInOneStep
|
|
314
|
+
*/
|
|
315
|
+
export class CreateSNInOneStepCommand extends Command<
|
|
316
|
+
CreateSNInOneStepRequest,
|
|
317
|
+
CreateSNInOneStepCommandOutput,
|
|
318
|
+
'CreateSNInOneStepCommand'
|
|
319
|
+
> {
|
|
320
|
+
static readonly metaPath = '/CreateSNInOneStep/2022-01-01/vei_api/post/application_json/';
|
|
321
|
+
|
|
322
|
+
constructor(input: CreateSNInOneStepRequest) {
|
|
323
|
+
super(input);
|
|
324
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateSNInOneStepCommand.metaPath);
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
/**
|
|
328
|
+
* Command to CreateVideoAnalysisTask
|
|
329
|
+
*/
|
|
330
|
+
export class CreateVideoAnalysisTaskCommand extends Command<
|
|
331
|
+
CreateVideoAnalysisTaskRequest,
|
|
332
|
+
CreateVideoAnalysisTaskCommandOutput,
|
|
333
|
+
'CreateVideoAnalysisTaskCommand'
|
|
334
|
+
> {
|
|
335
|
+
static readonly metaPath = '/CreateVideoAnalysisTask/2022-01-01/vei_api/post/application_json/';
|
|
336
|
+
|
|
337
|
+
constructor(input: CreateVideoAnalysisTaskRequest) {
|
|
338
|
+
super(input);
|
|
339
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateVideoAnalysisTaskCommand.metaPath);
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
/**
|
|
343
|
+
* Command to DeleteIotLlmTokens
|
|
344
|
+
*/
|
|
345
|
+
export class DeleteIotLlmTokensCommand extends Command<
|
|
346
|
+
DeleteIotLlmTokensRequest,
|
|
347
|
+
DeleteIotLlmTokensCommandOutput,
|
|
348
|
+
'DeleteIotLlmTokensCommand'
|
|
349
|
+
> {
|
|
350
|
+
static readonly metaPath = '/DeleteIotLlmTokens/2022-01-01/vei_api/post/application_json/';
|
|
351
|
+
|
|
352
|
+
constructor(input: DeleteIotLlmTokensRequest) {
|
|
353
|
+
super(input);
|
|
354
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteIotLlmTokensCommand.metaPath);
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
/**
|
|
358
|
+
* Command to DeleteIotModels
|
|
359
|
+
*/
|
|
360
|
+
export class DeleteIotModelsCommand extends Command<
|
|
361
|
+
DeleteIotModelsRequest,
|
|
362
|
+
DeleteIotModelsCommandOutput,
|
|
363
|
+
'DeleteIotModelsCommand'
|
|
364
|
+
> {
|
|
365
|
+
static readonly metaPath = '/DeleteIotModels/2022-01-01/vei_api/post/application_json/';
|
|
366
|
+
|
|
367
|
+
constructor(input: DeleteIotModelsRequest) {
|
|
368
|
+
super(input);
|
|
369
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteIotModelsCommand.metaPath);
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
/**
|
|
373
|
+
* Command to DeleteNodeGroup
|
|
374
|
+
*/
|
|
375
|
+
export class DeleteNodeGroupCommand extends Command<
|
|
376
|
+
DeleteNodeGroupRequest,
|
|
377
|
+
DeleteNodeGroupCommandOutput,
|
|
378
|
+
'DeleteNodeGroupCommand'
|
|
379
|
+
> {
|
|
380
|
+
static readonly metaPath = '/DeleteNodeGroup/2022-01-01/vei_api/post/application_json/';
|
|
381
|
+
|
|
382
|
+
constructor(input: DeleteNodeGroupRequest) {
|
|
383
|
+
super(input);
|
|
384
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteNodeGroupCommand.metaPath);
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
/**
|
|
388
|
+
* Command to DeleteVideoAnalysisTask
|
|
389
|
+
*/
|
|
390
|
+
export class DeleteVideoAnalysisTaskCommand extends Command<
|
|
391
|
+
DeleteVideoAnalysisTaskRequest,
|
|
392
|
+
DeleteVideoAnalysisTaskCommandOutput,
|
|
393
|
+
'DeleteVideoAnalysisTaskCommand'
|
|
394
|
+
> {
|
|
395
|
+
static readonly metaPath = '/DeleteVideoAnalysisTask/2022-01-01/vei_api/get/text_plain/';
|
|
396
|
+
|
|
397
|
+
constructor(input: DeleteVideoAnalysisTaskRequest) {
|
|
398
|
+
super(input);
|
|
399
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteVideoAnalysisTaskCommand.metaPath);
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
/**
|
|
403
|
+
* Command to DeleteVideoAnalysisTaskData
|
|
404
|
+
*/
|
|
405
|
+
export class DeleteVideoAnalysisTaskDataCommand extends Command<
|
|
406
|
+
DeleteVideoAnalysisTaskDataRequest,
|
|
407
|
+
DeleteVideoAnalysisTaskDataCommandOutput,
|
|
408
|
+
'DeleteVideoAnalysisTaskDataCommand'
|
|
409
|
+
> {
|
|
410
|
+
static readonly metaPath = '/DeleteVideoAnalysisTaskData/2022-01-01/vei_api/get/text_plain/';
|
|
411
|
+
|
|
412
|
+
constructor(input: DeleteVideoAnalysisTaskDataRequest) {
|
|
413
|
+
super(input);
|
|
414
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteVideoAnalysisTaskDataCommand.metaPath);
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
/**
|
|
418
|
+
* Command to DeviceContinuousMove
|
|
419
|
+
*/
|
|
420
|
+
export class DeviceContinuousMoveCommand extends Command<
|
|
421
|
+
DeviceContinuousMoveRequest,
|
|
422
|
+
DeviceContinuousMoveCommandOutput,
|
|
423
|
+
'DeviceContinuousMoveCommand'
|
|
424
|
+
> {
|
|
425
|
+
static readonly metaPath = '/DeviceContinuousMove/2022-01-01/vei_api/post/application_json/';
|
|
426
|
+
|
|
427
|
+
constructor(input: DeviceContinuousMoveRequest) {
|
|
428
|
+
super(input);
|
|
429
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeviceContinuousMoveCommand.metaPath);
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
/**
|
|
433
|
+
* Command to EdgeCall
|
|
434
|
+
*/
|
|
435
|
+
export class EdgeCallCommand extends Command<
|
|
436
|
+
EdgeCallRequest,
|
|
437
|
+
EdgeCallCommandOutput,
|
|
438
|
+
'EdgeCallCommand'
|
|
439
|
+
> {
|
|
440
|
+
static readonly metaPath = '/EdgeCall/2022-01-01/vei_api/post/application_json/';
|
|
441
|
+
|
|
442
|
+
constructor(input: EdgeCallRequest) {
|
|
443
|
+
super(input);
|
|
444
|
+
this.requestConfig = buildRequestConfigFromMetaPath(EdgeCallCommand.metaPath);
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
/**
|
|
448
|
+
* Command to GetLastDevicePropertyValue
|
|
449
|
+
*/
|
|
450
|
+
export class GetLastDevicePropertyValueCommand extends Command<
|
|
451
|
+
GetLastDevicePropertyValueRequest,
|
|
452
|
+
GetLastDevicePropertyValueCommandOutput,
|
|
453
|
+
'GetLastDevicePropertyValueCommand'
|
|
454
|
+
> {
|
|
455
|
+
static readonly metaPath = '/GetLastDevicePropertyValue/2022-01-01/vei_api/post/application_json/';
|
|
456
|
+
|
|
457
|
+
constructor(input: GetLastDevicePropertyValueRequest) {
|
|
458
|
+
super(input);
|
|
459
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetLastDevicePropertyValueCommand.metaPath);
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
/**
|
|
463
|
+
* Command to GetLogRule
|
|
464
|
+
*/
|
|
465
|
+
export class GetLogRuleCommand extends Command<
|
|
466
|
+
GetLogRuleRequest,
|
|
467
|
+
GetLogRuleCommandOutput,
|
|
468
|
+
'GetLogRuleCommand'
|
|
469
|
+
> {
|
|
470
|
+
static readonly metaPath = '/GetLogRule/2022-01-01/vei_api/post/application_json/';
|
|
471
|
+
|
|
472
|
+
constructor(input: GetLogRuleRequest) {
|
|
473
|
+
super(input);
|
|
474
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetLogRuleCommand.metaPath);
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
/**
|
|
478
|
+
* Command to GetMediapipeEvent
|
|
479
|
+
*/
|
|
480
|
+
export class GetMediapipeEventCommand extends Command<
|
|
481
|
+
GetMediapipeEventRequest,
|
|
482
|
+
GetMediapipeEventCommandOutput,
|
|
483
|
+
'GetMediapipeEventCommand'
|
|
484
|
+
> {
|
|
485
|
+
static readonly metaPath = '/GetMediapipeEvent/2022-01-01/vei_api/post/application_json/';
|
|
486
|
+
|
|
487
|
+
constructor(input: GetMediapipeEventRequest) {
|
|
488
|
+
super(input);
|
|
489
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetMediapipeEventCommand.metaPath);
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
/**
|
|
493
|
+
* Command to GetNodeGroup
|
|
494
|
+
*/
|
|
495
|
+
export class GetNodeGroupCommand extends Command<
|
|
496
|
+
GetNodeGroupRequest,
|
|
497
|
+
GetNodeGroupCommandOutput,
|
|
498
|
+
'GetNodeGroupCommand'
|
|
499
|
+
> {
|
|
500
|
+
static readonly metaPath = '/GetNodeGroup/2022-01-01/vei_api/post/application_json/';
|
|
501
|
+
|
|
502
|
+
constructor(input: GetNodeGroupRequest) {
|
|
503
|
+
super(input);
|
|
504
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetNodeGroupCommand.metaPath);
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
/**
|
|
508
|
+
* Command to GetVideoAnalysisStatistics
|
|
509
|
+
*/
|
|
510
|
+
export class GetVideoAnalysisStatisticsCommand extends Command<
|
|
511
|
+
GetVideoAnalysisStatisticsRequest,
|
|
512
|
+
GetVideoAnalysisStatisticsCommandOutput,
|
|
513
|
+
'GetVideoAnalysisStatisticsCommand'
|
|
514
|
+
> {
|
|
515
|
+
static readonly metaPath = '/GetVideoAnalysisStatistics/2022-01-01/vei_api/post/application_json/';
|
|
516
|
+
|
|
517
|
+
constructor(input: GetVideoAnalysisStatisticsRequest) {
|
|
518
|
+
super(input);
|
|
519
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetVideoAnalysisStatisticsCommand.metaPath);
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
/**
|
|
523
|
+
* Command to GetVideoAnalysisTask
|
|
524
|
+
*/
|
|
525
|
+
export class GetVideoAnalysisTaskCommand extends Command<
|
|
526
|
+
GetVideoAnalysisTaskRequest,
|
|
527
|
+
GetVideoAnalysisTaskCommandOutput,
|
|
528
|
+
'GetVideoAnalysisTaskCommand'
|
|
529
|
+
> {
|
|
530
|
+
static readonly metaPath = '/GetVideoAnalysisTask/2022-01-01/vei_api/post/application_json/';
|
|
531
|
+
|
|
532
|
+
constructor(input: GetVideoAnalysisTaskRequest) {
|
|
533
|
+
super(input);
|
|
534
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetVideoAnalysisTaskCommand.metaPath);
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
/**
|
|
538
|
+
* Command to GetVideoAnalysisTaskData
|
|
539
|
+
*/
|
|
540
|
+
export class GetVideoAnalysisTaskDataCommand extends Command<
|
|
541
|
+
GetVideoAnalysisTaskDataRequest,
|
|
542
|
+
GetVideoAnalysisTaskDataCommandOutput,
|
|
543
|
+
'GetVideoAnalysisTaskDataCommand'
|
|
544
|
+
> {
|
|
545
|
+
static readonly metaPath = '/GetVideoAnalysisTaskData/2022-01-01/vei_api/post/application_json/';
|
|
546
|
+
|
|
547
|
+
constructor(input: GetVideoAnalysisTaskDataRequest) {
|
|
548
|
+
super(input);
|
|
549
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetVideoAnalysisTaskDataCommand.metaPath);
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
/**
|
|
553
|
+
* Command to GetVideoAnalysisTaskMediaMeta
|
|
554
|
+
*/
|
|
555
|
+
export class GetVideoAnalysisTaskMediaMetaCommand extends Command<
|
|
556
|
+
GetVideoAnalysisTaskMediaMetaRequest,
|
|
557
|
+
GetVideoAnalysisTaskMediaMetaCommandOutput,
|
|
558
|
+
'GetVideoAnalysisTaskMediaMetaCommand'
|
|
559
|
+
> {
|
|
560
|
+
static readonly metaPath = '/GetVideoAnalysisTaskMediaMeta/2022-01-01/vei_api/post/application_json/';
|
|
561
|
+
|
|
562
|
+
constructor(input: GetVideoAnalysisTaskMediaMetaRequest) {
|
|
563
|
+
super(input);
|
|
564
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetVideoAnalysisTaskMediaMetaCommand.metaPath);
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
/**
|
|
568
|
+
* Command to GetVideoFirstFrame
|
|
569
|
+
*/
|
|
570
|
+
export class GetVideoFirstFrameCommand extends Command<
|
|
571
|
+
GetVideoFirstFrameRequest,
|
|
572
|
+
GetVideoFirstFrameCommandOutput,
|
|
573
|
+
'GetVideoFirstFrameCommand'
|
|
574
|
+
> {
|
|
575
|
+
static readonly metaPath = '/GetVideoFirstFrame/2022-01-01/vei_api/post/application_json/';
|
|
576
|
+
|
|
577
|
+
constructor(input: GetVideoFirstFrameRequest) {
|
|
578
|
+
super(input);
|
|
579
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetVideoFirstFrameCommand.metaPath);
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
/**
|
|
583
|
+
* Command to ListDeployment
|
|
584
|
+
*/
|
|
585
|
+
export class ListDeploymentCommand extends Command<
|
|
586
|
+
ListDeploymentRequest,
|
|
587
|
+
ListDeploymentCommandOutput,
|
|
588
|
+
'ListDeploymentCommand'
|
|
589
|
+
> {
|
|
590
|
+
static readonly metaPath = '/ListDeployment/2022-01-01/vei_api/post/application_json/';
|
|
591
|
+
|
|
592
|
+
constructor(input: ListDeploymentRequest) {
|
|
593
|
+
super(input);
|
|
594
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListDeploymentCommand.metaPath);
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
/**
|
|
598
|
+
* Command to ListDevice
|
|
599
|
+
*/
|
|
600
|
+
export class ListDeviceCommand extends Command<
|
|
601
|
+
ListDeviceRequest,
|
|
602
|
+
ListDeviceCommandOutput,
|
|
603
|
+
'ListDeviceCommand'
|
|
604
|
+
> {
|
|
605
|
+
static readonly metaPath = '/ListDevice/2022-01-01/vei_api/post/application_json/';
|
|
606
|
+
|
|
607
|
+
constructor(input: ListDeviceRequest) {
|
|
608
|
+
super(input);
|
|
609
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListDeviceCommand.metaPath);
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
/**
|
|
613
|
+
* Command to ListHCINew
|
|
614
|
+
*/
|
|
615
|
+
export class ListHCINewCommand extends Command<
|
|
616
|
+
ListHCINewRequest,
|
|
617
|
+
ListHCINewCommandOutput,
|
|
618
|
+
'ListHCINewCommand'
|
|
619
|
+
> {
|
|
620
|
+
static readonly metaPath = '/ListHCINew/2022-01-01/vei_api/post/application_json/';
|
|
621
|
+
|
|
622
|
+
constructor(input: ListHCINewRequest) {
|
|
623
|
+
super(input);
|
|
624
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListHCINewCommand.metaPath);
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
/**
|
|
628
|
+
* Command to ListIotModels
|
|
629
|
+
*/
|
|
630
|
+
export class ListIotModelsCommand extends Command<
|
|
631
|
+
ListIotModelsRequest,
|
|
632
|
+
ListIotModelsCommandOutput,
|
|
633
|
+
'ListIotModelsCommand'
|
|
634
|
+
> {
|
|
635
|
+
static readonly metaPath = '/ListIotModels/2022-01-01/vei_api/post/application_json/';
|
|
636
|
+
|
|
637
|
+
constructor(input: ListIotModelsRequest) {
|
|
638
|
+
super(input);
|
|
639
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListIotModelsCommand.metaPath);
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
/**
|
|
643
|
+
* Command to ListLLModelsV2
|
|
644
|
+
*/
|
|
645
|
+
export class ListLLModelsV2Command extends Command<
|
|
646
|
+
ListLLModelsV2Request,
|
|
647
|
+
ListLLModelsV2CommandOutput,
|
|
648
|
+
'ListLLModelsV2Command'
|
|
649
|
+
> {
|
|
650
|
+
static readonly metaPath = '/ListLLModelsV2/2022-01-01/vei_api/post/application_json/';
|
|
651
|
+
|
|
652
|
+
constructor(input: ListLLModelsV2Request) {
|
|
653
|
+
super(input);
|
|
654
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListLLModelsV2Command.metaPath);
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
/**
|
|
658
|
+
* Command to ListMediapipeEvent
|
|
659
|
+
*/
|
|
660
|
+
export class ListMediapipeEventCommand extends Command<
|
|
661
|
+
ListMediapipeEventRequest,
|
|
662
|
+
ListMediapipeEventCommandOutput,
|
|
663
|
+
'ListMediapipeEventCommand'
|
|
664
|
+
> {
|
|
665
|
+
static readonly metaPath = '/ListMediapipeEvent/2022-01-01/vei_api/post/application_json/';
|
|
666
|
+
|
|
667
|
+
constructor(input: ListMediapipeEventRequest) {
|
|
668
|
+
super(input);
|
|
669
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListMediapipeEventCommand.metaPath);
|
|
670
|
+
}
|
|
671
|
+
}
|
|
672
|
+
/**
|
|
673
|
+
* Command to ListMediapipeInstance
|
|
674
|
+
*/
|
|
675
|
+
export class ListMediapipeInstanceCommand extends Command<
|
|
676
|
+
ListMediapipeInstanceRequest,
|
|
677
|
+
ListMediapipeInstanceCommandOutput,
|
|
678
|
+
'ListMediapipeInstanceCommand'
|
|
679
|
+
> {
|
|
680
|
+
static readonly metaPath = '/ListMediapipeInstance/2022-01-01/vei_api/post/application_json/';
|
|
681
|
+
|
|
682
|
+
constructor(input: ListMediapipeInstanceRequest) {
|
|
683
|
+
super(input);
|
|
684
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListMediapipeInstanceCommand.metaPath);
|
|
685
|
+
}
|
|
686
|
+
}
|
|
687
|
+
/**
|
|
688
|
+
* Command to ListModel
|
|
689
|
+
*/
|
|
690
|
+
export class ListModelCommand extends Command<
|
|
691
|
+
ListModelRequest,
|
|
692
|
+
ListModelCommandOutput,
|
|
693
|
+
'ListModelCommand'
|
|
694
|
+
> {
|
|
695
|
+
static readonly metaPath = '/ListModel/2022-01-01/vei_api/post/application_json/';
|
|
696
|
+
|
|
697
|
+
constructor(input: ListModelRequest) {
|
|
698
|
+
super(input);
|
|
699
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListModelCommand.metaPath);
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
/**
|
|
703
|
+
* Command to ListModelService
|
|
704
|
+
*/
|
|
705
|
+
export class ListModelServiceCommand extends Command<
|
|
706
|
+
ListModelServiceRequest,
|
|
707
|
+
ListModelServiceCommandOutput,
|
|
708
|
+
'ListModelServiceCommand'
|
|
709
|
+
> {
|
|
710
|
+
static readonly metaPath = '/ListModelService/2022-01-01/vei_api/post/application_json/';
|
|
711
|
+
|
|
712
|
+
constructor(input: ListModelServiceRequest) {
|
|
713
|
+
super(input);
|
|
714
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListModelServiceCommand.metaPath);
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
/**
|
|
718
|
+
* Command to ListNodeGroup
|
|
719
|
+
*/
|
|
720
|
+
export class ListNodeGroupCommand extends Command<
|
|
721
|
+
ListNodeGroupRequest,
|
|
722
|
+
ListNodeGroupCommandOutput,
|
|
723
|
+
'ListNodeGroupCommand'
|
|
724
|
+
> {
|
|
725
|
+
static readonly metaPath = '/ListNodeGroup/2022-01-01/vei_api/post/application_json/';
|
|
726
|
+
|
|
727
|
+
constructor(input: ListNodeGroupRequest) {
|
|
728
|
+
super(input);
|
|
729
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListNodeGroupCommand.metaPath);
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
/**
|
|
733
|
+
* Command to ListProject
|
|
734
|
+
*/
|
|
735
|
+
export class ListProjectCommand extends Command<
|
|
736
|
+
ListProjectRequest,
|
|
737
|
+
ListProjectCommandOutput,
|
|
738
|
+
'ListProjectCommand'
|
|
739
|
+
> {
|
|
740
|
+
static readonly metaPath = '/ListProject/2022-01-01/vei_api/post/application_json/';
|
|
741
|
+
|
|
742
|
+
constructor(input: ListProjectRequest) {
|
|
743
|
+
super(input);
|
|
744
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListProjectCommand.metaPath);
|
|
745
|
+
}
|
|
746
|
+
}
|
|
747
|
+
/**
|
|
748
|
+
* Command to ListVideoAnalysisTask
|
|
749
|
+
*/
|
|
750
|
+
export class ListVideoAnalysisTaskCommand extends Command<
|
|
751
|
+
ListVideoAnalysisTaskRequest,
|
|
752
|
+
ListVideoAnalysisTaskCommandOutput,
|
|
753
|
+
'ListVideoAnalysisTaskCommand'
|
|
754
|
+
> {
|
|
755
|
+
static readonly metaPath = '/ListVideoAnalysisTask/2022-01-01/vei_api/post/application_json/';
|
|
756
|
+
|
|
757
|
+
constructor(input: ListVideoAnalysisTaskRequest) {
|
|
758
|
+
super(input);
|
|
759
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListVideoAnalysisTaskCommand.metaPath);
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
/**
|
|
763
|
+
* Command to ListVideoAnalysisTaskData
|
|
764
|
+
*/
|
|
765
|
+
export class ListVideoAnalysisTaskDataCommand extends Command<
|
|
766
|
+
ListVideoAnalysisTaskDataRequest,
|
|
767
|
+
ListVideoAnalysisTaskDataCommandOutput,
|
|
768
|
+
'ListVideoAnalysisTaskDataCommand'
|
|
769
|
+
> {
|
|
770
|
+
static readonly metaPath = '/ListVideoAnalysisTaskData/2022-01-01/vei_api/post/application_json/';
|
|
771
|
+
|
|
772
|
+
constructor(input: ListVideoAnalysisTaskDataRequest) {
|
|
773
|
+
super(input);
|
|
774
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListVideoAnalysisTaskDataCommand.metaPath);
|
|
775
|
+
}
|
|
776
|
+
}
|
|
777
|
+
/**
|
|
778
|
+
* Command to ListVideoAnalysisTaskObjectClasses
|
|
779
|
+
*/
|
|
780
|
+
export class ListVideoAnalysisTaskObjectClassesCommand extends Command<
|
|
781
|
+
ListVideoAnalysisTaskObjectClassesRequest,
|
|
782
|
+
ListVideoAnalysisTaskObjectClassesCommandOutput,
|
|
783
|
+
'ListVideoAnalysisTaskObjectClassesCommand'
|
|
784
|
+
> {
|
|
785
|
+
static readonly metaPath = '/ListVideoAnalysisTaskObjectClasses/2022-01-01/vei_api/post/application_json/';
|
|
786
|
+
|
|
787
|
+
constructor(input: ListVideoAnalysisTaskObjectClassesRequest) {
|
|
788
|
+
super(input);
|
|
789
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListVideoAnalysisTaskObjectClassesCommand.metaPath);
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
/**
|
|
793
|
+
* Command to StartVideoStreamAnalysisTask
|
|
794
|
+
*/
|
|
795
|
+
export class StartVideoStreamAnalysisTaskCommand extends Command<
|
|
796
|
+
StartVideoStreamAnalysisTaskRequest,
|
|
797
|
+
StartVideoStreamAnalysisTaskCommandOutput,
|
|
798
|
+
'StartVideoStreamAnalysisTaskCommand'
|
|
799
|
+
> {
|
|
800
|
+
static readonly metaPath = '/StartVideoStreamAnalysisTask/2022-01-01/vei_api/post/application_json/';
|
|
801
|
+
|
|
802
|
+
constructor(input: StartVideoStreamAnalysisTaskRequest) {
|
|
803
|
+
super(input);
|
|
804
|
+
this.requestConfig = buildRequestConfigFromMetaPath(StartVideoStreamAnalysisTaskCommand.metaPath);
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
/**
|
|
808
|
+
* Command to StopVideoStreamAnalysisTask
|
|
809
|
+
*/
|
|
810
|
+
export class StopVideoStreamAnalysisTaskCommand extends Command<
|
|
811
|
+
StopVideoStreamAnalysisTaskRequest,
|
|
812
|
+
StopVideoStreamAnalysisTaskCommandOutput,
|
|
813
|
+
'StopVideoStreamAnalysisTaskCommand'
|
|
814
|
+
> {
|
|
815
|
+
static readonly metaPath = '/StopVideoStreamAnalysisTask/2022-01-01/vei_api/post/application_json/';
|
|
816
|
+
|
|
817
|
+
constructor(input: StopVideoStreamAnalysisTaskRequest) {
|
|
818
|
+
super(input);
|
|
819
|
+
this.requestConfig = buildRequestConfigFromMetaPath(StopVideoStreamAnalysisTaskCommand.metaPath);
|
|
820
|
+
}
|
|
821
|
+
}
|
|
822
|
+
/**
|
|
823
|
+
* Command to TagResources
|
|
824
|
+
*/
|
|
825
|
+
export class TagResourcesCommand extends Command<
|
|
826
|
+
TagResourcesRequest,
|
|
827
|
+
TagResourcesCommandOutput,
|
|
828
|
+
'TagResourcesCommand'
|
|
829
|
+
> {
|
|
830
|
+
static readonly metaPath = '/TagResources/2022-01-01/vei_api/post/application_json/';
|
|
831
|
+
|
|
832
|
+
constructor(input: TagResourcesRequest) {
|
|
833
|
+
super(input);
|
|
834
|
+
this.requestConfig = buildRequestConfigFromMetaPath(TagResourcesCommand.metaPath);
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
/**
|
|
838
|
+
* Command to UntagResources
|
|
839
|
+
*/
|
|
840
|
+
export class UntagResourcesCommand extends Command<
|
|
841
|
+
UntagResourcesRequest,
|
|
842
|
+
UntagResourcesCommandOutput,
|
|
843
|
+
'UntagResourcesCommand'
|
|
844
|
+
> {
|
|
845
|
+
static readonly metaPath = '/UntagResources/2022-01-01/vei_api/post/application_json/';
|
|
846
|
+
|
|
847
|
+
constructor(input: UntagResourcesRequest) {
|
|
848
|
+
super(input);
|
|
849
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UntagResourcesCommand.metaPath);
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
/**
|
|
853
|
+
* Command to UpdateAIGatewayModel
|
|
854
|
+
*/
|
|
855
|
+
export class UpdateAIGatewayModelCommand extends Command<
|
|
856
|
+
UpdateAIGatewayModelRequest,
|
|
857
|
+
UpdateAIGatewayModelCommandOutput,
|
|
858
|
+
'UpdateAIGatewayModelCommand'
|
|
859
|
+
> {
|
|
860
|
+
static readonly metaPath = '/UpdateAIGatewayModel/2022-01-01/vei_api/post/application_json/';
|
|
861
|
+
|
|
862
|
+
constructor(input: UpdateAIGatewayModelRequest) {
|
|
863
|
+
super(input);
|
|
864
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateAIGatewayModelCommand.metaPath);
|
|
865
|
+
}
|
|
866
|
+
}
|
|
867
|
+
/**
|
|
868
|
+
* Command to UpdateChannel
|
|
869
|
+
*/
|
|
870
|
+
export class UpdateChannelCommand extends Command<
|
|
871
|
+
UpdateChannelRequest,
|
|
872
|
+
UpdateChannelCommandOutput,
|
|
873
|
+
'UpdateChannelCommand'
|
|
874
|
+
> {
|
|
875
|
+
static readonly metaPath = '/UpdateChannel/2022-01-01/vei_api/post/application_json/';
|
|
876
|
+
|
|
877
|
+
constructor(input: UpdateChannelRequest) {
|
|
878
|
+
super(input);
|
|
879
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateChannelCommand.metaPath);
|
|
880
|
+
}
|
|
881
|
+
}
|
|
882
|
+
/**
|
|
883
|
+
* Command to UpdateDeployment
|
|
884
|
+
*/
|
|
885
|
+
export class UpdateDeploymentCommand extends Command<
|
|
886
|
+
UpdateDeploymentRequest,
|
|
887
|
+
UpdateDeploymentCommandOutput,
|
|
888
|
+
'UpdateDeploymentCommand'
|
|
889
|
+
> {
|
|
890
|
+
static readonly metaPath = '/UpdateDeployment/2022-01-01/vei_api/post/application_json/';
|
|
891
|
+
|
|
892
|
+
constructor(input: UpdateDeploymentRequest) {
|
|
893
|
+
super(input);
|
|
894
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateDeploymentCommand.metaPath);
|
|
895
|
+
}
|
|
896
|
+
}
|
|
897
|
+
/**
|
|
898
|
+
* Command to UpdateHCI
|
|
899
|
+
*/
|
|
900
|
+
export class UpdateHCICommand extends Command<
|
|
901
|
+
UpdateHCIRequest,
|
|
902
|
+
UpdateHCICommandOutput,
|
|
903
|
+
'UpdateHCICommand'
|
|
904
|
+
> {
|
|
905
|
+
static readonly metaPath = '/UpdateHCI/2022-01-01/vei_api/post/application_json/';
|
|
906
|
+
|
|
907
|
+
constructor(input: UpdateHCIRequest) {
|
|
908
|
+
super(input);
|
|
909
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateHCICommand.metaPath);
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
/**
|
|
913
|
+
* Command to UpdateLogRule
|
|
914
|
+
*/
|
|
915
|
+
export class UpdateLogRuleCommand extends Command<
|
|
916
|
+
UpdateLogRuleRequest,
|
|
917
|
+
UpdateLogRuleCommandOutput,
|
|
918
|
+
'UpdateLogRuleCommand'
|
|
919
|
+
> {
|
|
920
|
+
static readonly metaPath = '/UpdateLogRule/2022-01-01/vei_api/post/application_json/';
|
|
921
|
+
|
|
922
|
+
constructor(input: UpdateLogRuleRequest) {
|
|
923
|
+
super(input);
|
|
924
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateLogRuleCommand.metaPath);
|
|
925
|
+
}
|
|
926
|
+
}
|
|
927
|
+
/**
|
|
928
|
+
* Command to UpdateLogStatus
|
|
929
|
+
*/
|
|
930
|
+
export class UpdateLogStatusCommand extends Command<
|
|
931
|
+
UpdateLogStatusRequest,
|
|
932
|
+
UpdateLogStatusCommandOutput,
|
|
933
|
+
'UpdateLogStatusCommand'
|
|
934
|
+
> {
|
|
935
|
+
static readonly metaPath = '/UpdateLogStatus/2022-01-01/vei_api/post/application_json/';
|
|
936
|
+
|
|
937
|
+
constructor(input: UpdateLogStatusRequest) {
|
|
938
|
+
super(input);
|
|
939
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateLogStatusCommand.metaPath);
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
/**
|
|
943
|
+
* Command to UpdateNodeGroup
|
|
944
|
+
*/
|
|
945
|
+
export class UpdateNodeGroupCommand extends Command<
|
|
946
|
+
UpdateNodeGroupRequest,
|
|
947
|
+
UpdateNodeGroupCommandOutput,
|
|
948
|
+
'UpdateNodeGroupCommand'
|
|
949
|
+
> {
|
|
950
|
+
static readonly metaPath = '/UpdateNodeGroup/2022-01-01/vei_api/post/application_json/';
|
|
951
|
+
|
|
952
|
+
constructor(input: UpdateNodeGroupRequest) {
|
|
953
|
+
super(input);
|
|
954
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateNodeGroupCommand.metaPath);
|
|
955
|
+
}
|
|
956
|
+
}
|
|
957
|
+
/**
|
|
958
|
+
* Command to UpdateVideoAnalysisTask
|
|
959
|
+
*/
|
|
960
|
+
export class UpdateVideoAnalysisTaskCommand extends Command<
|
|
961
|
+
UpdateVideoAnalysisTaskRequest,
|
|
962
|
+
UpdateVideoAnalysisTaskCommandOutput,
|
|
963
|
+
'UpdateVideoAnalysisTaskCommand'
|
|
964
|
+
> {
|
|
965
|
+
static readonly metaPath = '/UpdateVideoAnalysisTask/2022-01-01/vei_api/post/application_json/';
|
|
966
|
+
|
|
967
|
+
constructor(input: UpdateVideoAnalysisTaskRequest) {
|
|
968
|
+
super(input);
|
|
969
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateVideoAnalysisTaskCommand.metaPath);
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
export default {
|
|
974
|
+
VEIAPIClient,
|
|
975
|
+
AddIotModelsCommand,
|
|
976
|
+
ApplyVideoAnalysisTaskTokenCommand,
|
|
977
|
+
CommitVideoAnalysisTaskCommand,
|
|
978
|
+
CreateAIGatewayModelCommand,
|
|
979
|
+
CreateChannelCommand,
|
|
980
|
+
CreateIotLlmTokenCommand,
|
|
981
|
+
CreateModelServiceCommand,
|
|
982
|
+
CreateNodeGroupCommand,
|
|
983
|
+
CreateSNInOneStepCommand,
|
|
984
|
+
CreateVideoAnalysisTaskCommand,
|
|
985
|
+
DeleteIotLlmTokensCommand,
|
|
986
|
+
DeleteIotModelsCommand,
|
|
987
|
+
DeleteNodeGroupCommand,
|
|
988
|
+
DeleteVideoAnalysisTaskCommand,
|
|
989
|
+
DeleteVideoAnalysisTaskDataCommand,
|
|
990
|
+
DeviceContinuousMoveCommand,
|
|
991
|
+
EdgeCallCommand,
|
|
992
|
+
GetLastDevicePropertyValueCommand,
|
|
993
|
+
GetLogRuleCommand,
|
|
994
|
+
GetMediapipeEventCommand,
|
|
995
|
+
GetNodeGroupCommand,
|
|
996
|
+
GetVideoAnalysisStatisticsCommand,
|
|
997
|
+
GetVideoAnalysisTaskCommand,
|
|
998
|
+
GetVideoAnalysisTaskDataCommand,
|
|
999
|
+
GetVideoAnalysisTaskMediaMetaCommand,
|
|
1000
|
+
GetVideoFirstFrameCommand,
|
|
1001
|
+
ListDeploymentCommand,
|
|
1002
|
+
ListDeviceCommand,
|
|
1003
|
+
ListHCINewCommand,
|
|
1004
|
+
ListIotModelsCommand,
|
|
1005
|
+
ListLLModelsV2Command,
|
|
1006
|
+
ListMediapipeEventCommand,
|
|
1007
|
+
ListMediapipeInstanceCommand,
|
|
1008
|
+
ListModelCommand,
|
|
1009
|
+
ListModelServiceCommand,
|
|
1010
|
+
ListNodeGroupCommand,
|
|
1011
|
+
ListProjectCommand,
|
|
1012
|
+
ListVideoAnalysisTaskCommand,
|
|
1013
|
+
ListVideoAnalysisTaskDataCommand,
|
|
1014
|
+
ListVideoAnalysisTaskObjectClassesCommand,
|
|
1015
|
+
StartVideoStreamAnalysisTaskCommand,
|
|
1016
|
+
StopVideoStreamAnalysisTaskCommand,
|
|
1017
|
+
TagResourcesCommand,
|
|
1018
|
+
UntagResourcesCommand,
|
|
1019
|
+
UpdateAIGatewayModelCommand,
|
|
1020
|
+
UpdateChannelCommand,
|
|
1021
|
+
UpdateDeploymentCommand,
|
|
1022
|
+
UpdateHCICommand,
|
|
1023
|
+
UpdateLogRuleCommand,
|
|
1024
|
+
UpdateLogStatusCommand,
|
|
1025
|
+
UpdateNodeGroupCommand,
|
|
1026
|
+
UpdateVideoAnalysisTaskCommand,
|
|
1027
|
+
};
|