Skip to content

Commit 97f7994

Browse files
committed
Generated 2016-11-01 for live.
1 parent b39c748 commit 97f7994

10 files changed

+213
-17
lines changed

aliyun-python-sdk-live/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-05-12 Version: 3.9.67
2+
- Generated 2016-11-01 for `live`.
3+
14
2025-03-27 Version: 3.9.66
25
- Generated 2016-11-01 for `live`.
36

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

aliyun-python-sdk-live/aliyunsdklive/request/v20161101/CreateLivePullToPushRequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class CreateLivePullToPushRequest(RpcRequest):
2626
def __init__(self):
2727
RpcRequest.__init__(self, 'live', '2016-11-01', 'CreateLivePullToPush','live')
2828
self.set_protocol_type('https')
29-
self.set_method('GET')
29+
self.set_method('POST')
3030

3131
if hasattr(self, "endpoint_map"):
3232
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

aliyun-python-sdk-live/aliyunsdklive/request/v20161101/DescribeLiveStreamTranscodeStreamNumRequest.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,8 @@ def get_OwnerId(self): # Long
4141

4242
def set_OwnerId(self, OwnerId): # Long
4343
self.add_query_param('OwnerId', OwnerId)
44+
def get_SplitType(self): # String
45+
return self.get_query_params().get('SplitType')
46+
47+
def set_SplitType(self, SplitType): # String
48+
self.add_query_param('SplitType', SplitType)

aliyun-python-sdk-live/aliyunsdklive/request/v20161101/DescribeLiveStreamsNotifyUrlConfigRequest.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ def __init__(self):
3131
if hasattr(self, "endpoint_regional"):
3232
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
3333

34-
def get_NotifyType(self): # String
35-
return self.get_query_params().get('NotifyType')
36-
37-
def set_NotifyType(self, NotifyType): # String
38-
self.add_query_param('NotifyType', NotifyType)
3934
def get_DomainName(self): # String
4035
return self.get_query_params().get('DomainName')
4136

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
#
13+
# Unless required by applicable law or agreed to in writing,
14+
# software distributed under the License is distributed on an
15+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
# KIND, either express or implied. See the License for the
17+
# specific language governing permissions and limitations
18+
# under the License.
19+
20+
from aliyunsdkcore.request import RpcRequest
21+
from aliyunsdklive.endpoint import endpoint_data
22+
23+
class DescribeRtcCloudRecordingFilesRequest(RpcRequest):
24+
25+
def __init__(self):
26+
RpcRequest.__init__(self, 'live', '2016-11-01', 'DescribeRtcCloudRecordingFiles','live')
27+
self.set_protocol_type('https')
28+
self.set_method('POST')
29+
30+
if hasattr(self, "endpoint_map"):
31+
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
32+
if hasattr(self, "endpoint_regional"):
33+
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
34+
35+
def get_TaskId(self): # String
36+
return self.get_query_params().get('TaskId')
37+
38+
def set_TaskId(self, TaskId): # String
39+
self.add_query_param('TaskId', TaskId)

aliyun-python-sdk-live/aliyunsdklive/request/v20161101/SetLiveStreamsNotifyUrlConfigRequest.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ def get_NotifyUrl(self): # String
4646

4747
def set_NotifyUrl(self, NotifyUrl): # String
4848
self.add_query_param('NotifyUrl', NotifyUrl)
49-
def get_NotifyType(self): # String
50-
return self.get_query_params().get('NotifyType')
51-
52-
def set_NotifyType(self, NotifyType): # String
53-
self.add_query_param('NotifyType', NotifyType)
5449
def get_DomainName(self): # String
5550
return self.get_query_params().get('DomainName')
5651

@@ -61,11 +56,6 @@ def get_OwnerId(self): # Long
6156

6257
def set_OwnerId(self, OwnerId): # Long
6358
self.add_query_param('OwnerId', OwnerId)
64-
def get_ExceptionNotifyType(self): # String
65-
return self.get_query_params().get('ExceptionNotifyType')
66-
67-
def set_ExceptionNotifyType(self, ExceptionNotifyType): # String
68-
self.add_query_param('ExceptionNotifyType', ExceptionNotifyType)
6959
def get_NotifyAuthKey(self): # String
7060
return self.get_query_params().get('NotifyAuthKey')
7161

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
#
13+
# Unless required by applicable law or agreed to in writing,
14+
# software distributed under the License is distributed on an
15+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
# KIND, either express or implied. See the License for the
17+
# specific language governing permissions and limitations
18+
# under the License.
19+
20+
from aliyunsdkcore.request import RpcRequest
21+
from aliyunsdklive.endpoint import endpoint_data
22+
import json
23+
24+
class StartRtcCloudRecordingRequest(RpcRequest):
25+
26+
def __init__(self):
27+
RpcRequest.__init__(self, 'live', '2016-11-01', 'StartRtcCloudRecording','live')
28+
self.set_protocol_type('https')
29+
self.set_method('POST')
30+
31+
if hasattr(self, "endpoint_map"):
32+
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
33+
if hasattr(self, "endpoint_regional"):
34+
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
35+
36+
def get_StorageParams(self): # Struct
37+
return self.get_query_params().get('StorageParams')
38+
39+
def set_StorageParams(self, StorageParams): # Struct
40+
self.add_query_param("StorageParams", json.dumps(StorageParams))
41+
def get_NotifyUrl(self): # String
42+
return self.get_query_params().get('NotifyUrl')
43+
44+
def set_NotifyUrl(self, NotifyUrl): # String
45+
self.add_query_param('NotifyUrl', NotifyUrl)
46+
def get_SubscribeParams(self): # Struct
47+
return self.get_query_params().get('SubscribeParams')
48+
49+
def set_SubscribeParams(self, SubscribeParams): # Struct
50+
self.add_query_param("SubscribeParams", json.dumps(SubscribeParams))
51+
def get_RecordParams(self): # Struct
52+
return self.get_query_params().get('RecordParams')
53+
54+
def set_RecordParams(self, RecordParams): # Struct
55+
self.add_query_param("RecordParams", json.dumps(RecordParams))
56+
def get_MixTranscodeParams(self): # Struct
57+
return self.get_query_params().get('MixTranscodeParams')
58+
59+
def set_MixTranscodeParams(self, MixTranscodeParams): # Struct
60+
self.add_query_param("MixTranscodeParams", json.dumps(MixTranscodeParams))
61+
def get_AppId(self): # String
62+
return self.get_query_params().get('AppId')
63+
64+
def set_AppId(self, AppId): # String
65+
self.add_query_param('AppId', AppId)
66+
def get_ChannelId(self): # String
67+
return self.get_query_params().get('ChannelId')
68+
69+
def set_ChannelId(self, ChannelId): # String
70+
self.add_query_param('ChannelId', ChannelId)
71+
def get_MixLayoutParams(self): # Struct
72+
return self.get_query_params().get('MixLayoutParams')
73+
74+
def set_MixLayoutParams(self, MixLayoutParams): # Struct
75+
self.add_query_param("MixLayoutParams", json.dumps(MixLayoutParams))
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
#
13+
# Unless required by applicable law or agreed to in writing,
14+
# software distributed under the License is distributed on an
15+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
# KIND, either express or implied. See the License for the
17+
# specific language governing permissions and limitations
18+
# under the License.
19+
20+
from aliyunsdkcore.request import RpcRequest
21+
from aliyunsdklive.endpoint import endpoint_data
22+
23+
class StopRtcCloudRecordingRequest(RpcRequest):
24+
25+
def __init__(self):
26+
RpcRequest.__init__(self, 'live', '2016-11-01', 'StopRtcCloudRecording','live')
27+
self.set_protocol_type('https')
28+
self.set_method('POST')
29+
30+
if hasattr(self, "endpoint_map"):
31+
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
32+
if hasattr(self, "endpoint_regional"):
33+
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
34+
35+
def get_TaskId(self): # String
36+
return self.get_query_params().get('TaskId')
37+
38+
def set_TaskId(self, TaskId): # String
39+
self.add_query_param('TaskId', TaskId)
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
#
13+
# Unless required by applicable law or agreed to in writing,
14+
# software distributed under the License is distributed on an
15+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
# KIND, either express or implied. See the License for the
17+
# specific language governing permissions and limitations
18+
# under the License.
19+
20+
from aliyunsdkcore.request import RpcRequest
21+
from aliyunsdklive.endpoint import endpoint_data
22+
import json
23+
24+
class UpdateRtcCloudRecordingRequest(RpcRequest):
25+
26+
def __init__(self):
27+
RpcRequest.__init__(self, 'live', '2016-11-01', 'UpdateRtcCloudRecording','live')
28+
self.set_protocol_type('https')
29+
self.set_method('POST')
30+
31+
if hasattr(self, "endpoint_map"):
32+
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
33+
if hasattr(self, "endpoint_regional"):
34+
setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
35+
36+
def get_TaskId(self): # String
37+
return self.get_query_params().get('TaskId')
38+
39+
def set_TaskId(self, TaskId): # String
40+
self.add_query_param('TaskId', TaskId)
41+
def get_SubscribeParams(self): # Struct
42+
return self.get_query_params().get('SubscribeParams')
43+
44+
def set_SubscribeParams(self, SubscribeParams): # Struct
45+
self.add_query_param("SubscribeParams", json.dumps(SubscribeParams))
46+
def get_MixLayoutParams(self): # Struct
47+
return self.get_query_params().get('MixLayoutParams')
48+
49+
def set_MixLayoutParams(self, MixLayoutParams): # Struct
50+
self.add_query_param("MixLayoutParams", json.dumps(MixLayoutParams))

0 commit comments

Comments
 (0)