|
@ -266,7 +266,7 @@ type MediaProcessJobsNotifyBody struct { |
|
|
MediaResult struct { |
|
|
MediaResult struct { |
|
|
OutputFile struct { |
|
|
OutputFile struct { |
|
|
Bucket string `xml:"Bucket"` |
|
|
Bucket string `xml:"Bucket"` |
|
|
ObjectName string `xml:"ObjectName"` |
|
|
|
|
|
|
|
|
ObjectName []string `xml:"ObjectName"` |
|
|
ObjectPrefix string `xml:"ObjectPrefix"` |
|
|
ObjectPrefix string `xml:"ObjectPrefix"` |
|
|
Region string `xml:"Region"` |
|
|
Region string `xml:"Region"` |
|
|
} `xml:"OutputFile"` |
|
|
} `xml:"OutputFile"` |
|
|