-
Notifications
You must be signed in to change notification settings - Fork 587
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
243 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '3.9.43' | ||
__version__ = '3.9.44' |
64 changes: 64 additions & 0 deletions
64
...n-python-sdk-live/aliyunsdklive/request/v20161101/DeleteLiveMessageGroupMessageRequest.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# 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 aliyunsdklive.endpoint import endpoint_data | ||
|
||
class DeleteLiveMessageGroupMessageRequest(RpcRequest): | ||
|
||
def __init__(self): | ||
RpcRequest.__init__(self, 'live', '2016-11-01', 'DeleteLiveMessageGroupMessage','live') | ||
self.set_protocol_type('https') | ||
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_GroupId(self): # String | ||
return self.get_query_params().get('GroupId') | ||
|
||
def set_GroupId(self, GroupId): # String | ||
self.add_query_param('GroupId', GroupId) | ||
def get_MessageId(self): # String | ||
return self.get_query_params().get('MessageId') | ||
|
||
def set_MessageId(self, MessageId): # String | ||
self.add_query_param('MessageId', MessageId) | ||
def get_DataCenter(self): # String | ||
return self.get_query_params().get('DataCenter') | ||
|
||
def set_DataCenter(self, DataCenter): # String | ||
self.add_query_param('DataCenter', DataCenter) | ||
def get_AppId(self): # String | ||
return self.get_query_params().get('AppId') | ||
|
||
def set_AppId(self, AppId): # String | ||
self.add_query_param('AppId', AppId) | ||
def get_DeleterId(self): # String | ||
return self.get_query_params().get('DeleterId') | ||
|
||
def set_DeleterId(self, DeleterId): # String | ||
self.add_query_param('DeleterId', DeleterId) | ||
def get_DeleterInfo(self): # String | ||
return self.get_query_params().get('DeleterInfo') | ||
|
||
def set_DeleterInfo(self, DeleterInfo): # String | ||
self.add_query_param('DeleterInfo', DeleterInfo) |
64 changes: 64 additions & 0 deletions
64
...un-python-sdk-live/aliyunsdklive/request/v20161101/DeleteLiveMessageUserMessageRequest.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# 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 aliyunsdklive.endpoint import endpoint_data | ||
|
||
class DeleteLiveMessageUserMessageRequest(RpcRequest): | ||
|
||
def __init__(self): | ||
RpcRequest.__init__(self, 'live', '2016-11-01', 'DeleteLiveMessageUserMessage','live') | ||
self.set_protocol_type('https') | ||
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_MessageId(self): # String | ||
return self.get_query_params().get('MessageId') | ||
|
||
def set_MessageId(self, MessageId): # String | ||
self.add_query_param('MessageId', MessageId) | ||
def get_DataCenter(self): # String | ||
return self.get_query_params().get('DataCenter') | ||
|
||
def set_DataCenter(self, DataCenter): # String | ||
self.add_query_param('DataCenter', DataCenter) | ||
def get_ReceiverId(self): # String | ||
return self.get_query_params().get('ReceiverId') | ||
|
||
def set_ReceiverId(self, ReceiverId): # String | ||
self.add_query_param('ReceiverId', ReceiverId) | ||
def get_AppId(self): # String | ||
return self.get_query_params().get('AppId') | ||
|
||
def set_AppId(self, AppId): # String | ||
self.add_query_param('AppId', AppId) | ||
def get_DeleterId(self): # String | ||
return self.get_query_params().get('DeleterId') | ||
|
||
def set_DeleterId(self, DeleterId): # String | ||
self.add_query_param('DeleterId', DeleterId) | ||
def get_DeleterInfo(self): # String | ||
return self.get_query_params().get('DeleterInfo') | ||
|
||
def set_DeleterInfo(self, DeleterInfo): # String | ||
self.add_query_param('DeleterInfo', DeleterInfo) |
48 changes: 48 additions & 0 deletions
48
aliyun-python-sdk-live/aliyunsdklive/request/v20161101/MiguLivePullToPushStartRequest.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# 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 aliyunsdklive.endpoint import endpoint_data | ||
|
||
class MiguLivePullToPushStartRequest(RpcRequest): | ||
|
||
def __init__(self): | ||
RpcRequest.__init__(self, 'live', '2016-11-01', 'MiguLivePullToPushStart','live') | ||
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_MiguData(self): # String | ||
return self.get_query_params().get('MiguData') | ||
|
||
def set_MiguData(self, MiguData): # String | ||
self.add_query_param('MiguData', MiguData) | ||
def get_DomainName(self): # String | ||
return self.get_query_params().get('DomainName') | ||
|
||
def set_DomainName(self, DomainName): # String | ||
self.add_query_param('DomainName', DomainName) | ||
def get_OwnerId(self): # Long | ||
return self.get_query_params().get('OwnerId') | ||
|
||
def set_OwnerId(self, OwnerId): # Long | ||
self.add_query_param('OwnerId', OwnerId) |
48 changes: 48 additions & 0 deletions
48
aliyun-python-sdk-live/aliyunsdklive/request/v20161101/MiguLivePullToPushStatusRequest.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# 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 aliyunsdklive.endpoint import endpoint_data | ||
|
||
class MiguLivePullToPushStatusRequest(RpcRequest): | ||
|
||
def __init__(self): | ||
RpcRequest.__init__(self, 'live', '2016-11-01', 'MiguLivePullToPushStatus','live') | ||
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_MiguData(self): # String | ||
return self.get_query_params().get('MiguData') | ||
|
||
def set_MiguData(self, MiguData): # String | ||
self.add_query_param('MiguData', MiguData) | ||
def get_DomainName(self): # String | ||
return self.get_query_params().get('DomainName') | ||
|
||
def set_DomainName(self, DomainName): # String | ||
self.add_query_param('DomainName', DomainName) | ||
def get_OwnerId(self): # Long | ||
return self.get_query_params().get('OwnerId') | ||
|
||
def set_OwnerId(self, OwnerId): # Long | ||
self.add_query_param('OwnerId', OwnerId) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters