tencentcloud-sdk-nodejs 4.0.790 → 4.0.791

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 (53) hide show
  1. package/CHANGELOG.md +390 -0
  2. package/SERVICE_CHANGELOG.md +658 -346
  3. package/package.json +1 -1
  4. package/products.md +14 -14
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_models.ts +9 -4
  7. package/src/services/as/v20180419/as_models.ts +38 -38
  8. package/src/services/bi/v20220105/bi_client.ts +1 -0
  9. package/src/services/bi/v20220105/bi_models.ts +226 -16
  10. package/src/services/cls/v20201016/cls_client.ts +70 -21
  11. package/src/services/cls/v20201016/cls_models.ts +360 -145
  12. package/src/services/csip/v20221121/csip_client.ts +1 -0
  13. package/src/services/csip/v20221121/csip_models.ts +26 -0
  14. package/src/services/cwp/v20180228/cwp_client.ts +4 -2
  15. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +4 -0
  17. package/src/services/iotcloud/v20210408/iotcloud_client.ts +12 -0
  18. package/src/services/iotcloud/v20210408/iotcloud_models.ts +43 -3
  19. package/src/services/lcic/v20220817/lcic_models.ts +8 -0
  20. package/src/services/rum/v20210622/rum_client.ts +0 -12
  21. package/src/services/rum/v20210622/rum_models.ts +0 -108
  22. package/src/services/trro/v20220325/trro_models.ts +13 -0
  23. package/src/services/tse/v20201207/tse_client.ts +2 -1
  24. package/src/services/tse/v20201207/tse_models.ts +45 -15
  25. package/src/services/weilingwith/v20230427/weilingwith_models.ts +20 -2
  26. package/tencentcloud/common/sdk_version.d.ts +1 -1
  27. package/tencentcloud/common/sdk_version.js +1 -1
  28. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +9 -4
  29. package/tencentcloud/services/as/v20180419/as_models.d.ts +38 -38
  30. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +225 -16
  31. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +23 -7
  32. package/tencentcloud/services/cls/v20201016/cls_client.js +33 -9
  33. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +351 -145
  34. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +25 -0
  35. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
  36. package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
  37. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  38. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  39. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
  40. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +5 -1
  41. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +6 -0
  42. package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +41 -3
  43. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -0
  44. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +1 -5
  45. package/tencentcloud/services/rum/v20210622/rum_client.js +0 -6
  46. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +0 -106
  47. package/tencentcloud/services/trro/v20220325/trro_models.d.ts +13 -0
  48. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +1 -1
  49. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +44 -15
  50. package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +20 -2
  51. package/test/cls.v20201016.test.js +52 -12
  52. package/test/iotcloud.v20210408.test.js +10 -0
  53. package/test/rum.v20210622.test.js +0 -10
@@ -30,6 +30,11 @@ export interface DataId {
30
30
  * DescribeUserRoleList返回参数结构体
31
31
  */
32
32
  export interface DescribeUserRoleListResponse {
33
+ /**
34
+ * 自定义错误信息对象
35
+ 注意:此字段可能返回 null,表示取不到有效值。
36
+ */
37
+ ErrorInfo?: ErrorInfo
33
38
  /**
34
39
  * 扩展
35
40
  注意:此字段可能返回 null,表示取不到有效值。
@@ -55,6 +60,11 @@ export interface DescribeUserRoleListResponse {
55
60
  * ModifyProject返回参数结构体
56
61
  */
57
62
  export interface ModifyProjectResponse {
63
+ /**
64
+ * 自定义错误信息对象
65
+ 注意:此字段可能返回 null,表示取不到有效值。
66
+ */
67
+ ErrorInfo?: ErrorInfo
58
68
  /**
59
69
  * 额外信息
60
70
  注意:此字段可能返回 null,表示取不到有效值。
@@ -98,6 +108,11 @@ export interface DeleteProjectRequest {
98
108
  * DescribeUserProjectList返回参数结构体
99
109
  */
100
110
  export interface DescribeUserProjectListResponse {
111
+ /**
112
+ * 自定义错误信息对象
113
+ 注意:此字段可能返回 null,表示取不到有效值。
114
+ */
115
+ ErrorInfo?: ErrorInfo
101
116
  /**
102
117
  * 数据
103
118
  注意:此字段可能返回 null,表示取不到有效值。
@@ -219,6 +234,11 @@ export interface DeleteDatasourceRequest {
219
234
  * ModifyDatasource返回参数结构体
220
235
  */
221
236
  export interface ModifyDatasourceResponse {
237
+ /**
238
+ * 自定义错误信息对象
239
+ 注意:此字段可能返回 null,表示取不到有效值。
240
+ */
241
+ ErrorInfo?: ErrorInfo
222
242
  /**
223
243
  * 无
224
244
  注意:此字段可能返回 null,表示取不到有效值。
@@ -403,6 +423,11 @@ export interface ProjectConfigResult {
403
423
  * DeleteUserRole返回参数结构体
404
424
  */
405
425
  export interface DeleteUserRoleResponse {
426
+ /**
427
+ * 自定义错误信息对象
428
+ 注意:此字段可能返回 null,表示取不到有效值。
429
+ */
430
+ ErrorInfo?: ErrorInfo
406
431
  /**
407
432
  * 扩展
408
433
  注意:此字段可能返回 null,表示取不到有效值。
@@ -446,10 +471,54 @@ export interface DescribeUserProjectListRequest {
446
471
  PageSize?: number
447
472
  }
448
473
 
474
+ /**
475
+ * 自定义错误信息对象
476
+ */
477
+ export interface ErrorInfo {
478
+ /**
479
+ * 错误说明字段
480
+ 注意:此字段可能返回 null,表示取不到有效值。
481
+ */
482
+ ErrorTip?: string
483
+ /**
484
+ * 原始异常信息
485
+ 注意:此字段可能返回 null,表示取不到有效值。
486
+ */
487
+ ErrorMessage?: string
488
+ /**
489
+ * 错误等级字段
490
+ ERROR
491
+ WARN
492
+ INFO
493
+ 注意:此字段可能返回 null,表示取不到有效值。
494
+ */
495
+ ErrorLevel?: string
496
+ /**
497
+ * 指引文档链接
498
+ 注意:此字段可能返回 null,表示取不到有效值。
499
+ */
500
+ DocLink?: string
501
+ /**
502
+ * 快速指引说明
503
+ 注意:此字段可能返回 null,表示取不到有效值。
504
+ */
505
+ FAQ?: string
506
+ /**
507
+ * 预留字段1
508
+ 注意:此字段可能返回 null,表示取不到有效值。
509
+ */
510
+ ReservedField?: string
511
+ }
512
+
449
513
  /**
450
514
  * CreateDatasourceCloud返回参数结构体
451
515
  */
452
516
  export interface CreateDatasourceCloudResponse {
517
+ /**
518
+ * 自定义错误信息对象
519
+ 注意:此字段可能返回 null,表示取不到有效值。
520
+ */
521
+ ErrorInfo?: ErrorInfo
453
522
  /**
454
523
  * 成功无
455
524
  注意:此字段可能返回 null,表示取不到有效值。
@@ -543,6 +612,10 @@ export interface ModifyUserRoleRequest {
543
612
  * 手机区号
544
613
  */
545
614
  AreaCode?: string
615
+ /**
616
+ * 企业微信应用用户id
617
+ */
618
+ AppUserId?: string
546
619
  }
547
620
 
548
621
  /**
@@ -570,6 +643,11 @@ export interface DatasourceInfoData {
570
643
  * DescribeProjectList返回参数结构体
571
644
  */
572
645
  export interface DescribeProjectListResponse {
646
+ /**
647
+ * 自定义错误信息对象
648
+ 注意:此字段可能返回 null,表示取不到有效值。
649
+ */
650
+ ErrorInfo?: ErrorInfo
573
651
  /**
574
652
  * 额外信息
575
653
  注意:此字段可能返回 null,表示取不到有效值。
@@ -645,6 +723,11 @@ export interface IdDTO {
645
723
  * ModifyUserRole返回参数结构体
646
724
  */
647
725
  export interface ModifyUserRoleResponse {
726
+ /**
727
+ * 自定义错误信息对象
728
+ 注意:此字段可能返回 null,表示取不到有效值。
729
+ */
730
+ ErrorInfo?: ErrorInfo
648
731
  /**
649
732
  * 扩展
650
733
  注意:此字段可能返回 null,表示取不到有效值。
@@ -708,6 +791,11 @@ export interface CreateEmbedTokenRequest {
708
791
  * CreateUserRoleProject返回参数结构体
709
792
  */
710
793
  export interface CreateUserRoleProjectResponse {
794
+ /**
795
+ * 自定义错误信息对象
796
+ 注意:此字段可能返回 null,表示取不到有效值。
797
+ */
798
+ ErrorInfo?: ErrorInfo
711
799
  /**
712
800
  * 扩展
713
801
  注意:此字段可能返回 null,表示取不到有效值。
@@ -818,6 +906,11 @@ export interface Data {
818
906
  * ModifyUserRoleProject返回参数结构体
819
907
  */
820
908
  export interface ModifyUserRoleProjectResponse {
909
+ /**
910
+ * 自定义错误信息对象
911
+ 注意:此字段可能返回 null,表示取不到有效值。
912
+ */
913
+ ErrorInfo?: ErrorInfo
821
914
  /**
822
915
  * 扩展
823
916
  注意:此字段可能返回 null,表示取不到有效值。
@@ -843,6 +936,11 @@ export interface ModifyUserRoleProjectResponse {
843
936
  * DescribeUserRoleProjectList返回参数结构体
844
937
  */
845
938
  export interface DescribeUserRoleProjectListResponse {
939
+ /**
940
+ * 自定义错误信息对象
941
+ 注意:此字段可能返回 null,表示取不到有效值。
942
+ */
943
+ ErrorInfo?: ErrorInfo
846
944
  /**
847
945
  * 扩展
848
946
  注意:此字段可能返回 null,表示取不到有效值。
@@ -868,6 +966,11 @@ export interface DescribeUserRoleProjectListResponse {
868
966
  * ModifyDatasourceCloud返回参数结构体
869
967
  */
870
968
  export interface ModifyDatasourceCloudResponse {
969
+ /**
970
+ * 自定义错误信息对象
971
+ 注意:此字段可能返回 null,表示取不到有效值。
972
+ */
973
+ ErrorInfo?: ErrorInfo
871
974
  /**
872
975
  * 成功无
873
976
  注意:此字段可能返回 null,表示取不到有效值。
@@ -1131,12 +1234,21 @@ export interface ModifyUserRoleProjectRequest {
1131
1234
  * 用户名
1132
1235
  */
1133
1236
  UserName?: string
1237
+ /**
1238
+ * 企业微信应用用户id
1239
+ */
1240
+ AppUserId?: string
1134
1241
  }
1135
1242
 
1136
1243
  /**
1137
1244
  * CreateUserRole返回参数结构体
1138
1245
  */
1139
1246
  export interface CreateUserRoleResponse {
1247
+ /**
1248
+ * 自定义错误信息对象
1249
+ 注意:此字段可能返回 null,表示取不到有效值。
1250
+ */
1251
+ ErrorInfo?: ErrorInfo
1140
1252
  /**
1141
1253
  * 扩展
1142
1254
  注意:此字段可能返回 null,表示取不到有效值。
@@ -1202,84 +1314,104 @@ export interface UserRoleListDataUserRoleInfo {
1202
1314
  /**
1203
1315
  * 业务ID
1204
1316
  */
1205
- Id: number
1317
+ Id?: number
1206
1318
  /**
1207
1319
  * 角色列表
1208
1320
  注意:此字段可能返回 null,表示取不到有效值。
1209
1321
  */
1210
- RoleList: Array<UserRoleListDataRoleInfo>
1322
+ RoleList?: Array<UserRoleListDataRoleInfo>
1211
1323
  /**
1212
1324
  * 角色ID列表
1213
1325
  注意:此字段可能返回 null,表示取不到有效值。
1214
1326
  */
1215
- RoleIdList: Array<number | bigint>
1327
+ RoleIdList?: Array<number | bigint>
1216
1328
  /**
1217
1329
  * 用户ID
1218
1330
  */
1219
- UserId: string
1331
+ UserId?: string
1220
1332
  /**
1221
1333
  * 用户名
1222
1334
  */
1223
- UserName: string
1335
+ UserName?: string
1224
1336
  /**
1225
1337
  * 企业ID
1226
1338
  */
1227
- CorpId: string
1339
+ CorpId?: string
1228
1340
  /**
1229
1341
  * 邮箱
1230
1342
  注意:此字段可能返回 null,表示取不到有效值。
1231
1343
  */
1232
- Email: string
1344
+ Email?: string
1233
1345
  /**
1234
1346
  * 创建人
1235
1347
  注意:此字段可能返回 null,表示取不到有效值。
1236
1348
  */
1237
- CreatedUser: string
1349
+ CreatedUser?: string
1238
1350
  /**
1239
1351
  * 创建时间
1240
1352
  注意:此字段可能返回 null,表示取不到有效值。
1241
1353
  */
1242
- CreatedAt: string
1354
+ CreatedAt?: string
1243
1355
  /**
1244
1356
  * 更新人
1245
1357
  注意:此字段可能返回 null,表示取不到有效值。
1246
1358
  */
1247
- UpdatedUser: string
1359
+ UpdatedUser?: string
1248
1360
  /**
1249
1361
  * 更新时间
1250
1362
  注意:此字段可能返回 null,表示取不到有效值。
1251
1363
  */
1252
- UpdatedAt: string
1364
+ UpdatedAt?: string
1253
1365
  /**
1254
1366
  * 最后一次登录时间
1255
1367
  注意:此字段可能返回 null,表示取不到有效值。
1256
1368
  */
1257
- LastLogin: string
1369
+ LastLogin?: string
1258
1370
  /**
1259
1371
  * 账号状态
1260
1372
  注意:此字段可能返回 null,表示取不到有效值。
1261
1373
  */
1262
- Status: number
1374
+ Status?: number
1263
1375
  /**
1264
1376
  * 手机号码
1265
1377
  注意:此字段可能返回 null,表示取不到有效值。
1266
1378
  */
1267
- PhoneNumber: string
1379
+ PhoneNumber?: string
1268
1380
  /**
1269
1381
  * 手机号区号
1270
1382
  注意:此字段可能返回 null,表示取不到有效值。
1271
1383
  */
1272
- AreaCode: string
1384
+ AreaCode?: string
1273
1385
  /**
1274
1386
  * 是否为主账号
1275
1387
  注意:此字段可能返回 null,表示取不到有效值。
1276
1388
  */
1277
- RootAccount: boolean
1389
+ RootAccount?: boolean
1278
1390
  /**
1279
1391
  * 是否为企业管理员
1280
1392
  注意:此字段可能返回 null,表示取不到有效值。
1281
1393
  */
1282
1394
  CorpAdmin?: boolean
1395
+ /**
1396
+ * 企微用户id
1397
+ 注意:此字段可能返回 null,表示取不到有效值。
1398
+ */
1399
+ AppUserId?: string
1400
+ /**
1401
+ * 昵称
1402
+ 注意:此字段可能返回 null,表示取不到有效值。
1403
+ */
1404
+ AppUserAliasName?: string
1405
+ /**
1406
+ * 应用用户名
1407
+ 注意:此字段可能返回 null,表示取不到有效值。
1408
+ */
1409
+ AppUserName?: string
1410
+ /**
1411
+ * 是否在可见范围内
1412
+ 注意:此字段可能返回 null,表示取不到有效值。
1413
+ */
1414
+ InValidateAppRange?: boolean
1283
1415
  }
1284
1416
 
1285
1417
  /**
@@ -1602,6 +1734,11 @@ export interface DeleteUserRoleProjectRequest {
1602
1734
  * CreateProject返回参数结构体
1603
1735
  */
1604
1736
  export interface CreateProjectResponse {
1737
+ /**
1738
+ * 自定义错误信息对象
1739
+ 注意:此字段可能返回 null,表示取不到有效值。
1740
+ */
1741
+ ErrorInfo?: ErrorInfo
1605
1742
  /**
1606
1743
  * 额外数据
1607
1744
  */
@@ -1624,6 +1761,11 @@ export interface CreateProjectResponse {
1624
1761
  * DescribeProjectInfo返回参数结构体
1625
1762
  */
1626
1763
  export interface DescribeProjectInfoResponse {
1764
+ /**
1765
+ * 自定义错误信息对象
1766
+ 注意:此字段可能返回 null,表示取不到有效值。
1767
+ */
1768
+ ErrorInfo?: ErrorInfo
1627
1769
  /**
1628
1770
  * ""
1629
1771
  注意:此字段可能返回 null,表示取不到有效值。
@@ -1704,12 +1846,21 @@ export interface DescribeUserRoleListRequest {
1704
1846
  * 项目id
1705
1847
  */
1706
1848
  ProjectId?: string
1849
+ /**
1850
+ * 是否只获取绑定企微应用的
1851
+ */
1852
+ IsOnlyBindAppUser?: boolean
1707
1853
  }
1708
1854
 
1709
1855
  /**
1710
1856
  * DeleteProject返回参数结构体
1711
1857
  */
1712
1858
  export interface DeleteProjectResponse {
1859
+ /**
1860
+ * 自定义错误信息对象
1861
+ 注意:此字段可能返回 null,表示取不到有效值。
1862
+ */
1863
+ ErrorInfo?: ErrorInfo
1713
1864
  /**
1714
1865
  * ”“
1715
1866
  */
@@ -1767,6 +1918,10 @@ export interface DescribeUserRoleProjectListRequest {
1767
1918
  * 项目ID
1768
1919
  */
1769
1920
  ProjectId: number
1921
+ /**
1922
+ * 是否只获取绑定企微应用的
1923
+ */
1924
+ IsOnlyBindAppUser?: boolean
1770
1925
  }
1771
1926
 
1772
1927
  /**
@@ -1789,6 +1944,11 @@ export interface PermissionGroup {
1789
1944
  * CreateEmbedToken返回参数结构体
1790
1945
  */
1791
1946
  export interface CreateEmbedTokenResponse {
1947
+ /**
1948
+ * 自定义错误信息对象
1949
+ 注意:此字段可能返回 null,表示取不到有效值。
1950
+ */
1951
+ ErrorInfo?: ErrorInfo
1792
1952
  /**
1793
1953
  * 额外信息
1794
1954
  注意:此字段可能返回 null,表示取不到有效值。
@@ -1870,6 +2030,11 @@ export interface DescribeDatasourceListRequest {
1870
2030
  * ApplyEmbedInterval返回参数结构体
1871
2031
  */
1872
2032
  export interface ApplyEmbedIntervalResponse {
2033
+ /**
2034
+ * 自定义错误信息对象
2035
+ 注意:此字段可能返回 null,表示取不到有效值。
2036
+ */
2037
+ ErrorInfo?: ErrorInfo
1873
2038
  /**
1874
2039
  * 额外参数
1875
2040
  注意:此字段可能返回 null,表示取不到有效值。
@@ -1895,6 +2060,11 @@ export interface ApplyEmbedIntervalResponse {
1895
2060
  * CreateDatasource返回参数结构体
1896
2061
  */
1897
2062
  export interface CreateDatasourceResponse {
2063
+ /**
2064
+ * 自定义错误信息对象
2065
+ 注意:此字段可能返回 null,表示取不到有效值。
2066
+ */
2067
+ ErrorInfo?: ErrorInfo
1898
2068
  /**
1899
2069
  * 数据源id
1900
2070
  注意:此字段可能返回 null,表示取不到有效值。
@@ -1920,6 +2090,11 @@ export interface CreateDatasourceResponse {
1920
2090
  * DeleteUserRoleProject返回参数结构体
1921
2091
  */
1922
2092
  export interface DeleteUserRoleProjectResponse {
2093
+ /**
2094
+ * 自定义错误信息对象
2095
+ 注意:此字段可能返回 null,表示取不到有效值。
2096
+ */
2097
+ ErrorInfo?: ErrorInfo
1923
2098
  /**
1924
2099
  * 扩展
1925
2100
  注意:此字段可能返回 null,表示取不到有效值。
@@ -2060,6 +2235,11 @@ export interface UserInfo {
2060
2235
  * DescribeDatasourceList返回参数结构体
2061
2236
  */
2062
2237
  export interface DescribeDatasourceListResponse {
2238
+ /**
2239
+ * 自定义错误信息对象
2240
+ 注意:此字段可能返回 null,表示取不到有效值。
2241
+ */
2242
+ ErrorInfo?: ErrorInfo
2063
2243
  /**
2064
2244
  * 列表详情
2065
2245
  注意:此字段可能返回 null,表示取不到有效值。
@@ -2156,12 +2336,42 @@ export interface UserIdAndUserName {
2156
2336
  注意:此字段可能返回 null,表示取不到有效值。
2157
2337
  */
2158
2338
  Mobile?: string
2339
+ /**
2340
+ * 1
2341
+ 注意:此字段可能返回 null,表示取不到有效值。
2342
+ */
2343
+ AppId?: string
2344
+ /**
2345
+ * 1
2346
+ 注意:此字段可能返回 null,表示取不到有效值。
2347
+ */
2348
+ AppUserId?: string
2349
+ /**
2350
+ * 1
2351
+ 注意:此字段可能返回 null,表示取不到有效值。
2352
+ */
2353
+ AppUserAliasName?: string
2354
+ /**
2355
+ * 1
2356
+ 注意:此字段可能返回 null,表示取不到有效值。
2357
+ */
2358
+ AppUserName?: string
2359
+ /**
2360
+ * 1
2361
+ 注意:此字段可能返回 null,表示取不到有效值。
2362
+ */
2363
+ InValidateAppRange?: boolean
2159
2364
  }
2160
2365
 
2161
2366
  /**
2162
2367
  * DeleteDatasource返回参数结构体
2163
2368
  */
2164
2369
  export interface DeleteDatasourceResponse {
2370
+ /**
2371
+ * 自定义错误信息对象
2372
+ 注意:此字段可能返回 null,表示取不到有效值。
2373
+ */
2374
+ ErrorInfo?: ErrorInfo
2165
2375
  /**
2166
2376
  * 数据
2167
2377
  注意:此字段可能返回 null,表示取不到有效值。
@@ -24,6 +24,7 @@ import {
24
24
  LogInfo,
25
25
  DeleteAlarmNoticeResponse,
26
26
  DescribeLogHistogramRequest,
27
+ DeleteAlarmShieldRequest,
27
28
  DescribeLogContextRequest,
28
29
  DeleteShipperRequest,
29
30
  DeleteScheduledSqlRequest,
@@ -34,7 +35,7 @@ import {
34
35
  DescribeShipperTasksResponse,
35
36
  CheckFunctionRequest,
36
37
  Filter,
37
- DescribeConfigMachineGroupsRequest,
38
+ DescribeAlarmShieldsResponse,
38
39
  ModifyConfigExtraResponse,
39
40
  SearchCosRechargeInfoRequest,
40
41
  KafkaRechargeInfo,
@@ -80,23 +81,25 @@ import {
80
81
  DeleteMachineGroupResponse,
81
82
  KafkaProtocolInfo,
82
83
  ScheduledSqlTaskInfo,
83
- DescribeCosRechargesRequest,
84
+ DescribeConfigMachineGroupsRequest,
84
85
  MetaTagInfo,
85
86
  CreateCosRechargeRequest,
86
87
  DescribeKafkaUserRequest,
87
88
  ExtractRuleInfo,
88
- TopicInfo,
89
+ CreateAlarmShieldResponse,
89
90
  DeleteDataTransformResponse,
90
91
  DeleteConfigExtraResponse,
91
92
  ModifyConsumerRequest,
92
93
  CreateIndexResponse,
93
94
  DeleteConfigFromMachineGroupResponse,
94
95
  CreateConsumerResponse,
96
+ CreateConfigResponse,
95
97
  ModifyMachineGroupResponse,
96
98
  DataTransformResouceInfo,
97
99
  DeleteMachineGroupRequest,
98
100
  FullTextInfo,
99
101
  QueryMetricResponse,
102
+ DescribeAlarmShieldsRequest,
100
103
  DescribePartitionsResponse,
101
104
  DescribeConfigMachineGroupsResponse,
102
105
  ModifyAlarmRequest,
@@ -117,10 +120,11 @@ import {
117
120
  SplitPartitionRequest,
118
121
  DescribeMachineGroupConfigsResponse,
119
122
  CheckRechargeKafkaServerRequest,
123
+ CreateAlarmShieldRequest,
120
124
  MachineGroupInfo,
121
125
  DescribeLogHistogramResponse,
122
126
  CloseKafkaConsumerResponse,
123
- DescribeMachineGroupsRequest,
127
+ DeleteAlarmShieldResponse,
124
128
  DescribeConsumerRequest,
125
129
  CreateIndexRequest,
126
130
  DescribeLogsetsResponse,
@@ -129,10 +133,13 @@ import {
129
133
  GetAlarmLogResponse,
130
134
  CreateTopicRequest,
131
135
  DescribeExportsRequest,
136
+ DescribeMachineGroupsRequest,
137
+ DescribeCosRechargesRequest,
132
138
  AlarmTarget,
133
139
  CreateKafkaRechargeResponse,
134
140
  ModifyScheduledSqlRequest,
135
141
  DeleteConfigResponse,
142
+ ModifyAlarmShieldResponse,
136
143
  CreateDeliverCloudFunctionRequest,
137
144
  DeleteConsumerRequest,
138
145
  QueryRangeMetricResponse,
@@ -186,6 +193,7 @@ import {
186
193
  ModifyKafkaConsumerRequest,
187
194
  ExportInfo,
188
195
  ModifyIndexResponse,
196
+ TopicInfo,
189
197
  GroupTriggerConditionInfo,
190
198
  DescribeLogContextResponse,
191
199
  CheckFunctionResponse,
@@ -215,7 +223,7 @@ import {
215
223
  ApplyConfigToMachineGroupResponse,
216
224
  AlertHistoryNotice,
217
225
  DeleteAlarmRequest,
218
- CreateConfigResponse,
226
+ AlarmShieldInfo,
219
227
  ModifyKafkaConsumerResponse,
220
228
  MachineGroupTypeInfo,
221
229
  DeleteConfigFromMachineGroupRequest,
@@ -243,6 +251,7 @@ import {
243
251
  SearchLogRequest,
244
252
  CreateMachineGroupRequest,
245
253
  Tag,
254
+ ModifyAlarmShieldRequest,
246
255
  DescribeExportsResponse,
247
256
  ApplyConfigToMachineGroupRequest,
248
257
  GetAlarmLogRequest,
@@ -326,6 +335,16 @@ export class Client extends AbstractClient {
326
335
  return this.request("CreateIndex", req, cb)
327
336
  }
328
337
 
338
+ /**
339
+ * 查询指定时刻指标的最新值
340
+ */
341
+ async QueryMetric(
342
+ req: QueryMetricRequest,
343
+ cb?: (error: string, rep: QueryMetricResponse) => void
344
+ ): Promise<QueryMetricResponse> {
345
+ return this.request("QueryMetric", req, cb)
346
+ }
347
+
329
348
  /**
330
349
  * 修改现有的投递规则,客户如果使用此接口,需要自行处理CLS对指定bucket的写权限。
331
350
  */
@@ -447,13 +466,13 @@ export class Client extends AbstractClient {
447
466
  }
448
467
 
449
468
  /**
450
- * 查询指定时刻指标的最新值
469
+ * 获取机器组绑定的采集规则配置
451
470
  */
452
- async QueryMetric(
453
- req: QueryMetricRequest,
454
- cb?: (error: string, rep: QueryMetricResponse) => void
455
- ): Promise<QueryMetricResponse> {
456
- return this.request("QueryMetric", req, cb)
471
+ async DescribeMachineGroupConfigs(
472
+ req: DescribeMachineGroupConfigsRequest,
473
+ cb?: (error: string, rep: DescribeMachineGroupConfigsResponse) => void
474
+ ): Promise<DescribeMachineGroupConfigsResponse> {
475
+ return this.request("DescribeMachineGroupConfigs", req, cb)
457
476
  }
458
477
 
459
478
  /**
@@ -536,6 +555,16 @@ export class Client extends AbstractClient {
536
555
  return this.request("DescribeIndex", req, cb)
537
556
  }
538
557
 
558
+ /**
559
+ * 该接口用于创建告警屏蔽规则。
560
+ */
561
+ async CreateAlarmShield(
562
+ req: CreateAlarmShieldRequest,
563
+ cb?: (error: string, rep: CreateAlarmShieldResponse) => void
564
+ ): Promise<CreateAlarmShieldResponse> {
565
+ return this.request("CreateAlarmShield", req, cb)
566
+ }
567
+
539
568
  /**
540
569
  * 新建投递到COS的任务,【!!!注意】使用此接口,需要检查是否配置了投递COS的角色和权限。如果没有配置,请参考文档投递权限查看和配置https://cloud.tencent.com/document/product/614/71623。
541
570
  */
@@ -616,6 +645,16 @@ export class Client extends AbstractClient {
616
645
  return this.request("ApplyConfigToMachineGroup", req, cb)
617
646
  }
618
647
 
648
+ /**
649
+ * 该接口用于删除告警屏蔽规则。
650
+ */
651
+ async DeleteAlarmShield(
652
+ req: DeleteAlarmShieldRequest,
653
+ cb?: (error: string, rep: DeleteAlarmShieldResponse) => void
654
+ ): Promise<DeleteAlarmShieldResponse> {
655
+ return this.request("DeleteAlarmShield", req, cb)
656
+ }
657
+
619
658
  /**
620
659
  * 本接口用于构建日志数量直方图
621
660
  */
@@ -696,6 +735,16 @@ export class Client extends AbstractClient {
696
735
  return this.request("ModifyConfigExtra", req, cb)
697
736
  }
698
737
 
738
+ /**
739
+ * 该接口用于修改告警屏蔽规则。
740
+ */
741
+ async ModifyAlarmShield(
742
+ req: ModifyAlarmShieldRequest,
743
+ cb?: (error: string, rep: ModifyAlarmShieldResponse) => void
744
+ ): Promise<ModifyAlarmShieldResponse> {
745
+ return this.request("ModifyAlarmShield", req, cb)
746
+ }
747
+
699
748
  /**
700
749
  * 本接口用于创建特殊采集配置任务,特殊采集配置应用于自建K8S环境的采集Agent
701
750
  */
@@ -706,6 +755,16 @@ export class Client extends AbstractClient {
706
755
  return this.request("CreateConfigExtra", req, cb)
707
756
  }
708
757
 
758
+ /**
759
+ * 获取告警屏蔽配置规则
760
+ */
761
+ async DescribeAlarmShields(
762
+ req: DescribeAlarmShieldsRequest,
763
+ cb?: (error: string, rep: DescribeAlarmShieldsResponse) => void
764
+ ): Promise<DescribeAlarmShieldsResponse> {
765
+ return this.request("DescribeAlarmShields", req, cb)
766
+ }
767
+
709
768
  /**
710
769
  * 本接口用于修改定时SQL分析任务
711
770
  */
@@ -1242,16 +1301,6 @@ cls.pb.cc cls.pb.h cls.proto
1242
1301
  return this.request("ModifyLogset", req, cb)
1243
1302
  }
1244
1303
 
1245
- /**
1246
- * 获取机器组绑定的采集规则配置
1247
- */
1248
- async DescribeMachineGroupConfigs(
1249
- req: DescribeMachineGroupConfigsRequest,
1250
- cb?: (error: string, rep: DescribeMachineGroupConfigsResponse) => void
1251
- ): Promise<DescribeMachineGroupConfigsResponse> {
1252
- return this.request("DescribeMachineGroupConfigs", req, cb)
1253
- }
1254
-
1255
1304
  /**
1256
1305
  * 本接口用于修改数据加工任务
1257
1306
  */