Skip to content

Commit 78b879f

Browse files
committed
VOD SDK Auto Released By guzhaoyuan,Version:2.15.0
发布日志: 1, Add a new api called GetURLUploadInfos to query the upload task of UploadMediaByURL. 2, Clean up the old api related to the CDN of VoD that is going offline, such as DescribeDomainBpsData, is replaced with the new CDN api. 3, Clean up the old AI related apis of VoD, such as SubmitAIASRJob, is replaced with the new AI api. 4, Clean up an api called GetVideoPlayInfo, which is used by the old player SDKs that are no longer supported. 5, Clean up some apis that used only by the VoD console to avoid misuse, such as OpenVodService.
1 parent 9561ae1 commit 78b879f

File tree

86 files changed

+42
-4211
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+42
-4211
lines changed

aliyun-python-sdk-vod/ChangeLog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2019-01-30 Version: 2.15.0
2+
1, Add a new api called GetURLUploadInfos to query the upload task of UploadMediaByURL.
3+
2, Clean up the old api related to the CDN of VoD that is going offline, such as DescribeDomainBpsData, is replaced with the new CDN api.
4+
3, Clean up the old AI related apis of VoD, such as SubmitAIASRJob, is replaced with the new AI api.
5+
4, Clean up an api called GetVideoPlayInfo, which is used by the old player SDKs that are no longer supported.
6+
5, Clean up some apis that used only by the VoD console to avoid misuse, such as OpenVodService.
7+
18
2019-01-15 Version: 2.12.0
29
1, Add new apis called AddTranscodeTemplateGroup, UpdateTranscodeTemplateGroup, ListTranscodeTemplateGroup, GetTranscodeTemplateGroup, SetDefaultTranscodeTemplateGroup ,DeleteTranscodeTemplateGroup and DeleteTranscodeTemplates which support transcode template feature.
310
2, Add new apis called AddAITemplate, DeleteAITemplate, UpdateAITemplate, GetAITemplate, ListAITemplate, GetDefaultAITemplate and SetDefaultAITemplate which support AI template feature.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.12.0"
1+
__version__ = "2.15.0"

aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddMediaSequencesRequest.py

Lines changed: 0 additions & 72 deletions
This file was deleted.

aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddTranscodeTemplateGroupRequest.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ def get_Name(self):
4747
def set_Name(self,Name):
4848
self.add_query_param('Name',Name)
4949

50-
def get_ResourceRealOwnerId(self):
51-
return self.get_query_params().get('ResourceRealOwnerId')
52-
53-
def set_ResourceRealOwnerId(self,ResourceRealOwnerId):
54-
self.add_query_param('ResourceRealOwnerId',ResourceRealOwnerId)
55-
5650
def get_OwnerId(self):
5751
return self.get_query_params().get('OwnerId')
5852

aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddVodDomainRequest.py

Lines changed: 0 additions & 66 deletions
This file was deleted.

aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteTranscodeTemplateGroupRequest.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ def get_ResourceOwnerAccount(self):
3535
def set_ResourceOwnerAccount(self,ResourceOwnerAccount):
3636
self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount)
3737

38-
def get_ResourceRealOwnerId(self):
39-
return self.get_query_params().get('ResourceRealOwnerId')
40-
41-
def set_ResourceRealOwnerId(self,ResourceRealOwnerId):
42-
self.add_query_param('ResourceRealOwnerId',ResourceRealOwnerId)
43-
4438
def get_OwnerId(self):
4539
return self.get_query_params().get('OwnerId')
4640

aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteTranscodeTemplatesRequest.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ def get_ResourceOwnerAccount(self):
3535
def set_ResourceOwnerAccount(self,ResourceOwnerAccount):
3636
self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount)
3737

38-
def get_ResourceRealOwnerId(self):
39-
return self.get_query_params().get('ResourceRealOwnerId')
40-
41-
def set_ResourceRealOwnerId(self,ResourceRealOwnerId):
42-
self.add_query_param('ResourceRealOwnerId',ResourceRealOwnerId)
43-
4438
def get_OwnerId(self):
4539
return self.get_query_params().get('OwnerId')
4640

aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteVodDomainRequest.py

Lines changed: 0 additions & 54 deletions
This file was deleted.

aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteWorkflowRequest.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeCdnDomainLogsRequest.py

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)