tencentcloud-sdk-python-mqtt 3.0.1345__tar.gz → 3.0.1347__tar.gz
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.
- {tencentcloud-sdk-python-mqtt-3.0.1345 → tencentcloud-sdk-python-mqtt-3.0.1347}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-mqtt-3.0.1345 → tencentcloud-sdk-python-mqtt-3.0.1347}/setup.py +1 -1
- {tencentcloud-sdk-python-mqtt-3.0.1345 → tencentcloud-sdk-python-mqtt-3.0.1347}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-mqtt-3.0.1345 → tencentcloud-sdk-python-mqtt-3.0.1347}/tencentcloud/mqtt/v20240516/models.py +24 -22
- {tencentcloud-sdk-python-mqtt-3.0.1345 → tencentcloud-sdk-python-mqtt-3.0.1347}/tencentcloud_sdk_python_mqtt.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-mqtt-3.0.1347/tencentcloud_sdk_python_mqtt.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-mqtt-3.0.1345/tencentcloud_sdk_python_mqtt.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-mqtt-3.0.1345 → tencentcloud-sdk-python-mqtt-3.0.1347}/README.rst +0 -0
- {tencentcloud-sdk-python-mqtt-3.0.1345 → tencentcloud-sdk-python-mqtt-3.0.1347}/setup.cfg +0 -0
- {tencentcloud-sdk-python-mqtt-3.0.1345 → tencentcloud-sdk-python-mqtt-3.0.1347}/tencentcloud/mqtt/__init__.py +0 -0
- {tencentcloud-sdk-python-mqtt-3.0.1345 → tencentcloud-sdk-python-mqtt-3.0.1347}/tencentcloud/mqtt/v20240516/__init__.py +0 -0
- {tencentcloud-sdk-python-mqtt-3.0.1345 → tencentcloud-sdk-python-mqtt-3.0.1347}/tencentcloud/mqtt/v20240516/errorcodes.py +0 -0
- {tencentcloud-sdk-python-mqtt-3.0.1345 → tencentcloud-sdk-python-mqtt-3.0.1347}/tencentcloud/mqtt/v20240516/mqtt_client.py +0 -0
- {tencentcloud-sdk-python-mqtt-3.0.1345 → tencentcloud-sdk-python-mqtt-3.0.1347}/tencentcloud_sdk_python_mqtt.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-mqtt-3.0.1345 → tencentcloud-sdk-python-mqtt-3.0.1347}/tencentcloud_sdk_python_mqtt.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-mqtt-3.0.1345 → tencentcloud-sdk-python-mqtt-3.0.1347}/tencentcloud_sdk_python_mqtt.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-mqtt',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1347"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Mqtt SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -4345,14 +4345,14 @@ class DescribeInstanceListRequest(AbstractModel):
|
|
|
4345
4345
|
|
|
4346
4346
|
def __init__(self):
|
|
4347
4347
|
r"""
|
|
4348
|
-
:param _Filters:
|
|
4348
|
+
:param _Filters: 查询条件列表,支持以下字段
|
|
4349
4349
|
InstanceName:集群名模糊搜索
|
|
4350
4350
|
InstanceId:集群id精确搜索
|
|
4351
|
-
InstanceStatus
|
|
4351
|
+
InstanceStatus:集群状态搜索(RUNNING-运行中,CREATING-创建中,MODIFYING-变配中,DELETING-删除中)
|
|
4352
4352
|
:type Filters: list of Filter
|
|
4353
|
-
:param _Offset:
|
|
4353
|
+
:param _Offset: 查询起始位置,默认0
|
|
4354
4354
|
:type Offset: int
|
|
4355
|
-
:param _Limit:
|
|
4355
|
+
:param _Limit: 查询结果限制数量,默认20,最大100
|
|
4356
4356
|
:type Limit: int
|
|
4357
4357
|
:param _TagFilters: 标签过滤器
|
|
4358
4358
|
:type TagFilters: list of TagFilter
|
|
@@ -4364,10 +4364,10 @@ InstanceStatus:集群状态搜索
|
|
|
4364
4364
|
|
|
4365
4365
|
@property
|
|
4366
4366
|
def Filters(self):
|
|
4367
|
-
"""
|
|
4367
|
+
"""查询条件列表,支持以下字段
|
|
4368
4368
|
InstanceName:集群名模糊搜索
|
|
4369
4369
|
InstanceId:集群id精确搜索
|
|
4370
|
-
InstanceStatus
|
|
4370
|
+
InstanceStatus:集群状态搜索(RUNNING-运行中,CREATING-创建中,MODIFYING-变配中,DELETING-删除中)
|
|
4371
4371
|
:rtype: list of Filter
|
|
4372
4372
|
"""
|
|
4373
4373
|
return self._Filters
|
|
@@ -4378,7 +4378,7 @@ InstanceStatus:集群状态搜索
|
|
|
4378
4378
|
|
|
4379
4379
|
@property
|
|
4380
4380
|
def Offset(self):
|
|
4381
|
-
"""
|
|
4381
|
+
"""查询起始位置,默认0
|
|
4382
4382
|
:rtype: int
|
|
4383
4383
|
"""
|
|
4384
4384
|
return self._Offset
|
|
@@ -4389,7 +4389,7 @@ InstanceStatus:集群状态搜索
|
|
|
4389
4389
|
|
|
4390
4390
|
@property
|
|
4391
4391
|
def Limit(self):
|
|
4392
|
-
"""
|
|
4392
|
+
"""查询结果限制数量,默认20,最大100
|
|
4393
4393
|
:rtype: int
|
|
4394
4394
|
"""
|
|
4395
4395
|
return self._Limit
|
|
@@ -5289,7 +5289,7 @@ class DescribeTopicListRequest(AbstractModel):
|
|
|
5289
5289
|
|
|
5290
5290
|
def __init__(self):
|
|
5291
5291
|
r"""
|
|
5292
|
-
:param _InstanceId: 实例ID
|
|
5292
|
+
:param _InstanceId: 实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。
|
|
5293
5293
|
:type InstanceId: str
|
|
5294
5294
|
:param _Filters: 查询条件列表:
|
|
5295
5295
|
支持TopicName模糊查询
|
|
@@ -5306,7 +5306,7 @@ class DescribeTopicListRequest(AbstractModel):
|
|
|
5306
5306
|
|
|
5307
5307
|
@property
|
|
5308
5308
|
def InstanceId(self):
|
|
5309
|
-
"""实例ID
|
|
5309
|
+
"""实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。
|
|
5310
5310
|
:rtype: str
|
|
5311
5311
|
"""
|
|
5312
5312
|
return self._InstanceId
|
|
@@ -6626,8 +6626,7 @@ class MQTTInstanceItem(AbstractModel):
|
|
|
6626
6626
|
:type InstanceName: str
|
|
6627
6627
|
:param _Version: 实例版本
|
|
6628
6628
|
:type Version: str
|
|
6629
|
-
:param _InstanceType:
|
|
6630
|
-
EXPERIMENT,体验版
|
|
6629
|
+
:param _InstanceType: 实例类型
|
|
6631
6630
|
BASIC,基础版
|
|
6632
6631
|
PRO,专业版
|
|
6633
6632
|
PLATINUM,铂金版
|
|
@@ -6654,19 +6653,21 @@ DELETING,删除中
|
|
|
6654
6653
|
:type SkuCode: str
|
|
6655
6654
|
:param _TpsLimit: 弹性TPS限流值
|
|
6656
6655
|
:type TpsLimit: int
|
|
6657
|
-
:param _CreateTime:
|
|
6656
|
+
:param _CreateTime: 创建时间,毫秒级时间戳
|
|
6658
6657
|
:type CreateTime: int
|
|
6659
6658
|
:param _MaxSubscriptionPerClient: 单客户端最大订阅数量
|
|
6660
6659
|
:type MaxSubscriptionPerClient: int
|
|
6661
6660
|
:param _ClientNumLimit: 客户端连接数上线
|
|
6662
6661
|
:type ClientNumLimit: int
|
|
6663
|
-
:param _RenewFlag:
|
|
6662
|
+
:param _RenewFlag: 是否自动续费。仅包年包月就去那生效。
|
|
6663
|
+
1:自动续费
|
|
6664
|
+
0:非自动续费
|
|
6664
6665
|
:type RenewFlag: int
|
|
6665
6666
|
:param _PayMode: 计费模式, POSTPAID,按量计费 PREPAID,包年包月
|
|
6666
6667
|
:type PayMode: str
|
|
6667
|
-
:param _ExpiryTime:
|
|
6668
|
+
:param _ExpiryTime: 到期时间,毫秒级时间戳
|
|
6668
6669
|
:type ExpiryTime: int
|
|
6669
|
-
:param _DestroyTime:
|
|
6670
|
+
:param _DestroyTime: 预销毁时间,毫秒级时间戳
|
|
6670
6671
|
:type DestroyTime: int
|
|
6671
6672
|
:param _AuthorizationPolicyLimit: 授权规则条数限制
|
|
6672
6673
|
:type AuthorizationPolicyLimit: int
|
|
@@ -6731,8 +6732,7 @@ DELETING,删除中
|
|
|
6731
6732
|
|
|
6732
6733
|
@property
|
|
6733
6734
|
def InstanceType(self):
|
|
6734
|
-
"""
|
|
6735
|
-
EXPERIMENT,体验版
|
|
6735
|
+
"""实例类型
|
|
6736
6736
|
BASIC,基础版
|
|
6737
6737
|
PRO,专业版
|
|
6738
6738
|
PLATINUM,铂金版
|
|
@@ -6822,7 +6822,7 @@ DELETING,删除中
|
|
|
6822
6822
|
|
|
6823
6823
|
@property
|
|
6824
6824
|
def CreateTime(self):
|
|
6825
|
-
"""
|
|
6825
|
+
"""创建时间,毫秒级时间戳
|
|
6826
6826
|
:rtype: int
|
|
6827
6827
|
"""
|
|
6828
6828
|
return self._CreateTime
|
|
@@ -6855,7 +6855,9 @@ DELETING,删除中
|
|
|
6855
6855
|
|
|
6856
6856
|
@property
|
|
6857
6857
|
def RenewFlag(self):
|
|
6858
|
-
"""
|
|
6858
|
+
"""是否自动续费。仅包年包月就去那生效。
|
|
6859
|
+
1:自动续费
|
|
6860
|
+
0:非自动续费
|
|
6859
6861
|
:rtype: int
|
|
6860
6862
|
"""
|
|
6861
6863
|
return self._RenewFlag
|
|
@@ -6877,7 +6879,7 @@ DELETING,删除中
|
|
|
6877
6879
|
|
|
6878
6880
|
@property
|
|
6879
6881
|
def ExpiryTime(self):
|
|
6880
|
-
"""
|
|
6882
|
+
"""到期时间,毫秒级时间戳
|
|
6881
6883
|
:rtype: int
|
|
6882
6884
|
"""
|
|
6883
6885
|
return self._ExpiryTime
|
|
@@ -6888,7 +6890,7 @@ DELETING,删除中
|
|
|
6888
6890
|
|
|
6889
6891
|
@property
|
|
6890
6892
|
def DestroyTime(self):
|
|
6891
|
-
"""
|
|
6893
|
+
"""预销毁时间,毫秒级时间戳
|
|
6892
6894
|
:rtype: int
|
|
6893
6895
|
"""
|
|
6894
6896
|
return self._DestroyTime
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1347
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1345
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|