tencentcloud-sdk-python-cls 3.0.856__tar.gz → 3.0.858__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.
Files changed (14) hide show
  1. {tencentcloud-sdk-python-cls-3.0.856 → tencentcloud-sdk-python-cls-3.0.858}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cls-3.0.856 → tencentcloud-sdk-python-cls-3.0.858}/tencentcloud/__init__.py +1 -1
  3. {tencentcloud-sdk-python-cls-3.0.856 → tencentcloud-sdk-python-cls-3.0.858}/tencentcloud/cls/v20201016/models.py +5 -5
  4. {tencentcloud-sdk-python-cls-3.0.856 → tencentcloud-sdk-python-cls-3.0.858}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
  5. {tencentcloud-sdk-python-cls-3.0.856 → tencentcloud-sdk-python-cls-3.0.858}/README.rst +0 -0
  6. {tencentcloud-sdk-python-cls-3.0.856 → tencentcloud-sdk-python-cls-3.0.858}/setup.cfg +0 -0
  7. {tencentcloud-sdk-python-cls-3.0.856 → tencentcloud-sdk-python-cls-3.0.858}/setup.py +0 -0
  8. {tencentcloud-sdk-python-cls-3.0.856 → tencentcloud-sdk-python-cls-3.0.858}/tencentcloud/cls/__init__.py +0 -0
  9. {tencentcloud-sdk-python-cls-3.0.856 → tencentcloud-sdk-python-cls-3.0.858}/tencentcloud/cls/v20201016/__init__.py +0 -0
  10. {tencentcloud-sdk-python-cls-3.0.856 → tencentcloud-sdk-python-cls-3.0.858}/tencentcloud/cls/v20201016/cls_client.py +0 -0
  11. {tencentcloud-sdk-python-cls-3.0.856 → tencentcloud-sdk-python-cls-3.0.858}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  12. {tencentcloud-sdk-python-cls-3.0.856 → tencentcloud-sdk-python-cls-3.0.858}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  13. {tencentcloud-sdk-python-cls-3.0.856 → tencentcloud-sdk-python-cls-3.0.858}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
  14. {tencentcloud-sdk-python-cls-3.0.856 → tencentcloud-sdk-python-cls-3.0.858}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.856
3
+ Version: 3.0.858
4
4
  Summary: Tencent Cloud Cls SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.856'
17
+ __version__ = '3.0.858'
@@ -1057,19 +1057,19 @@ class CosRechargeInfo(AbstractModel):
1057
1057
  :param LogsetId: 日志集ID
1058
1058
  注意:此字段可能返回 null,表示取不到有效值。
1059
1059
  :type LogsetId: str
1060
- :param Name: cos导入任务名称
1060
+ :param Name: COS导入任务名称
1061
1061
  注意:此字段可能返回 null,表示取不到有效值。
1062
1062
  :type Name: str
1063
- :param Bucket: cos存储桶
1063
+ :param Bucket: COS存储桶
1064
1064
  注意:此字段可能返回 null,表示取不到有效值。
1065
1065
  :type Bucket: str
1066
- :param BucketRegion: cos存储桶地域
1066
+ :param BucketRegion: COS存储桶所在地域
1067
1067
  注意:此字段可能返回 null,表示取不到有效值。
1068
1068
  :type BucketRegion: str
1069
- :param Prefix: cos存储桶前缀地址
1069
+ :param Prefix: COS文件所在文件夹的前缀
1070
1070
  注意:此字段可能返回 null,表示取不到有效值。
1071
1071
  :type Prefix: str
1072
- :param LogType: 采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表极简日志;
1072
+ :param LogType: 采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表单行全文;
1073
1073
  默认为minimalist_log
1074
1074
  注意:此字段可能返回 null,表示取不到有效值。
1075
1075
  :type LogType: str
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.856
3
+ Version: 3.0.858
4
4
  Summary: Tencent Cloud Cls SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud