tencentcloud-sdk-python-intl-en 3.0.1206__py2.py3-none-any.whl → 3.0.1207__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tencentcloud-sdk-python-intl-en might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/intlpartnersmgt/v20220928/models.py +12 -10
- tencentcloud/mdl/v20200326/models.py +9 -9
- {tencentcloud_sdk_python_intl_en-3.0.1206.dist-info → tencentcloud_sdk_python_intl_en-3.0.1207.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1206.dist-info → tencentcloud_sdk_python_intl_en-3.0.1207.dist-info}/RECORD +7 -7
- {tencentcloud_sdk_python_intl_en-3.0.1206.dist-info → tencentcloud_sdk_python_intl_en-3.0.1207.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1206.dist-info → tencentcloud_sdk_python_intl_en-3.0.1207.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -6837,13 +6837,14 @@ class QuerySubAgentsDetailV2Request(AbstractModel):
|
|
|
6837
6837
|
:param _PageSize: Number of items per page. supports up to 100.
|
|
6838
6838
|
:type PageSize: int
|
|
6839
6839
|
:param _FilterType: Filter criteria, support the following filter parameters.
|
|
6840
|
-
Note: Email, SubAgentUin, and ClientUin only support exact search. other conditions support fuzzy retrieval.
|
|
6841
|
-
|
|
6840
|
+
Note: Email, SubAgentUin, and ClientUin only support exact search. other conditions support fuzzy retrieval.The following are the definitions of filtering items:
|
|
6841
|
+
|
|
6842
|
+
Name: specifies second-level reseller name.
|
|
6842
6843
|
SubAgentUin: specifies the uin of the second-level reseller.
|
|
6843
|
-
Remark: remark.
|
|
6844
|
+
Remark: specifies remark.
|
|
6844
6845
|
Mobile: specifies the mobile number.
|
|
6845
|
-
|
|
6846
|
-
ClientUin: specifies the
|
|
6846
|
+
Email: specifies email address.
|
|
6847
|
+
ClientUin: specifies the Indirect customer uin.
|
|
6847
6848
|
:type FilterType: str
|
|
6848
6849
|
:param _Filter: Filter value
|
|
6849
6850
|
:type Filter: str
|
|
@@ -6883,13 +6884,14 @@ acs: ascending.
|
|
|
6883
6884
|
@property
|
|
6884
6885
|
def FilterType(self):
|
|
6885
6886
|
"""Filter criteria, support the following filter parameters.
|
|
6886
|
-
Note: Email, SubAgentUin, and ClientUin only support exact search. other conditions support fuzzy retrieval.
|
|
6887
|
-
|
|
6887
|
+
Note: Email, SubAgentUin, and ClientUin only support exact search. other conditions support fuzzy retrieval.The following are the definitions of filtering items:
|
|
6888
|
+
|
|
6889
|
+
Name: specifies second-level reseller name.
|
|
6888
6890
|
SubAgentUin: specifies the uin of the second-level reseller.
|
|
6889
|
-
Remark: remark.
|
|
6891
|
+
Remark: specifies remark.
|
|
6890
6892
|
Mobile: specifies the mobile number.
|
|
6891
|
-
|
|
6892
|
-
ClientUin: specifies the
|
|
6893
|
+
Email: specifies email address.
|
|
6894
|
+
ClientUin: specifies the Indirect customer uin.
|
|
6893
6895
|
:rtype: str
|
|
6894
6896
|
"""
|
|
6895
6897
|
return self._FilterType
|
|
@@ -7086,17 +7086,17 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
7086
7086
|
|
|
7087
7087
|
class InputSettingInfo(AbstractModel):
|
|
7088
7088
|
"""The input settings.
|
|
7089
|
-
The format of an RTMP_PUSH address is ${InputAddress}/${AppName}/${StreamName}.
|
|
7089
|
+
The format of an RTMP_PUSH/RTMPS_PUSH address is ${InputAddress}/${AppName}/${StreamName}.
|
|
7090
7090
|
The format of an SRT_PUSH address is ${InputAddress}?streamid=${StreamName},h=${InputDomain}.
|
|
7091
7091
|
|
|
7092
7092
|
"""
|
|
7093
7093
|
|
|
7094
7094
|
def __init__(self):
|
|
7095
7095
|
r"""
|
|
7096
|
-
:param _AppName: Application name, which is valid if `Type` is `RTMP_PUSH` and can contain 1-32 letters and digits
|
|
7096
|
+
:param _AppName: Application name, which is valid if `Type` is `RTMP_PUSH` or `RTMPS_PUSH`, and can contain 1-32 letters and digits
|
|
7097
7097
|
Note: This field may return `null`, indicating that no valid value was found.
|
|
7098
7098
|
:type AppName: str
|
|
7099
|
-
:param _StreamName: Stream name, which is valid if `Type` is `RTMP_PUSH` and can contain 1-32 letters and digits
|
|
7099
|
+
:param _StreamName: Stream name, which is valid if `Type` is `RTMP_PUSH` or `RTMPS_PUSH`, and can contain 1-32 letters and digits
|
|
7100
7100
|
Note: This field may return `null`, indicating that no valid value was found.
|
|
7101
7101
|
:type StreamName: str
|
|
7102
7102
|
:param _SourceUrl: Source URL, which is valid if `Type` is `RTMP_PULL`, `HLS_PULL`, `MP4_PULL`, `RTSP_PULL` or `SRT_PULL`, and can contain 1-512 characters
|
|
@@ -7108,8 +7108,8 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
7108
7108
|
:param _SourceType: Source type for stream pulling and relaying. To pull content from private-read COS buckets under the current account, set this parameter to `TencentCOS`; otherwise, leave it empty.
|
|
7109
7109
|
Note: this field may return `null`, indicating that no valid value was found.
|
|
7110
7110
|
:type SourceType: str
|
|
7111
|
-
:param _DelayTime: Delayed time (ms) for playback, which is valid if `Type` is `RTMP_PUSH`
|
|
7112
|
-
Value range: 0 (default) or 10000-600000
|
|
7111
|
+
:param _DelayTime: Delayed time (ms) for playback, which is valid if `Type` is `RTMP_PUSH` or `RTMPS_PUSH`.
|
|
7112
|
+
Value range: 0 (default) or 10000-600000.
|
|
7113
7113
|
The value must be a multiple of 1,000.
|
|
7114
7114
|
Note: This field may return `null`, indicating that no valid value was found.
|
|
7115
7115
|
:type DelayTime: int
|
|
@@ -7137,7 +7137,7 @@ Note: This field may return `null`, indicating that no valid value was found.
|
|
|
7137
7137
|
|
|
7138
7138
|
@property
|
|
7139
7139
|
def AppName(self):
|
|
7140
|
-
"""Application name, which is valid if `Type` is `RTMP_PUSH` and can contain 1-32 letters and digits
|
|
7140
|
+
"""Application name, which is valid if `Type` is `RTMP_PUSH` or `RTMPS_PUSH`, and can contain 1-32 letters and digits
|
|
7141
7141
|
Note: This field may return `null`, indicating that no valid value was found.
|
|
7142
7142
|
:rtype: str
|
|
7143
7143
|
"""
|
|
@@ -7149,7 +7149,7 @@ Note: This field may return `null`, indicating that no valid value was found.
|
|
|
7149
7149
|
|
|
7150
7150
|
@property
|
|
7151
7151
|
def StreamName(self):
|
|
7152
|
-
"""Stream name, which is valid if `Type` is `RTMP_PUSH` and can contain 1-32 letters and digits
|
|
7152
|
+
"""Stream name, which is valid if `Type` is `RTMP_PUSH` or `RTMPS_PUSH`, and can contain 1-32 letters and digits
|
|
7153
7153
|
Note: This field may return `null`, indicating that no valid value was found.
|
|
7154
7154
|
:rtype: str
|
|
7155
7155
|
"""
|
|
@@ -7197,8 +7197,8 @@ Note: this field may return `null`, indicating that no valid value was found.
|
|
|
7197
7197
|
|
|
7198
7198
|
@property
|
|
7199
7199
|
def DelayTime(self):
|
|
7200
|
-
"""Delayed time (ms) for playback, which is valid if `Type` is `RTMP_PUSH`
|
|
7201
|
-
Value range: 0 (default) or 10000-600000
|
|
7200
|
+
"""Delayed time (ms) for playback, which is valid if `Type` is `RTMP_PUSH` or `RTMPS_PUSH`.
|
|
7201
|
+
Value range: 0 (default) or 10000-600000.
|
|
7202
7202
|
The value must be a multiple of 1,000.
|
|
7203
7203
|
Note: This field may return `null`, indicating that no valid value was found.
|
|
7204
7204
|
:rtype: int
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
|
1
|
+
tencentcloud/__init__.py,sha256=SzfglIBj9cMdaWld5KH2eBmWMQqKGVrRWvkrkwc_wNs,630
|
|
2
2
|
tencentcloud/advisor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
tencentcloud/advisor/v20200721/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
tencentcloud/advisor/v20200721/advisor_client.py,sha256=FuBG5ZJpmnVpDyVC84G_cjEWSa-mm6oyBvOIDe5SP-g,2924
|
|
@@ -339,7 +339,7 @@ tencentcloud/intlpartnersmgt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
|
|
|
339
339
|
tencentcloud/intlpartnersmgt/v20220928/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
340
340
|
tencentcloud/intlpartnersmgt/v20220928/errorcodes.py,sha256=ob6XjXp7Alcx0kON4shg4STrhKSTTomJjKjifRV3jJg,8738
|
|
341
341
|
tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py,sha256=E4e5Rnmqb4LqhP1rcRJzSunyMNRqM58npGNsidN_3pg,44257
|
|
342
|
-
tencentcloud/intlpartnersmgt/v20220928/models.py,sha256
|
|
342
|
+
tencentcloud/intlpartnersmgt/v20220928/models.py,sha256=TszazRNedR1hGWbZbNnlAMMHFnl-jq6XNzerFOVVUk8,252856
|
|
343
343
|
tencentcloud/iotcloud/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
344
344
|
tencentcloud/iotcloud/v20210408/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
345
345
|
tencentcloud/iotcloud/v20210408/errorcodes.py,sha256=ot2acVUWnZ1XbJLkM4K-jT_Gw5TQD53TtZwnfFzJJ9Y,5887
|
|
@@ -384,7 +384,7 @@ tencentcloud/mdl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
|
384
384
|
tencentcloud/mdl/v20200326/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
385
385
|
tencentcloud/mdl/v20200326/errorcodes.py,sha256=UrwmJD3pUUir_wADh17-T-gweDNkYkXPTVuEs4LsMGM,3178
|
|
386
386
|
tencentcloud/mdl/v20200326/mdl_client.py,sha256=IU-Hnznk_wh-0VEdokS1PsLCvgLOr-JEfTkkBiUK3MI,31829
|
|
387
|
-
tencentcloud/mdl/v20200326/models.py,sha256=
|
|
387
|
+
tencentcloud/mdl/v20200326/models.py,sha256=ePhjcCdFAnOj8twRENfLGMUKNSIFGWSeo3zCS_YPB7Y,410994
|
|
388
388
|
tencentcloud/mdp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
389
389
|
tencentcloud/mdp/v20200527/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
390
390
|
tencentcloud/mdp/v20200527/errorcodes.py,sha256=O-b8jxiEAa2BWaMCv-Wl1gWTikqX5kIAFUq7bGaswpE,2124
|
|
@@ -654,7 +654,7 @@ tencentcloud/yunjing/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
|
|
|
654
654
|
tencentcloud/yunjing/v20180228/errorcodes.py,sha256=VEqwMbMBe7F2oAW6ZDu3vAivBr60lbo7FWduFqRTEVg,3195
|
|
655
655
|
tencentcloud/yunjing/v20180228/models.py,sha256=0rnsJ4JkA5aCTV1cVwCuKnzooe6IhQ0NS3ij6tJ22uw,330670
|
|
656
656
|
tencentcloud/yunjing/v20180228/yunjing_client.py,sha256=LY01pPiy1k_AXnHgG0FonGekRSFMY3t9pcYH8aE27oQ,67389
|
|
657
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
658
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
659
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
660
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
657
|
+
tencentcloud_sdk_python_intl_en-3.0.1207.dist-info/METADATA,sha256=bxKoKR6yFBQ_PqKOVEdoqI1u4UWcbuAQ1Eqqzt5pdzM,1628
|
|
658
|
+
tencentcloud_sdk_python_intl_en-3.0.1207.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
659
|
+
tencentcloud_sdk_python_intl_en-3.0.1207.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
660
|
+
tencentcloud_sdk_python_intl_en-3.0.1207.dist-info/RECORD,,
|
|
File without changes
|