tencentcloud-sdk-nodejs 4.0.412 → 4.0.415

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 (124) hide show
  1. package/CHANGELOG.md +813 -0
  2. package/SERVICE_CHANGELOG.md +1108 -212
  3. package/package.json +1 -1
  4. package/products.md +34 -34
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +13 -13
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +78 -43
  8. package/src/services/as/v20180419/as_models.ts +18 -0
  9. package/src/services/bm/v20180423/bm_models.ts +2 -2
  10. package/src/services/captcha/v20190722/captcha_models.ts +4 -1
  11. package/src/services/ccc/v20200210/ccc_client.ts +0 -14
  12. package/src/services/ccc/v20200210/ccc_models.ts +25 -40
  13. package/src/services/cfw/v20190904/cfw_models.ts +2 -2
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
  15. package/src/services/cls/v20201016/cls_models.ts +17 -1
  16. package/src/services/cpdp/v20190820/cpdp_client.ts +1 -0
  17. package/src/services/cpdp/v20190820/cpdp_models.ts +25 -0
  18. package/src/services/ess/v20201111/ess_client.ts +1 -0
  19. package/src/services/ess/v20201111/ess_models.ts +56 -28
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -2
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +51 -26
  22. package/src/services/faceid/v20180301/faceid_models.ts +1 -1
  23. package/src/services/gme/v20180711/gme_client.ts +185 -111
  24. package/src/services/gme/v20180711/gme_models.ts +312 -71
  25. package/src/services/iai/v20200303/iai_models.ts +1 -1
  26. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
  27. package/src/services/lighthouse/v20200324/lighthouse_models.ts +79 -7
  28. package/src/services/live/v20180801/live_models.ts +6 -0
  29. package/src/services/mongodb/v20190725/mongodb_client.ts +0 -15
  30. package/src/services/mongodb/v20190725/mongodb_models.ts +0 -55
  31. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  32. package/src/services/monitor/v20180724/monitor_models.ts +25 -0
  33. package/src/services/organization/v20181225/organization_models.ts +1 -1
  34. package/src/services/postgres/v20170312/postgres_client.ts +1 -1
  35. package/src/services/redis/v20180412/redis_client.ts +12 -0
  36. package/src/services/redis/v20180412/redis_models.ts +25 -0
  37. package/src/services/sqlserver/v20180328/sqlserver_models.ts +40 -0
  38. package/src/services/taf/v20200210/taf_client.ts +20 -37
  39. package/src/services/taf/v20200210/taf_models.ts +154 -224
  40. package/src/services/tbaas/v20180416/tbaas_client.ts +77 -175
  41. package/src/services/tbaas/v20180416/tbaas_models.ts +978 -1343
  42. package/src/services/tcss/v20201101/tcss_models.ts +54 -0
  43. package/src/services/tem/v20210701/tem_client.ts +14 -1
  44. package/src/services/tem/v20210701/tem_models.ts +183 -87
  45. package/src/services/teo/v20220106/teo_client.ts +8 -7
  46. package/src/services/teo/v20220106/teo_models.ts +536 -355
  47. package/src/services/tione/v20211111/tione_models.ts +23 -1
  48. package/src/services/tke/v20180525/tke_models.ts +6 -0
  49. package/src/services/tse/v20201207/tse_client.ts +16 -2
  50. package/src/services/tse/v20201207/tse_models.ts +93 -17
  51. package/src/services/vod/v20180717/vod_client.ts +49 -33
  52. package/src/services/vod/v20180717/vod_models.ts +78 -21
  53. package/src/services/vpc/v20170312/vpc_models.ts +29 -0
  54. package/tencentcloud/common/sdk_version.d.ts +1 -1
  55. package/tencentcloud/common/sdk_version.js +1 -1
  56. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -5
  57. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -6
  58. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +68 -40
  59. package/tencentcloud/services/as/v20180419/as_models.d.ts +15 -0
  60. package/tencentcloud/services/bm/v20180423/bm_models.d.ts +2 -2
  61. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +4 -1
  62. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +1 -7
  63. package/tencentcloud/services/ccc/v20200210/ccc_client.js +0 -8
  64. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +20 -34
  65. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -2
  66. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
  67. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -1
  68. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +21 -0
  69. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -0
  70. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -0
  71. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +50 -24
  72. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
  73. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -2
  74. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +46 -23
  75. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
  76. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +68 -44
  77. package/tencentcloud/services/gme/v20180711/gme_client.js +94 -58
  78. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +273 -66
  79. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
  80. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +67 -5
  81. package/tencentcloud/services/live/v20180801/live_models.d.ts +5 -0
  82. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -7
  83. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +0 -8
  84. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +0 -47
  85. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +21 -0
  86. package/tencentcloud/services/organization/v20181225/organization_models.d.ts +1 -1
  87. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
  88. package/tencentcloud/services/postgres/v20170312/postgres_client.js +1 -1
  89. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
  90. package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
  91. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +22 -0
  92. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +32 -0
  93. package/tencentcloud/services/taf/v20200210/taf_client.d.ts +5 -11
  94. package/tencentcloud/services/taf/v20200210/taf_client.js +6 -14
  95. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +136 -197
  96. package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +7 -49
  97. package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +9 -65
  98. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +905 -1211
  99. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +47 -0
  100. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
  101. package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
  102. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +151 -70
  103. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +7 -7
  104. package/tencentcloud/services/teo/v20220106/teo_client.js +7 -7
  105. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +452 -288
  106. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +19 -1
  107. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  108. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
  109. package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
  110. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +81 -16
  111. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +23 -15
  112. package/tencentcloud/services/vod/v20180717/vod_client.js +28 -18
  113. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +67 -18
  114. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +24 -0
  115. package/test/antiddos.v20200309.test.js +10 -10
  116. package/test/ccc.v20200210.test.js +0 -10
  117. package/test/gme.v20180711.test.js +90 -30
  118. package/test/mongodb.v20190725.test.js +0 -10
  119. package/test/redis.v20180412.test.js +10 -0
  120. package/test/taf.v20200210.test.js +8 -18
  121. package/test/tbaas.v20180416.test.js +6 -76
  122. package/test/tem.v20210701.test.js +10 -0
  123. package/test/tse.v20201207.test.js +10 -0
  124. package/test/vod.v20180717.test.js +18 -8
@@ -1534,6 +1534,19 @@ export interface CoverConfigureInfo {
1534
1534
  */
1535
1535
  Switch: string;
1536
1536
  }
1537
+ /**
1538
+ * DescribeClientUploadAccelerationUsageData返回参数结构体
1539
+ */
1540
+ export interface DescribeClientUploadAccelerationUsageDataResponse {
1541
+ /**
1542
+ * 客户端上传加速统计数据。
1543
+ */
1544
+ ClientUploadAccelerationUsageDataSet: Array<StatDataItem>;
1545
+ /**
1546
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1547
+ */
1548
+ RequestId?: string;
1549
+ }
1537
1550
  /**
1538
1551
  * ComposeMedia请求参数结构体
1539
1552
  */
@@ -2992,7 +3005,7 @@ export interface TraceWatermarkInput {
2992
3005
  /**
2993
3006
  * 水印模板 ID。
2994
3007
  */
2995
- Definition: number;
3008
+ Definition?: number;
2996
3009
  }
2997
3010
  /**
2998
3011
  * 语音鉴别涉及令人反感的信息的任务控制参数。
@@ -6114,11 +6127,11 @@ export interface DescribeSuperPlayerConfigsResponse {
6114
6127
  /**
6115
6128
  * 符合过滤条件的记录总数。
6116
6129
  */
6117
- TotalCount?: number;
6130
+ TotalCount: number;
6118
6131
  /**
6119
6132
  * 播放器配置数组。
6120
6133
  */
6121
- PlayerConfigSet?: Array<PlayerConfig>;
6134
+ PlayerConfigSet: Array<PlayerConfig>;
6122
6135
  /**
6123
6136
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6124
6137
  */
@@ -6979,6 +6992,13 @@ export interface PlayerConfig {
6979
6992
  <li>Custom:用户自定义配置。</li>
6980
6993
  */
6981
6994
  Type: string;
6995
+ /**
6996
+ * 播放的音视频类型,可选值有:
6997
+ <li>AdaptiveDynamicStream:自适应码流输出;</li>
6998
+ <li>Transcode:转码输出;</li>
6999
+ <li>Original:原始音视频。</li>
7000
+ */
7001
+ AudioVideoType: string;
6982
7002
  /**
6983
7003
  * 播放 DRM 保护的自适应码流开关:
6984
7004
  <li>ON:开启,表示仅播放 DRM 保护的自适应码流输出;</li>
@@ -6994,6 +7014,10 @@ export interface PlayerConfig {
6994
7014
  注意:此字段可能返回 null,表示取不到有效值。
6995
7015
  */
6996
7016
  DrmStreamingsInfo: DrmStreamingsInfo;
7017
+ /**
7018
+ * 允许输出的转码模板 ID。
7019
+ */
7020
+ TranscodeDefinition: number;
6997
7021
  /**
6998
7022
  * 允许输出的雪碧图模板 ID。
6999
7023
  */
@@ -9050,14 +9074,21 @@ export interface TranscodeTaskInput {
9050
9074
  * 溯源水印。
9051
9075
  */
9052
9076
  TraceWatermark?: TraceWatermarkInput;
9077
+ /**
9078
+ * 马赛克列表,最大可支持 10 张。
9079
+ */
9080
+ MosaicSet?: Array<MosaicInput>;
9053
9081
  /**
9054
9082
  * 片头片尾列表,支持多片头片尾,最大可支持 10 个。
9055
9083
  */
9056
9084
  HeadTailSet?: Array<HeadTailTaskInput>;
9057
9085
  /**
9058
- * 马赛克列表,最大可支持 10 张。
9086
+ * 转码后的视频的起始时间偏移,单位:秒。
9087
+ <li>不填或填0,表示转码后的视频从原始视频的起始位置开始;</li>
9088
+ <li>当数值大于0时(假设为 n),表示转码后的视频从原始视频的第 n 秒位置开始;</li>
9089
+ <li>当数值小于0时(假设为 -n),表示转码后的视频从原始视频结束 n 秒前的位置开始。</li>
9059
9090
  */
9060
- MosaicSet?: Array<MosaicInput>;
9091
+ StartTimeOffset?: number;
9061
9092
  /**
9062
9093
  * 转码后视频的终止时间偏移,单位:秒。
9063
9094
  <li>不填或填0,表示转码后的视频持续到原始视频的末尾终止;</li>
@@ -9065,13 +9096,30 @@ export interface TranscodeTaskInput {
9065
9096
  <li>当数值小于0时(假设为 -n),表示转码后的视频持续到原始视频结束 n 秒前终止。</li>
9066
9097
  */
9067
9098
  EndTimeOffset?: number;
9099
+ }
9100
+ /**
9101
+ * DescribeClientUploadAccelerationUsageData请求参数结构体
9102
+ */
9103
+ export interface DescribeClientUploadAccelerationUsageDataRequest {
9068
9104
  /**
9069
- * 转码后的视频的起始时间偏移,单位:秒。
9070
- <li>不填或填0,表示转码后的视频从原始视频的起始位置开始;</li>
9071
- <li>当数值大于0时(假设为 n),表示转码后的视频从原始视频的第 n 秒位置开始;</li>
9072
- <li>当数值小于0时(假设为 -n),表示转码后的视频从原始视频结束 n 秒前的位置开始。</li>
9105
+ * 起始日期。使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#52)。
9073
9106
  */
9074
- StartTimeOffset?: number;
9107
+ StartTime: string;
9108
+ /**
9109
+ * 结束日期,需大于等于起始日期。使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#52)。
9110
+ */
9111
+ EndTime: string;
9112
+ /**
9113
+ * <b>点播 [子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
9114
+ */
9115
+ SubAppId?: number;
9116
+ /**
9117
+ * 客户端上传加速类型,取值有:
9118
+ <li> AccelerationWithHTTP:HTTP 传输方式的上传加速。</li>
9119
+ <li> AccelerationWithQUIC:QUIC 传输方式的上传加速。</li>
9120
+ 默认查询所有加速类型的用量 。
9121
+ */
9122
+ Type?: string;
9075
9123
  }
9076
9124
  /**
9077
9125
  * ModifyAIRecognitionTemplate请求参数结构体
@@ -9469,6 +9517,7 @@ export interface EventContent {
9469
9517
  <li>WechatPublishComplete:微信发布完成;</li>
9470
9518
  <li>ComposeMediaComplete:制作媒体文件完成;</li>
9471
9519
  <li>WechatMiniProgramPublishComplete:微信小程序发布完成。</li>
9520
+ <li>FastClipMediaComplete:快速剪辑完成。</li>
9472
9521
  <b>兼容 2017 版的事件类型:</b>
9473
9522
  <li>TranscodeComplete:视频转码完成;</li>
9474
9523
  <li>ConcatComplete:视频拼接完成;</li>
@@ -10958,6 +11007,10 @@ export interface DescribeMediaProcessUsageDataResponse {
10958
11007
  * DescribeSuperPlayerConfigs请求参数结构体
10959
11008
  */
10960
11009
  export interface DescribeSuperPlayerConfigsRequest {
11010
+ /**
11011
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
11012
+ */
11013
+ SubAppId?: number;
10961
11014
  /**
10962
11015
  * 播放器配置名字过滤条件,数组长度限制:100。
10963
11016
  */
@@ -10976,10 +11029,6 @@ export interface DescribeSuperPlayerConfigsRequest {
10976
11029
  <li>Custom:用户自定义配置。</li>
10977
11030
  */
10978
11031
  Type?: string;
10979
- /**
10980
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
10981
- */
10982
- SubAppId?: number;
10983
11032
  }
10984
11033
  /**
10985
11034
  * 片尾任务输入类型。
@@ -11365,6 +11414,10 @@ export interface ModifySuperPlayerConfigRequest {
11365
11414
  * 播放器配置名称。
11366
11415
  */
11367
11416
  Name: string;
11417
+ /**
11418
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
11419
+ */
11420
+ SubAppId?: number;
11368
11421
  /**
11369
11422
  * 播放的音视频类型,可选值:
11370
11423
  <li>AdaptiveDynamicStream:自适应码流输出;</li>
@@ -11413,10 +11466,6 @@ export interface ModifySuperPlayerConfigRequest {
11413
11466
  * 模板描述信息,长度限制:256 个字符。
11414
11467
  */
11415
11468
  Comment?: string;
11416
- /**
11417
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
11418
- */
11419
- SubAppId?: number;
11420
11469
  }
11421
11470
  /**
11422
11471
  * 任务概要信息
@@ -3514,6 +3514,30 @@ export interface VpnConnection {
3514
3514
  * 通道健康检查状态,AVAILABLE:正常,UNAVAILABLE:不正常。 未配置健康检查不返回该对象
3515
3515
  */
3516
3516
  HealthCheckStatus: string;
3517
+ /**
3518
+ * DPD探测开关。默认为0,表示关闭DPD探测。可选值:0(关闭),1(开启)
3519
+ 注意:此字段可能返回 null,表示取不到有效值。
3520
+ */
3521
+ DpdEnable: number;
3522
+ /**
3523
+ * DPD超时时间。即探测确认对端不存在需要的时间。
3524
+ 注意:此字段可能返回 null,表示取不到有效值。
3525
+ */
3526
+ DpdTimeout: string;
3527
+ /**
3528
+ * DPD超时后的动作。默认为clear。dpdEnable为1(开启)时有效。可取值为clear(断开)和restart(重试)
3529
+ 注意:此字段可能返回 null,表示取不到有效值。
3530
+ */
3531
+ DpdAction: string;
3532
+ /**
3533
+ * 标签键值对数组
3534
+ */
3535
+ TagSet: Array<Tag>;
3536
+ /**
3537
+ * 协商类型
3538
+ 注意:此字段可能返回 null,表示取不到有效值。
3539
+ */
3540
+ NegotiationType: string;
3517
3541
  }
3518
3542
  /**
3519
3543
  * DescribeCcns请求参数结构体
@@ -398,6 +398,16 @@ it("antiddos.v20200309.CreateDDoSGeoIPBlockConfig", async function () {
398
398
  }
399
399
  })
400
400
 
401
+ it("antiddos.v20200309.DescribeBgpBizTrend", async function () {
402
+ try {
403
+ const data = await client.DescribeBgpBizTrend({})
404
+ expect(data).to.be.ok
405
+ } catch(error) {
406
+ expect(error.requestId).to.be.ok
407
+ expect(error.code).to.be.ok
408
+ }
409
+ })
410
+
401
411
  it("antiddos.v20200309.DescribeCCReqLimitPolicyList", async function () {
402
412
  try {
403
413
  const data = await client.DescribeCCReqLimitPolicyList({})
@@ -448,16 +458,6 @@ it("antiddos.v20200309.DescribeListBGPInstances", async function () {
448
458
  }
449
459
  })
450
460
 
451
- it("antiddos.v20200309.DeleteBlackWhiteIpList", async function () {
452
- try {
453
- const data = await client.DeleteBlackWhiteIpList({})
454
- expect(data).to.be.ok
455
- } catch(error) {
456
- expect(error.requestId).to.be.ok
457
- expect(error.code).to.be.ok
458
- }
459
- })
460
-
461
461
  it("antiddos.v20200309.DeletePortAclConfig", async function () {
462
462
  try {
463
463
  const data = await client.DeletePortAclConfig({})
@@ -268,14 +268,4 @@ it("ccc.v20200210.CreateSDKLoginToken", async function () {
268
268
  }
269
269
  })
270
270
 
271
- it("ccc.v20200210.DescribeSeatUserList", async function () {
272
- try {
273
- const data = await client.DescribeSeatUserList({})
274
- expect(data).to.be.ok
275
- } catch(error) {
276
- expect(error.requestId).to.be.ok
277
- expect(error.code).to.be.ok
278
- }
279
- })
280
-
281
271
  })
@@ -28,9 +28,9 @@ it("gme.v20180711.DescribeFilterResult", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("gme.v20180711.UpdateScanRooms", async function () {
31
+ it("gme.v20180711.DescribeFilterResultList", async function () {
32
32
  try {
33
- const data = await client.UpdateScanRooms({})
33
+ const data = await client.DescribeFilterResultList({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -38,9 +38,9 @@ it("gme.v20180711.UpdateScanRooms", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("gme.v20180711.CreateApp", async function () {
41
+ it("gme.v20180711.DeleteScanUser", async function () {
42
42
  try {
43
- const data = await client.CreateApp({})
43
+ const data = await client.DeleteScanUser({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("gme.v20180711.CreateApp", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("gme.v20180711.DescribeScanResultList", async function () {
51
+ it("gme.v20180711.UpdateScanUsers", async function () {
52
52
  try {
53
- const data = await client.DescribeScanResultList({})
53
+ const data = await client.UpdateScanUsers({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,9 @@ it("gme.v20180711.DescribeScanResultList", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("gme.v20180711.VoiceFilter", async function () {
61
+ it("gme.v20180711.GetCustomizationList", async function () {
62
62
  try {
63
- const data = await client.VoiceFilter({})
63
+ const data = await client.GetCustomizationList({})
64
64
  expect(data).to.be.ok
65
65
  } catch(error) {
66
66
  expect(error.requestId).to.be.ok
@@ -68,9 +68,9 @@ it("gme.v20180711.VoiceFilter", async function () {
68
68
  }
69
69
  })
70
70
 
71
- it("gme.v20180711.DescribeApplicationData", async function () {
71
+ it("gme.v20180711.ModifyRoomInfo", async function () {
72
72
  try {
73
- const data = await client.DescribeApplicationData({})
73
+ const data = await client.ModifyRoomInfo({})
74
74
  expect(data).to.be.ok
75
75
  } catch(error) {
76
76
  expect(error.requestId).to.be.ok
@@ -78,9 +78,9 @@ it("gme.v20180711.DescribeApplicationData", async function () {
78
78
  }
79
79
  })
80
80
 
81
- it("gme.v20180711.DescribeFilterResultList", async function () {
81
+ it("gme.v20180711.DescribeUserInAndOutTime", async function () {
82
82
  try {
83
- const data = await client.DescribeFilterResultList({})
83
+ const data = await client.DescribeUserInAndOutTime({})
84
84
  expect(data).to.be.ok
85
85
  } catch(error) {
86
86
  expect(error.requestId).to.be.ok
@@ -88,9 +88,9 @@ it("gme.v20180711.DescribeFilterResultList", async function () {
88
88
  }
89
89
  })
90
90
 
91
- it("gme.v20180711.DeleteScanUser", async function () {
91
+ it("gme.v20180711.DescribeRoomInfo", async function () {
92
92
  try {
93
- const data = await client.DeleteScanUser({})
93
+ const data = await client.DescribeRoomInfo({})
94
94
  expect(data).to.be.ok
95
95
  } catch(error) {
96
96
  expect(error.requestId).to.be.ok
@@ -98,9 +98,9 @@ it("gme.v20180711.DeleteScanUser", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("gme.v20180711.UpdateScanUsers", async function () {
101
+ it("gme.v20180711.UpdateScanRooms", async function () {
102
102
  try {
103
- const data = await client.UpdateScanUsers({})
103
+ const data = await client.UpdateScanRooms({})
104
104
  expect(data).to.be.ok
105
105
  } catch(error) {
106
106
  expect(error.requestId).to.be.ok
@@ -108,9 +108,9 @@ it("gme.v20180711.UpdateScanUsers", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("gme.v20180711.DescribeAppStatistics", async function () {
111
+ it("gme.v20180711.VoiceFilter", async function () {
112
112
  try {
113
- const data = await client.DescribeAppStatistics({})
113
+ const data = await client.VoiceFilter({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -118,9 +118,9 @@ it("gme.v20180711.DescribeAppStatistics", async function () {
118
118
  }
119
119
  })
120
120
 
121
- it("gme.v20180711.ScanVoice", async function () {
121
+ it("gme.v20180711.CreateCustomization", async function () {
122
122
  try {
123
- const data = await client.ScanVoice({})
123
+ const data = await client.CreateCustomization({})
124
124
  expect(data).to.be.ok
125
125
  } catch(error) {
126
126
  expect(error.requestId).to.be.ok
@@ -128,9 +128,29 @@ it("gme.v20180711.ScanVoice", async function () {
128
128
  }
129
129
  })
130
130
 
131
- it("gme.v20180711.ModifyRoomInfo", async function () {
131
+ it("gme.v20180711.CreateAgeDetectTask", async function () {
132
132
  try {
133
- const data = await client.ModifyRoomInfo({})
133
+ const data = await client.CreateAgeDetectTask({})
134
+ expect(data).to.be.ok
135
+ } catch(error) {
136
+ expect(error.requestId).to.be.ok
137
+ expect(error.code).to.be.ok
138
+ }
139
+ })
140
+
141
+ it("gme.v20180711.DescribeApplicationData", async function () {
142
+ try {
143
+ const data = await client.DescribeApplicationData({})
144
+ expect(data).to.be.ok
145
+ } catch(error) {
146
+ expect(error.requestId).to.be.ok
147
+ expect(error.code).to.be.ok
148
+ }
149
+ })
150
+
151
+ it("gme.v20180711.ScanVoice", async function () {
152
+ try {
153
+ const data = await client.ScanVoice({})
134
154
  expect(data).to.be.ok
135
155
  } catch(error) {
136
156
  expect(error.requestId).to.be.ok
@@ -148,9 +168,9 @@ it("gme.v20180711.CreateScanUser", async function () {
148
168
  }
149
169
  })
150
170
 
151
- it("gme.v20180711.CreateAgeDetectTask", async function () {
171
+ it("gme.v20180711.DescribeAppStatistics", async function () {
152
172
  try {
153
- const data = await client.CreateAgeDetectTask({})
173
+ const data = await client.DescribeAppStatistics({})
154
174
  expect(data).to.be.ok
155
175
  } catch(error) {
156
176
  expect(error.requestId).to.be.ok
@@ -158,9 +178,9 @@ it("gme.v20180711.CreateAgeDetectTask", async function () {
158
178
  }
159
179
  })
160
180
 
161
- it("gme.v20180711.ModifyAppStatus", async function () {
181
+ it("gme.v20180711.ModifyCustomization", async function () {
162
182
  try {
163
- const data = await client.ModifyAppStatus({})
183
+ const data = await client.ModifyCustomization({})
164
184
  expect(data).to.be.ok
165
185
  } catch(error) {
166
186
  expect(error.requestId).to.be.ok
@@ -178,9 +198,9 @@ it("gme.v20180711.DescribeRealtimeScanConfig", async function () {
178
198
  }
179
199
  })
180
200
 
181
- it("gme.v20180711.DescribeUserInAndOutTime", async function () {
201
+ it("gme.v20180711.CreateApp", async function () {
182
202
  try {
183
- const data = await client.DescribeUserInAndOutTime({})
203
+ const data = await client.CreateApp({})
184
204
  expect(data).to.be.ok
185
205
  } catch(error) {
186
206
  expect(error.requestId).to.be.ok
@@ -188,9 +208,49 @@ it("gme.v20180711.DescribeUserInAndOutTime", async function () {
188
208
  }
189
209
  })
190
210
 
191
- it("gme.v20180711.DescribeRoomInfo", async function () {
211
+ it("gme.v20180711.DescribeScanResultList", async function () {
192
212
  try {
193
- const data = await client.DescribeRoomInfo({})
213
+ const data = await client.DescribeScanResultList({})
214
+ expect(data).to.be.ok
215
+ } catch(error) {
216
+ expect(error.requestId).to.be.ok
217
+ expect(error.code).to.be.ok
218
+ }
219
+ })
220
+
221
+ it("gme.v20180711.ModifyCustomizationState", async function () {
222
+ try {
223
+ const data = await client.ModifyCustomizationState({})
224
+ expect(data).to.be.ok
225
+ } catch(error) {
226
+ expect(error.requestId).to.be.ok
227
+ expect(error.code).to.be.ok
228
+ }
229
+ })
230
+
231
+ it("gme.v20180711.ModifyUserMicStatus", async function () {
232
+ try {
233
+ const data = await client.ModifyUserMicStatus({})
234
+ expect(data).to.be.ok
235
+ } catch(error) {
236
+ expect(error.requestId).to.be.ok
237
+ expect(error.code).to.be.ok
238
+ }
239
+ })
240
+
241
+ it("gme.v20180711.DeleteCustomization", async function () {
242
+ try {
243
+ const data = await client.DeleteCustomization({})
244
+ expect(data).to.be.ok
245
+ } catch(error) {
246
+ expect(error.requestId).to.be.ok
247
+ expect(error.code).to.be.ok
248
+ }
249
+ })
250
+
251
+ it("gme.v20180711.ModifyAppStatus", async function () {
252
+ try {
253
+ const data = await client.ModifyAppStatus({})
194
254
  expect(data).to.be.ok
195
255
  } catch(error) {
196
256
  expect(error.requestId).to.be.ok
@@ -108,16 +108,6 @@ it("mongodb.v20190725.IsolateDBInstance", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("mongodb.v20190725.DescribeBackupAccess", async function () {
112
- try {
113
- const data = await client.DescribeBackupAccess({})
114
- expect(data).to.be.ok
115
- } catch(error) {
116
- expect(error.requestId).to.be.ok
117
- expect(error.code).to.be.ok
118
- }
119
- })
120
-
121
111
  it("mongodb.v20190725.InquirePriceModifyDBInstanceSpec", async function () {
122
112
  try {
123
113
  const data = await client.InquirePriceModifyDBInstanceSpec({})
@@ -188,6 +188,16 @@ it("redis.v20180412.DescribeInstanceMonitorTopNCmdTook", async function () {
188
188
  }
189
189
  })
190
190
 
191
+ it("redis.v20180412.SwitchProxy", async function () {
192
+ try {
193
+ const data = await client.SwitchProxy({})
194
+ expect(data).to.be.ok
195
+ } catch(error) {
196
+ expect(error.requestId).to.be.ok
197
+ expect(error.code).to.be.ok
198
+ }
199
+ })
200
+
191
201
  it("redis.v20180412.ChangeReplicaToMaster", async function () {
192
202
  try {
193
203
  const data = await client.ChangeReplicaToMaster({})
@@ -18,19 +18,9 @@ const client = new tencentcloud.taf.v20200210.Client({
18
18
  })
19
19
  describe("taf.v20200210.test.js", function () {
20
20
 
21
- it("taf.v20200210.RecognizeTargetAudience", async function () {
22
- try {
23
- const data = await client.RecognizeTargetAudience({})
24
- expect(data).to.be.ok
25
- } catch(error) {
26
- expect(error.requestId).to.be.ok
27
- expect(error.code).to.be.ok
28
- }
29
- })
30
-
31
- it("taf.v20200210.RecognizeEffectiveFlow", async function () {
21
+ it("taf.v20200210.RecognizeCustomizedAudience", async function () {
32
22
  try {
33
- const data = await client.RecognizeEffectiveFlow({})
23
+ const data = await client.RecognizeCustomizedAudience({})
34
24
  expect(data).to.be.ok
35
25
  } catch(error) {
36
26
  expect(error.requestId).to.be.ok
@@ -38,9 +28,9 @@ it("taf.v20200210.RecognizeEffectiveFlow", async function () {
38
28
  }
39
29
  })
40
30
 
41
- it("taf.v20200210.RecognizeCustomizedAudience", async function () {
31
+ it("taf.v20200210.DetectFraudKOL", async function () {
42
32
  try {
43
- const data = await client.RecognizeCustomizedAudience({})
33
+ const data = await client.DetectFraudKOL({})
44
34
  expect(data).to.be.ok
45
35
  } catch(error) {
46
36
  expect(error.requestId).to.be.ok
@@ -48,9 +38,9 @@ it("taf.v20200210.RecognizeCustomizedAudience", async function () {
48
38
  }
49
39
  })
50
40
 
51
- it("taf.v20200210.DetectFraudKOL", async function () {
41
+ it("taf.v20200210.RecognizePreciseTargetAudience", async function () {
52
42
  try {
53
- const data = await client.DetectFraudKOL({})
43
+ const data = await client.RecognizePreciseTargetAudience({})
54
44
  expect(data).to.be.ok
55
45
  } catch(error) {
56
46
  expect(error.requestId).to.be.ok
@@ -58,9 +48,9 @@ it("taf.v20200210.DetectFraudKOL", async function () {
58
48
  }
59
49
  })
60
50
 
61
- it("taf.v20200210.RecognizePreciseTargetAudience", async function () {
51
+ it("taf.v20200210.RecognizeTargetAudience", async function () {
62
52
  try {
63
- const data = await client.RecognizePreciseTargetAudience({})
53
+ const data = await client.RecognizeTargetAudience({})
64
54
  expect(data).to.be.ok
65
55
  } catch(error) {
66
56
  expect(error.requestId).to.be.ok