tencentcloud-sdk-nodejs 4.0.293 → 4.0.296

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 (81) hide show
  1. package/CHANGELOG.md +332 -0
  2. package/SERVICE_CHANGELOG.md +320 -45
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +13 -0
  7. package/src/services/ame/v20190916/ame_models.ts +75 -0
  8. package/src/services/as/v20180419/as_models.ts +10 -0
  9. package/src/services/asr/v20190614/asr_client.ts +1 -1
  10. package/src/services/cam/v20190116/cam_models.ts +1 -1
  11. package/src/services/cdn/v20180606/cdn_models.ts +5 -0
  12. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -1
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +2 -2
  14. package/src/services/cls/v20201016/cls_models.ts +15 -9
  15. package/src/services/cpdp/v20190820/cpdp_client.ts +20 -5
  16. package/src/services/cpdp/v20190820/cpdp_models.ts +2271 -2156
  17. package/src/services/cvm/v20170312/cvm_models.ts +8 -7
  18. package/src/services/dcdb/v20180411/dcdb_client.ts +18 -6
  19. package/src/services/dcdb/v20180411/dcdb_models.ts +245 -107
  20. package/src/services/eiam/v20210420/eiam_models.ts +4 -4
  21. package/src/services/faceid/v20180301/faceid_models.ts +5 -1
  22. package/src/services/iecp/v20210914/iecp_models.ts +14 -4
  23. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
  24. package/src/services/live/v20180801/live_client.ts +81 -23
  25. package/src/services/live/v20180801/live_models.ts +453 -251
  26. package/src/services/mongodb/v20190725/mongodb_models.ts +64 -43
  27. package/src/services/monitor/v20180724/monitor_client.ts +19 -2
  28. package/src/services/monitor/v20180724/monitor_models.ts +394 -18
  29. package/src/services/oceanus/v20190422/oceanus_models.ts +11 -0
  30. package/src/services/sms/v20210111/sms_models.ts +6 -0
  31. package/src/services/tcm/v20210413/tcm_client.ts +1 -0
  32. package/src/services/tcm/v20210413/tcm_models.ts +33 -1
  33. package/src/services/tsf/v20180326/tsf_models.ts +12 -0
  34. package/src/services/vpc/v20170312/vpc_client.ts +149 -39
  35. package/src/services/vpc/v20170312/vpc_models.ts +531 -64
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/ame/v20190916/ame_client.d.ts +5 -1
  39. package/tencentcloud/services/ame/v20190916/ame_client.js +6 -0
  40. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +63 -0
  41. package/tencentcloud/services/as/v20180419/as_models.d.ts +8 -0
  42. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  43. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  44. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +1 -1
  45. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -0
  46. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  47. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
  48. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +2 -2
  49. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +12 -6
  50. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +5 -1
  51. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +6 -0
  52. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1476 -1378
  53. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -3
  54. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  55. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  56. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +210 -96
  57. package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +4 -4
  58. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -1
  59. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +12 -4
  60. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
  61. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
  62. package/tencentcloud/services/live/v20180801/live_client.d.ts +32 -7
  63. package/tencentcloud/services/live/v20180801/live_client.js +41 -8
  64. package/tencentcloud/services/live/v20180801/live_models.d.ts +392 -221
  65. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +60 -43
  66. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
  67. package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
  68. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +328 -17
  69. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +9 -0
  70. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +5 -0
  71. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +28 -1
  72. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +10 -0
  73. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +48 -12
  74. package/tencentcloud/services/vpc/v20170312/vpc_client.js +70 -16
  75. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +460 -60
  76. package/test/ame.v20190916.test.js +10 -0
  77. package/test/cpdp.v20190820.test.js +10 -0
  78. package/test/dcdb.v20180411.test.js +10 -0
  79. package/test/live.v20180801.test.js +44 -4
  80. package/test/monitor.v20180724.test.js +10 -0
  81. package/test/vpc.v20170312.test.js +100 -10
@@ -22,7 +22,7 @@ export interface ResetDBInstancePasswordResponse {
22
22
  /**
23
23
  * 异步请求Id,用户查询该流程的运行状态
24
24
  */
25
- AsyncRequestId?: string
25
+ AsyncRequestId: string
26
26
 
27
27
  /**
28
28
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -227,12 +227,12 @@ export interface DescribeCurrentOpResponse {
227
227
  /**
228
228
  * 符合查询条件的操作总数
229
229
  */
230
- TotalCount?: number
230
+ TotalCount: number
231
231
 
232
232
  /**
233
233
  * 当前操作列表
234
234
  */
235
- CurrentOps?: Array<CurrentOp>
235
+ CurrentOps: Array<CurrentOp>
236
236
 
237
237
  /**
238
238
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -247,7 +247,7 @@ export interface IsolateDBInstanceResponse {
247
247
  /**
248
248
  * 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
249
249
  */
250
- AsyncRequestId?: string
250
+ AsyncRequestId: string
251
251
 
252
252
  /**
253
253
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -277,7 +277,7 @@ export interface CreateBackupDBInstanceResponse {
277
277
  /**
278
278
  * 查询备份流程的状态
279
279
  */
280
- AsyncRequestId?: string
280
+ AsyncRequestId: string
281
281
 
282
282
  /**
283
283
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -376,7 +376,7 @@ export interface InquirePriceCreateDBInstancesRequest {
376
376
  Zone: string
377
377
 
378
378
  /**
379
- * 每个副本集内节点个数,当前副本集节点数固定为3,分片从节点数可选,具体参照查询云数据库的售卖规格返回参数
379
+ * 每个副本集内节点个数,具体参照查询云数据库的售卖规格返回参数
380
380
  */
381
381
  NodeNum: number
382
382
 
@@ -396,7 +396,7 @@ export interface InquirePriceCreateDBInstancesRequest {
396
396
  MongoVersion: string
397
397
 
398
398
  /**
399
- * 机器类型,HIO:高IO型;HIO10G:高IO万兆型;STDS5:标准型
399
+ * 机器类型,HIO:高IO型;HIO10G:高IO万兆型;
400
400
  */
401
401
  MachineCode: string
402
402
 
@@ -591,7 +591,7 @@ export interface AssignProjectRequest {
591
591
  InstanceIds: Array<string>
592
592
 
593
593
  /**
594
- * 项目ID
594
+ * 项目ID,用户已创建项目的唯一ID,非自定义
595
595
  */
596
596
  ProjectId: number
597
597
  }
@@ -694,6 +694,16 @@ export interface InquirePriceModifyDBInstanceSpecRequest {
694
694
  * 变更配置后实例磁盘大小,单位:GB。
695
695
  */
696
696
  Volume: number
697
+
698
+ /**
699
+ * 实例变更后的节点数,取值范围具体参照查询云数据库的售卖规格返回参数。默认为不变更节点数
700
+ */
701
+ NodeNum?: number
702
+
703
+ /**
704
+ * 实例变更后的分片数,取值范围具体参照查询云数据库的售卖规格返回参数。只能增加不能减少,默认为不变更分片数
705
+ */
706
+ ReplicateSetNum?: number
697
707
  }
698
708
 
699
709
  /**
@@ -943,7 +953,7 @@ export interface InquirePriceModifyDBInstanceSpecResponse {
943
953
  /**
944
954
  * 价格。
945
955
  */
946
- Price?: DBInstancePrice
956
+ Price: DBInstancePrice
947
957
 
948
958
  /**
949
959
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1121,7 +1131,7 @@ export interface ResetDBInstancePasswordRequest {
1121
1131
  UserName: string
1122
1132
 
1123
1133
  /**
1124
- * 新密码
1134
+ * 新密码,新密码长度不能少于8位
1125
1135
  */
1126
1136
  Password: string
1127
1137
  }
@@ -1148,12 +1158,12 @@ export interface DescribeDBInstancesResponse {
1148
1158
  /**
1149
1159
  * 符合查询条件的实例总数
1150
1160
  */
1151
- TotalCount?: number
1161
+ TotalCount: number
1152
1162
 
1153
1163
  /**
1154
1164
  * 实例详细信息列表
1155
1165
  */
1156
- InstanceDetails?: Array<InstanceDetail>
1166
+ InstanceDetails: Array<InstanceDetail>
1157
1167
 
1158
1168
  /**
1159
1169
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1196,7 +1206,7 @@ export interface InstanceIntegerParam {
1196
1206
  Min: string
1197
1207
 
1198
1208
  /**
1199
- * 是否徐亚哦重启后生效 1:需要重启;0:无需重启
1209
+ * 是否需要重启生效 1:需要重启后生效;0:无需重启,设置成功即可生效;
1200
1210
  */
1201
1211
  NeedRestart: string
1202
1212
 
@@ -1216,12 +1226,12 @@ export interface InstanceIntegerParam {
1216
1226
  ValueType: string
1217
1227
 
1218
1228
  /**
1219
- * 是否正常获取到,1:未正常获取;0:正常获取,仅对前端有实际意义;
1229
+ * 是否为运行中参数值 1:运行中参数值;0:非运行中参数值;
1220
1230
  */
1221
1231
  Status: number
1222
1232
 
1223
1233
  /**
1224
- * 暂时未用到,前端使用redis侧代码,为了兼容,保留该参数
1234
+ * 冗余字段,可忽略
1225
1235
  */
1226
1236
  Unit: string
1227
1237
  }
@@ -1484,7 +1494,7 @@ export interface AssignProjectResponse {
1484
1494
  /**
1485
1495
  * 返回的异步任务ID列表
1486
1496
  */
1487
- FlowIds?: Array<number>
1497
+ FlowIds: Array<number>
1488
1498
 
1489
1499
  /**
1490
1500
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1535,6 +1545,17 @@ export interface BackupDownloadTask {
1535
1545
  * 备份数据下载链接
1536
1546
  */
1537
1547
  Url: string
1548
+
1549
+ /**
1550
+ * 备份文件备份类型,0-逻辑备份,1-物理备份
1551
+ */
1552
+ BackupMethod: number
1553
+
1554
+ /**
1555
+ * 发起备份时指定的备注信息
1556
+ 注意:此字段可能返回 null,表示取不到有效值。
1557
+ */
1558
+ BackupDesc: string
1538
1559
  }
1539
1560
 
1540
1561
  /**
@@ -1582,7 +1603,7 @@ export interface InstanceMultiParam {
1582
1603
  EnumValue: Array<string>
1583
1604
 
1584
1605
  /**
1585
- * 是否需要重启
1606
+ * 是否需要重启生效 1:需要重启后生效;0:无需重启,设置成功即可生效;
1586
1607
  */
1587
1608
  NeedRestart: string
1588
1609
 
@@ -1592,7 +1613,7 @@ export interface InstanceMultiParam {
1592
1613
  ParamName: string
1593
1614
 
1594
1615
  /**
1595
- * 状态值
1616
+ * 是否为运行中参数值 1:运行中参数值;0:非运行中参数值;
1596
1617
  */
1597
1618
  Status: number
1598
1619
 
@@ -1602,7 +1623,7 @@ export interface InstanceMultiParam {
1602
1623
  Tips: Array<string>
1603
1624
 
1604
1625
  /**
1605
- * 值类型,multi混合类型
1626
+ * 当前值的类型描述,默认为multi
1606
1627
  */
1607
1628
  ValueType: string
1608
1629
  }
@@ -1617,7 +1638,7 @@ export interface DescribeClientConnectionsRequest {
1617
1638
  InstanceId: string
1618
1639
 
1619
1640
  /**
1620
- * 查询返回记录条数,默认为10000
1641
+ * 单次请求返回的数量,最小值为1,最大值为1000,默认值为1000
1621
1642
  */
1622
1643
  Limit?: number
1623
1644
 
@@ -1634,22 +1655,22 @@ export interface DescribeDBInstanceDealResponse {
1634
1655
  /**
1635
1656
  * 订单状态,1:未支付,2:已支付,3:发货中,4:发货成功,5:发货失败,6:退款,7:订单关闭,8:超时未支付关闭。
1636
1657
  */
1637
- Status?: number
1658
+ Status: number
1638
1659
 
1639
1660
  /**
1640
1661
  * 订单原价。
1641
1662
  */
1642
- OriginalPrice?: number
1663
+ OriginalPrice: number
1643
1664
 
1644
1665
  /**
1645
1666
  * 订单折扣价格。
1646
1667
  */
1647
- DiscountPrice?: number
1668
+ DiscountPrice: number
1648
1669
 
1649
1670
  /**
1650
1671
  * 订单行为,purchase:新购,renew:续费,upgrade:升配,downgrade:降配,refund:退货退款。
1651
1672
  */
1652
- Action?: string
1673
+ Action: string
1653
1674
 
1654
1675
  /**
1655
1676
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1677,42 +1698,42 @@ export interface ModifyDBInstanceSpecResponse {
1677
1698
  */
1678
1699
  export interface InstanceTextParam {
1679
1700
  /**
1680
- * 当前值(暂未使用)
1701
+ * 当前值
1681
1702
  */
1682
1703
  CurrentValue: string
1683
1704
 
1684
1705
  /**
1685
- * 默认值(暂未使用)
1706
+ * 默认值
1686
1707
  */
1687
1708
  DefaultValue: string
1688
1709
 
1689
1710
  /**
1690
- * 是否需要重启(暂未使用)
1711
+ * 是否需要重启
1691
1712
  */
1692
1713
  NeedRestart: string
1693
1714
 
1694
1715
  /**
1695
- * 参数名称(暂未使用)
1716
+ * 参数名称
1696
1717
  */
1697
1718
  ParamName: string
1698
1719
 
1699
1720
  /**
1700
- * text类型值(暂未使用)
1721
+ * text类型值
1701
1722
  */
1702
1723
  TextValue: string
1703
1724
 
1704
1725
  /**
1705
- * 说明(暂未使用)
1726
+ * 参数说明
1706
1727
  */
1707
1728
  Tips: Array<string>
1708
1729
 
1709
1730
  /**
1710
- * 值类型(暂未使用)
1731
+ * 值类型说明
1711
1732
  */
1712
1733
  ValueType: string
1713
1734
 
1714
1735
  /**
1715
- * 值获取状态(暂未使用)
1736
+ * 是否为运行中参数值 1:运行中参数值;0:非运行中参数值;
1716
1737
  */
1717
1738
  Status: string
1718
1739
  }
@@ -1724,7 +1745,7 @@ export interface OfflineIsolatedDBInstanceResponse {
1724
1745
  /**
1725
1746
  * 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
1726
1747
  */
1727
- AsyncRequestId?: string
1748
+ AsyncRequestId: string
1728
1749
 
1729
1750
  /**
1730
1751
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1747,12 +1768,12 @@ export interface DescribeBackupDownloadTaskRequest {
1747
1768
  BackupName?: string
1748
1769
 
1749
1770
  /**
1750
- * 指定要查询任务的时间范围,StartTime指定开始时间,不填默认不限制开始时间
1771
+ * 指定查询时间范围内的任务,StartTime指定开始时间,不填默认不限制开始时间
1751
1772
  */
1752
1773
  StartTime?: string
1753
1774
 
1754
1775
  /**
1755
- * 指定要查询任务的时间范围,EndTime指定结束时间,不填默认不限制结束时间
1776
+ * 指定查询时间范围内的任务,EndTime指定截止时间,不填默认不限制截止时间
1756
1777
  */
1757
1778
  EndTime?: string
1758
1779
 
@@ -1807,7 +1828,7 @@ export interface RenameInstanceRequest {
1807
1828
  InstanceId: string
1808
1829
 
1809
1830
  /**
1810
- * 实例名称
1831
+ * 自定义实例名称,名称只支持长度为60个字符的中文、英文、数字、下划线_、分隔符 -
1811
1832
  */
1812
1833
  NewName: string
1813
1834
  }
@@ -1852,7 +1873,7 @@ export interface InstanceEnumParam {
1852
1873
  EnumValue: Array<string>
1853
1874
 
1854
1875
  /**
1855
- * 是否需要重启后生效,"1"需要,"0"无需重启
1876
+ * 是否需要重启生效 1:需要重启后生效;0:无需重启,设置成功即可生效;
1856
1877
  */
1857
1878
  NeedRestart: string
1858
1879
 
@@ -1872,7 +1893,7 @@ export interface InstanceEnumParam {
1872
1893
  ValueType: string
1873
1894
 
1874
1895
  /**
1875
- * 是否获取到参数,1为获取,前端正常显示,0:前段显示loading
1896
+ * 是否为运行中参数值 1:运行中参数值;0:非运行中参数值;
1876
1897
  */
1877
1898
  Status: number
1878
1899
  }
@@ -1914,12 +1935,12 @@ export interface DescribeClientConnectionsResponse {
1914
1935
  /**
1915
1936
  * 客户端连接信息,包括客户端IP和对应IP的连接数量。
1916
1937
  */
1917
- Clients?: Array<ClientConnection>
1938
+ Clients: Array<ClientConnection>
1918
1939
 
1919
1940
  /**
1920
1941
  * 满足条件的记录总条数,可用于分页查询。
1921
1942
  */
1922
- TotalCount?: number
1943
+ TotalCount: number
1923
1944
 
1924
1945
  /**
1925
1946
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2041,12 +2062,12 @@ export interface DescribeDBBackupsResponse {
2041
2062
  /**
2042
2063
  * 备份列表
2043
2064
  */
2044
- BackupList?: Array<BackupInfo>
2065
+ BackupList: Array<BackupInfo>
2045
2066
 
2046
2067
  /**
2047
2068
  * 备份总数
2048
2069
  */
2049
- TotalCount?: number
2070
+ TotalCount: number
2050
2071
 
2051
2072
  /**
2052
2073
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2393,7 +2414,7 @@ export interface InquirePriceCreateDBInstancesResponse {
2393
2414
  /**
2394
2415
  * 价格
2395
2416
  */
2396
- Price?: DBInstancePrice
2417
+ Price: DBInstancePrice
2397
2418
 
2398
2419
  /**
2399
2420
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -48,8 +48,9 @@ import {
48
48
  ModifyAlarmPolicyNoticeRequest,
49
49
  DeleteAlarmPolicyRequest,
50
50
  PolicyTag,
51
+ EventCondition,
51
52
  PrometheusInstancesItem,
52
- PutMonitorDataRequest,
53
+ DescribeConditionsTemplateListRequest,
53
54
  CreateAlertRuleResponse,
54
55
  CreatePolicyGroupResponse,
55
56
  ModifyAlarmPolicyTasksResponse,
@@ -69,6 +70,7 @@ import {
69
70
  CommonNamespace,
70
71
  DescribePolicyConditionListRequest,
71
72
  DeletePolicyGroupResponse,
73
+ DescribeAccidentEventListResponse,
72
74
  DescribeMonitorTypesRequest,
73
75
  DescribeAlarmNoticesResponse,
74
76
  ModifyAlarmPolicyTasksRequest,
@@ -97,6 +99,7 @@ import {
97
99
  InstanceGroups,
98
100
  Dimension,
99
101
  PrometheusInstanceGrantInfo,
102
+ TemplateGroup,
100
103
  DescribeBindingPolicyObjectListInstance,
101
104
  Point,
102
105
  UpdateAlertRuleStateRequest,
@@ -126,6 +129,8 @@ import {
126
129
  DescribeAccidentEventListAlarms,
127
130
  ModifyPolicyGroupResponse,
128
131
  DescribePolicyConditionListConfigManualCalcType,
132
+ Condition,
133
+ PutMonitorDataRequest,
129
134
  ModifyAlarmPolicyStatusRequest,
130
135
  MetricData,
131
136
  AlarmEvent,
@@ -140,15 +145,17 @@ import {
140
145
  DeleteAlarmNoticesRequest,
141
146
  DescribePolicyConditionListConfigManualPeriodNum,
142
147
  DescribeAllNamespacesRequest,
148
+ PolicyGroup,
143
149
  UpdateAlertRuleResponse,
144
150
  DescribeAlarmMetricsResponse,
145
151
  DescribePolicyGroupListGroupInstanceGroup,
146
152
  DescribeAlarmPoliciesRequest,
147
- DescribeAccidentEventListResponse,
153
+ DescribeConditionsTemplateListResponse,
148
154
  DescribePolicyConditionListConfigManualStatType,
149
155
  ModifyAlarmPolicyInfoResponse,
150
156
  AlarmNotice,
151
157
  MetricConfig,
158
+ PolicyGroupReceiverInfo,
152
159
  DescribeAlarmEventsRequest,
153
160
  MidQueryCondition,
154
161
  ModifyAlarmNoticeResponse,
@@ -264,6 +271,16 @@ export class Client extends AbstractClient {
264
271
  return this.request("SendCustomAlarmMsg", req, cb)
265
272
  }
266
273
 
274
+ /**
275
+ * 获取条件模板列表
276
+ */
277
+ async DescribeConditionsTemplateList(
278
+ req: DescribeConditionsTemplateListRequest,
279
+ cb?: (error: string, rep: DescribeConditionsTemplateListResponse) => void
280
+ ): Promise<DescribeConditionsTemplateListResponse> {
281
+ return this.request("DescribeConditionsTemplateList", req, cb)
282
+ }
283
+
267
284
  /**
268
285
  * 获取已绑定对象列表
269
286
  */