tencentcloud-sdk-python 3.0.1435__py2.py3-none-any.whl → 3.0.1436__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 might be problematic. Click here for more details.

Files changed (33) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/autoscaling/v20180419/models.py +2 -2
  3. tencentcloud/cdn/v20180606/cdn_client.py +0 -575
  4. tencentcloud/cdn/v20180606/errorcodes.py +0 -48
  5. tencentcloud/cdn/v20180606/models.py +12881 -21511
  6. tencentcloud/cfs/v20190719/models.py +16 -18
  7. tencentcloud/cls/v20201016/models.py +22 -4
  8. tencentcloud/dlc/v20210125/dlc_client.py +529 -0
  9. tencentcloud/dlc/v20210125/errorcodes.py +30 -0
  10. tencentcloud/dlc/v20210125/models.py +7581 -2530
  11. tencentcloud/emr/v20190103/models.py +2 -2
  12. tencentcloud/es/v20250101/models.py +70 -0
  13. tencentcloud/ess/v20201111/ess_client.py +53 -1
  14. tencentcloud/ess/v20201111/models.py +680 -0
  15. tencentcloud/hunyuan/v20230901/errorcodes.py +0 -27
  16. tencentcloud/hunyuan/v20230901/hunyuan_client.py +0 -46
  17. tencentcloud/hunyuan/v20230901/models.py +0 -357
  18. tencentcloud/mps/v20190612/models.py +24 -8
  19. tencentcloud/mqtt/v20240516/models.py +150 -0
  20. tencentcloud/ocr/v20181119/models.py +4 -4
  21. tencentcloud/ssl/v20191205/models.py +6 -6
  22. tencentcloud/teo/v20220901/errorcodes.py +24 -0
  23. tencentcloud/teo/v20220901/models.py +3449 -431
  24. tencentcloud/teo/v20220901/teo_client.py +462 -0
  25. tencentcloud/tione/v20211111/models.py +15 -0
  26. tencentcloud/trtc/v20190722/models.py +70 -6
  27. tencentcloud/waf/v20180125/models.py +1029 -151
  28. tencentcloud/waf/v20180125/waf_client.py +92 -0
  29. {tencentcloud_sdk_python-3.0.1435.dist-info → tencentcloud_sdk_python-3.0.1436.dist-info}/METADATA +1 -1
  30. {tencentcloud_sdk_python-3.0.1435.dist-info → tencentcloud_sdk_python-3.0.1436.dist-info}/RECORD +33 -33
  31. {tencentcloud_sdk_python-3.0.1435.dist-info → tencentcloud_sdk_python-3.0.1436.dist-info}/LICENSE +0 -0
  32. {tencentcloud_sdk_python-3.0.1435.dist-info → tencentcloud_sdk_python-3.0.1436.dist-info}/WHEEL +0 -0
  33. {tencentcloud_sdk_python-3.0.1435.dist-info → tencentcloud_sdk_python-3.0.1436.dist-info}/top_level.txt +0 -0
@@ -4968,9 +4968,9 @@ class DescribeCfsSnapshotsRequest(AbstractModel):
4968
4968
 
4969
4969
  def __init__(self):
4970
4970
  r"""
4971
- :param _FileSystemId: 文件系统ID
4971
+ :param _FileSystemId: 文件系统 ID,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取
4972
4972
  :type FileSystemId: str
4973
- :param _SnapshotId: 快照ID
4973
+ :param _SnapshotId: 快照 ID
4974
4974
  :type SnapshotId: str
4975
4975
  :param _Offset: 分页起始位置,默认为0
4976
4976
  :type Offset: int
@@ -4981,14 +4981,13 @@ class DescribeCfsSnapshotsRequest(AbstractModel):
4981
4981
  <br>SnapshotName - Array of String - 是否必填:否 -(过滤条件)按照快照名称过滤。
4982
4982
  <br>FileSystemId - Array of String - 是否必填:否 -(过滤条件)按文件系统ID过滤。
4983
4983
  <br>FsName - Array of String - 是否必填:否 -(过滤条件)按文件系统名过滤。
4984
- <br>Status - Array of String - 是否必填:否 -(过滤条件)按照快照状态过滤
4985
- (creating:创建中 | available:运行中| deleting: 删除中 | rollbacking_new:由快照创建新文件系统中| create-failed 创建失败)
4984
+ <br>Status - Array of String - 是否必填:否 -(过滤条件)按照快照状态过滤。状态分类:creating:创建中 | available:运行中 | deleting:删除中 | rollbacking_new:由快照创建新文件系统中 | create-failed:创建失败。
4986
4985
  <br>tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键进行过滤。
4987
- <br>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。
4986
+ <br>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key 使用具体的标签键进行替换。
4988
4987
  :type Filters: list of Filter
4989
4988
  :param _OrderField: 按创建时间排序取值
4990
4989
  :type OrderField: str
4991
- :param _Order: 排序 升序或者降序
4990
+ :param _Order: 排序;升序或者降序
4992
4991
  :type Order: str
4993
4992
  """
4994
4993
  self._FileSystemId = None
@@ -5001,7 +5000,7 @@ class DescribeCfsSnapshotsRequest(AbstractModel):
5001
5000
 
5002
5001
  @property
5003
5002
  def FileSystemId(self):
5004
- """文件系统ID
5003
+ """文件系统 ID,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取
5005
5004
  :rtype: str
5006
5005
  """
5007
5006
  return self._FileSystemId
@@ -5012,7 +5011,7 @@ class DescribeCfsSnapshotsRequest(AbstractModel):
5012
5011
 
5013
5012
  @property
5014
5013
  def SnapshotId(self):
5015
- """快照ID
5014
+ """快照 ID
5016
5015
  :rtype: str
5017
5016
  """
5018
5017
  return self._SnapshotId
@@ -5050,10 +5049,9 @@ class DescribeCfsSnapshotsRequest(AbstractModel):
5050
5049
  <br>SnapshotName - Array of String - 是否必填:否 -(过滤条件)按照快照名称过滤。
5051
5050
  <br>FileSystemId - Array of String - 是否必填:否 -(过滤条件)按文件系统ID过滤。
5052
5051
  <br>FsName - Array of String - 是否必填:否 -(过滤条件)按文件系统名过滤。
5053
- <br>Status - Array of String - 是否必填:否 -(过滤条件)按照快照状态过滤
5054
- (creating:创建中 | available:运行中| deleting: 删除中 | rollbacking_new:由快照创建新文件系统中| create-failed 创建失败)
5052
+ <br>Status - Array of String - 是否必填:否 -(过滤条件)按照快照状态过滤。状态分类:creating:创建中 | available:运行中 | deleting:删除中 | rollbacking_new:由快照创建新文件系统中 | create-failed:创建失败。
5055
5053
  <br>tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键进行过滤。
5056
- <br>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。
5054
+ <br>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key 使用具体的标签键进行替换。
5057
5055
  :rtype: list of Filter
5058
5056
  """
5059
5057
  return self._Filters
@@ -5075,7 +5073,7 @@ class DescribeCfsSnapshotsRequest(AbstractModel):
5075
5073
 
5076
5074
  @property
5077
5075
  def Order(self):
5078
- """排序 升序或者降序
5076
+ """排序;升序或者降序
5079
5077
  :rtype: str
5080
5078
  """
5081
5079
  return self._Order
@@ -9249,7 +9247,7 @@ class SnapshotInfo(AbstractModel):
9249
9247
  :type SnapshotName: str
9250
9248
  :param _SnapshotId: 快照ID
9251
9249
  :type SnapshotId: str
9252
- :param _Status: 快照状态,createing-创建中;available-运行中;deleting-删除中;rollbacking-new 创建新文件系统中;create-failed 创建失败
9250
+ :param _Status: 快照状态,creating-创建中;available-运行中;deleting-删除中;rollbacking-new 创建新文件系统中;create-failed 创建失败
9253
9251
  :type Status: str
9254
9252
  :param _RegionName: 地域名称
9255
9253
  :type RegionName: str
@@ -9269,10 +9267,10 @@ class SnapshotInfo(AbstractModel):
9269
9267
  :type FsName: str
9270
9268
  :param _Tags: 快照标签
9271
9269
  :type Tags: list of TagInfo
9272
- :param _SnapshotType: 快照类型, general为通用系列快照,turbo为Turbo系列快照
9270
+ :param _SnapshotType: 快照类型,general为通用系列快照,turbo为Turbo系列快照
9273
9271
  注意:此字段可能返回 null,表示取不到有效值。
9274
9272
  :type SnapshotType: str
9275
- :param _SnapshotTime: 实际快照时间,反应快照对应文件系统某个时刻的数据。
9273
+ :param _SnapshotTime: 实际快照时间,反映快照对应文件系统某个时刻的数据。
9276
9274
  注意:此字段可能返回 null,表示取不到有效值。
9277
9275
  :type SnapshotTime: str
9278
9276
  """
@@ -9327,7 +9325,7 @@ class SnapshotInfo(AbstractModel):
9327
9325
 
9328
9326
  @property
9329
9327
  def Status(self):
9330
- """快照状态,createing-创建中;available-运行中;deleting-删除中;rollbacking-new 创建新文件系统中;create-failed 创建失败
9328
+ """快照状态,creating-创建中;available-运行中;deleting-删除中;rollbacking-new 创建新文件系统中;create-failed 创建失败
9331
9329
  :rtype: str
9332
9330
  """
9333
9331
  return self._Status
@@ -9437,7 +9435,7 @@ class SnapshotInfo(AbstractModel):
9437
9435
 
9438
9436
  @property
9439
9437
  def SnapshotType(self):
9440
- """快照类型, general为通用系列快照,turbo为Turbo系列快照
9438
+ """快照类型,general为通用系列快照,turbo为Turbo系列快照
9441
9439
  注意:此字段可能返回 null,表示取不到有效值。
9442
9440
  :rtype: str
9443
9441
  """
@@ -9449,7 +9447,7 @@ class SnapshotInfo(AbstractModel):
9449
9447
 
9450
9448
  @property
9451
9449
  def SnapshotTime(self):
9452
- """实际快照时间,反应快照对应文件系统某个时刻的数据。
9450
+ """实际快照时间,反映快照对应文件系统某个时刻的数据。
9453
9451
  注意:此字段可能返回 null,表示取不到有效值。
9454
9452
  :rtype: str
9455
9453
  """
@@ -4458,7 +4458,7 @@ class ContentInfo(AbstractModel):
4458
4458
 
4459
4459
  def __init__(self):
4460
4460
  r"""
4461
- :param _Format: 内容格式,支持jsoncsv
4461
+ :param _Format: 内容格式,支持jsoncsv,parquet
4462
4462
  :type Format: str
4463
4463
  :param _Csv: csv格式内容描述
4464
4464
  注意:此字段可能返回 null,表示取不到有效值。
@@ -4477,7 +4477,7 @@ class ContentInfo(AbstractModel):
4477
4477
 
4478
4478
  @property
4479
4479
  def Format(self):
4480
- """内容格式,支持jsoncsv
4480
+ """内容格式,支持jsoncsv,parquet
4481
4481
  :rtype: str
4482
4482
  """
4483
4483
  return self._Format
@@ -19011,6 +19011,11 @@ class JsonInfo(AbstractModel):
19011
19011
  :param _EnableTag: 启用标志
19012
19012
  :type EnableTag: bool
19013
19013
  :param _MetaFields: 元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__、__HOSTNAME__。
19014
+
19015
+ - __SOURCE__:日志采集的源 IP,示例:10.0.1.2
19016
+ - __FILENAME__:日志采集的文件名,示例:/data/log/nginx/access.log
19017
+ - __TIMESTAMP__:日志时间戳(毫秒级别 Unix 时间戳),按时间范围检索日志时,将自动使用该时间对日志进行检索,在控制台显示为“日志时间”,示例:1640005601188
19018
+ - __HOSTNAME__:日志来源机器名称,需使用2.7.4及以上版本的 Loglistener 才会采集该字段,示例:localhost
19014
19019
  注意:此字段可能返回 null,表示取不到有效值。
19015
19020
  :type MetaFields: list of str
19016
19021
  :param _JsonType: 投递Json格式,0:字符串方式投递;1:以结构化方式投递
@@ -19034,6 +19039,11 @@ class JsonInfo(AbstractModel):
19034
19039
  @property
19035
19040
  def MetaFields(self):
19036
19041
  """元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__、__HOSTNAME__。
19042
+
19043
+ - __SOURCE__:日志采集的源 IP,示例:10.0.1.2
19044
+ - __FILENAME__:日志采集的文件名,示例:/data/log/nginx/access.log
19045
+ - __TIMESTAMP__:日志时间戳(毫秒级别 Unix 时间戳),按时间范围检索日志时,将自动使用该时间对日志进行检索,在控制台显示为“日志时间”,示例:1640005601188
19046
+ - __HOSTNAME__:日志来源机器名称,需使用2.7.4及以上版本的 Loglistener 才会采集该字段,示例:localhost
19037
19047
  注意:此字段可能返回 null,表示取不到有效值。
19038
19048
  :rtype: list of str
19039
19049
  """
@@ -29416,7 +29426,11 @@ class ShipperTaskInfo(AbstractModel):
29416
29426
  :type StartTime: int
29417
29427
  :param _EndTime: 本次投递任务的结束时间戳, 毫秒
29418
29428
  :type EndTime: int
29419
- :param _Status: 本次投递的结果,"success","running","failed"
29429
+ :param _Status: 本次投递的结果。"success""running""failed"
29430
+
29431
+ - success:任务成功。
29432
+ - running:任务处理中。
29433
+ - failed:任务失败。
29420
29434
  :type Status: str
29421
29435
  :param _Message: 结果的详细信息
29422
29436
  :type Message: str
@@ -29510,7 +29524,11 @@ class ShipperTaskInfo(AbstractModel):
29510
29524
 
29511
29525
  @property
29512
29526
  def Status(self):
29513
- """本次投递的结果,"success","running","failed"
29527
+ """本次投递的结果。"success""running""failed"
29528
+
29529
+ - success:任务成功。
29530
+ - running:任务处理中。
29531
+ - failed:任务失败。
29514
29532
  :rtype: str
29515
29533
  """
29516
29534
  return self._Status