Skip to content

Commit 7eaedf0

Browse files
committed
Add ImportFpShotJob.
1 parent dd4a27f commit 7eaedf0

File tree

200 files changed

+4560
-5743
lines changed

Some content is hidden

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

200 files changed

+4560
-5743
lines changed

aliyun-python-sdk-mts/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2021-09-13 Version: 3.3.27
2+
- Add ImportFpShotJob.
3+
14
2021-09-13 Version: 3.3.26
25
- Add ImportFpShotJob.
36

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

aliyun-python-sdk-mts/aliyunsdkmts/request/v20140618/ActivateMediaWorkflowRequest.py

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -24,39 +24,35 @@ class ActivateMediaWorkflowRequest(RpcRequest):
2424

2525
def __init__(self):
2626
RpcRequest.__init__(self, 'Mts', '2014-06-18', 'ActivateMediaWorkflow','mts')
27-
self.set_method('POST')
27+
self.set_method('POST')
28+
2829
if hasattr(self, "endpoint_map"):
2930
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
3031
if hasattr(self, "endpoint_regional"):
3132
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
3233

33-
34-
def get_ResourceOwnerId(self):
34+
def get_ResourceOwnerId(self): # Long
3535
return self.get_query_params().get('ResourceOwnerId')
3636

37-
def set_ResourceOwnerId(self,ResourceOwnerId):
38-
self.add_query_param('ResourceOwnerId',ResourceOwnerId)
39-
40-
def get_ResourceOwnerAccount(self):
37+
def set_ResourceOwnerId(self, ResourceOwnerId): # Long
38+
self.add_query_param('ResourceOwnerId', ResourceOwnerId)
39+
def get_ResourceOwnerAccount(self): # String
4140
return self.get_query_params().get('ResourceOwnerAccount')
4241

43-
def set_ResourceOwnerAccount(self,ResourceOwnerAccount):
44-
self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount)
45-
46-
def get_OwnerAccount(self):
42+
def set_ResourceOwnerAccount(self, ResourceOwnerAccount): # String
43+
self.add_query_param('ResourceOwnerAccount', ResourceOwnerAccount)
44+
def get_OwnerAccount(self): # String
4745
return self.get_query_params().get('OwnerAccount')
4846

49-
def set_OwnerAccount(self,OwnerAccount):
50-
self.add_query_param('OwnerAccount',OwnerAccount)
51-
52-
def get_OwnerId(self):
47+
def set_OwnerAccount(self, OwnerAccount): # String
48+
self.add_query_param('OwnerAccount', OwnerAccount)
49+
def get_OwnerId(self): # Long
5350
return self.get_query_params().get('OwnerId')
5451

55-
def set_OwnerId(self,OwnerId):
56-
self.add_query_param('OwnerId',OwnerId)
57-
58-
def get_MediaWorkflowId(self):
52+
def set_OwnerId(self, OwnerId): # Long
53+
self.add_query_param('OwnerId', OwnerId)
54+
def get_MediaWorkflowId(self): # String
5955
return self.get_query_params().get('MediaWorkflowId')
6056

61-
def set_MediaWorkflowId(self,MediaWorkflowId):
62-
self.add_query_param('MediaWorkflowId',MediaWorkflowId)
57+
def set_MediaWorkflowId(self, MediaWorkflowId): # String
58+
self.add_query_param('MediaWorkflowId', MediaWorkflowId)

aliyun-python-sdk-mts/aliyunsdkmts/request/v20140618/AddAsrPipelineRequest.py

Lines changed: 23 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -24,51 +24,45 @@ class AddAsrPipelineRequest(RpcRequest):
2424

2525
def __init__(self):
2626
RpcRequest.__init__(self, 'Mts', '2014-06-18', 'AddAsrPipeline','mts')
27-
self.set_method('POST')
27+
self.set_method('POST')
28+
2829
if hasattr(self, "endpoint_map"):
2930
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
3031
if hasattr(self, "endpoint_regional"):
3132
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
3233

33-
34-
def get_ResourceOwnerId(self):
34+
def get_ResourceOwnerId(self): # Long
3535
return self.get_query_params().get('ResourceOwnerId')
3636

37-
def set_ResourceOwnerId(self,ResourceOwnerId):
38-
self.add_query_param('ResourceOwnerId',ResourceOwnerId)
39-
40-
def get_ResourceOwnerAccount(self):
37+
def set_ResourceOwnerId(self, ResourceOwnerId): # Long
38+
self.add_query_param('ResourceOwnerId', ResourceOwnerId)
39+
def get_ResourceOwnerAccount(self): # String
4140
return self.get_query_params().get('ResourceOwnerAccount')
4241

43-
def set_ResourceOwnerAccount(self,ResourceOwnerAccount):
44-
self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount)
45-
46-
def get_OwnerAccount(self):
42+
def set_ResourceOwnerAccount(self, ResourceOwnerAccount): # String
43+
self.add_query_param('ResourceOwnerAccount', ResourceOwnerAccount)
44+
def get_OwnerAccount(self): # String
4745
return self.get_query_params().get('OwnerAccount')
4846

49-
def set_OwnerAccount(self,OwnerAccount):
50-
self.add_query_param('OwnerAccount',OwnerAccount)
51-
52-
def get_NotifyConfig(self):
47+
def set_OwnerAccount(self, OwnerAccount): # String
48+
self.add_query_param('OwnerAccount', OwnerAccount)
49+
def get_NotifyConfig(self): # String
5350
return self.get_query_params().get('NotifyConfig')
5451

55-
def set_NotifyConfig(self,NotifyConfig):
56-
self.add_query_param('NotifyConfig',NotifyConfig)
57-
58-
def get_OwnerId(self):
52+
def set_NotifyConfig(self, NotifyConfig): # String
53+
self.add_query_param('NotifyConfig', NotifyConfig)
54+
def get_OwnerId(self): # Long
5955
return self.get_query_params().get('OwnerId')
6056

61-
def set_OwnerId(self,OwnerId):
62-
self.add_query_param('OwnerId',OwnerId)
63-
64-
def get_Priority(self):
57+
def set_OwnerId(self, OwnerId): # Long
58+
self.add_query_param('OwnerId', OwnerId)
59+
def get_Priority(self): # Integer
6560
return self.get_query_params().get('Priority')
6661

67-
def set_Priority(self,Priority):
68-
self.add_query_param('Priority',Priority)
69-
70-
def get_Name(self):
62+
def set_Priority(self, Priority): # Integer
63+
self.add_query_param('Priority', Priority)
64+
def get_Name(self): # String
7165
return self.get_query_params().get('Name')
7266

73-
def set_Name(self,Name):
74-
self.add_query_param('Name',Name)
67+
def set_Name(self, Name): # String
68+
self.add_query_param('Name', Name)

aliyun-python-sdk-mts/aliyunsdkmts/request/v20140618/AddCategoryRequest.py

Lines changed: 20 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -24,45 +24,40 @@ class AddCategoryRequest(RpcRequest):
2424

2525
def __init__(self):
2626
RpcRequest.__init__(self, 'Mts', '2014-06-18', 'AddCategory','mts')
27-
self.set_method('POST')
27+
self.set_method('POST')
28+
2829
if hasattr(self, "endpoint_map"):
2930
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
3031
if hasattr(self, "endpoint_regional"):
3132
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
3233

33-
34-
def get_ResourceOwnerId(self):
34+
def get_ResourceOwnerId(self): # Long
3535
return self.get_query_params().get('ResourceOwnerId')
3636

37-
def set_ResourceOwnerId(self,ResourceOwnerId):
38-
self.add_query_param('ResourceOwnerId',ResourceOwnerId)
39-
40-
def get_ParentId(self):
37+
def set_ResourceOwnerId(self, ResourceOwnerId): # Long
38+
self.add_query_param('ResourceOwnerId', ResourceOwnerId)
39+
def get_ParentId(self): # Long
4140
return self.get_query_params().get('ParentId')
4241

43-
def set_ParentId(self,ParentId):
44-
self.add_query_param('ParentId',ParentId)
45-
46-
def get_CateName(self):
42+
def set_ParentId(self, ParentId): # Long
43+
self.add_query_param('ParentId', ParentId)
44+
def get_CateName(self): # String
4745
return self.get_query_params().get('CateName')
4846

49-
def set_CateName(self,CateName):
50-
self.add_query_param('CateName',CateName)
51-
52-
def get_ResourceOwnerAccount(self):
47+
def set_CateName(self, CateName): # String
48+
self.add_query_param('CateName', CateName)
49+
def get_ResourceOwnerAccount(self): # String
5350
return self.get_query_params().get('ResourceOwnerAccount')
5451

55-
def set_ResourceOwnerAccount(self,ResourceOwnerAccount):
56-
self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount)
57-
58-
def get_OwnerAccount(self):
52+
def set_ResourceOwnerAccount(self, ResourceOwnerAccount): # String
53+
self.add_query_param('ResourceOwnerAccount', ResourceOwnerAccount)
54+
def get_OwnerAccount(self): # String
5955
return self.get_query_params().get('OwnerAccount')
6056

61-
def set_OwnerAccount(self,OwnerAccount):
62-
self.add_query_param('OwnerAccount',OwnerAccount)
63-
64-
def get_OwnerId(self):
57+
def set_OwnerAccount(self, OwnerAccount): # String
58+
self.add_query_param('OwnerAccount', OwnerAccount)
59+
def get_OwnerId(self): # Long
6560
return self.get_query_params().get('OwnerId')
6661

67-
def set_OwnerId(self,OwnerId):
68-
self.add_query_param('OwnerId',OwnerId)
62+
def set_OwnerId(self, OwnerId): # Long
63+
self.add_query_param('OwnerId', OwnerId)

aliyun-python-sdk-mts/aliyunsdkmts/request/v20140618/AddCensorPipelineRequest.py

Lines changed: 23 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -24,51 +24,45 @@ class AddCensorPipelineRequest(RpcRequest):
2424

2525
def __init__(self):
2626
RpcRequest.__init__(self, 'Mts', '2014-06-18', 'AddCensorPipeline','mts')
27-
self.set_method('POST')
27+
self.set_method('POST')
28+
2829
if hasattr(self, "endpoint_map"):
2930
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
3031
if hasattr(self, "endpoint_regional"):
3132
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
3233

33-
34-
def get_ResourceOwnerId(self):
34+
def get_ResourceOwnerId(self): # Long
3535
return self.get_query_params().get('ResourceOwnerId')
3636

37-
def set_ResourceOwnerId(self,ResourceOwnerId):
38-
self.add_query_param('ResourceOwnerId',ResourceOwnerId)
39-
40-
def get_ResourceOwnerAccount(self):
37+
def set_ResourceOwnerId(self, ResourceOwnerId): # Long
38+
self.add_query_param('ResourceOwnerId', ResourceOwnerId)
39+
def get_ResourceOwnerAccount(self): # String
4140
return self.get_query_params().get('ResourceOwnerAccount')
4241

43-
def set_ResourceOwnerAccount(self,ResourceOwnerAccount):
44-
self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount)
45-
46-
def get_OwnerAccount(self):
42+
def set_ResourceOwnerAccount(self, ResourceOwnerAccount): # String
43+
self.add_query_param('ResourceOwnerAccount', ResourceOwnerAccount)
44+
def get_OwnerAccount(self): # String
4745
return self.get_query_params().get('OwnerAccount')
4846

49-
def set_OwnerAccount(self,OwnerAccount):
50-
self.add_query_param('OwnerAccount',OwnerAccount)
51-
52-
def get_NotifyConfig(self):
47+
def set_OwnerAccount(self, OwnerAccount): # String
48+
self.add_query_param('OwnerAccount', OwnerAccount)
49+
def get_NotifyConfig(self): # String
5350
return self.get_query_params().get('NotifyConfig')
5451

55-
def set_NotifyConfig(self,NotifyConfig):
56-
self.add_query_param('NotifyConfig',NotifyConfig)
57-
58-
def get_OwnerId(self):
52+
def set_NotifyConfig(self, NotifyConfig): # String
53+
self.add_query_param('NotifyConfig', NotifyConfig)
54+
def get_OwnerId(self): # Long
5955
return self.get_query_params().get('OwnerId')
6056

61-
def set_OwnerId(self,OwnerId):
62-
self.add_query_param('OwnerId',OwnerId)
63-
64-
def get_Priority(self):
57+
def set_OwnerId(self, OwnerId): # Long
58+
self.add_query_param('OwnerId', OwnerId)
59+
def get_Priority(self): # Integer
6560
return self.get_query_params().get('Priority')
6661

67-
def set_Priority(self,Priority):
68-
self.add_query_param('Priority',Priority)
69-
70-
def get_Name(self):
62+
def set_Priority(self, Priority): # Integer
63+
self.add_query_param('Priority', Priority)
64+
def get_Name(self): # String
7165
return self.get_query_params().get('Name')
7266

73-
def set_Name(self,Name):
74-
self.add_query_param('Name',Name)
67+
def set_Name(self, Name): # String
68+
self.add_query_param('Name', Name)

aliyun-python-sdk-mts/aliyunsdkmts/request/v20140618/AddCoverPipelineRequest.py

Lines changed: 26 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -24,57 +24,50 @@ class AddCoverPipelineRequest(RpcRequest):
2424

2525
def __init__(self):
2626
RpcRequest.__init__(self, 'Mts', '2014-06-18', 'AddCoverPipeline','mts')
27-
self.set_method('POST')
27+
self.set_method('POST')
28+
2829
if hasattr(self, "endpoint_map"):
2930
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
3031
if hasattr(self, "endpoint_regional"):
3132
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
3233

33-
34-
def get_ResourceOwnerId(self):
34+
def get_ResourceOwnerId(self): # Long
3535
return self.get_query_params().get('ResourceOwnerId')
3636

37-
def set_ResourceOwnerId(self,ResourceOwnerId):
38-
self.add_query_param('ResourceOwnerId',ResourceOwnerId)
39-
40-
def get_Role(self):
37+
def set_ResourceOwnerId(self, ResourceOwnerId): # Long
38+
self.add_query_param('ResourceOwnerId', ResourceOwnerId)
39+
def get_Role(self): # String
4140
return self.get_query_params().get('Role')
4241

43-
def set_Role(self,Role):
44-
self.add_query_param('Role',Role)
45-
46-
def get_ResourceOwnerAccount(self):
42+
def set_Role(self, Role): # String
43+
self.add_query_param('Role', Role)
44+
def get_ResourceOwnerAccount(self): # String
4745
return self.get_query_params().get('ResourceOwnerAccount')
4846

49-
def set_ResourceOwnerAccount(self,ResourceOwnerAccount):
50-
self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount)
51-
52-
def get_OwnerAccount(self):
47+
def set_ResourceOwnerAccount(self, ResourceOwnerAccount): # String
48+
self.add_query_param('ResourceOwnerAccount', ResourceOwnerAccount)
49+
def get_OwnerAccount(self): # String
5350
return self.get_query_params().get('OwnerAccount')
5451

55-
def set_OwnerAccount(self,OwnerAccount):
56-
self.add_query_param('OwnerAccount',OwnerAccount)
57-
58-
def get_NotifyConfig(self):
52+
def set_OwnerAccount(self, OwnerAccount): # String
53+
self.add_query_param('OwnerAccount', OwnerAccount)
54+
def get_NotifyConfig(self): # String
5955
return self.get_query_params().get('NotifyConfig')
6056

61-
def set_NotifyConfig(self,NotifyConfig):
62-
self.add_query_param('NotifyConfig',NotifyConfig)
63-
64-
def get_OwnerId(self):
57+
def set_NotifyConfig(self, NotifyConfig): # String
58+
self.add_query_param('NotifyConfig', NotifyConfig)
59+
def get_OwnerId(self): # Long
6560
return self.get_query_params().get('OwnerId')
6661

67-
def set_OwnerId(self,OwnerId):
68-
self.add_query_param('OwnerId',OwnerId)
69-
70-
def get_Priority(self):
62+
def set_OwnerId(self, OwnerId): # Long
63+
self.add_query_param('OwnerId', OwnerId)
64+
def get_Priority(self): # String
7165
return self.get_query_params().get('Priority')
7266

73-
def set_Priority(self,Priority):
74-
self.add_query_param('Priority',Priority)
75-
76-
def get_Name(self):
67+
def set_Priority(self, Priority): # String
68+
self.add_query_param('Priority', Priority)
69+
def get_Name(self): # String
7770
return self.get_query_params().get('Name')
7871

79-
def set_Name(self,Name):
80-
self.add_query_param('Name',Name)
72+
def set_Name(self, Name): # String
73+
self.add_query_param('Name', Name)

0 commit comments

Comments
 (0)