tencentcloud-sdk-python-cls 3.0.1147__tar.gz → 3.0.1149__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.1147 → tencentcloud-sdk-python-cls-3.0.1149}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cls-3.0.1147 → tencentcloud-sdk-python-cls-3.0.1149}/setup.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.1147 → tencentcloud-sdk-python-cls-3.0.1149}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.1147 → tencentcloud-sdk-python-cls-3.0.1149}/tencentcloud/cls/v20201016/models.py +14 -14
- {tencentcloud-sdk-python-cls-3.0.1147 → tencentcloud-sdk-python-cls-3.0.1149}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cls-3.0.1149/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cls-3.0.1147/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cls-3.0.1147 → tencentcloud-sdk-python-cls-3.0.1149}/README.rst +0 -0
- {tencentcloud-sdk-python-cls-3.0.1147 → tencentcloud-sdk-python-cls-3.0.1149}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cls-3.0.1147 → tencentcloud-sdk-python-cls-3.0.1149}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1147 → tencentcloud-sdk-python-cls-3.0.1149}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1147 → tencentcloud-sdk-python-cls-3.0.1149}/tencentcloud/cls/v20201016/cls_client.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1147 → tencentcloud-sdk-python-cls-3.0.1149}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1147 → tencentcloud-sdk-python-cls-3.0.1149}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.1147 → tencentcloud-sdk-python-cls-3.0.1149}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.1147 → tencentcloud-sdk-python-cls-3.0.1149}/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.1149"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cls SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -4627,11 +4627,11 @@ class CreateCosRechargeRequest(AbstractModel):
|
|
|
4627
4627
|
:type Bucket: str
|
|
4628
4628
|
:param _BucketRegion: COS存储桶所在地域,详见产品支持的[地域列表](https://cloud.tencent.com/document/product/436/6224)。
|
|
4629
4629
|
:type BucketRegion: str
|
|
4630
|
-
:param _Prefix: COS文件所在文件夹的前缀
|
|
4631
|
-
:type Prefix: str
|
|
4632
4630
|
:param _LogType: 采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表单行全文;
|
|
4633
4631
|
默认为minimalist_log
|
|
4634
4632
|
:type LogType: str
|
|
4633
|
+
:param _Prefix: COS文件所在文件夹的前缀。默认为空,投递存储桶下所有的文件。
|
|
4634
|
+
:type Prefix: str
|
|
4635
4635
|
:param _Compress: supported: "", "gzip", "lzop", "snappy"; 默认空
|
|
4636
4636
|
:type Compress: str
|
|
4637
4637
|
:param _ExtractRuleInfo: 提取规则,如果设置了ExtractRule,则必须设置LogType
|
|
@@ -4646,8 +4646,8 @@ class CreateCosRechargeRequest(AbstractModel):
|
|
|
4646
4646
|
self._Name = None
|
|
4647
4647
|
self._Bucket = None
|
|
4648
4648
|
self._BucketRegion = None
|
|
4649
|
-
self._Prefix = None
|
|
4650
4649
|
self._LogType = None
|
|
4650
|
+
self._Prefix = None
|
|
4651
4651
|
self._Compress = None
|
|
4652
4652
|
self._ExtractRuleInfo = None
|
|
4653
4653
|
self._TaskType = None
|
|
@@ -4693,14 +4693,6 @@ class CreateCosRechargeRequest(AbstractModel):
|
|
|
4693
4693
|
def BucketRegion(self, BucketRegion):
|
|
4694
4694
|
self._BucketRegion = BucketRegion
|
|
4695
4695
|
|
|
4696
|
-
@property
|
|
4697
|
-
def Prefix(self):
|
|
4698
|
-
return self._Prefix
|
|
4699
|
-
|
|
4700
|
-
@Prefix.setter
|
|
4701
|
-
def Prefix(self, Prefix):
|
|
4702
|
-
self._Prefix = Prefix
|
|
4703
|
-
|
|
4704
4696
|
@property
|
|
4705
4697
|
def LogType(self):
|
|
4706
4698
|
return self._LogType
|
|
@@ -4709,6 +4701,14 @@ class CreateCosRechargeRequest(AbstractModel):
|
|
|
4709
4701
|
def LogType(self, LogType):
|
|
4710
4702
|
self._LogType = LogType
|
|
4711
4703
|
|
|
4704
|
+
@property
|
|
4705
|
+
def Prefix(self):
|
|
4706
|
+
return self._Prefix
|
|
4707
|
+
|
|
4708
|
+
@Prefix.setter
|
|
4709
|
+
def Prefix(self, Prefix):
|
|
4710
|
+
self._Prefix = Prefix
|
|
4711
|
+
|
|
4712
4712
|
@property
|
|
4713
4713
|
def Compress(self):
|
|
4714
4714
|
return self._Compress
|
|
@@ -4748,8 +4748,8 @@ class CreateCosRechargeRequest(AbstractModel):
|
|
|
4748
4748
|
self._Name = params.get("Name")
|
|
4749
4749
|
self._Bucket = params.get("Bucket")
|
|
4750
4750
|
self._BucketRegion = params.get("BucketRegion")
|
|
4751
|
-
self._Prefix = params.get("Prefix")
|
|
4752
4751
|
self._LogType = params.get("LogType")
|
|
4752
|
+
self._Prefix = params.get("Prefix")
|
|
4753
4753
|
self._Compress = params.get("Compress")
|
|
4754
4754
|
if params.get("ExtractRuleInfo") is not None:
|
|
4755
4755
|
self._ExtractRuleInfo = ExtractRuleInfo()
|
|
@@ -16040,7 +16040,7 @@ class ModifyCosRechargeRequest(AbstractModel):
|
|
|
16040
16040
|
:type Bucket: str
|
|
16041
16041
|
:param _BucketRegion: COS存储桶所在地域,详见产品支持的[地域列表](https://cloud.tencent.com/document/product/436/6224)。
|
|
16042
16042
|
:type BucketRegion: str
|
|
16043
|
-
:param _Prefix: COS
|
|
16043
|
+
:param _Prefix: COS文件所在文件夹的前缀。为空串时投递存储桶下所有的文件。
|
|
16044
16044
|
:type Prefix: str
|
|
16045
16045
|
:param _LogType: 采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表单行全文; 默认为minimalist_log
|
|
16046
16046
|
:type LogType: str
|
|
@@ -19446,7 +19446,7 @@ class SearchCosRechargeInfoRequest(AbstractModel):
|
|
|
19446
19446
|
:type Bucket: str
|
|
19447
19447
|
:param _BucketRegion: COS存储桶所在地域,详见产品支持的[地域列表](https://cloud.tencent.com/document/product/436/6224)。
|
|
19448
19448
|
:type BucketRegion: str
|
|
19449
|
-
:param _Prefix:
|
|
19449
|
+
:param _Prefix: COS文件所在文件夹的前缀。默认为空,投递存储桶下所有的文件。
|
|
19450
19450
|
:type Prefix: str
|
|
19451
19451
|
:param _Compress: 压缩模式: "", "gzip", "lzop", "snappy"; 默认""
|
|
19452
19452
|
:type Compress: str
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1149
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1147
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|