tencentcloud-sdk-nodejs 4.0.565 → 4.0.567

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 (125) hide show
  1. package/CHANGELOG.md +624 -0
  2. package/SERVICE_CHANGELOG.md +722 -87
  3. package/package.json +1 -1
  4. package/products.md +45 -45
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_client.ts +0 -1
  7. package/src/services/as/v20180419/as_models.ts +23 -1
  8. package/src/services/asr/v20190614/asr_client.ts +2 -2
  9. package/src/services/asr/v20190614/asr_models.ts +3 -0
  10. package/src/services/batch/v20170312/batch_models.ts +6 -4
  11. package/src/services/billing/v20180709/billing_models.ts +18 -18
  12. package/src/services/ccc/v20200210/ccc_models.ts +8 -8
  13. package/src/services/cdb/v20170320/cdb_models.ts +7 -2
  14. package/src/services/ckafka/v20190819/ckafka_client.ts +44 -7
  15. package/src/services/ckafka/v20190819/ckafka_models.ts +411 -243
  16. package/src/services/clb/v20180317/clb_models.ts +5 -0
  17. package/src/services/cme/v20191029/cme_client.ts +41 -12
  18. package/src/services/cme/v20191029/cme_models.ts +228 -50
  19. package/src/services/cvm/v20170312/cvm_models.ts +38 -18
  20. package/src/services/dbbrain/v20210527/dbbrain_models.ts +23 -0
  21. package/src/services/dcdb/v20180411/dcdb_client.ts +17 -3
  22. package/src/services/dcdb/v20180411/dcdb_models.ts +403 -26
  23. package/src/services/dlc/v20210125/dlc_models.ts +6 -0
  24. package/src/services/eb/v20210416/eb_client.ts +32 -5
  25. package/src/services/eb/v20210416/eb_models.ts +277 -37
  26. package/src/services/emr/v20190103/emr_models.ts +6 -0
  27. package/src/services/ess/v20201111/ess_client.ts +14 -2
  28. package/src/services/ess/v20201111/ess_models.ts +128 -38
  29. package/src/services/essbasic/v20210526/essbasic_client.ts +49 -11
  30. package/src/services/essbasic/v20210526/essbasic_models.ts +472 -290
  31. package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
  32. package/src/services/mariadb/v20170312/mariadb_models.ts +308 -0
  33. package/src/services/monitor/v20180724/monitor_client.ts +2 -2
  34. package/src/services/monitor/v20180724/monitor_models.ts +5 -0
  35. package/src/services/ocr/v20181119/ocr_client.ts +23 -12
  36. package/src/services/ocr/v20181119/ocr_models.ts +2 -2
  37. package/src/services/redis/v20180412/redis_client.ts +17 -5
  38. package/src/services/redis/v20180412/redis_models.ts +190 -61
  39. package/src/services/scf/v20180416/scf_models.ts +9 -0
  40. package/src/services/tcb/v20180608/tcb_models.ts +7 -7
  41. package/src/services/tdid/v20210519/tdid_client.ts +133 -65
  42. package/src/services/tiw/v20190919/tiw_client.ts +403 -91
  43. package/src/services/tiw/v20190919/tiw_models.ts +2181 -976
  44. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  45. package/src/services/tsf/v20180326/tsf_client.ts +123 -26
  46. package/src/services/tsf/v20180326/tsf_models.ts +383 -81
  47. package/src/services/vod/v20180717/vod_models.ts +4 -4
  48. package/src/services/vpc/v20170312/vpc_client.ts +1 -1
  49. package/src/services/vpc/v20170312/vpc_models.ts +17 -16
  50. package/src/services/waf/v20180125/waf_client.ts +1 -1
  51. package/src/services/waf/v20180125/waf_models.ts +36 -6
  52. package/tencentcloud/common/sdk_version.d.ts +1 -1
  53. package/tencentcloud/common/sdk_version.js +1 -1
  54. package/tencentcloud/services/as/v20180419/as_client.d.ts +0 -1
  55. package/tencentcloud/services/as/v20180419/as_client.js +0 -1
  56. package/tencentcloud/services/as/v20180419/as_models.d.ts +19 -1
  57. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
  58. package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
  59. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -0
  60. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -0
  61. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +18 -18
  62. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +7 -7
  63. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -2
  64. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +13 -1
  65. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +18 -0
  66. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +331 -189
  67. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
  68. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +27 -9
  69. package/tencentcloud/services/cme/v20191029/cme_client.js +29 -9
  70. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +193 -43
  71. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +19 -0
  72. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +19 -0
  73. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  74. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  75. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +334 -25
  76. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +5 -0
  77. package/tencentcloud/services/eb/v20210416/eb_client.d.ts +9 -1
  78. package/tencentcloud/services/eb/v20210416/eb_client.js +12 -0
  79. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +238 -36
  80. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -0
  81. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -2
  82. package/tencentcloud/services/ess/v20201111/ess_client.js +7 -1
  83. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +110 -35
  84. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +15 -3
  85. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +21 -3
  86. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +356 -201
  87. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
  88. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
  89. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +252 -0
  90. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +2 -2
  91. package/tencentcloud/services/monitor/v20180724/monitor_client.js +2 -2
  92. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
  93. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +13 -2
  94. package/tencentcloud/services/ocr/v20181119/ocr_client.js +13 -2
  95. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -2
  96. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +8 -4
  97. package/tencentcloud/services/redis/v20180412/redis_client.js +9 -3
  98. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +159 -52
  99. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +8 -0
  100. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +7 -7
  101. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +102 -34
  102. package/tencentcloud/services/tdid/v20210519/tdid_client.js +102 -34
  103. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +114 -13
  104. package/tencentcloud/services/tiw/v20190919/tiw_client.js +169 -18
  105. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +1946 -922
  106. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  107. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +39 -7
  108. package/tencentcloud/services/tsf/v20180326/tsf_client.js +57 -9
  109. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +330 -70
  110. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -4
  111. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
  112. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
  113. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +15 -14
  114. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
  115. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +31 -6
  116. package/test/ckafka.v20190819.test.js +30 -0
  117. package/test/cme.v20191029.test.js +12 -2
  118. package/test/dcdb.v20180411.test.js +10 -0
  119. package/test/eb.v20210416.test.js +20 -0
  120. package/test/ess.v20201111.test.js +10 -0
  121. package/test/essbasic.v20210526.test.js +32 -2
  122. package/test/mariadb.v20170312.test.js +10 -0
  123. package/test/redis.v20180412.test.js +10 -0
  124. package/test/tiw.v20190919.test.js +262 -12
  125. package/test/tsf.v20180326.test.js +86 -6
@@ -4747,9 +4747,9 @@ export interface Tag {
4747
4747
  */
4748
4748
  export interface CreateFlowLogResponse {
4749
4749
  /**
4750
- * 创建的流日志信息
4750
+ * 创建的流日志信息。
4751
4751
  */
4752
- FlowLog: Array<FlowLog>;
4752
+ FlowLog?: Array<FlowLog>;
4753
4753
  /**
4754
4754
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4755
4755
  */
@@ -4851,11 +4851,11 @@ export interface DescribeGatewayFlowMonitorDetailRequest {
4851
4851
  */
4852
4852
  Limit?: number;
4853
4853
  /**
4854
- * 排序字段。支持 `InPkg` `OutPkg` `InTraffic` `OutTraffic`。
4854
+ * 排序字段。支持 `InPkg` `OutPkg` `InTraffic` `OutTraffic`。默认值`OutTraffic`。
4855
4855
  */
4856
4856
  OrderField?: string;
4857
4857
  /**
4858
- * 排序方法。顺序:`ASC`,倒序:`DESC`。
4858
+ * 排序方法。顺序:`ASC`,倒序:`DESC`。默认值`DESC`。
4859
4859
  */
4860
4860
  OrderDirection?: string;
4861
4861
  }
@@ -5902,7 +5902,7 @@ export interface ModifyCcnAttachedInstancesAttributeResponse {
5902
5902
  */
5903
5903
  export interface CreateNetworkAclRequest {
5904
5904
  /**
5905
- * VPC实例ID。可通过DescribeVpcs接口返回值中的VpcId获取。
5905
+ * VPC实例ID。可通过<a href="https://cloud.tencent.com/document/product/215/15778">DescribeVpcs</a>接口返回值中的VpcId获取。
5906
5906
  */
5907
5907
  VpcId: string;
5908
5908
  /**
@@ -5910,7 +5910,7 @@ export interface CreateNetworkAclRequest {
5910
5910
  */
5911
5911
  NetworkAclName: string;
5912
5912
  /**
5913
- * 网络ACL类型,三元组(TRIPLE)或五元组(QUINTUPLE)。
5913
+ * 网络ACL类型,三元组(TRIPLE)或五元组(QUINTUPLE)。默认值三元组(TRIPLE)
5914
5914
  */
5915
5915
  NetworkAclType?: string;
5916
5916
  /**
@@ -8850,19 +8850,19 @@ export interface CreateNatGatewayDestinationIpPortTranslationNatRuleRequest {
8850
8850
  */
8851
8851
  export interface CreateFlowLogRequest {
8852
8852
  /**
8853
- * 流日志实例名字
8853
+ * 流日志实例名字。
8854
8854
  */
8855
8855
  FlowLogName: string;
8856
8856
  /**
8857
- * 流日志所属资源类型,VPC|SUBNET|NETWORKINTERFACE|CCN|NAT|DCG
8857
+ * 流日志所属资源类型,VPC|SUBNET|NETWORKINTERFACE|CCN|NAT|DCG
8858
8858
  */
8859
8859
  ResourceType: string;
8860
8860
  /**
8861
- * 资源唯一ID
8861
+ * 资源唯一ID
8862
8862
  */
8863
8863
  ResourceId: string;
8864
8864
  /**
8865
- * 流日志采集类型,ACCEPT|REJECT|ALL
8865
+ * 流日志采集类型,ACCEPT|REJECT|ALL
8866
8866
  */
8867
8867
  TrafficType: string;
8868
8868
  /**
@@ -8870,19 +8870,19 @@ export interface CreateFlowLogRequest {
8870
8870
  */
8871
8871
  VpcId?: string;
8872
8872
  /**
8873
- * 流日志实例描述
8873
+ * 流日志实例描述。
8874
8874
  */
8875
8875
  FlowLogDescription?: string;
8876
8876
  /**
8877
- * 流日志存储ID
8877
+ * 流日志存储ID
8878
8878
  */
8879
8879
  CloudLogId?: string;
8880
8880
  /**
8881
- * 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
8881
+ * 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
8882
8882
  */
8883
8883
  Tags?: Array<Tag>;
8884
8884
  /**
8885
- * 消费端类型:cls、ckafka
8885
+ * 消费端类型:cls、ckafka。默认值cls。
8886
8886
  */
8887
8887
  StorageType?: string;
8888
8888
  /**
@@ -10008,6 +10008,7 @@ export interface EnableVpcEndPointConnectRequest {
10008
10008
  EndPointId: Array<string>;
10009
10009
  /**
10010
10010
  * 是否接受终端节点连接请求。
10011
+ <li> true:自动接受。</li> <li> false:不自动接受。</li>
10011
10012
  */
10012
10013
  AcceptFlag: boolean;
10013
10014
  }
@@ -140,7 +140,7 @@ export declare class Client extends AbstractClient {
140
140
  /**
141
141
  * 攻击总览
142
142
  */
143
- DescribeAttackOverview(req?: DescribeAttackOverviewRequest, cb?: (error: string, rep: DescribeAttackOverviewResponse) => void): Promise<DescribeAttackOverviewResponse>;
143
+ DescribeAttackOverview(req: DescribeAttackOverviewRequest, cb?: (error: string, rep: DescribeAttackOverviewResponse) => void): Promise<DescribeAttackOverviewResponse>;
144
144
  /**
145
145
  * 删除访问日志下载记录
146
146
  */
@@ -1380,23 +1380,23 @@ export interface DescribeAttackOverviewResponse {
1380
1380
  /**
1381
1381
  * 访问请求总数
1382
1382
  */
1383
- AccessCount: number;
1383
+ AccessCount?: number;
1384
1384
  /**
1385
1385
  * Web攻击总数
1386
1386
  */
1387
- AttackCount: number;
1387
+ AttackCount?: number;
1388
1388
  /**
1389
1389
  * 访问控制总数
1390
1390
  */
1391
- ACLCount: number;
1391
+ ACLCount?: number;
1392
1392
  /**
1393
1393
  * CC攻击总数
1394
1394
  */
1395
- CCCount: number;
1395
+ CCCount?: number;
1396
1396
  /**
1397
1397
  * Bot攻击总数
1398
1398
  */
1399
- BotCount: number;
1399
+ BotCount?: number;
1400
1400
  /**
1401
1401
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1402
1402
  */
@@ -1692,7 +1692,32 @@ export interface ModifyAccessPeriodRequest {
1692
1692
  /**
1693
1693
  * DescribeAttackOverview请求参数结构体
1694
1694
  */
1695
- export declare type DescribeAttackOverviewRequest = null;
1695
+ export interface DescribeAttackOverviewRequest {
1696
+ /**
1697
+ * 查询开始时间
1698
+ */
1699
+ FromTime: string;
1700
+ /**
1701
+ * 查询结束时间
1702
+ */
1703
+ ToTime: string;
1704
+ /**
1705
+ * 客户的Appid
1706
+ */
1707
+ Appid?: number;
1708
+ /**
1709
+ * 被查询的域名
1710
+ */
1711
+ Domain?: string;
1712
+ /**
1713
+ * 只有两个值有效,sparta-waf,clb-waf,不传则不过滤
1714
+ */
1715
+ Edition?: string;
1716
+ /**
1717
+ * WAF实例ID,不传则不过滤
1718
+ */
1719
+ InstanceID?: string;
1720
+ }
1696
1721
  /**
1697
1722
  * bot的qps详情
1698
1723
  */
@@ -78,6 +78,16 @@ it("ckafka.v20190819.CreateInstancePost", async function () {
78
78
  }
79
79
  })
80
80
 
81
+ it("ckafka.v20190819.DescribeAclRule", async function () {
82
+ try {
83
+ const data = await client.DescribeAclRule({})
84
+ expect(data).to.be.ok
85
+ } catch(error) {
86
+ expect(error.requestId).to.be.ok
87
+ expect(error.code).to.be.ok
88
+ }
89
+ })
90
+
81
91
  it("ckafka.v20190819.DescribeTopicSubscribeGroup", async function () {
82
92
  try {
83
93
  const data = await client.DescribeTopicSubscribeGroup({})
@@ -408,6 +418,16 @@ it("ckafka.v20190819.CheckCdcCluster", async function () {
408
418
  }
409
419
  })
410
420
 
421
+ it("ckafka.v20190819.ModifyAclRule", async function () {
422
+ try {
423
+ const data = await client.ModifyAclRule({})
424
+ expect(data).to.be.ok
425
+ } catch(error) {
426
+ expect(error.requestId).to.be.ok
427
+ expect(error.code).to.be.ok
428
+ }
429
+ })
430
+
411
431
  it("ckafka.v20190819.CreatePartition", async function () {
412
432
  try {
413
433
  const data = await client.CreatePartition({})
@@ -648,6 +668,16 @@ it("ckafka.v20190819.DescribeTopic", async function () {
648
668
  }
649
669
  })
650
670
 
671
+ it("ckafka.v20190819.CreateAclRule", async function () {
672
+ try {
673
+ const data = await client.CreateAclRule({})
674
+ expect(data).to.be.ok
675
+ } catch(error) {
676
+ expect(error.requestId).to.be.ok
677
+ expect(error.code).to.be.ok
678
+ }
679
+ })
680
+
651
681
  it("ckafka.v20190819.DescribeDatahubTopic", async function () {
652
682
  try {
653
683
  const data = await client.DescribeDatahubTopic({})
@@ -268,6 +268,16 @@ it("cme.v20191029.ModifyTeamMember", async function () {
268
268
  }
269
269
  })
270
270
 
271
+ it("cme.v20191029.ModifyVideoEncodingPreset", async function () {
272
+ try {
273
+ const data = await client.ModifyVideoEncodingPreset({})
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
+
271
281
  it("cme.v20191029.DeleteVideoEncodingPreset", async function () {
272
282
  try {
273
283
  const data = await client.DeleteVideoEncodingPreset({})
@@ -318,9 +328,9 @@ it("cme.v20191029.DescribeLoginStatus", async function () {
318
328
  }
319
329
  })
320
330
 
321
- it("cme.v20191029.ModifyVideoEncodingPreset", async function () {
331
+ it("cme.v20191029.HandleMediaCastProject", async function () {
322
332
  try {
323
- const data = await client.ModifyVideoEncodingPreset({})
333
+ const data = await client.HandleMediaCastProject({})
324
334
  expect(data).to.be.ok
325
335
  } catch(error) {
326
336
  expect(error.requestId).to.be.ok
@@ -598,6 +598,16 @@ it("dcdb.v20180411.CloneAccount", async function () {
598
598
  }
599
599
  })
600
600
 
601
+ it("dcdb.v20180411.DescribeDCDBInstanceDetail", async function () {
602
+ try {
603
+ const data = await client.DescribeDCDBInstanceDetail({})
604
+ expect(data).to.be.ok
605
+ } catch(error) {
606
+ expect(error.requestId).to.be.ok
607
+ expect(error.code).to.be.ok
608
+ }
609
+ })
610
+
601
611
  it("dcdb.v20180411.ModifyDBInstanceName", async function () {
602
612
  try {
603
613
  const data = await client.ModifyDBInstanceName({})
@@ -178,6 +178,16 @@ it("eb.v20210416.UpdateRule", async function () {
178
178
  }
179
179
  })
180
180
 
181
+ it("eb.v20210416.DescribeLogTagValue", async function () {
182
+ try {
183
+ const data = await client.DescribeLogTagValue({})
184
+ expect(data).to.be.ok
185
+ } catch(error) {
186
+ expect(error.requestId).to.be.ok
187
+ expect(error.code).to.be.ok
188
+ }
189
+ })
190
+
181
191
  it("eb.v20210416.DeleteTransformation", async function () {
182
192
  try {
183
193
  const data = await client.DeleteTransformation({})
@@ -208,6 +218,16 @@ it("eb.v20210416.GetRule", async function () {
208
218
  }
209
219
  })
210
220
 
221
+ it("eb.v20210416.SearchLog", async function () {
222
+ try {
223
+ const data = await client.SearchLog({})
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
+
211
231
  it("eb.v20210416.DeleteConnection", async function () {
212
232
  try {
213
233
  const data = await client.DeleteConnection({})
@@ -128,6 +128,16 @@ it("ess.v20201111.CreateBatchCancelFlowUrl", async function () {
128
128
  }
129
129
  })
130
130
 
131
+ it("ess.v20201111.CreatePreparedPersonalEsign", async function () {
132
+ try {
133
+ const data = await client.CreatePreparedPersonalEsign({})
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
+
131
141
  it("ess.v20201111.CreateFlowApprovers", async function () {
132
142
  try {
133
143
  const data = await client.CreateFlowApprovers({})
@@ -148,6 +148,26 @@ it("essbasic.v20210526.ChannelDescribeOrganizationSeals", async function () {
148
148
  }
149
149
  })
150
150
 
151
+ it("essbasic.v20210526.ChannelDeleteRoleUsers", async function () {
152
+ try {
153
+ const data = await client.ChannelDeleteRoleUsers({})
154
+ expect(data).to.be.ok
155
+ } catch(error) {
156
+ expect(error.requestId).to.be.ok
157
+ expect(error.code).to.be.ok
158
+ }
159
+ })
160
+
161
+ it("essbasic.v20210526.DescribeTemplates", async function () {
162
+ try {
163
+ const data = await client.DescribeTemplates({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
151
171
  it("essbasic.v20210526.CreateSignUrls", async function () {
152
172
  try {
153
173
  const data = await client.CreateSignUrls({})
@@ -308,6 +328,16 @@ it("essbasic.v20210526.CreateFlowsByTemplates", async function () {
308
328
  }
309
329
  })
310
330
 
331
+ it("essbasic.v20210526.ChannelDescribeRoles", async function () {
332
+ try {
333
+ const data = await client.ChannelDescribeRoles({})
334
+ expect(data).to.be.ok
335
+ } catch(error) {
336
+ expect(error.requestId).to.be.ok
337
+ expect(error.code).to.be.ok
338
+ }
339
+ })
340
+
311
341
  it("essbasic.v20210526.DescribeResourceUrlsByFlows", async function () {
312
342
  try {
313
343
  const data = await client.DescribeResourceUrlsByFlows({})
@@ -318,9 +348,9 @@ it("essbasic.v20210526.DescribeResourceUrlsByFlows", async function () {
318
348
  }
319
349
  })
320
350
 
321
- it("essbasic.v20210526.DescribeTemplates", async function () {
351
+ it("essbasic.v20210526.ChannelCreateUserRoles", async function () {
322
352
  try {
323
- const data = await client.DescribeTemplates({})
353
+ const data = await client.ChannelCreateUserRoles({})
324
354
  expect(data).to.be.ok
325
355
  } catch(error) {
326
356
  expect(error.requestId).to.be.ok
@@ -668,6 +668,16 @@ it("mariadb.v20170312.UpgradeDBInstance", async function () {
668
668
  }
669
669
  })
670
670
 
671
+ it("mariadb.v20170312.DescribeDBInstanceDetail", async function () {
672
+ try {
673
+ const data = await client.DescribeDBInstanceDetail({})
674
+ expect(data).to.be.ok
675
+ } catch(error) {
676
+ expect(error.requestId).to.be.ok
677
+ expect(error.code).to.be.ok
678
+ }
679
+ })
680
+
671
681
  it("mariadb.v20170312.DescribeLogFileRetentionPeriod", async function () {
672
682
  try {
673
683
  const data = await client.DescribeLogFileRetentionPeriod({})
@@ -308,6 +308,16 @@ it("redis.v20180412.AddReplicationInstance", async function () {
308
308
  }
309
309
  })
310
310
 
311
+ it("redis.v20180412.CloneInstances", async function () {
312
+ try {
313
+ const data = await client.CloneInstances({})
314
+ expect(data).to.be.ok
315
+ } catch(error) {
316
+ expect(error.requestId).to.be.ok
317
+ expect(error.code).to.be.ok
318
+ }
319
+ })
320
+
311
321
  it("redis.v20180412.CreateParamTemplate", async function () {
312
322
  try {
313
323
  const data = await client.CreateParamTemplate({})