Skip to content

Commit

Permalink
Update water-mark params
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Jul 23, 2024
1 parent c1c7a4c commit 74fd13f
Show file tree
Hide file tree
Showing 20 changed files with 529 additions and 170 deletions.
3 changes: 3 additions & 0 deletions aliyun-python-sdk-mts/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-07-23 Version: 3.3.42
- Update water-mark params

2023-02-27 Version: 3.3.41
- Add CreateCustomGroup api sdk.

Expand Down
2 changes: 1 addition & 1 deletion aliyun-python-sdk-mts/aliyunsdkmts/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.3.41'
__version__ = '3.3.42'
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ def get_Speed(self): # String

def set_Speed(self, Speed): # String
self.add_query_param('Speed', Speed)
def get_ExtendConfig(self): # String
return self.get_query_params().get('ExtendConfig')

def set_ExtendConfig(self, ExtendConfig): # String
self.add_query_param('ExtendConfig', ExtendConfig)
def get_ResourceOwnerAccount(self): # String
return self.get_query_params().get('ResourceOwnerAccount')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ def get_ResourceOwnerId(self): # Long

def set_ResourceOwnerId(self, ResourceOwnerId): # Long
self.add_query_param('ResourceOwnerId', ResourceOwnerId)
def get_JobId(self): # String
return self.get_query_params().get('JobId')

def set_JobId(self, JobId): # String
self.add_query_param('JobId', JobId)
def get_ResourceOwnerAccount(self): # String
return self.get_query_params().get('ResourceOwnerAccount')

Expand All @@ -51,8 +56,3 @@ def get_OwnerId(self): # Long

def set_OwnerId(self, OwnerId): # Long
self.add_query_param('OwnerId', OwnerId)
def get_JobId(self): # String
return self.get_query_params().get('JobId')

def set_JobId(self, JobId): # String
self.add_query_param('JobId', JobId)
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

from aliyunsdkcore.request import RpcRequest
from aliyunsdkmts.endpoint import endpoint_data

class QueryCopyrightExtractJobRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Mts', '2014-06-18', 'QueryCopyrightExtractJob','mts')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
if hasattr(self, "endpoint_regional"):
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())

def get_JobId(self): # String
return self.get_query_params().get('JobId')

def set_JobId(self, JobId): # String
self.add_query_param('JobId', JobId)
Original file line number Diff line number Diff line change
Expand Up @@ -20,49 +20,44 @@
from aliyunsdkcore.request import RpcRequest
from aliyunsdkmts.endpoint import endpoint_data

class ReportFpShotJobResultRequest(RpcRequest):
class QueryCopyrightJobRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Mts', '2014-06-18', 'ReportFpShotJobResult','mts')
RpcRequest.__init__(self, 'Mts', '2014-06-18', 'QueryCopyrightJob','mts')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
if hasattr(self, "endpoint_regional"):
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())

def get_ResourceOwnerId(self): # Long
return self.get_query_params().get('ResourceOwnerId')
def get_Level(self): # Long
return self.get_query_params().get('Level')

def set_ResourceOwnerId(self, ResourceOwnerId): # Long
self.add_query_param('ResourceOwnerId', ResourceOwnerId)
def get_Result(self): # String
return self.get_query_params().get('Result')
def set_Level(self, Level): # Long
self.add_query_param('Level', Level)
def get_PageNumber(self): # Long
return self.get_query_params().get('PageNumber')

def set_Result(self, Result): # String
self.add_query_param('Result', Result)
def set_PageNumber(self, PageNumber): # Long
self.add_query_param('PageNumber', PageNumber)
def get_CreateTimeEnd(self): # Long
return self.get_query_params().get('CreateTimeEnd')

def set_CreateTimeEnd(self, CreateTimeEnd): # Long
self.add_query_param('CreateTimeEnd', CreateTimeEnd)
def get_JobId(self): # String
return self.get_query_params().get('JobId')

def set_JobId(self, JobId): # String
self.add_query_param('JobId', JobId)
def get_Details(self): # String
return self.get_query_params().get('Details')

def set_Details(self, Details): # String
self.add_query_param('Details', Details)
def get_ResourceOwnerAccount(self): # String
return self.get_query_params().get('ResourceOwnerAccount')

def set_ResourceOwnerAccount(self, ResourceOwnerAccount): # String
self.add_query_param('ResourceOwnerAccount', ResourceOwnerAccount)
def get_OwnerAccount(self): # String
return self.get_query_params().get('OwnerAccount')
def get_PageSize(self): # Long
return self.get_query_params().get('PageSize')

def set_OwnerAccount(self, OwnerAccount): # String
self.add_query_param('OwnerAccount', OwnerAccount)
def get_OwnerId(self): # Long
return self.get_query_params().get('OwnerId')
def set_PageSize(self, PageSize): # Long
self.add_query_param('PageSize', PageSize)
def get_CreateTimeStart(self): # Long
return self.get_query_params().get('CreateTimeStart')

def set_OwnerId(self, OwnerId): # Long
self.add_query_param('OwnerId', OwnerId)
def set_CreateTimeStart(self, CreateTimeStart): # Long
self.add_query_param('CreateTimeStart', CreateTimeStart)
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ def get_ResourceOwnerId(self): # Long

def set_ResourceOwnerId(self, ResourceOwnerId): # Long
self.add_query_param('ResourceOwnerId', ResourceOwnerId)
def get_IncludePipelineInfo(self): # Boolean
return self.get_query_params().get('IncludePipelineInfo')

def set_IncludePipelineInfo(self, IncludePipelineInfo): # Boolean
self.add_query_param('IncludePipelineInfo', IncludePipelineInfo)
def get_ResourceOwnerAccount(self): # String
return self.get_query_params().get('ResourceOwnerAccount')

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
from aliyunsdkcore.request import RpcRequest
from aliyunsdkmts.endpoint import endpoint_data

class QueryVideoQualityJobRequest(RpcRequest):
class QueryTraceAbJobRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Mts', '2014-06-18', 'QueryVideoQualityJob','mts')
RpcRequest.__init__(self, 'Mts', '2014-06-18', 'QueryTraceAbJob','mts')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
if hasattr(self, "endpoint_regional"):
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())

def get_UserId(self): # Long
return self.get_query_params().get('UserId')
def get_MediaId(self): # String
return self.get_query_params().get('MediaId')

def set_UserId(self, UserId): # Long
self.add_query_param('UserId', UserId)
def set_MediaId(self, MediaId): # String
self.add_query_param('MediaId', MediaId)
def get_JobId(self): # String
return self.get_query_params().get('JobId')

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

from aliyunsdkcore.request import RpcRequest
from aliyunsdkmts.endpoint import endpoint_data

class QueryTraceExtractJobRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Mts', '2014-06-18', 'QueryTraceExtractJob','mts')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
if hasattr(self, "endpoint_regional"):
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())

def get_JobId(self): # String
return self.get_query_params().get('JobId')

def set_JobId(self, JobId): # String
self.add_query_param('JobId', JobId)
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

from aliyunsdkcore.request import RpcRequest
from aliyunsdkmts.endpoint import endpoint_data

class QueryTraceM3u8JobRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Mts', '2014-06-18', 'QueryTraceM3u8Job','mts')
self.set_method('POST')

if hasattr(self, "endpoint_map"):
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
if hasattr(self, "endpoint_regional"):
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())

def get_PageNumber(self): # Long
return self.get_query_params().get('PageNumber')

def set_PageNumber(self, PageNumber): # Long
self.add_query_param('PageNumber', PageNumber)
def get_CreateTimeEnd(self): # Long
return self.get_query_params().get('CreateTimeEnd')

def set_CreateTimeEnd(self, CreateTimeEnd): # Long
self.add_query_param('CreateTimeEnd', CreateTimeEnd)
def get_JobId(self): # String
return self.get_query_params().get('JobId')

def set_JobId(self, JobId): # String
self.add_query_param('JobId', JobId)
def get_PageSize(self): # Long
return self.get_query_params().get('PageSize')

def set_PageSize(self, PageSize): # Long
self.add_query_param('PageSize', PageSize)
def get_CreateTimeStart(self): # Long
return self.get_query_params().get('CreateTimeStart')

def set_CreateTimeStart(self, CreateTimeStart): # Long
self.add_query_param('CreateTimeStart', CreateTimeStart)
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ def get_State(self): # String

def set_State(self, State): # String
self.add_query_param('State', State)
def get_NamePrefix(self): # String
return self.get_query_params().get('NamePrefix')

def set_NamePrefix(self, NamePrefix): # String
self.add_query_param('NamePrefix', NamePrefix)
def get_ResourceOwnerAccount(self): # String
return self.get_query_params().get('ResourceOwnerAccount')

Expand Down
Loading

0 comments on commit 74fd13f

Please sign in to comment.