tencentcloud-sdk-python 3.0.1343__py2.py3-none-any.whl → 3.0.1345__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 (70) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/antiddos/v20200309/models.py +2 -2
  3. tencentcloud/bi/v20220105/models.py +6 -2
  4. tencentcloud/billing/v20180709/models.py +0 -14
  5. tencentcloud/cbs/v20170312/models.py +0 -20
  6. tencentcloud/cdb/v20170320/cdb_client.py +23 -0
  7. tencentcloud/cdb/v20170320/models.py +117 -0
  8. tencentcloud/cdwch/v20200915/models.py +0 -110
  9. tencentcloud/ckafka/v20190819/models.py +0 -260
  10. tencentcloud/clb/v20180317/models.py +49 -20
  11. tencentcloud/cls/v20201016/cls_client.py +0 -92
  12. tencentcloud/cls/v20201016/models.py +74 -1145
  13. tencentcloud/cvm/v20170312/models.py +15 -0
  14. tencentcloud/cynosdb/v20190107/models.py +2 -86
  15. tencentcloud/dbbrain/v20191016/models.py +0 -36
  16. tencentcloud/dbbrain/v20210527/models.py +0 -106
  17. tencentcloud/dcdb/v20180411/models.py +0 -48
  18. tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
  19. tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
  20. tencentcloud/dnspod/v20210323/models.py +724 -0
  21. tencentcloud/domain/v20180808/models.py +0 -8
  22. tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
  23. tencentcloud/dsgc/v20190723/models.py +0 -34
  24. tencentcloud/ess/v20201111/models.py +4 -2
  25. tencentcloud/essbasic/v20210526/models.py +4 -2
  26. tencentcloud/fmu/v20191213/errorcodes.py +3 -0
  27. tencentcloud/fmu/v20191213/models.py +4 -4
  28. tencentcloud/goosefs/v20220519/models.py +0 -2
  29. tencentcloud/gwlb/v20240906/models.py +4 -4
  30. tencentcloud/hai/v20230812/errorcodes.py +1 -1
  31. tencentcloud/iotcloud/v20210408/models.py +2 -4
  32. tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +1 -1
  33. tencentcloud/iotvideoindustry/v20201201/models.py +15 -404
  34. tencentcloud/lighthouse/v20200324/models.py +12 -20
  35. tencentcloud/lke/v20231130/models.py +15 -0
  36. tencentcloud/lowcode/v20210108/models.py +0 -2
  37. tencentcloud/mariadb/v20170312/models.py +0 -38
  38. tencentcloud/mmps/v20200710/models.py +0 -56
  39. tencentcloud/monitor/v20180724/models.py +251 -0
  40. tencentcloud/monitor/v20180724/monitor_client.py +23 -0
  41. tencentcloud/mps/v20190612/errorcodes.py +34 -0
  42. tencentcloud/mps/v20190612/models.py +4129 -429
  43. tencentcloud/mps/v20190612/mps_client.py +208 -0
  44. tencentcloud/postgres/v20170312/models.py +0 -222
  45. tencentcloud/postgres/v20170312/postgres_client.py +5 -5
  46. tencentcloud/redis/v20180412/models.py +64 -0
  47. tencentcloud/redis/v20180412/redis_client.py +23 -0
  48. tencentcloud/svp/v20240125/models.py +0 -42
  49. tencentcloud/tcb/v20180608/models.py +109 -348
  50. tencentcloud/tcb/v20180608/tcb_client.py +23 -23
  51. tencentcloud/tcss/v20201101/models.py +1813 -2547
  52. tencentcloud/tcss/v20201101/tcss_client.py +92 -125
  53. tencentcloud/tdmq/v20200217/models.py +158 -436
  54. tencentcloud/tdmq/v20200217/tdmq_client.py +0 -23
  55. tencentcloud/teo/v20220901/models.py +158 -36
  56. tencentcloud/teo/v20220901/teo_client.py +23 -0
  57. tencentcloud/thpc/v20211109/models.py +0 -6
  58. tencentcloud/thpc/v20220401/models.py +0 -6
  59. tencentcloud/thpc/v20230321/models.py +0 -8
  60. tencentcloud/tke/v20180525/models.py +0 -54
  61. tencentcloud/tke/v20220501/models.py +0 -34
  62. tencentcloud/vpc/v20170312/models.py +0 -34
  63. tencentcloud/waf/v20180125/models.py +15 -0
  64. tencentcloud/wedata/v20210820/models.py +122 -0
  65. tencentcloud/weilingwith/v20230427/models.py +0 -964
  66. {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/METADATA +1 -1
  67. {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/RECORD +70 -70
  68. {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/LICENSE +0 -0
  69. {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/WHEEL +0 -0
  70. {tencentcloud_sdk_python-3.0.1343.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/top_level.txt +0 -0
@@ -28,36 +28,26 @@ class AppInfoItem(AbstractModel):
28
28
  :param _AppPackage: 小程序apiiid
29
29
  :type AppPackage: str
30
30
  :param _AppName: 小程序应用名称
31
- 注意:此字段可能返回 null,表示取不到有效值。
32
31
  :type AppName: str
33
32
  :param _AppVersion: 小程序应用版本
34
- 注意:此字段可能返回 null,表示取不到有效值。
35
33
  :type AppVersion: str
36
34
  :param _Platform: 应用平台, 0:android, 1:ios, 2:小程序
37
35
  :type Platform: int
38
36
  :param _ReportUrl: 小程序隐私诊断报告下载链接
39
- 注意:此字段可能返回 null,表示取不到有效值。
40
37
  :type ReportUrl: str
41
38
  :param _ReportTitle: 小程序隐私诊断报告名称
42
- 注意:此字段可能返回 null,表示取不到有效值。
43
39
  :type ReportTitle: str
44
40
  :param _BehaviorUrl: 小程序隐私诊断堆栈报告下载链接
45
- 注意:此字段可能返回 null,表示取不到有效值。
46
41
  :type BehaviorUrl: str
47
42
  :param _BehaviorTitle: 小程序隐私诊断堆栈报告名称
48
- 注意:此字段可能返回 null,表示取不到有效值。
49
43
  :type BehaviorTitle: str
50
44
  :param _HighRiskCount: 诊断风险项数量
51
- 注意:此字段可能返回 null,表示取不到有效值。
52
45
  :type HighRiskCount: int
53
46
  :param _PrivacyTextName: 隐私申明文件名称
54
- 注意:此字段可能返回 null,表示取不到有效值。
55
47
  :type PrivacyTextName: str
56
48
  :param _SoftwareMD5: 软件MD5
57
- 注意:此字段可能返回 null,表示取不到有效值。
58
49
  :type SoftwareMD5: str
59
50
  :param _PrivacyTextMD5: 隐私文本MD5
60
- 注意:此字段可能返回 null,表示取不到有效值。
61
51
  :type PrivacyTextMD5: str
62
52
  """
63
53
  self._AppPackage = None
@@ -87,7 +77,6 @@ class AppInfoItem(AbstractModel):
87
77
  @property
88
78
  def AppName(self):
89
79
  """小程序应用名称
90
- 注意:此字段可能返回 null,表示取不到有效值。
91
80
  :rtype: str
92
81
  """
93
82
  return self._AppName
@@ -99,7 +88,6 @@ class AppInfoItem(AbstractModel):
99
88
  @property
100
89
  def AppVersion(self):
101
90
  """小程序应用版本
102
- 注意:此字段可能返回 null,表示取不到有效值。
103
91
  :rtype: str
104
92
  """
105
93
  return self._AppVersion
@@ -122,7 +110,6 @@ class AppInfoItem(AbstractModel):
122
110
  @property
123
111
  def ReportUrl(self):
124
112
  """小程序隐私诊断报告下载链接
125
- 注意:此字段可能返回 null,表示取不到有效值。
126
113
  :rtype: str
127
114
  """
128
115
  return self._ReportUrl
@@ -134,7 +121,6 @@ class AppInfoItem(AbstractModel):
134
121
  @property
135
122
  def ReportTitle(self):
136
123
  """小程序隐私诊断报告名称
137
- 注意:此字段可能返回 null,表示取不到有效值。
138
124
  :rtype: str
139
125
  """
140
126
  return self._ReportTitle
@@ -146,7 +132,6 @@ class AppInfoItem(AbstractModel):
146
132
  @property
147
133
  def BehaviorUrl(self):
148
134
  """小程序隐私诊断堆栈报告下载链接
149
- 注意:此字段可能返回 null,表示取不到有效值。
150
135
  :rtype: str
151
136
  """
152
137
  return self._BehaviorUrl
@@ -158,7 +143,6 @@ class AppInfoItem(AbstractModel):
158
143
  @property
159
144
  def BehaviorTitle(self):
160
145
  """小程序隐私诊断堆栈报告名称
161
- 注意:此字段可能返回 null,表示取不到有效值。
162
146
  :rtype: str
163
147
  """
164
148
  return self._BehaviorTitle
@@ -170,7 +154,6 @@ class AppInfoItem(AbstractModel):
170
154
  @property
171
155
  def HighRiskCount(self):
172
156
  """诊断风险项数量
173
- 注意:此字段可能返回 null,表示取不到有效值。
174
157
  :rtype: int
175
158
  """
176
159
  return self._HighRiskCount
@@ -182,7 +165,6 @@ class AppInfoItem(AbstractModel):
182
165
  @property
183
166
  def PrivacyTextName(self):
184
167
  """隐私申明文件名称
185
- 注意:此字段可能返回 null,表示取不到有效值。
186
168
  :rtype: str
187
169
  """
188
170
  return self._PrivacyTextName
@@ -194,7 +176,6 @@ class AppInfoItem(AbstractModel):
194
176
  @property
195
177
  def SoftwareMD5(self):
196
178
  """软件MD5
197
- 注意:此字段可能返回 null,表示取不到有效值。
198
179
  :rtype: str
199
180
  """
200
181
  return self._SoftwareMD5
@@ -206,7 +187,6 @@ class AppInfoItem(AbstractModel):
206
187
  @property
207
188
  def PrivacyTextMD5(self):
208
189
  """隐私文本MD5
209
- 注意:此字段可能返回 null,表示取不到有效值。
210
190
  :rtype: str
211
191
  """
212
192
  return self._PrivacyTextMD5
@@ -253,7 +233,6 @@ class AppTaskData(AbstractModel):
253
233
  :param _TaskStatus: 0:默认值(待检测/待咨询), 1.检测中, 2:待评估, 3:评估中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;
254
234
  :type TaskStatus: int
255
235
  :param _TaskErrMsg: 错误信息
256
- 注意:此字段可能返回 null,表示取不到有效值。
257
236
  :type TaskErrMsg: str
258
237
  :param _Source: 任务来源,0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);
259
238
  :type Source: int
@@ -264,7 +243,6 @@ class AppTaskData(AbstractModel):
264
243
  :param _EndTime: 任务完成时间(更新时间)
265
244
  :type EndTime: str
266
245
  :param _ContactName: 联系人信息
267
- 注意:此字段可能返回 null,表示取不到有效值。
268
246
  :type ContactName: str
269
247
  """
270
248
  self._TaskID = None
@@ -313,7 +291,6 @@ class AppTaskData(AbstractModel):
313
291
  @property
314
292
  def TaskErrMsg(self):
315
293
  """错误信息
316
- 注意:此字段可能返回 null,表示取不到有效值。
317
294
  :rtype: str
318
295
  """
319
296
  return self._TaskErrMsg
@@ -369,7 +346,6 @@ class AppTaskData(AbstractModel):
369
346
  @property
370
347
  def ContactName(self):
371
348
  """联系人信息
372
- 注意:此字段可能返回 null,表示取不到有效值。
373
349
  :rtype: str
374
350
  """
375
351
  return self._ContactName
@@ -1581,7 +1557,6 @@ class DescribeFlySecMiniAppReportUrlResponse(AbstractModel):
1581
1557
  :param _Ret: 返回值, 0:成功, 其他值请查看“返回值”定义
1582
1558
  :type Ret: int
1583
1559
  :param _Url: 诊断报告下载链接
1584
- 注意:此字段可能返回 null,表示取不到有效值。
1585
1560
  :type Url: str
1586
1561
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1587
1562
  :type RequestId: str
@@ -1604,7 +1579,6 @@ class DescribeFlySecMiniAppReportUrlResponse(AbstractModel):
1604
1579
  @property
1605
1580
  def Url(self):
1606
1581
  """诊断报告下载链接
1607
- 注意:此字段可能返回 null,表示取不到有效值。
1608
1582
  :rtype: str
1609
1583
  """
1610
1584
  return self._Url
@@ -1737,10 +1711,8 @@ class DescribeFlySecMiniAppScanReportListResponse(AbstractModel):
1737
1711
  :param _Ret: 返回值, 0:成功, 其他值请查看“返回值”定义
1738
1712
  :type Ret: int
1739
1713
  :param _Data: 诊断报告数据
1740
- 注意:此字段可能返回 null,表示取不到有效值。
1741
1714
  :type Data: list of FlySecMiniAppReportData
1742
1715
  :param _Total: 诊断任务数
1743
- 注意:此字段可能返回 null,表示取不到有效值。
1744
1716
  :type Total: int
1745
1717
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1746
1718
  :type RequestId: str
@@ -1764,7 +1736,6 @@ class DescribeFlySecMiniAppScanReportListResponse(AbstractModel):
1764
1736
  @property
1765
1737
  def Data(self):
1766
1738
  """诊断报告数据
1767
- 注意:此字段可能返回 null,表示取不到有效值。
1768
1739
  :rtype: list of FlySecMiniAppReportData
1769
1740
  """
1770
1741
  return self._Data
@@ -1776,7 +1747,6 @@ class DescribeFlySecMiniAppScanReportListResponse(AbstractModel):
1776
1747
  @property
1777
1748
  def Total(self):
1778
1749
  """诊断任务数
1779
- 注意:此字段可能返回 null,表示取不到有效值。
1780
1750
  :rtype: int
1781
1751
  """
1782
1752
  return self._Total
@@ -1900,10 +1870,8 @@ class DescribeFlySecMiniAppScanTaskListResponse(AbstractModel):
1900
1870
  :param _Ret: 返回值, 0:成功, 其他值请查看“返回值”定义
1901
1871
  :type Ret: int
1902
1872
  :param _Data: 诊断任务数据列表
1903
- 注意:此字段可能返回 null,表示取不到有效值。
1904
1873
  :type Data: list of FlySecMiniAppTaskData
1905
1874
  :param _Total: 诊断任务数
1906
- 注意:此字段可能返回 null,表示取不到有效值。
1907
1875
  :type Total: int
1908
1876
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1909
1877
  :type RequestId: str
@@ -1927,7 +1895,6 @@ class DescribeFlySecMiniAppScanTaskListResponse(AbstractModel):
1927
1895
  @property
1928
1896
  def Data(self):
1929
1897
  """诊断任务数据列表
1930
- 注意:此字段可能返回 null,表示取不到有效值。
1931
1898
  :rtype: list of FlySecMiniAppTaskData
1932
1899
  """
1933
1900
  return self._Data
@@ -1939,7 +1906,6 @@ class DescribeFlySecMiniAppScanTaskListResponse(AbstractModel):
1939
1906
  @property
1940
1907
  def Total(self):
1941
1908
  """诊断任务数
1942
- 注意:此字段可能返回 null,表示取不到有效值。
1943
1909
  :rtype: int
1944
1910
  """
1945
1911
  return self._Total
@@ -2180,13 +2146,10 @@ class DescribeFlySecMiniAppScanTaskStatusResponse(AbstractModel):
2180
2146
  :param _Status: 诊断状态, 0:排队中, 1:成功, 2:失败, 3:进行中
2181
2147
  :type Status: int
2182
2148
  :param _Errno: 诊断失败错误码
2183
- 注意:此字段可能返回 null,表示取不到有效值。
2184
2149
  :type Errno: int
2185
2150
  :param _MiniAppName: 小程序名称
2186
- 注意:此字段可能返回 null,表示取不到有效值。
2187
2151
  :type MiniAppName: str
2188
2152
  :param _MiniAppVersion: 小程序版本
2189
- 注意:此字段可能返回 null,表示取不到有效值。
2190
2153
  :type MiniAppVersion: str
2191
2154
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2192
2155
  :type RequestId: str
@@ -2223,7 +2186,6 @@ class DescribeFlySecMiniAppScanTaskStatusResponse(AbstractModel):
2223
2186
  @property
2224
2187
  def Errno(self):
2225
2188
  """诊断失败错误码
2226
- 注意:此字段可能返回 null,表示取不到有效值。
2227
2189
  :rtype: int
2228
2190
  """
2229
2191
  return self._Errno
@@ -2235,7 +2197,6 @@ class DescribeFlySecMiniAppScanTaskStatusResponse(AbstractModel):
2235
2197
  @property
2236
2198
  def MiniAppName(self):
2237
2199
  """小程序名称
2238
- 注意:此字段可能返回 null,表示取不到有效值。
2239
2200
  :rtype: str
2240
2201
  """
2241
2202
  return self._MiniAppName
@@ -2247,7 +2208,6 @@ class DescribeFlySecMiniAppScanTaskStatusResponse(AbstractModel):
2247
2208
  @property
2248
2209
  def MiniAppVersion(self):
2249
2210
  """小程序版本
2250
- 注意:此字段可能返回 null,表示取不到有效值。
2251
2211
  :rtype: str
2252
2212
  """
2253
2213
  return self._MiniAppVersion
@@ -2527,10 +2487,8 @@ class DescribeScanTaskListResponse(AbstractModel):
2527
2487
  :param _Result: 返回值, 0:成功, 其他值请查看“返回值”定义
2528
2488
  :type Result: int
2529
2489
  :param _Data: 诊断任务数据列表
2530
- 注意:此字段可能返回 null,表示取不到有效值。
2531
2490
  :type Data: list of AppTaskData
2532
2491
  :param _Total: 任务总数量
2533
- 注意:此字段可能返回 null,表示取不到有效值。
2534
2492
  :type Total: int
2535
2493
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2536
2494
  :type RequestId: str
@@ -2554,7 +2512,6 @@ class DescribeScanTaskListResponse(AbstractModel):
2554
2512
  @property
2555
2513
  def Data(self):
2556
2514
  """诊断任务数据列表
2557
- 注意:此字段可能返回 null,表示取不到有效值。
2558
2515
  :rtype: list of AppTaskData
2559
2516
  """
2560
2517
  return self._Data
@@ -2566,7 +2523,6 @@ class DescribeScanTaskListResponse(AbstractModel):
2566
2523
  @property
2567
2524
  def Total(self):
2568
2525
  """任务总数量
2569
- 注意:此字段可能返回 null,表示取不到有效值。
2570
2526
  :rtype: int
2571
2527
  """
2572
2528
  return self._Total
@@ -2707,10 +2663,8 @@ class DescribeScanTaskReportUrlResponse(AbstractModel):
2707
2663
  :param _ReportUrl: 诊断报告/堆栈信息下载链接
2708
2664
  :type ReportUrl: str
2709
2665
  :param _ReportTitle: 诊断报告/堆栈名称
2710
- 注意:此字段可能返回 null,表示取不到有效值。
2711
2666
  :type ReportTitle: str
2712
2667
  :param _ReportResult: 诊断json结果内容
2713
- 注意:此字段可能返回 null,表示取不到有效值。
2714
2668
  :type ReportResult: str
2715
2669
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2716
2670
  :type RequestId: str
@@ -2746,7 +2700,6 @@ class DescribeScanTaskReportUrlResponse(AbstractModel):
2746
2700
  @property
2747
2701
  def ReportTitle(self):
2748
2702
  """诊断报告/堆栈名称
2749
- 注意:此字段可能返回 null,表示取不到有效值。
2750
2703
  :rtype: str
2751
2704
  """
2752
2705
  return self._ReportTitle
@@ -2758,7 +2711,6 @@ class DescribeScanTaskReportUrlResponse(AbstractModel):
2758
2711
  @property
2759
2712
  def ReportResult(self):
2760
2713
  """诊断json结果内容
2761
- 注意:此字段可能返回 null,表示取不到有效值。
2762
2714
  :rtype: str
2763
2715
  """
2764
2716
  return self._ReportResult
@@ -3494,20 +3446,16 @@ class TaskFlowStepsInfo(AbstractModel):
3494
3446
  def __init__(self):
3495
3447
  r"""
3496
3448
  :param _FlowNo: 流程编号
3497
- 注意:此字段可能返回 null,表示取不到有效值。
3498
3449
  :type FlowNo: str
3499
3450
  :param _FlowName: 流程名称
3500
3451
  :type FlowName: str
3501
3452
  :param _FlowStatus: 流程状态, 其他值:进行中, 2:成功, 3:失败
3502
3453
  :type FlowStatus: int
3503
3454
  :param _FlowStateDesc: 流程状态描述
3504
- 注意:此字段可能返回 null,表示取不到有效值。
3505
3455
  :type FlowStateDesc: str
3506
3456
  :param _StartTime: 流程启动时间
3507
- 注意:此字段可能返回 null,表示取不到有效值。
3508
3457
  :type StartTime: str
3509
3458
  :param _EndTime: 流程完成时间
3510
- 注意:此字段可能返回 null,表示取不到有效值。
3511
3459
  :type EndTime: str
3512
3460
  """
3513
3461
  self._FlowNo = None
@@ -3520,7 +3468,6 @@ class TaskFlowStepsInfo(AbstractModel):
3520
3468
  @property
3521
3469
  def FlowNo(self):
3522
3470
  """流程编号
3523
- 注意:此字段可能返回 null,表示取不到有效值。
3524
3471
  :rtype: str
3525
3472
  """
3526
3473
  return self._FlowNo
@@ -3554,7 +3501,6 @@ class TaskFlowStepsInfo(AbstractModel):
3554
3501
  @property
3555
3502
  def FlowStateDesc(self):
3556
3503
  """流程状态描述
3557
- 注意:此字段可能返回 null,表示取不到有效值。
3558
3504
  :rtype: str
3559
3505
  """
3560
3506
  return self._FlowStateDesc
@@ -3566,7 +3512,6 @@ class TaskFlowStepsInfo(AbstractModel):
3566
3512
  @property
3567
3513
  def StartTime(self):
3568
3514
  """流程启动时间
3569
- 注意:此字段可能返回 null,表示取不到有效值。
3570
3515
  :rtype: str
3571
3516
  """
3572
3517
  return self._StartTime
@@ -3578,7 +3523,6 @@ class TaskFlowStepsInfo(AbstractModel):
3578
3523
  @property
3579
3524
  def EndTime(self):
3580
3525
  """流程完成时间
3581
- 注意:此字段可能返回 null,表示取不到有效值。
3582
3526
  :rtype: str
3583
3527
  """
3584
3528
  return self._EndTime
@@ -21835,6 +21835,90 @@ class DescribePrometheusInstancesResponse(AbstractModel):
21835
21835
  self._RequestId = params.get("RequestId")
21836
21836
 
21837
21837
 
21838
+ class DescribePrometheusIntegrationMetricsRequest(AbstractModel):
21839
+ """DescribePrometheusIntegrationMetrics请求参数结构体
21840
+
21841
+ """
21842
+
21843
+ def __init__(self):
21844
+ r"""
21845
+ :param _IntegrationCode: 集成类型标识。取值参考DescribePrometheusIntegrations接口返回中IntegrationSet[i].Code参数
21846
+ :type IntegrationCode: str
21847
+ """
21848
+ self._IntegrationCode = None
21849
+
21850
+ @property
21851
+ def IntegrationCode(self):
21852
+ """集成类型标识。取值参考DescribePrometheusIntegrations接口返回中IntegrationSet[i].Code参数
21853
+ :rtype: str
21854
+ """
21855
+ return self._IntegrationCode
21856
+
21857
+ @IntegrationCode.setter
21858
+ def IntegrationCode(self, IntegrationCode):
21859
+ self._IntegrationCode = IntegrationCode
21860
+
21861
+
21862
+ def _deserialize(self, params):
21863
+ self._IntegrationCode = params.get("IntegrationCode")
21864
+ memeber_set = set(params.keys())
21865
+ for name, value in vars(self).items():
21866
+ property_name = name[1:]
21867
+ if property_name in memeber_set:
21868
+ memeber_set.remove(property_name)
21869
+ if len(memeber_set) > 0:
21870
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
21871
+
21872
+
21873
+
21874
+ class DescribePrometheusIntegrationMetricsResponse(AbstractModel):
21875
+ """DescribePrometheusIntegrationMetrics返回参数结构体
21876
+
21877
+ """
21878
+
21879
+ def __init__(self):
21880
+ r"""
21881
+ :param _IntegrationMetricSet: 集成指标详情分组
21882
+ :type IntegrationMetricSet: list of IntegrationMetricGroup
21883
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
21884
+ :type RequestId: str
21885
+ """
21886
+ self._IntegrationMetricSet = None
21887
+ self._RequestId = None
21888
+
21889
+ @property
21890
+ def IntegrationMetricSet(self):
21891
+ """集成指标详情分组
21892
+ :rtype: list of IntegrationMetricGroup
21893
+ """
21894
+ return self._IntegrationMetricSet
21895
+
21896
+ @IntegrationMetricSet.setter
21897
+ def IntegrationMetricSet(self, IntegrationMetricSet):
21898
+ self._IntegrationMetricSet = IntegrationMetricSet
21899
+
21900
+ @property
21901
+ def RequestId(self):
21902
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
21903
+ :rtype: str
21904
+ """
21905
+ return self._RequestId
21906
+
21907
+ @RequestId.setter
21908
+ def RequestId(self, RequestId):
21909
+ self._RequestId = RequestId
21910
+
21911
+
21912
+ def _deserialize(self, params):
21913
+ if params.get("IntegrationMetricSet") is not None:
21914
+ self._IntegrationMetricSet = []
21915
+ for item in params.get("IntegrationMetricSet"):
21916
+ obj = IntegrationMetricGroup()
21917
+ obj._deserialize(item)
21918
+ self._IntegrationMetricSet.append(obj)
21919
+ self._RequestId = params.get("RequestId")
21920
+
21921
+
21838
21922
  class DescribePrometheusRecordRulesRequest(AbstractModel):
21839
21923
  """DescribePrometheusRecordRules请求参数结构体
21840
21924
 
@@ -26180,6 +26264,173 @@ class IntegrationConfiguration(AbstractModel):
26180
26264
 
26181
26265
 
26182
26266
 
26267
+ class IntegrationMetric(AbstractModel):
26268
+ """prometheus集成指标详情
26269
+
26270
+ """
26271
+
26272
+ def __init__(self):
26273
+ r"""
26274
+ :param _MetricName: 指标名
26275
+ :type MetricName: str
26276
+ :param _Name: 指标名称
26277
+ :type Name: str
26278
+ :param _MetricType: 统计类型
26279
+ :type MetricType: str
26280
+ :param _Unit: 单位
26281
+ :type Unit: str
26282
+ :param _Description: 指标详细描述
26283
+ :type Description: str
26284
+ """
26285
+ self._MetricName = None
26286
+ self._Name = None
26287
+ self._MetricType = None
26288
+ self._Unit = None
26289
+ self._Description = None
26290
+
26291
+ @property
26292
+ def MetricName(self):
26293
+ """指标名
26294
+ :rtype: str
26295
+ """
26296
+ return self._MetricName
26297
+
26298
+ @MetricName.setter
26299
+ def MetricName(self, MetricName):
26300
+ self._MetricName = MetricName
26301
+
26302
+ @property
26303
+ def Name(self):
26304
+ """指标名称
26305
+ :rtype: str
26306
+ """
26307
+ return self._Name
26308
+
26309
+ @Name.setter
26310
+ def Name(self, Name):
26311
+ self._Name = Name
26312
+
26313
+ @property
26314
+ def MetricType(self):
26315
+ """统计类型
26316
+ :rtype: str
26317
+ """
26318
+ return self._MetricType
26319
+
26320
+ @MetricType.setter
26321
+ def MetricType(self, MetricType):
26322
+ self._MetricType = MetricType
26323
+
26324
+ @property
26325
+ def Unit(self):
26326
+ """单位
26327
+ :rtype: str
26328
+ """
26329
+ return self._Unit
26330
+
26331
+ @Unit.setter
26332
+ def Unit(self, Unit):
26333
+ self._Unit = Unit
26334
+
26335
+ @property
26336
+ def Description(self):
26337
+ """指标详细描述
26338
+ :rtype: str
26339
+ """
26340
+ return self._Description
26341
+
26342
+ @Description.setter
26343
+ def Description(self, Description):
26344
+ self._Description = Description
26345
+
26346
+
26347
+ def _deserialize(self, params):
26348
+ self._MetricName = params.get("MetricName")
26349
+ self._Name = params.get("Name")
26350
+ self._MetricType = params.get("MetricType")
26351
+ self._Unit = params.get("Unit")
26352
+ self._Description = params.get("Description")
26353
+ memeber_set = set(params.keys())
26354
+ for name, value in vars(self).items():
26355
+ property_name = name[1:]
26356
+ if property_name in memeber_set:
26357
+ memeber_set.remove(property_name)
26358
+ if len(memeber_set) > 0:
26359
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
26360
+
26361
+
26362
+
26363
+ class IntegrationMetricGroup(AbstractModel):
26364
+ """prometheus集成分组指标
26365
+
26366
+ """
26367
+
26368
+ def __init__(self):
26369
+ r"""
26370
+ :param _Group: 分组标识
26371
+ :type Group: str
26372
+ :param _Metrics: 指标详情
26373
+ :type Metrics: list of IntegrationMetric
26374
+ :param _GroupName: 分组名称
26375
+ :type GroupName: str
26376
+ """
26377
+ self._Group = None
26378
+ self._Metrics = None
26379
+ self._GroupName = None
26380
+
26381
+ @property
26382
+ def Group(self):
26383
+ """分组标识
26384
+ :rtype: str
26385
+ """
26386
+ return self._Group
26387
+
26388
+ @Group.setter
26389
+ def Group(self, Group):
26390
+ self._Group = Group
26391
+
26392
+ @property
26393
+ def Metrics(self):
26394
+ """指标详情
26395
+ :rtype: list of IntegrationMetric
26396
+ """
26397
+ return self._Metrics
26398
+
26399
+ @Metrics.setter
26400
+ def Metrics(self, Metrics):
26401
+ self._Metrics = Metrics
26402
+
26403
+ @property
26404
+ def GroupName(self):
26405
+ """分组名称
26406
+ :rtype: str
26407
+ """
26408
+ return self._GroupName
26409
+
26410
+ @GroupName.setter
26411
+ def GroupName(self, GroupName):
26412
+ self._GroupName = GroupName
26413
+
26414
+
26415
+ def _deserialize(self, params):
26416
+ self._Group = params.get("Group")
26417
+ if params.get("Metrics") is not None:
26418
+ self._Metrics = []
26419
+ for item in params.get("Metrics"):
26420
+ obj = IntegrationMetric()
26421
+ obj._deserialize(item)
26422
+ self._Metrics.append(obj)
26423
+ self._GroupName = params.get("GroupName")
26424
+ memeber_set = set(params.keys())
26425
+ for name, value in vars(self).items():
26426
+ property_name = name[1:]
26427
+ if property_name in memeber_set:
26428
+ memeber_set.remove(property_name)
26429
+ if len(memeber_set) > 0:
26430
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
26431
+
26432
+
26433
+
26183
26434
  class Label(AbstractModel):
26184
26435
  """k8s中标签,一般以数组的方式存在
26185
26436
 
@@ -2203,6 +2203,29 @@ class MonitorClient(AbstractClient):
2203
2203
  raise TencentCloudSDKException(type(e).__name__, str(e))
2204
2204
 
2205
2205
 
2206
+ def DescribePrometheusIntegrationMetrics(self, request):
2207
+ """获取prometheus集成指标
2208
+
2209
+ :param request: Request instance for DescribePrometheusIntegrationMetrics.
2210
+ :type request: :class:`tencentcloud.monitor.v20180724.models.DescribePrometheusIntegrationMetricsRequest`
2211
+ :rtype: :class:`tencentcloud.monitor.v20180724.models.DescribePrometheusIntegrationMetricsResponse`
2212
+
2213
+ """
2214
+ try:
2215
+ params = request._serialize()
2216
+ headers = request.headers
2217
+ body = self.call("DescribePrometheusIntegrationMetrics", params, headers=headers)
2218
+ response = json.loads(body)
2219
+ model = models.DescribePrometheusIntegrationMetricsResponse()
2220
+ model._deserialize(response["Response"])
2221
+ return model
2222
+ except Exception as e:
2223
+ if isinstance(e, TencentCloudSDKException):
2224
+ raise
2225
+ else:
2226
+ raise TencentCloudSDKException(type(e).__name__, str(e))
2227
+
2228
+
2206
2229
  def DescribePrometheusRecordRules(self, request):
2207
2230
  """获取聚合规则列表,包含关联集群内crd资源创建的record rule
2208
2231