Skip to content

Commit 1b93787

Browse files
committed
Add ImportFpShotJob.
1 parent 4d6ebe6 commit 1b93787

File tree

200 files changed

+5932
-4455
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

+5932
-4455
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.26
2+
- Add ImportFpShotJob.
3+
14
2021-09-01 Version: 3.3.25
25
- SubmitURLUploadJob, support S3 Storage.
36

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

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

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

2525
def __init__(self):
2626
RpcRequest.__init__(self, 'Mts', '2014-06-18', 'ActivateMediaWorkflow','mts')
27-
self.set_method('POST')
28-
27+
self.set_method('POST')
2928
if hasattr(self, "endpoint_map"):
3029
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
3130
if hasattr(self, "endpoint_regional"):
3231
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
3332

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

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

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

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

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

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

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

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

2525
def __init__(self):
2626
RpcRequest.__init__(self, 'Mts', '2014-06-18', 'AddAsrPipeline','mts')
27-
self.set_method('POST')
28-
27+
self.set_method('POST')
2928
if hasattr(self, "endpoint_map"):
3029
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
3130
if hasattr(self, "endpoint_regional"):
3231
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
3332

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

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

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

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

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

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

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

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

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

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

2525
def __init__(self):
2626
RpcRequest.__init__(self, 'Mts', '2014-06-18', 'AddCategory','mts')
27-
self.set_method('POST')
28-
27+
self.set_method('POST')
2928
if hasattr(self, "endpoint_map"):
3029
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
3130
if hasattr(self, "endpoint_regional"):
3231
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
3332

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

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

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

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

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

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

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

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

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

2525
def __init__(self):
2626
RpcRequest.__init__(self, 'Mts', '2014-06-18', 'AddCensorPipeline','mts')
27-
self.set_method('POST')
28-
27+
self.set_method('POST')
2928
if hasattr(self, "endpoint_map"):
3029
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
3130
if hasattr(self, "endpoint_regional"):
3231
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
3332

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

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

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

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

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

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

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

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

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

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

2525
def __init__(self):
2626
RpcRequest.__init__(self, 'Mts', '2014-06-18', 'AddCoverPipeline','mts')
27-
self.set_method('POST')
28-
27+
self.set_method('POST')
2928
if hasattr(self, "endpoint_map"):
3029
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
3130
if hasattr(self, "endpoint_regional"):
3231
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
3332

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)