tencentcloud-sdk-python 3.0.1337__py2.py3-none-any.whl → 3.0.1339__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.
Files changed (77) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/acp/v20220105/models.py +0 -10
  3. tencentcloud/autoscaling/v20180419/models.py +64 -112
  4. tencentcloud/bh/v20230418/bh_client.py +23 -0
  5. tencentcloud/bh/v20230418/models.py +342 -0
  6. tencentcloud/cdwch/v20200915/models.py +15 -0
  7. tencentcloud/cdwdoris/v20211228/models.py +30 -0
  8. tencentcloud/cfg/v20210820/models.py +30 -10
  9. tencentcloud/clb/v20180317/models.py +38 -24
  10. tencentcloud/cmq/v20190304/models.py +0 -90
  11. tencentcloud/cvm/v20170312/errorcodes.py +3 -0
  12. tencentcloud/cynosdb/v20190107/models.py +17 -358
  13. tencentcloud/dbbrain/v20191016/models.py +0 -12
  14. tencentcloud/dbbrain/v20210527/models.py +0 -16
  15. tencentcloud/dcdb/v20180411/models.py +15 -0
  16. tencentcloud/dlc/v20210125/models.py +140 -34
  17. tencentcloud/domain/v20180808/models.py +0 -126
  18. tencentcloud/dsgc/v20190723/models.py +8 -0
  19. tencentcloud/dts/v20180330/models.py +0 -18
  20. tencentcloud/dts/v20211206/models.py +0 -800
  21. tencentcloud/emr/v20190103/emr_client.py +23 -0
  22. tencentcloud/emr/v20190103/models.py +431 -0
  23. tencentcloud/es/v20180416/errorcodes.py +6 -0
  24. tencentcloud/es/v20180416/models.py +17 -0
  25. tencentcloud/ess/v20201111/ess_client.py +27 -0
  26. tencentcloud/ess/v20201111/models.py +227 -2
  27. tencentcloud/essbasic/v20210526/essbasic_client.py +27 -0
  28. tencentcloud/essbasic/v20210526/models.py +308 -0
  29. tencentcloud/fmu/v20191213/errorcodes.py +0 -21
  30. tencentcloud/fmu/v20191213/fmu_client.py +0 -75
  31. tencentcloud/fmu/v20191213/models.py +0 -527
  32. tencentcloud/goosefs/v20220519/models.py +0 -22
  33. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +0 -50
  34. tencentcloud/iotexplorer/v20190423/models.py +0 -491
  35. tencentcloud/iss/v20230517/models.py +15 -534
  36. tencentcloud/kms/v20190118/models.py +30 -0
  37. tencentcloud/lcic/v20220817/lcic_client.py +46 -0
  38. tencentcloud/lcic/v20220817/models.py +188 -0
  39. tencentcloud/lke/v20231130/lke_client.py +6 -1
  40. tencentcloud/lke/v20231130/models.py +8 -8
  41. tencentcloud/lowcode/v20210108/models.py +0 -106
  42. tencentcloud/mariadb/v20170312/errorcodes.py +3 -0
  43. tencentcloud/mariadb/v20170312/models.py +15 -0
  44. tencentcloud/mongodb/v20190725/errorcodes.py +3 -0
  45. tencentcloud/mongodb/v20190725/models.py +109 -0
  46. tencentcloud/mongodb/v20190725/mongodb_client.py +23 -0
  47. tencentcloud/ocr/v20181119/models.py +2 -4
  48. tencentcloud/ocr/v20181119/ocr_client.py +1 -1
  49. tencentcloud/organization/v20210331/models.py +109 -0
  50. tencentcloud/organization/v20210331/organization_client.py +23 -0
  51. tencentcloud/redis/v20180412/models.py +21 -2
  52. tencentcloud/scf/v20180416/models.py +75 -0
  53. tencentcloud/svp/v20240125/errorcodes.py +3 -0
  54. tencentcloud/svp/v20240125/models.py +506 -0
  55. tencentcloud/svp/v20240125/svp_client.py +23 -0
  56. tencentcloud/tdmq/v20200217/models.py +2 -296
  57. tencentcloud/tdmq/v20200217/tdmq_client.py +0 -25
  58. tencentcloud/tione/v20211111/errorcodes.py +3 -0
  59. tencentcloud/tione/v20211111/models.py +68 -0
  60. tencentcloud/trtc/v20190722/models.py +39 -8
  61. tencentcloud/tse/v20201207/models.py +164 -104
  62. tencentcloud/tsf/v20180326/errorcodes.py +6 -0
  63. tencentcloud/tsf/v20180326/models.py +85 -14
  64. tencentcloud/tsf/v20180326/tsf_client.py +23 -0
  65. tencentcloud/vclm/v20240523/models.py +58 -4
  66. tencentcloud/vdb/v20230616/models.py +9 -57
  67. tencentcloud/vpc/v20170312/models.py +100 -0
  68. tencentcloud/vpc/v20170312/vpc_client.py +23 -0
  69. tencentcloud/waf/v20180125/models.py +252 -0
  70. tencentcloud/waf/v20180125/waf_client.py +46 -0
  71. tencentcloud/wedata/v20210820/models.py +2232 -93
  72. tencentcloud/wedata/v20210820/wedata_client.py +69 -0
  73. {tencentcloud_sdk_python-3.0.1337.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/METADATA +1 -1
  74. {tencentcloud_sdk_python-3.0.1337.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/RECORD +77 -77
  75. {tencentcloud_sdk_python-3.0.1337.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/LICENSE +0 -0
  76. {tencentcloud_sdk_python-3.0.1337.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/WHEEL +0 -0
  77. {tencentcloud_sdk_python-3.0.1337.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/top_level.txt +0 -0
@@ -327,7 +327,6 @@ class CreateDBDiagReportTaskResponse(AbstractModel):
327
327
  def __init__(self):
328
328
  r"""
329
329
  :param _AsyncRequestId: 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
330
- 注意:此字段可能返回 null,表示取不到有效值。
331
330
  :type AsyncRequestId: int
332
331
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
333
332
  :type RequestId: str
@@ -338,7 +337,6 @@ class CreateDBDiagReportTaskResponse(AbstractModel):
338
337
  @property
339
338
  def AsyncRequestId(self):
340
339
  """异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
341
- 注意:此字段可能返回 null,表示取不到有效值。
342
340
  :rtype: int
343
341
  """
344
342
  return self._AsyncRequestId
@@ -4736,7 +4734,6 @@ class HealthStatus(AbstractModel):
4736
4734
  :param _ScoreLost: 总扣分分数。
4737
4735
  :type ScoreLost: int
4738
4736
  :param _ScoreDetails: 扣分详情。
4739
- 注意:此字段可能返回 null,表示取不到有效值。
4740
4737
  :type ScoreDetails: list of ScoreDetail
4741
4738
  """
4742
4739
  self._HealthScore = None
@@ -4780,7 +4777,6 @@ class HealthStatus(AbstractModel):
4780
4777
  @property
4781
4778
  def ScoreDetails(self):
4782
4779
  """扣分详情。
4783
- 注意:此字段可能返回 null,表示取不到有效值。
4784
4780
  :rtype: list of ScoreDetail
4785
4781
  """
4786
4782
  return self._ScoreDetails
@@ -5053,18 +5049,14 @@ class InstanceInfo(AbstractModel):
5053
5049
  :param _AuditRunningStatus: 实例审计日志运行状态:normal: 运行中; paused: 欠费暂停。
5054
5050
  :type AuditRunningStatus: str
5055
5051
  :param _InternalVip: 内网vip。
5056
- 注意:此字段可能返回 null,表示取不到有效值。
5057
5052
  :type InternalVip: str
5058
5053
  :param _InternalVport: 内网port。
5059
- 注意:此字段可能返回 null,表示取不到有效值。
5060
5054
  :type InternalVport: int
5061
5055
  :param _CreateTime: 创建时间。
5062
5056
  :type CreateTime: str
5063
5057
  :param _ClusterId: 所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C)。
5064
- 注意:此字段可能返回 null,表示取不到有效值。
5065
5058
  :type ClusterId: str
5066
5059
  :param _ClusterName: 所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C)。
5067
- 注意:此字段可能返回 null,表示取不到有效值。
5068
5060
  :type ClusterName: str
5069
5061
  """
5070
5062
  self._InstanceId = None
@@ -5412,7 +5404,6 @@ class InstanceInfo(AbstractModel):
5412
5404
  @property
5413
5405
  def InternalVip(self):
5414
5406
  """内网vip。
5415
- 注意:此字段可能返回 null,表示取不到有效值。
5416
5407
  :rtype: str
5417
5408
  """
5418
5409
  return self._InternalVip
@@ -5424,7 +5415,6 @@ class InstanceInfo(AbstractModel):
5424
5415
  @property
5425
5416
  def InternalVport(self):
5426
5417
  """内网port。
5427
- 注意:此字段可能返回 null,表示取不到有效值。
5428
5418
  :rtype: int
5429
5419
  """
5430
5420
  return self._InternalVport
@@ -5447,7 +5437,6 @@ class InstanceInfo(AbstractModel):
5447
5437
  @property
5448
5438
  def ClusterId(self):
5449
5439
  """所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C)。
5450
- 注意:此字段可能返回 null,表示取不到有效值。
5451
5440
  :rtype: str
5452
5441
  """
5453
5442
  return self._ClusterId
@@ -5459,7 +5448,6 @@ class InstanceInfo(AbstractModel):
5459
5448
  @property
5460
5449
  def ClusterName(self):
5461
5450
  """所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C)。
5462
- 注意:此字段可能返回 null,表示取不到有效值。
5463
5451
  :rtype: str
5464
5452
  """
5465
5453
  return self._ClusterName
@@ -1815,7 +1815,6 @@ class CreateDBDiagReportTaskResponse(AbstractModel):
1815
1815
  def __init__(self):
1816
1816
  r"""
1817
1817
  :param _AsyncRequestId: 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
1818
- 注意:此字段可能返回 null,表示取不到有效值。
1819
1818
  :type AsyncRequestId: int
1820
1819
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1821
1820
  :type RequestId: str
@@ -1826,7 +1825,6 @@ class CreateDBDiagReportTaskResponse(AbstractModel):
1826
1825
  @property
1827
1826
  def AsyncRequestId(self):
1828
1827
  """异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
1829
- 注意:此字段可能返回 null,表示取不到有效值。
1830
1828
  :rtype: int
1831
1829
  """
1832
1830
  return self._AsyncRequestId
@@ -4013,7 +4011,6 @@ class DescribeAuditInstanceListResponse(AbstractModel):
4013
4011
  def __init__(self):
4014
4012
  r"""
4015
4013
  :param _TotalCount: 符合条件的实例个数。
4016
- 注意:此字段可能返回 null,表示取不到有效值。
4017
4014
  :type TotalCount: int
4018
4015
  :param _Items: 实例详情。
4019
4016
  :type Items: list of AuditInstance
@@ -4027,7 +4024,6 @@ class DescribeAuditInstanceListResponse(AbstractModel):
4027
4024
  @property
4028
4025
  def TotalCount(self):
4029
4026
  """符合条件的实例个数。
4030
- 注意:此字段可能返回 null,表示取不到有效值。
4031
4027
  :rtype: int
4032
4028
  """
4033
4029
  return self._TotalCount
@@ -6828,7 +6824,6 @@ class DescribeRedisBigKeyAnalysisTasksResponse(AbstractModel):
6828
6824
  def __init__(self):
6829
6825
  r"""
6830
6826
  :param _TotalCount: 任务总数。
6831
- 注意:此字段可能返回 null,表示取不到有效值。
6832
6827
  :type TotalCount: int
6833
6828
  :param _Tasks: 任务列表。
6834
6829
  :type Tasks: list of RedisBigKeyTask
@@ -6842,7 +6837,6 @@ class DescribeRedisBigKeyAnalysisTasksResponse(AbstractModel):
6842
6837
  @property
6843
6838
  def TotalCount(self):
6844
6839
  """任务总数。
6845
- 注意:此字段可能返回 null,表示取不到有效值。
6846
6840
  :rtype: int
6847
6841
  """
6848
6842
  return self._TotalCount
@@ -10495,7 +10489,6 @@ class HealthStatus(AbstractModel):
10495
10489
  :param _ScoreLost: 总扣分分数。
10496
10490
  :type ScoreLost: int
10497
10491
  :param _ScoreDetails: 扣分详情。
10498
- 注意:此字段可能返回 null,表示取不到有效值。
10499
10492
  :type ScoreDetails: list of ScoreDetail
10500
10493
  """
10501
10494
  self._HealthScore = None
@@ -10539,7 +10532,6 @@ class HealthStatus(AbstractModel):
10539
10532
  @property
10540
10533
  def ScoreDetails(self):
10541
10534
  """扣分详情。
10542
- 注意:此字段可能返回 null,表示取不到有效值。
10543
10535
  :rtype: list of ScoreDetail
10544
10536
  """
10545
10537
  return self._ScoreDetails
@@ -11104,18 +11096,14 @@ class InstanceInfo(AbstractModel):
11104
11096
  :param _AuditRunningStatus: 实例审计日志运行状态:normal: 运行中; paused: 欠费暂停。
11105
11097
  :type AuditRunningStatus: str
11106
11098
  :param _InternalVip: 内网vip。
11107
- 注意:此字段可能返回 null,表示取不到有效值。
11108
11099
  :type InternalVip: str
11109
11100
  :param _InternalVport: 内网port。
11110
- 注意:此字段可能返回 null,表示取不到有效值。
11111
11101
  :type InternalVport: int
11112
11102
  :param _CreateTime: 创建时间。
11113
11103
  :type CreateTime: str
11114
11104
  :param _ClusterId: 所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C)。
11115
- 注意:此字段可能返回 null,表示取不到有效值。
11116
11105
  :type ClusterId: str
11117
11106
  :param _ClusterName: 所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C)。
11118
- 注意:此字段可能返回 null,表示取不到有效值。
11119
11107
  :type ClusterName: str
11120
11108
  :param _AgentStatus: 自建MySQL的Agent状态,"not_deployed" - 未部署,"deploying" - 部署中,"connected" - 连接正常,"deploy_failed" - 连接失败,"monitoring" - 连接正常,"stopped" - 暂停连接,"connect_failed" - 连接失败,unknown - 未知。
11121
11109
  :type AgentStatus: str
@@ -11469,7 +11457,6 @@ class InstanceInfo(AbstractModel):
11469
11457
  @property
11470
11458
  def InternalVip(self):
11471
11459
  """内网vip。
11472
- 注意:此字段可能返回 null,表示取不到有效值。
11473
11460
  :rtype: str
11474
11461
  """
11475
11462
  return self._InternalVip
@@ -11481,7 +11468,6 @@ class InstanceInfo(AbstractModel):
11481
11468
  @property
11482
11469
  def InternalVport(self):
11483
11470
  """内网port。
11484
- 注意:此字段可能返回 null,表示取不到有效值。
11485
11471
  :rtype: int
11486
11472
  """
11487
11473
  return self._InternalVport
@@ -11504,7 +11490,6 @@ class InstanceInfo(AbstractModel):
11504
11490
  @property
11505
11491
  def ClusterId(self):
11506
11492
  """所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C)。
11507
- 注意:此字段可能返回 null,表示取不到有效值。
11508
11493
  :rtype: str
11509
11494
  """
11510
11495
  return self._ClusterId
@@ -11516,7 +11501,6 @@ class InstanceInfo(AbstractModel):
11516
11501
  @property
11517
11502
  def ClusterName(self):
11518
11503
  """所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C)。
11519
- 注意:此字段可能返回 null,表示取不到有效值。
11520
11504
  :rtype: str
11521
11505
  """
11522
11506
  return self._ClusterName
@@ -6389,11 +6389,14 @@ class DescribeBackupFilesResponse(AbstractModel):
6389
6389
  :type Files: list of InstanceBackupFileItem
6390
6390
  :param _TotalCount: 总条目数
6391
6391
  :type TotalCount: int
6392
+ :param _UrlPrefix: 下载链接前缀
6393
+ :type UrlPrefix: str
6392
6394
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6393
6395
  :type RequestId: str
6394
6396
  """
6395
6397
  self._Files = None
6396
6398
  self._TotalCount = None
6399
+ self._UrlPrefix = None
6397
6400
  self._RequestId = None
6398
6401
 
6399
6402
  @property
@@ -6418,6 +6421,17 @@ class DescribeBackupFilesResponse(AbstractModel):
6418
6421
  def TotalCount(self, TotalCount):
6419
6422
  self._TotalCount = TotalCount
6420
6423
 
6424
+ @property
6425
+ def UrlPrefix(self):
6426
+ """下载链接前缀
6427
+ :rtype: str
6428
+ """
6429
+ return self._UrlPrefix
6430
+
6431
+ @UrlPrefix.setter
6432
+ def UrlPrefix(self, UrlPrefix):
6433
+ self._UrlPrefix = UrlPrefix
6434
+
6421
6435
  @property
6422
6436
  def RequestId(self):
6423
6437
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -6438,6 +6452,7 @@ class DescribeBackupFilesResponse(AbstractModel):
6438
6452
  obj._deserialize(item)
6439
6453
  self._Files.append(obj)
6440
6454
  self._TotalCount = params.get("TotalCount")
6455
+ self._UrlPrefix = params.get("UrlPrefix")
6441
6456
  self._RequestId = params.get("RequestId")
6442
6457
 
6443
6458