tencentcloud-sdk-python-cls 3.0.1132__tar.gz → 3.0.1136__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-cls-3.0.1132 → tencentcloud-sdk-python-cls-3.0.1136}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cls-3.0.1132 → tencentcloud-sdk-python-cls-3.0.1136}/setup.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.1132 → tencentcloud-sdk-python-cls-3.0.1136}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.1132 → tencentcloud-sdk-python-cls-3.0.1136}/tencentcloud/cls/v20201016/models.py +53 -31
- {tencentcloud-sdk-python-cls-3.0.1132 → tencentcloud-sdk-python-cls-3.0.1136}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cls-3.0.1136/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cls-3.0.1132/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cls-3.0.1132 → tencentcloud-sdk-python-cls-3.0.1136}/README.rst +0 -0
- {tencentcloud-sdk-python-cls-3.0.1132 → tencentcloud-sdk-python-cls-3.0.1136}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cls-3.0.1132 → tencentcloud-sdk-python-cls-3.0.1136}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1132 → tencentcloud-sdk-python-cls-3.0.1136}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1132 → tencentcloud-sdk-python-cls-3.0.1136}/tencentcloud/cls/v20201016/cls_client.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1132 → tencentcloud-sdk-python-cls-3.0.1136}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1132 → tencentcloud-sdk-python-cls-3.0.1136}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.1132 → tencentcloud-sdk-python-cls-3.0.1136}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.1132 → tencentcloud-sdk-python-cls-3.0.1136}/tencentcloud_sdk_python_cls.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-cls',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1136"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cls SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1653,7 +1653,7 @@ class CheckRechargeKafkaServerRequest(AbstractModel):
|
|
|
1653
1653
|
|
|
1654
1654
|
def __init__(self):
|
|
1655
1655
|
r"""
|
|
1656
|
-
:param _KafkaType: 导入Kafka类型,0: 腾讯云CKafka
|
|
1656
|
+
:param _KafkaType: 导入Kafka类型,0: 腾讯云CKafka;1: 用户自建Kafka。
|
|
1657
1657
|
:type KafkaType: int
|
|
1658
1658
|
:param _KafkaInstance: 腾讯云CKafka实例ID。
|
|
1659
1659
|
KafkaType为0时,KafkaInstance必填
|
|
@@ -1661,9 +1661,9 @@ KafkaType为0时,KafkaInstance必填
|
|
|
1661
1661
|
:param _ServerAddr: 服务地址。
|
|
1662
1662
|
KafkaType为1时,ServerAddr必填
|
|
1663
1663
|
:type ServerAddr: str
|
|
1664
|
-
:param _IsEncryptionAddr: ServerAddr
|
|
1664
|
+
:param _IsEncryptionAddr: ServerAddr是否为加密连接,默认值false。当KafkaType为1用户自建kafka时生效。
|
|
1665
1665
|
:type IsEncryptionAddr: bool
|
|
1666
|
-
:param _Protocol: 加密访问协议。IsEncryptionAddr参数为true
|
|
1666
|
+
:param _Protocol: 加密访问协议。KafkaType参数为1并且IsEncryptionAddr参数为true时必填。
|
|
1667
1667
|
:type Protocol: :class:`tencentcloud.cls.v20201016.models.KafkaProtocolInfo`
|
|
1668
1668
|
"""
|
|
1669
1669
|
self._KafkaType = None
|
|
@@ -5296,14 +5296,14 @@ class CreateKafkaRechargeRequest(AbstractModel):
|
|
|
5296
5296
|
:type Offset: int
|
|
5297
5297
|
:param _LogRechargeRule: 日志导入规则。
|
|
5298
5298
|
:type LogRechargeRule: :class:`tencentcloud.cls.v20201016.models.LogRechargeRuleInfo`
|
|
5299
|
-
:param _KafkaInstance: 腾讯云CKafka实例ID,KafkaType为0
|
|
5299
|
+
:param _KafkaInstance: 腾讯云CKafka实例ID,KafkaType为0时必填。
|
|
5300
5300
|
:type KafkaInstance: str
|
|
5301
|
-
:param _ServerAddr: 服务地址,KafkaType为1
|
|
5301
|
+
:param _ServerAddr: 服务地址,KafkaType为1时必填。
|
|
5302
5302
|
:type ServerAddr: str
|
|
5303
|
-
:param _IsEncryptionAddr: ServerAddr是否为加密连接,KafkaType为1
|
|
5303
|
+
:param _IsEncryptionAddr: ServerAddr是否为加密连接,KafkaType为1时必填。
|
|
5304
5304
|
:type IsEncryptionAddr: bool
|
|
5305
5305
|
:param _Protocol: 加密访问协议。
|
|
5306
|
-
KafkaType为1并且IsEncryptionAddr为true时Protocol
|
|
5306
|
+
KafkaType为1并且IsEncryptionAddr为true时Protocol必填。
|
|
5307
5307
|
:type Protocol: :class:`tencentcloud.cls.v20201016.models.KafkaProtocolInfo`
|
|
5308
5308
|
:param _ConsumerGroupName: 用户Kafka消费组名称
|
|
5309
5309
|
:type ConsumerGroupName: str
|
|
@@ -5974,9 +5974,11 @@ class CreateShipperRequest(AbstractModel):
|
|
|
5974
5974
|
r"""
|
|
5975
5975
|
:param _TopicId: 创建的投递规则所属的日志主题ID
|
|
5976
5976
|
:type TopicId: str
|
|
5977
|
-
:param _Bucket:
|
|
5977
|
+
:param _Bucket: COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
5978
5978
|
:type Bucket: str
|
|
5979
|
-
:param _Prefix:
|
|
5979
|
+
:param _Prefix: 投递规则投递的新的目录前缀。
|
|
5980
|
+
- 仅支持0-9A-Za-z-_/
|
|
5981
|
+
- 最大支持256个字符
|
|
5980
5982
|
:type Prefix: str
|
|
5981
5983
|
:param _ShipperName: 投递规则的名字
|
|
5982
5984
|
:type ShipperName: str
|
|
@@ -5994,11 +5996,21 @@ class CreateShipperRequest(AbstractModel):
|
|
|
5994
5996
|
:type Content: :class:`tencentcloud.cls.v20201016.models.ContentInfo`
|
|
5995
5997
|
:param _FilenameMode: 投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
|
|
5996
5998
|
:type FilenameMode: int
|
|
5997
|
-
:param _StartTime:
|
|
5999
|
+
:param _StartTime: 投递数据范围的开始时间点(秒级时间戳),不能超出日志主题的生命周期起点。
|
|
6000
|
+
如果用户不填写,默认为用户新建投递任务的时间。
|
|
5998
6001
|
:type StartTime: int
|
|
5999
|
-
:param _EndTime:
|
|
6002
|
+
:param _EndTime: 投递数据范围的结束时间点(秒级时间戳),不能填写未来时间。
|
|
6003
|
+
如果用户不填写,默认为持续投递,即无限。
|
|
6000
6004
|
:type EndTime: int
|
|
6001
|
-
:param _StorageType: cos
|
|
6005
|
+
:param _StorageType: cos桶存储类型。支持:STANDARD_IA、ARCHIVE、DEEP_ARCHIVE、STANDARD、MAZ_STANDARD、MAZ_STANDARD_IA、INTELLIGENT_TIERING。
|
|
6006
|
+
|
|
6007
|
+
1. STANDARD_IA:低频存储;
|
|
6008
|
+
2. ARCHIVE:归档存储;
|
|
6009
|
+
3. DEEP_ARCHIVE:深度归档存储;
|
|
6010
|
+
4. STANDARD:标准存储;
|
|
6011
|
+
5. MAZ_STANDARD:标准存储(多 AZ);
|
|
6012
|
+
6. MAZ_STANDARD_IA:低频存储(多 AZ);
|
|
6013
|
+
7. INTELLIGENT_TIERING:智能分层存储。
|
|
6002
6014
|
:type StorageType: str
|
|
6003
6015
|
"""
|
|
6004
6016
|
self._TopicId = None
|
|
@@ -15951,15 +15963,15 @@ class ModifyKafkaRechargeRequest(AbstractModel):
|
|
|
15951
15963
|
:type TopicId: str
|
|
15952
15964
|
:param _Name: Kafka导入配置名称
|
|
15953
15965
|
:type Name: str
|
|
15954
|
-
:param _KafkaType: 导入Kafka类型,0
|
|
15966
|
+
:param _KafkaType: 导入Kafka类型,0:腾讯云CKafka:1:用户自建Kafka。
|
|
15955
15967
|
:type KafkaType: int
|
|
15956
|
-
:param _KafkaInstance: 腾讯云CKafka实例ID,KafkaType为0
|
|
15968
|
+
:param _KafkaInstance: 腾讯云CKafka实例ID,KafkaType为0时必填。
|
|
15957
15969
|
:type KafkaInstance: str
|
|
15958
|
-
:param _ServerAddr:
|
|
15970
|
+
:param _ServerAddr: 服务地址,KafkaType为1时必填。
|
|
15959
15971
|
:type ServerAddr: str
|
|
15960
|
-
:param _IsEncryptionAddr: ServerAddr
|
|
15972
|
+
:param _IsEncryptionAddr: ServerAddr是否为加密连接,KafkaType为1时必填。
|
|
15961
15973
|
:type IsEncryptionAddr: bool
|
|
15962
|
-
:param _Protocol: 加密访问协议,IsEncryptionAddr参数为true
|
|
15974
|
+
:param _Protocol: 加密访问协议,KafkaType参数为1并且IsEncryptionAddr参数为true时必填。
|
|
15963
15975
|
:type Protocol: :class:`tencentcloud.cls.v20201016.models.KafkaProtocolInfo`
|
|
15964
15976
|
:param _UserKafkaTopics: 用户需要导入的Kafka相关topic列表,多个topic之间使用半角逗号隔开
|
|
15965
15977
|
:type UserKafkaTopics: str
|
|
@@ -15967,7 +15979,7 @@ class ModifyKafkaRechargeRequest(AbstractModel):
|
|
|
15967
15979
|
:type ConsumerGroupName: str
|
|
15968
15980
|
:param _LogRechargeRule: 日志导入规则
|
|
15969
15981
|
:type LogRechargeRule: :class:`tencentcloud.cls.v20201016.models.LogRechargeRuleInfo`
|
|
15970
|
-
:param _StatusControl: 导入控制,1
|
|
15982
|
+
:param _StatusControl: 导入控制,1:暂停;2:继续。
|
|
15971
15983
|
:type StatusControl: int
|
|
15972
15984
|
"""
|
|
15973
15985
|
self._Id = None
|
|
@@ -16586,11 +16598,13 @@ class ModifyShipperRequest(AbstractModel):
|
|
|
16586
16598
|
r"""
|
|
16587
16599
|
:param _ShipperId: 投递规则ID
|
|
16588
16600
|
:type ShipperId: str
|
|
16589
|
-
:param _Bucket:
|
|
16601
|
+
:param _Bucket: COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
16590
16602
|
:type Bucket: str
|
|
16591
|
-
:param _Prefix:
|
|
16603
|
+
:param _Prefix: 投递规则投递的新的目录前缀。
|
|
16604
|
+
- 仅支持0-9A-Za-z-_/
|
|
16605
|
+
- 最大支持256个字符
|
|
16592
16606
|
:type Prefix: str
|
|
16593
|
-
:param _Status:
|
|
16607
|
+
:param _Status: 投递规则的开关状态。true:开启投递任务;false:关闭投递任务。
|
|
16594
16608
|
:type Status: bool
|
|
16595
16609
|
:param _ShipperName: 投递规则的名字
|
|
16596
16610
|
:type ShipperName: str
|
|
@@ -16606,9 +16620,17 @@ class ModifyShipperRequest(AbstractModel):
|
|
|
16606
16620
|
:type Compress: :class:`tencentcloud.cls.v20201016.models.CompressInfo`
|
|
16607
16621
|
:param _Content: 投递日志的内容格式配置
|
|
16608
16622
|
:type Content: :class:`tencentcloud.cls.v20201016.models.ContentInfo`
|
|
16609
|
-
:param _FilenameMode: 投递文件命名配置,0:随机数命名,1
|
|
16623
|
+
:param _FilenameMode: 投递文件命名配置,0:随机数命名,1:投递时间命名。
|
|
16610
16624
|
:type FilenameMode: int
|
|
16611
|
-
:param _StorageType: cos
|
|
16625
|
+
:param _StorageType: cos桶存储类型。支持:STANDARD_IA、ARCHIVE、DEEP_ARCHIVE、STANDARD、MAZ_STANDARD、MAZ_STANDARD_IA、INTELLIGENT_TIERING。
|
|
16626
|
+
|
|
16627
|
+
1. STANDARD_IA:低频存储;
|
|
16628
|
+
2. ARCHIVE:归档存储;
|
|
16629
|
+
3. DEEP_ARCHIVE:深度归档存储;
|
|
16630
|
+
4. STANDARD:标准存储;
|
|
16631
|
+
5. MAZ_STANDARD:标准存储(多 AZ);
|
|
16632
|
+
6. MAZ_STANDARD_IA:低频存储(多 AZ);
|
|
16633
|
+
7. INTELLIGENT_TIERING:智能分层存储。
|
|
16612
16634
|
:type StorageType: str
|
|
16613
16635
|
"""
|
|
16614
16636
|
self._ShipperId = None
|
|
@@ -17565,25 +17587,25 @@ class PreviewKafkaRechargeRequest(AbstractModel):
|
|
|
17565
17587
|
|
|
17566
17588
|
def __init__(self):
|
|
17567
17589
|
r"""
|
|
17568
|
-
:param _PreviewType: 预览类型,1
|
|
17590
|
+
:param _PreviewType: 预览类型,1:源数据预览;2:导出结果预览。
|
|
17569
17591
|
:type PreviewType: int
|
|
17570
|
-
:param _KafkaType: 导入Kafka类型,0
|
|
17592
|
+
:param _KafkaType: 导入Kafka类型,0:腾讯云CKafka;1:用户自建Kafka。
|
|
17571
17593
|
:type KafkaType: int
|
|
17572
|
-
:param _UserKafkaTopics: 用户需要导入的Kafka相关topic列表,多个topic
|
|
17594
|
+
:param _UserKafkaTopics: 用户需要导入的Kafka相关topic列表,多个topic之间使用半角逗号隔开。
|
|
17595
|
+
最多支持100个。
|
|
17573
17596
|
:type UserKafkaTopics: str
|
|
17574
|
-
:param _Offset: 导入数据位置,-2
|
|
17597
|
+
:param _Offset: 导入数据位置,-2:最早;-1:最晚。
|
|
17575
17598
|
:type Offset: int
|
|
17576
|
-
:param _KafkaInstance: 腾讯云CKafka实例ID
|
|
17577
|
-
KafkaType为0时KafkaInstance必填
|
|
17599
|
+
:param _KafkaInstance: 腾讯云CKafka实例ID,当KafkaType为0时参数KafkaInstance有效且必填。
|
|
17578
17600
|
:type KafkaInstance: str
|
|
17579
17601
|
:param _ServerAddr: 服务地址。
|
|
17580
|
-
KafkaType为1时ServerAddr
|
|
17602
|
+
KafkaType为1时ServerAddr必填。
|
|
17581
17603
|
:type ServerAddr: str
|
|
17582
17604
|
:param _IsEncryptionAddr: ServerAddr是否为加密连接。
|
|
17583
17605
|
KafkaType为1时有效。
|
|
17584
17606
|
:type IsEncryptionAddr: bool
|
|
17585
17607
|
:param _Protocol: 加密访问协议。
|
|
17586
|
-
KafkaType为1并且IsEncryptionAddr为true时Protocol
|
|
17608
|
+
KafkaType为1并且IsEncryptionAddr为true时Protocol必填。
|
|
17587
17609
|
:type Protocol: :class:`tencentcloud.cls.v20201016.models.KafkaProtocolInfo`
|
|
17588
17610
|
:param _ConsumerGroupName: 用户Kafka消费组
|
|
17589
17611
|
:type ConsumerGroupName: str
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1136
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1132
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|