tencentcloud-sdk-nodejs 4.0.307 → 4.0.310

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 (82) hide show
  1. package/CHANGELOG.md +454 -0
  2. package/SERVICE_CHANGELOG.md +416 -98
  3. package/package.json +1 -1
  4. package/products.md +30 -30
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +32 -4
  8. package/src/services/asr/v20190614/asr_models.ts +11 -6
  9. package/src/services/captcha/v20190722/captcha_models.ts +21 -6
  10. package/src/services/cdb/v20170320/cdb_models.ts +6 -6
  11. package/src/services/cdn/v20180606/cdn_models.ts +8 -0
  12. package/src/services/cfw/v20190904/cfw_client.ts +13 -0
  13. package/src/services/cfw/v20190904/cfw_models.ts +50 -0
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
  15. package/src/services/cls/v20201016/cls_models.ts +4 -4
  16. package/src/services/cpdp/v20190820/cpdp_models.ts +2 -2
  17. package/src/services/cvm/v20170312/cvm_models.ts +11 -1
  18. package/src/services/dlc/v20210125/dlc_models.ts +97 -5
  19. package/src/services/ess/v20201111/ess_models.ts +24 -7
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +21 -5
  21. package/src/services/gaap/v20180529/gaap_models.ts +1 -1
  22. package/src/services/iecp/v20210914/iecp_client.ts +560 -474
  23. package/src/services/iecp/v20210914/iecp_models.ts +491 -188
  24. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  25. package/src/services/monitor/v20180724/monitor_models.ts +46 -0
  26. package/src/services/mps/v20190612/mps_client.ts +3 -3
  27. package/src/services/mps/v20190612/mps_models.ts +159 -159
  28. package/src/services/nlp/v20190408/nlp_client.ts +14 -0
  29. package/src/services/nlp/v20190408/nlp_models.ts +31 -0
  30. package/src/services/ocr/v20181119/ocr_models.ts +10 -0
  31. package/src/services/redis/v20180412/redis_models.ts +1 -1
  32. package/src/services/scf/v20180416/scf_models.ts +12 -0
  33. package/src/services/ses/v20201002/ses_models.ts +5 -0
  34. package/src/services/smh/v20210712/smh_models.ts +35 -0
  35. package/src/services/tiia/v20190529/tiia_models.ts +7 -5
  36. package/src/services/tke/v20180525/tke_models.ts +27 -21
  37. package/src/services/vpc/v20170312/vpc_client.ts +108 -15
  38. package/src/services/vpc/v20170312/vpc_models.ts +119 -29
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
  42. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -1
  43. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +28 -4
  44. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +10 -6
  45. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +18 -6
  46. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -6
  47. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +8 -0
  48. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
  49. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
  50. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +43 -0
  51. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
  52. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -4
  53. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +2 -2
  54. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -1
  55. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +81 -5
  56. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +19 -6
  57. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +18 -5
  58. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
  59. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +183 -155
  60. package/tencentcloud/services/iecp/v20210914/iecp_client.js +273 -231
  61. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +416 -157
  62. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +38 -0
  63. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +3 -3
  64. package/tencentcloud/services/mps/v20190612/mps_client.js +3 -3
  65. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +159 -159
  66. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +7 -1
  67. package/tencentcloud/services/nlp/v20190408/nlp_client.js +8 -0
  68. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +27 -0
  69. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
  70. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
  71. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +10 -0
  72. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
  73. package/tencentcloud/services/smh/v20210712/smh_models.d.ts +28 -0
  74. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +7 -5
  75. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +26 -21
  76. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +51 -6
  77. package/tencentcloud/services/vpc/v20170312/vpc_client.js +64 -7
  78. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +103 -25
  79. package/test/cfw.v20190904.test.js +10 -0
  80. package/test/iecp.v20210914.test.js +226 -156
  81. package/test/nlp.v20190408.test.js +10 -0
  82. package/test/vpc.v20170312.test.js +64 -4
@@ -190,6 +190,7 @@ import {
190
190
  GetMonitorDataResponse,
191
191
  ReceiverInfo,
192
192
  UnBindingAllPolicyObjectRequest,
193
+ CLSNotice,
193
194
  DescribePolicyGroupInfoEventCondition,
194
195
  SendCustomAlarmMsgResponse,
195
196
  AlarmPolicyCondition,
@@ -1681,6 +1681,11 @@ export interface ModifyAlarmNoticeRequest {
1681
1681
  * 回调通知 最多3个
1682
1682
  */
1683
1683
  URLNotices?: Array<URLNotice>
1684
+
1685
+ /**
1686
+ * 告警通知推送到CLS服务 最多1个
1687
+ */
1688
+ CLSNotices?: Array<CLSNotice>
1684
1689
  }
1685
1690
 
1686
1691
  /**
@@ -4218,6 +4223,11 @@ export interface DescribeAlarmPoliciesRequest {
4218
4223
  * 是否需要策略与入参过滤维度参数的对应关系,1:是 0:否,默认为0
4219
4224
  */
4220
4225
  NeedCorrespondence?: number
4226
+
4227
+ /**
4228
+ * 按照触发任务(例如弹性伸缩)过滤策略。最多10个
4229
+ */
4230
+ TriggerTasks?: Array<AlarmPolicyTriggerTask>
4221
4231
  }
4222
4232
 
4223
4233
  /**
@@ -4367,6 +4377,12 @@ export interface AlarmNotice {
4367
4377
  注意:此字段可能返回 null,表示取不到有效值。
4368
4378
  */
4369
4379
  PolicyIds: Array<string>
4380
+
4381
+ /**
4382
+ * 推送cls渠道
4383
+ 注意:此字段可能返回 null,表示取不到有效值。
4384
+ */
4385
+ CLSNotices: Array<CLSNotice>
4370
4386
  }
4371
4387
 
4372
4388
  /**
@@ -5629,6 +5645,11 @@ export interface CreateAlarmNoticeRequest {
5629
5645
  * 回调通知 最多3个
5630
5646
  */
5631
5647
  URLNotices?: Array<URLNotice>
5648
+
5649
+ /**
5650
+ * 推送CLS日志服务的操作 最多1个
5651
+ */
5652
+ CLSNotices?: Array<CLSNotice>
5632
5653
  }
5633
5654
 
5634
5655
  /**
@@ -5830,6 +5851,31 @@ export interface UnBindingAllPolicyObjectRequest {
5830
5851
  PolicyId?: string
5831
5852
  }
5832
5853
 
5854
+ /**
5855
+ * 告警通知中的推送CLS操作
5856
+ */
5857
+ export interface CLSNotice {
5858
+ /**
5859
+ * 地域
5860
+ */
5861
+ Region: string
5862
+
5863
+ /**
5864
+ * 日志集Id
5865
+ */
5866
+ LogSetId: string
5867
+
5868
+ /**
5869
+ * 主题Id
5870
+ */
5871
+ TopicId: string
5872
+
5873
+ /**
5874
+ * 启停状态,可不传,默认启用。0=停用,1=启用
5875
+ */
5876
+ Enable?: number
5877
+ }
5878
+
5833
5879
  /**
5834
5880
  * 查询策略输出的事件告警条件
5835
5881
  */
@@ -901,7 +901,7 @@ export class Client extends AbstractClient {
901
901
  4. 对视频采样截图;
902
902
  5. 对视频截图雪碧图;
903
903
  6. 对视频转自适应码流;
904
- 7. 智能内容审核(鉴黄、鉴恐、鉴政);
904
+ 7. 智能内容审核(鉴黄、敏感信息检测);
905
905
  8. 智能内容分析(标签、分类、封面、按帧标签);
906
906
  9. 智能内容识别(人脸、文本全文、文本关键词、语音全文、语音关键词)。
907
907
 
@@ -917,7 +917,7 @@ export class Client extends AbstractClient {
917
917
  /**
918
918
  * 对直播流媒体发起处理任务,功能包括:
919
919
 
920
- * 智能内容审核(画面鉴黄、鉴政、鉴暴、声音鉴黄);
920
+ * 智能内容审核(画面鉴黄、敏感信息检测、声音鉴黄);
921
921
  * 智能内容识别(人脸、文本全文、文本关键词、语音全文、语音关键词)。
922
922
 
923
923
  直播流处理事件通知实时写入用户指定的消息队列 CMQ 中,用户需要从消息队列 CMQ 中获取事件通知结果,同时处理过程中存在输出文件的,会写入用户指定的输出文件的目标存储中。
@@ -947,7 +947,7 @@ export class Client extends AbstractClient {
947
947
  4. 对视频采样截图;
948
948
  5. 对视频截图雪碧图;
949
949
  6. 对视频转自适应码流;
950
- 7. 智能内容审核(鉴黄、鉴恐、鉴政);
950
+ 7. 智能内容审核(鉴黄、敏感信息检测);
951
951
  8. 智能内容分析(标签、分类、封面、按帧标签);
952
952
  9. 智能内容识别(人脸、文本全文、文本关键词、语音全文、语音关键词)。
953
953
  */