tencentcloud-sdk-python 3.0.1435__py2.py3-none-any.whl → 3.0.1437__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 (44) 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 +46 -20
  8. tencentcloud/dlc/v20210125/dlc_client.py +529 -0
  9. tencentcloud/dlc/v20210125/errorcodes.py +30 -0
  10. tencentcloud/dlc/v20210125/models.py +7909 -2612
  11. tencentcloud/emr/v20190103/models.py +2 -2
  12. tencentcloud/es/v20250101/models.py +70 -0
  13. tencentcloud/ess/v20201111/ess_client.py +55 -3
  14. tencentcloud/ess/v20201111/models.py +686 -2
  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/lke/v20231130/models.py +86 -0
  19. tencentcloud/mongodb/v20190725/errorcodes.py +3 -0
  20. tencentcloud/mongodb/v20190725/mongodb_client.py +1 -1
  21. tencentcloud/mps/v20190612/models.py +24 -8
  22. tencentcloud/mqtt/v20240516/models.py +150 -0
  23. tencentcloud/ocr/v20181119/models.py +90 -4
  24. tencentcloud/partners/v20180321/partners_client.py +2 -1
  25. tencentcloud/postgres/v20170312/models.py +28 -24
  26. tencentcloud/postgres/v20170312/postgres_client.py +2 -2
  27. tencentcloud/sqlserver/v20180328/models.py +2 -2
  28. tencentcloud/sqlserver/v20180328/sqlserver_client.py +1 -1
  29. tencentcloud/ssl/v20191205/models.py +6 -6
  30. tencentcloud/tcbr/v20220217/models.py +266 -4
  31. tencentcloud/tcr/v20190924/models.py +2 -2
  32. tencentcloud/teo/v20220901/errorcodes.py +24 -0
  33. tencentcloud/teo/v20220901/models.py +3469 -441
  34. tencentcloud/teo/v20220901/teo_client.py +469 -2
  35. tencentcloud/tione/v20211111/models.py +15 -0
  36. tencentcloud/trtc/v20190722/models.py +70 -6
  37. tencentcloud/waf/v20180125/models.py +1029 -151
  38. tencentcloud/waf/v20180125/waf_client.py +92 -0
  39. tencentcloud/wsa/v20250508/models.py +22 -4
  40. {tencentcloud_sdk_python-3.0.1435.dist-info → tencentcloud_sdk_python-3.0.1437.dist-info}/METADATA +1 -1
  41. {tencentcloud_sdk_python-3.0.1435.dist-info → tencentcloud_sdk_python-3.0.1437.dist-info}/RECORD +44 -44
  42. {tencentcloud_sdk_python-3.0.1435.dist-info → tencentcloud_sdk_python-3.0.1437.dist-info}/LICENSE +0 -0
  43. {tencentcloud_sdk_python-3.0.1435.dist-info → tencentcloud_sdk_python-3.0.1437.dist-info}/WHEEL +0 -0
  44. {tencentcloud_sdk_python-3.0.1435.dist-info → tencentcloud_sdk_python-3.0.1437.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
@@ -11357,14 +11357,14 @@ class DeleteDashboardSubscribeRequest(AbstractModel):
11357
11357
 
11358
11358
  def __init__(self):
11359
11359
  r"""
11360
- :param _Id: 仪表盘订阅记录id。
11360
+ :param _Id: 仪表盘订阅记录id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id
11361
11361
  :type Id: int
11362
11362
  """
11363
11363
  self._Id = None
11364
11364
 
11365
11365
  @property
11366
11366
  def Id(self):
11367
- """仪表盘订阅记录id。
11367
+ """仪表盘订阅记录id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id
11368
11368
  :rtype: int
11369
11369
  """
11370
11370
  return self._Id
@@ -13905,7 +13905,11 @@ class DescribeDashboardSubscribesRequest(AbstractModel):
13905
13905
 
13906
13906
  def __init__(self):
13907
13907
  r"""
13908
- :param _Filters: <br><li/> dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否<br><br><li/> 每次请求的Filters的上限为10,Filter.Values的上限为100。
13908
+ :param _Filters: dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否
13909
+
13910
+ - 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
13911
+
13912
+ 每次请求的Filters的上限为10,Filter.Values的上限为100。
13909
13913
  :type Filters: list of Filter
13910
13914
  :param _Offset: 分页的偏移量,默认值为0。
13911
13915
  :type Offset: int
@@ -13918,7 +13922,11 @@ class DescribeDashboardSubscribesRequest(AbstractModel):
13918
13922
 
13919
13923
  @property
13920
13924
  def Filters(self):
13921
- """<br><li/> dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否<br><br><li/> 每次请求的Filters的上限为10,Filter.Values的上限为100。
13925
+ """dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否
13926
+
13927
+ - 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
13928
+
13929
+ 每次请求的Filters的上限为10,Filter.Values的上限为100。
13922
13930
  :rtype: list of Filter
13923
13931
  """
13924
13932
  return self._Filters
@@ -19011,6 +19019,11 @@ class JsonInfo(AbstractModel):
19011
19019
  :param _EnableTag: 启用标志
19012
19020
  :type EnableTag: bool
19013
19021
  :param _MetaFields: 元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__、__HOSTNAME__。
19022
+
19023
+ - __SOURCE__:日志采集的源 IP,示例:10.0.1.2
19024
+ - __FILENAME__:日志采集的文件名,示例:/data/log/nginx/access.log
19025
+ - __TIMESTAMP__:日志时间戳(毫秒级别 Unix 时间戳),按时间范围检索日志时,将自动使用该时间对日志进行检索,在控制台显示为“日志时间”,示例:1640005601188
19026
+ - __HOSTNAME__:日志来源机器名称,需使用2.7.4及以上版本的 Loglistener 才会采集该字段,示例:localhost
19014
19027
  注意:此字段可能返回 null,表示取不到有效值。
19015
19028
  :type MetaFields: list of str
19016
19029
  :param _JsonType: 投递Json格式,0:字符串方式投递;1:以结构化方式投递
@@ -19034,6 +19047,11 @@ class JsonInfo(AbstractModel):
19034
19047
  @property
19035
19048
  def MetaFields(self):
19036
19049
  """元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__、__HOSTNAME__。
19050
+
19051
+ - __SOURCE__:日志采集的源 IP,示例:10.0.1.2
19052
+ - __FILENAME__:日志采集的文件名,示例:/data/log/nginx/access.log
19053
+ - __TIMESTAMP__:日志时间戳(毫秒级别 Unix 时间戳),按时间范围检索日志时,将自动使用该时间对日志进行检索,在控制台显示为“日志时间”,示例:1640005601188
19054
+ - __HOSTNAME__:日志来源机器名称,需使用2.7.4及以上版本的 Loglistener 才会采集该字段,示例:localhost
19037
19055
  注意:此字段可能返回 null,表示取不到有效值。
19038
19056
  :rtype: list of str
19039
19057
  """
@@ -23224,11 +23242,11 @@ class ModifyDashboardSubscribeRequest(AbstractModel):
23224
23242
 
23225
23243
  def __init__(self):
23226
23244
  r"""
23227
- :param _Id: 仪表盘订阅id。
23245
+ :param _Id: 仪表盘订阅id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id
23228
23246
  :type Id: int
23229
- :param _DashboardId: 仪表盘id。
23247
+ :param _DashboardId: 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId
23230
23248
  :type DashboardId: str
23231
- :param _Name: 仪表盘订阅名称。
23249
+ :param _Name: 仪表盘订阅名称。最大支持128个字符,且不支持'|'字符。
23232
23250
  :type Name: str
23233
23251
  :param _Cron: 订阅时间cron表达式,格式为:{秒数} {分钟} {小时} {日期} {月份} {星期};(有效数据为:{分钟} {小时} {日期} {月份} {星期})。
23234
23252
  :type Cron: str
@@ -23243,7 +23261,7 @@ class ModifyDashboardSubscribeRequest(AbstractModel):
23243
23261
 
23244
23262
  @property
23245
23263
  def Id(self):
23246
- """仪表盘订阅id。
23264
+ """仪表盘订阅id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id
23247
23265
  :rtype: int
23248
23266
  """
23249
23267
  return self._Id
@@ -23254,7 +23272,7 @@ class ModifyDashboardSubscribeRequest(AbstractModel):
23254
23272
 
23255
23273
  @property
23256
23274
  def DashboardId(self):
23257
- """仪表盘id。
23275
+ """仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId
23258
23276
  :rtype: str
23259
23277
  """
23260
23278
  return self._DashboardId
@@ -23265,7 +23283,7 @@ class ModifyDashboardSubscribeRequest(AbstractModel):
23265
23283
 
23266
23284
  @property
23267
23285
  def Name(self):
23268
- """仪表盘订阅名称。
23286
+ """仪表盘订阅名称。最大支持128个字符,且不支持'|'字符。
23269
23287
  :rtype: str
23270
23288
  """
23271
23289
  return self._Name
@@ -28226,13 +28244,13 @@ class SearchDashboardSubscribeRequest(AbstractModel):
28226
28244
 
28227
28245
  def __init__(self):
28228
28246
  r"""
28229
- :param _DashboardId: 仪表盘id。
28247
+ :param _DashboardId: 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId
28230
28248
  :type DashboardId: str
28231
28249
  :param _SubscribeData: 仪表盘订阅数据。
28232
28250
  :type SubscribeData: :class:`tencentcloud.cls.v20201016.models.DashboardSubscribeData`
28233
- :param _Id: 仪表盘订阅Id。
28251
+ :param _Id: 仪表盘订阅Id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id
28234
28252
  :type Id: int
28235
- :param _Name: 仪表盘订阅名称。
28253
+ :param _Name: 仪表盘订阅名称。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Name。
28236
28254
  :type Name: str
28237
28255
  """
28238
28256
  self._DashboardId = None
@@ -28242,7 +28260,7 @@ class SearchDashboardSubscribeRequest(AbstractModel):
28242
28260
 
28243
28261
  @property
28244
28262
  def DashboardId(self):
28245
- """仪表盘id。
28263
+ """仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId
28246
28264
  :rtype: str
28247
28265
  """
28248
28266
  return self._DashboardId
@@ -28264,7 +28282,7 @@ class SearchDashboardSubscribeRequest(AbstractModel):
28264
28282
 
28265
28283
  @property
28266
28284
  def Id(self):
28267
- """仪表盘订阅Id。
28285
+ """仪表盘订阅Id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id
28268
28286
  :rtype: int
28269
28287
  """
28270
28288
  return self._Id
@@ -28275,7 +28293,7 @@ class SearchDashboardSubscribeRequest(AbstractModel):
28275
28293
 
28276
28294
  @property
28277
28295
  def Name(self):
28278
- """仪表盘订阅名称。
28296
+ """仪表盘订阅名称。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Name。
28279
28297
  :rtype: str
28280
28298
  """
28281
28299
  return self._Name
@@ -29416,7 +29434,11 @@ class ShipperTaskInfo(AbstractModel):
29416
29434
  :type StartTime: int
29417
29435
  :param _EndTime: 本次投递任务的结束时间戳, 毫秒
29418
29436
  :type EndTime: int
29419
- :param _Status: 本次投递的结果,"success","running","failed"
29437
+ :param _Status: 本次投递的结果。"success""running""failed"
29438
+
29439
+ - success:任务成功。
29440
+ - running:任务处理中。
29441
+ - failed:任务失败。
29420
29442
  :type Status: str
29421
29443
  :param _Message: 结果的详细信息
29422
29444
  :type Message: str
@@ -29510,7 +29532,11 @@ class ShipperTaskInfo(AbstractModel):
29510
29532
 
29511
29533
  @property
29512
29534
  def Status(self):
29513
- """本次投递的结果,"success","running","failed"
29535
+ """本次投递的结果。"success""running""failed"
29536
+
29537
+ - success:任务成功。
29538
+ - running:任务处理中。
29539
+ - failed:任务失败。
29514
29540
  :rtype: str
29515
29541
  """
29516
29542
  return self._Status