Skip to content

Commit fd980bf

Browse files
committed
Add parameter type HDRType.
1 parent 6894ce4 commit fd980bf

File tree

169 files changed

+227
-174
lines changed

Some content is hidden

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

169 files changed

+227
-174
lines changed

aliyun-python-sdk-vod/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2021-11-16 Version: 2.16.3
2+
- Add parameter type HDRType.
3+
14
2021-11-02 Version: 2.16.2
25
- Add GetVideoPlayAuth API parameter.
36

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.16.2'
1+
__version__ = '2.16.3'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class AddAITemplateRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'vod', '2017-03-21', 'AddAITemplate')
26+
RpcRequest.__init__(self, 'vod', '2017-03-21', 'AddAITemplate','vod')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class AddCategoryRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'vod', '2017-03-21', 'AddCategory')
26+
RpcRequest.__init__(self, 'vod', '2017-03-21', 'AddCategory','vod')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class AddEditingProjectRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'vod', '2017-03-21', 'AddEditingProject')
26+
RpcRequest.__init__(self, 'vod', '2017-03-21', 'AddEditingProject','vod')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class AddTranscodeTemplateGroupRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'vod', '2017-03-21', 'AddTranscodeTemplateGroup')
26+
RpcRequest.__init__(self, 'vod', '2017-03-21', 'AddTranscodeTemplateGroup','vod')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class AddVodDomainRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'vod', '2017-03-21', 'AddVodDomain')
26+
RpcRequest.__init__(self, 'vod', '2017-03-21', 'AddVodDomain','vod')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class AddVodTemplateRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'vod', '2017-03-21', 'AddVodTemplate')
26+
RpcRequest.__init__(self, 'vod', '2017-03-21', 'AddVodTemplate','vod')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class AddWatermarkRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'vod', '2017-03-21', 'AddWatermark')
26+
RpcRequest.__init__(self, 'vod', '2017-03-21', 'AddWatermark','vod')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class AttachAppPolicyToIdentityRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'vod', '2017-03-21', 'AttachAppPolicyToIdentity')
26+
RpcRequest.__init__(self, 'vod', '2017-03-21', 'AttachAppPolicyToIdentity','vod')
2727
self.set_method('POST')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

0 commit comments

Comments
 (0)