From b87361910cde1b0c4009e686591b4ac44145b653 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 28 Nov 2024 12:41:38 +0000 Subject: [PATCH] Generated 2017-03-21 for vod. --- ChangeLog.txt | 4 ++++ services/vod/struct_video.go | 1 + services/vod/struct_video_in_get_video_info.go | 1 + services/vod/submit_transcode_jobs.go | 1 + services/vod/update_video_info.go | 1 + 5 files changed, 8 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index e5382e7e1e..36072b0649 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,7 @@ +2024-11-28 Version: v1.63.60 +- Generated 2017-03-21 for `vod`. +- SubmitTranscodeJobs Add SessionId. + 2024-11-27 Version: v1.63.59 - Generated 2018-11-01 for `dms-enterprise`. - Support ListDataLakeCatalog, ListDataLakeDatabase, ListDataLakeTablebaseInfo, GetDataLakeCatalog, GetDataLakeDatabase, GetDataLakeTable API. diff --git a/services/vod/struct_video.go b/services/vod/struct_video.go index f7351e73f4..5b64a7e97a 100644 --- a/services/vod/struct_video.go +++ b/services/vod/struct_video.go @@ -22,6 +22,7 @@ type Video struct { ModifyTime string `json:"ModifyTime" xml:"ModifyTime"` Title string `json:"Title" xml:"Title"` CreateTime string `json:"CreateTime" xml:"CreateTime"` + UserData string `json:"UserData" xml:"UserData"` TemplateGroupId string `json:"TemplateGroupId" xml:"TemplateGroupId"` StorageClass string `json:"StorageClass" xml:"StorageClass"` MediaType string `json:"MediaType" xml:"MediaType"` diff --git a/services/vod/struct_video_in_get_video_info.go b/services/vod/struct_video_in_get_video_info.go index afe2687d33..ecf11029bc 100644 --- a/services/vod/struct_video_in_get_video_info.go +++ b/services/vod/struct_video_in_get_video_info.go @@ -42,6 +42,7 @@ type VideoInGetVideoInfo struct { StorageClass string `json:"StorageClass" xml:"StorageClass"` RestoreStatus string `json:"RestoreStatus" xml:"RestoreStatus"` RestoreExpiration string `json:"RestoreExpiration" xml:"RestoreExpiration"` + UserData string `json:"UserData" xml:"UserData"` Snapshots SnapshotsInGetVideoInfo `json:"Snapshots" xml:"Snapshots"` ThumbnailList ThumbnailListInGetVideoInfo `json:"ThumbnailList" xml:"ThumbnailList"` } diff --git a/services/vod/submit_transcode_jobs.go b/services/vod/submit_transcode_jobs.go index abc039fec3..4afbb8a554 100644 --- a/services/vod/submit_transcode_jobs.go +++ b/services/vod/submit_transcode_jobs.go @@ -71,6 +71,7 @@ func (client *Client) SubmitTranscodeJobsWithCallback(request *SubmitTranscodeJo // SubmitTranscodeJobsRequest is the request struct for api SubmitTranscodeJobs type SubmitTranscodeJobsRequest struct { *requests.RpcRequest + SessionId string `position:"Query" name:"SessionId"` UserData string `position:"Query" name:"UserData"` VideoId string `position:"Query" name:"VideoId"` OverrideParams string `position:"Query" name:"OverrideParams"` diff --git a/services/vod/update_video_info.go b/services/vod/update_video_info.go index 099585220b..7b5f9fdfd2 100644 --- a/services/vod/update_video_info.go +++ b/services/vod/update_video_info.go @@ -74,6 +74,7 @@ type UpdateVideoInfoRequest struct { Description string `position:"Query" name:"Description"` Title string `position:"Query" name:"Title"` CoverURL string `position:"Query" name:"CoverURL"` + UserData string `position:"Query" name:"UserData"` DownloadSwitch string `position:"Query" name:"DownloadSwitch"` CateId requests.Integer `position:"Query" name:"CateId"` CustomMediaInfo string `position:"Query" name:"CustomMediaInfo"`