tencentcloud-sdk-nodejs 4.0.542 → 4.0.543

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 +188 -0
  2. package/SERVICE_CHANGELOG.md +264 -37
  3. package/package.json +1 -1
  4. package/products.md +18 -18
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cam/v20190116/cam_client.ts +1 -1
  7. package/src/services/cam/v20190116/cam_models.ts +3 -3
  8. package/src/services/cynosdb/v20190107/cynosdb_client.ts +24 -12
  9. package/src/services/cynosdb/v20190107/cynosdb_models.ts +51 -0
  10. package/src/services/ess/v20201111/ess_client.ts +1 -1
  11. package/src/services/ess/v20201111/ess_models.ts +4 -4
  12. package/src/services/lcic/v20220817/lcic_models.ts +1 -3
  13. package/src/services/oceanus/v20190422/oceanus_client.ts +2 -0
  14. package/src/services/oceanus/v20190422/oceanus_models.ts +113 -0
  15. package/src/services/ocr/v20181119/ocr_client.ts +67 -25
  16. package/src/services/ocr/v20181119/ocr_models.ts +287 -72
  17. package/src/services/scf/v20180416/scf_models.ts +6 -0
  18. package/src/services/ssa/v20180608/ssa_models.ts +4 -4
  19. package/src/services/tdmq/v20200217/tdmq_client.ts +29 -14
  20. package/src/services/tdmq/v20200217/tdmq_models.ts +137 -12
  21. package/src/services/teo/v20220901/teo_models.ts +7 -0
  22. package/src/services/tke/v20180525/tke_client.ts +2 -1
  23. package/src/services/tke/v20180525/tke_models.ts +61 -28
  24. package/src/services/trtc/v20190722/trtc_models.ts +6 -0
  25. package/tencentcloud/common/sdk_version.d.ts +1 -1
  26. package/tencentcloud/common/sdk_version.js +1 -1
  27. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +1 -1
  28. package/tencentcloud/services/cam/v20190116/cam_client.js +1 -1
  29. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +3 -3
  30. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +9 -5
  31. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +12 -6
  32. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +43 -0
  33. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  34. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  35. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -4
  36. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -3
  37. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +95 -0
  38. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +25 -10
  39. package/tencentcloud/services/ocr/v20181119/ocr_client.js +32 -11
  40. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +246 -62
  41. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +5 -0
  42. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +4 -4
  43. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +9 -5
  44. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +12 -6
  45. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +117 -12
  46. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +6 -0
  47. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
  48. package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
  49. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +52 -24
  50. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +5 -0
  51. package/test/cynosdb.v20190107.test.js +14 -4
  52. package/test/ocr.v20181119.test.js +34 -4
  53. package/test/tdmq.v20200217.test.js +14 -4
@@ -167,6 +167,23 @@ export interface DescribeSubscriptionsRequest {
167
167
  */
168
168
  ClusterId?: string;
169
169
  }
170
+ /**
171
+ * 实例节点分布信息
172
+ */
173
+ export interface InstanceNodeDistribution {
174
+ /**
175
+ * 可用区
176
+ */
177
+ ZoneName: string;
178
+ /**
179
+ * 可用区id
180
+ */
181
+ ZoneId: string;
182
+ /**
183
+ * 节点数
184
+ */
185
+ NodeCount: number;
186
+ }
170
187
  /**
171
188
  * CreateRocketMQGroup请求参数结构体
172
189
  */
@@ -653,6 +670,55 @@ export interface DescribeNamespaceBundlesOptResponse {
653
670
  */
654
671
  RequestId?: string;
655
672
  }
673
+ /**
674
+ * RocketMQ专享集群实例配置
675
+ */
676
+ export interface RocketMQInstanceConfig {
677
+ /**
678
+ * 单命名空间TPS上线
679
+ */
680
+ MaxTpsPerNamespace: number;
681
+ /**
682
+ * 最大命名空间数量
683
+ */
684
+ MaxNamespaceNum: number;
685
+ /**
686
+ * 已使用命名空间数量
687
+ */
688
+ UsedNamespaceNum: number;
689
+ /**
690
+ * 最大Topic数量
691
+ */
692
+ MaxTopicNum: number;
693
+ /**
694
+ * 已使用Topic数量
695
+ */
696
+ UsedTopicNum: number;
697
+ /**
698
+ * 最大Group数量
699
+ */
700
+ MaxGroupNum: number;
701
+ /**
702
+ * 已使用Group数量
703
+ */
704
+ UsedGroupNum: number;
705
+ /**
706
+ * 集群类型
707
+ */
708
+ ConfigDisplay: string;
709
+ /**
710
+ * 集群节点数
711
+ */
712
+ NodeCount: number;
713
+ /**
714
+ * 节点分布情况
715
+ */
716
+ NodeDistribution: Array<InstanceNodeDistribution>;
717
+ /**
718
+ * topic分布情况
719
+ */
720
+ TopicDistribution: Array<RocketMQTopicDistribution>;
721
+ }
656
722
  /**
657
723
  * DescribeBindVpcs返回参数结构体
658
724
  */
@@ -909,6 +975,15 @@ export interface AMQPClusterRecentStats {
909
975
  */
910
976
  ExchangeNum: number;
911
977
  }
978
+ /**
979
+ * DescribeRocketMQVipInstanceDetail请求参数结构体
980
+ */
981
+ export interface DescribeRocketMQVipInstanceDetailRequest {
982
+ /**
983
+ * 集群ID
984
+ */
985
+ ClusterId: string;
986
+ }
912
987
  /**
913
988
  * DeleteCmqTopic返回参数结构体
914
989
  */
@@ -2143,17 +2218,17 @@ export interface DeleteAMQPClusterRequest {
2143
2218
  ClusterId: string;
2144
2219
  }
2145
2220
  /**
2146
- * DescribeTopics返回参数结构体
2221
+ * DescribeRocketMQVipInstanceDetail返回参数结构体
2147
2222
  */
2148
- export interface DescribeTopicsResponse {
2223
+ export interface DescribeRocketMQVipInstanceDetailResponse {
2149
2224
  /**
2150
- * 主题集合数组。
2225
+ * 集群信息
2151
2226
  */
2152
- TopicSets: Array<Topic>;
2227
+ ClusterInfo: RocketMQClusterInfo;
2153
2228
  /**
2154
- * 主题数量。
2229
+ * 集群配置
2155
2230
  */
2156
- TotalCount: number;
2231
+ InstanceConfig: RocketMQInstanceConfig;
2157
2232
  /**
2158
2233
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2159
2234
  */
@@ -5126,6 +5201,32 @@ export interface DescribeRocketMQClustersResponse {
5126
5201
  */
5127
5202
  RequestId?: string;
5128
5203
  }
5204
+ /**
5205
+ * RocketMQtopic分布情况
5206
+ */
5207
+ export interface RocketMQTopicDistribution {
5208
+ /**
5209
+ * topic类型
5210
+ */
5211
+ TopicType: string;
5212
+ /**
5213
+ * topic数量
5214
+ */
5215
+ Count: number;
5216
+ }
5217
+ /**
5218
+ * 排序器
5219
+ */
5220
+ export interface Sort {
5221
+ /**
5222
+ * 排序字段
5223
+ */
5224
+ Name: string;
5225
+ /**
5226
+ * 升序ASC,降序DESC
5227
+ */
5228
+ Order: string;
5229
+ }
5129
5230
  /**
5130
5231
  * CreateRole请求参数结构体
5131
5232
  */
@@ -5240,17 +5341,21 @@ export interface ModifyAMQPClusterResponse {
5240
5341
  RequestId?: string;
5241
5342
  }
5242
5343
  /**
5243
- * 排序器
5344
+ * DescribeTopics返回参数结构体
5244
5345
  */
5245
- export interface Sort {
5346
+ export interface DescribeTopicsResponse {
5246
5347
  /**
5247
- * 排序字段
5348
+ * 主题集合数组。
5248
5349
  */
5249
- Name: string;
5350
+ TopicSets: Array<Topic>;
5250
5351
  /**
5251
- * 升序ASC,降序DESC
5352
+ * 主题数量。
5252
5353
  */
5253
- Order: string;
5354
+ TotalCount: number;
5355
+ /**
5356
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5357
+ */
5358
+ RequestId?: string;
5254
5359
  }
5255
5360
  /**
5256
5361
  * AMQP集群配置
@@ -5596,6 +5596,12 @@ export interface DescribeAddableEntityListRequest {
5596
5596
  <li>web-bot:Bot管理日志。</li>
5597
5597
  */
5598
5598
  EntityType: string;
5599
+ /**
5600
+ * 服务区域,取值有:
5601
+ <li>mainland:中国大陆境内;</li>
5602
+ <li>overseas:全球(不含中国大陆)。</li>若为国内站账号,则默认取值为mainland;若为国际站账号,则默认取值为overseas。
5603
+ */
5604
+ Area?: string;
5599
5605
  }
5600
5606
  /**
5601
5607
  * IP黑白名单及IP区域控制配置
@@ -304,7 +304,7 @@ export declare class Client extends AbstractClient {
304
304
  */
305
305
  DeleteEKSContainerInstances(req: DeleteEKSContainerInstancesRequest, cb?: (error: string, rep: DeleteEKSContainerInstancesResponse) => void): Promise<DeleteEKSContainerInstancesResponse>;
306
306
  /**
307
- * 查询集群下节点实例信息
307
+ * 查询集群下节点实例信息
308
308
  */
309
309
  DescribeClusterInstances(req: DescribeClusterInstancesRequest, cb?: (error: string, rep: DescribeClusterInstancesResponse) => void): Promise<DescribeClusterInstancesResponse>;
310
310
  /**
@@ -472,7 +472,7 @@ class Client extends abstract_client_1.AbstractClient {
472
472
  return this.request("DeleteEKSContainerInstances", req, cb);
473
473
  }
474
474
  /**
475
- * 查询集群下节点实例信息
475
+ * 查询集群下节点实例信息
476
476
  */
477
477
  async DescribeClusterInstances(req, cb) {
478
478
  return this.request("DescribeClusterInstances", req, cb);
@@ -2100,6 +2100,14 @@ export interface UpgradeAbleInstancesItem {
2100
2100
  注意:此字段可能返回 null,表示取不到有效值。
2101
2101
  */
2102
2102
  LatestVersion: string;
2103
+ /**
2104
+ * RuntimeVersion
2105
+ */
2106
+ RuntimeVersion?: string;
2107
+ /**
2108
+ * RuntimeLatestVersion
2109
+ */
2110
+ RuntimeLatestVersion?: string;
2103
2111
  }
2104
2112
  /**
2105
2113
  * UpgradeClusterInstances返回参数结构体
@@ -7278,6 +7286,11 @@ export interface CheckInstancesUpgradeAbleResponse {
7278
7286
  注意:此字段可能返回 null,表示取不到有效值。
7279
7287
  */
7280
7288
  Total?: number;
7289
+ /**
7290
+ * 不可升级原因
7291
+ 注意:此字段可能返回 null,表示取不到有效值。
7292
+ */
7293
+ UnavailableVersionReason?: Array<UnavailableReason>;
7281
7294
  /**
7282
7295
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7283
7296
  */
@@ -7769,6 +7782,26 @@ export interface DescribeTKEEdgeClusterCredentialResponse {
7769
7782
  * 描述了k8s集群相关配置与信息。
7770
7783
  */
7771
7784
  export interface InstanceAdvancedSettings {
7785
+ /**
7786
+ * 该节点属于podCIDR大小自定义模式时,可指定节点上运行的pod数量上限
7787
+ 注意:此字段可能返回 null,表示取不到有效值。
7788
+ */
7789
+ DesiredPodNumber: number;
7790
+ /**
7791
+ * GPU驱动相关参数
7792
+ 注意:此字段可能返回 null,表示取不到有效值。
7793
+ */
7794
+ GPUArgs: GPUArgs;
7795
+ /**
7796
+ * base64 编码的用户脚本,在初始化节点之前执行,目前只对添加已有节点生效
7797
+ 注意:此字段可能返回 null,表示取不到有效值。
7798
+ */
7799
+ PreStartUserScript: string;
7800
+ /**
7801
+ * 节点污点
7802
+ 注意:此字段可能返回 null,表示取不到有效值。
7803
+ */
7804
+ Taints: Array<Taint>;
7772
7805
  /**
7773
7806
  * 数据盘挂载点, 默认不挂载数据盘. 已格式化的 ext3,ext4,xfs 文件系统的数据盘将直接挂载,其他文件系统或未格式化的数据盘将自动格式化为ext4 (tlinux系统格式化成xfs)并挂载,请注意备份数据! 无数据盘或有多块数据盘的云主机此设置不生效。
7774
7807
  注意,注意,多盘场景请使用下方的DataDisks数据结构,设置对应的云盘类型、云盘大小、挂载路径、是否格式化等信息。
@@ -7804,26 +7837,6 @@ export interface InstanceAdvancedSettings {
7804
7837
  注意:此字段可能返回 null,表示取不到有效值。
7805
7838
  */
7806
7839
  ExtraArgs?: InstanceExtraArgs;
7807
- /**
7808
- * 该节点属于podCIDR大小自定义模式时,可指定节点上运行的pod数量上限
7809
- 注意:此字段可能返回 null,表示取不到有效值。
7810
- */
7811
- DesiredPodNumber: number;
7812
- /**
7813
- * GPU驱动相关参数
7814
- 注意:此字段可能返回 null,表示取不到有效值。
7815
- */
7816
- GPUArgs: GPUArgs;
7817
- /**
7818
- * base64 编码的用户脚本,在初始化节点之前执行,目前只对添加已有节点生效
7819
- 注意:此字段可能返回 null,表示取不到有效值。
7820
- */
7821
- PreStartUserScript: string;
7822
- /**
7823
- * 节点污点
7824
- 注意:此字段可能返回 null,表示取不到有效值。
7825
- */
7826
- Taints: Array<Taint>;
7827
7840
  }
7828
7841
  /**
7829
7842
  * CancelClusterRelease返回参数结构体
@@ -8482,12 +8495,12 @@ export interface DescribeRegionsResponse {
8482
8495
  * 地域的数量
8483
8496
  注意:此字段可能返回 null,表示取不到有效值。
8484
8497
  */
8485
- TotalCount: number;
8498
+ TotalCount?: number;
8486
8499
  /**
8487
8500
  * 地域列表
8488
8501
  注意:此字段可能返回 null,表示取不到有效值。
8489
8502
  */
8490
- RegionInstanceSet: Array<RegionInstance>;
8503
+ RegionInstanceSet?: Array<RegionInstance>;
8491
8504
  /**
8492
8505
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8493
8506
  */
@@ -9204,6 +9217,21 @@ export interface ModifyPrometheusGlobalNotificationRequest {
9204
9217
  */
9205
9218
  Notification: PrometheusNotificationItem;
9206
9219
  }
9220
+ /**
9221
+ * 不可用原因
9222
+ */
9223
+ export interface UnavailableReason {
9224
+ /**
9225
+ * 实例ID
9226
+ 注意:此字段可能返回 null,表示取不到有效值。
9227
+ */
9228
+ InstanceId: string;
9229
+ /**
9230
+ * 原因
9231
+ 注意:此字段可能返回 null,表示取不到有效值。
9232
+ */
9233
+ Reason: string;
9234
+ }
9207
9235
  /**
9208
9236
  * GetUpgradeInstanceProgress请求参数结构体
9209
9237
  */
@@ -10116,11 +10144,11 @@ export interface DescribeClusterLevelChangeRecordsResponse {
10116
10144
  /**
10117
10145
  * 总数
10118
10146
  */
10119
- TotalCount: number;
10147
+ TotalCount?: number;
10120
10148
  /**
10121
10149
  * 集群规模
10122
10150
  */
10123
- Items: Array<ClusterLevelChangeRecord>;
10151
+ Items?: Array<ClusterLevelChangeRecord>;
10124
10152
  /**
10125
10153
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10126
10154
  */
@@ -2582,6 +2582,11 @@ export interface RecordParams {
2582
2582
  Hls 格式录制此参数不生效。
2583
2583
  */
2584
2584
  MaxMediaFileDuration?: number;
2585
+ /**
2586
+ * 指定录制主辅流,0:主流+辅流(默认);1:主流;2:辅流。
2587
+ 注意:此字段可能返回 null,表示取不到有效值。
2588
+ */
2589
+ MediaId?: number;
2585
2590
  }
2586
2591
  /**
2587
2592
  * DescribeTRTCMarketScaleMetricData返回参数结构体
@@ -138,9 +138,9 @@ it("cynosdb.v20190107.DescribeClusterInstanceGrps", async function () {
138
138
  }
139
139
  })
140
140
 
141
- it("cynosdb.v20190107.OfflineCluster", async function () {
141
+ it("cynosdb.v20190107.ModifyVipVport", async function () {
142
142
  try {
143
- const data = await client.OfflineCluster({})
143
+ const data = await client.ModifyVipVport({})
144
144
  expect(data).to.be.ok
145
145
  } catch(error) {
146
146
  expect(error.requestId).to.be.ok
@@ -708,9 +708,9 @@ it("cynosdb.v20190107.SetRenewFlag", async function () {
708
708
  }
709
709
  })
710
710
 
711
- it("cynosdb.v20190107.SearchClusterDatabases", async function () {
711
+ it("cynosdb.v20190107.OfflineCluster", async function () {
712
712
  try {
713
- const data = await client.SearchClusterDatabases({})
713
+ const data = await client.OfflineCluster({})
714
714
  expect(data).to.be.ok
715
715
  } catch(error) {
716
716
  expect(error.requestId).to.be.ok
@@ -768,6 +768,16 @@ it("cynosdb.v20190107.DisassociateSecurityGroups", async function () {
768
768
  }
769
769
  })
770
770
 
771
+ it("cynosdb.v20190107.SearchClusterDatabases", async function () {
772
+ try {
773
+ const data = await client.SearchClusterDatabases({})
774
+ expect(data).to.be.ok
775
+ } catch(error) {
776
+ expect(error.requestId).to.be.ok
777
+ expect(error.code).to.be.ok
778
+ }
779
+ })
780
+
771
781
  it("cynosdb.v20190107.DescribeInstanceSlowQueries", async function () {
772
782
  try {
773
783
  const data = await client.DescribeInstanceSlowQueries({})
@@ -158,6 +158,16 @@ it("ocr.v20181119.RecognizeContainerOCR", async function () {
158
158
  }
159
159
  })
160
160
 
161
+ it("ocr.v20181119.RecognizeTableAccurateOCR", async function () {
162
+ try {
163
+ const data = await client.RecognizeTableAccurateOCR({})
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
+
161
171
  it("ocr.v20181119.MixedInvoiceDetect", async function () {
162
172
  try {
163
173
  const data = await client.MixedInvoiceDetect({})
@@ -298,9 +308,9 @@ it("ocr.v20181119.InvoiceGeneralOCR", async function () {
298
308
  }
299
309
  })
300
310
 
301
- it("ocr.v20181119.RecognizeMedicalInvoiceOCR", async function () {
311
+ it("ocr.v20181119.GetTaskState", async function () {
302
312
  try {
303
- const data = await client.RecognizeMedicalInvoiceOCR({})
313
+ const data = await client.GetTaskState({})
304
314
  expect(data).to.be.ok
305
315
  } catch(error) {
306
316
  expect(error.requestId).to.be.ok
@@ -338,9 +348,9 @@ it("ocr.v20181119.RecognizeTableOCR", async function () {
338
348
  }
339
349
  })
340
350
 
341
- it("ocr.v20181119.VerifyBizLicense", async function () {
351
+ it("ocr.v20181119.CreateAIFormTask", async function () {
342
352
  try {
343
- const data = await client.VerifyBizLicense({})
353
+ const data = await client.CreateAIFormTask({})
344
354
  expect(data).to.be.ok
345
355
  } catch(error) {
346
356
  expect(error.requestId).to.be.ok
@@ -428,6 +438,16 @@ it("ocr.v20181119.BusInvoiceOCR", async function () {
428
438
  }
429
439
  })
430
440
 
441
+ it("ocr.v20181119.RecognizeMedicalInvoiceOCR", async function () {
442
+ try {
443
+ const data = await client.RecognizeMedicalInvoiceOCR({})
444
+ expect(data).to.be.ok
445
+ } catch(error) {
446
+ expect(error.requestId).to.be.ok
447
+ expect(error.code).to.be.ok
448
+ }
449
+ })
450
+
431
451
  it("ocr.v20181119.VatInvoiceOCR", async function () {
432
452
  try {
433
453
  const data = await client.VatInvoiceOCR({})
@@ -688,6 +708,16 @@ it("ocr.v20181119.PassportOCR", async function () {
688
708
  }
689
709
  })
690
710
 
711
+ it("ocr.v20181119.VerifyBizLicense", async function () {
712
+ try {
713
+ const data = await client.VerifyBizLicense({})
714
+ expect(data).to.be.ok
715
+ } catch(error) {
716
+ expect(error.requestId).to.be.ok
717
+ expect(error.code).to.be.ok
718
+ }
719
+ })
720
+
691
721
  it("ocr.v20181119.FinanBillOCR", async function () {
692
722
  try {
693
723
  const data = await client.FinanBillOCR({})
@@ -458,6 +458,16 @@ it("tdmq.v20200217.DescribeCmqTopicDetail", async function () {
458
458
  }
459
459
  })
460
460
 
461
+ it("tdmq.v20200217.DescribeRocketMQVipInstanceDetail", async function () {
462
+ try {
463
+ const data = await client.DescribeRocketMQVipInstanceDetail({})
464
+ expect(data).to.be.ok
465
+ } catch(error) {
466
+ expect(error.requestId).to.be.ok
467
+ expect(error.code).to.be.ok
468
+ }
469
+ })
470
+
461
471
  it("tdmq.v20200217.DeleteAMQPQueue", async function () {
462
472
  try {
463
473
  const data = await client.DeleteAMQPQueue({})
@@ -468,9 +478,9 @@ it("tdmq.v20200217.DeleteAMQPQueue", async function () {
468
478
  }
469
479
  })
470
480
 
471
- it("tdmq.v20200217.ModifyRocketMQCluster", async function () {
481
+ it("tdmq.v20200217.DeleteAMQPVHost", async function () {
472
482
  try {
473
- const data = await client.ModifyRocketMQCluster({})
483
+ const data = await client.DeleteAMQPVHost({})
474
484
  expect(data).to.be.ok
475
485
  } catch(error) {
476
486
  expect(error.requestId).to.be.ok
@@ -688,9 +698,9 @@ it("tdmq.v20200217.DeleteRocketMQCluster", async function () {
688
698
  }
689
699
  })
690
700
 
691
- it("tdmq.v20200217.DeleteAMQPVHost", async function () {
701
+ it("tdmq.v20200217.ModifyRocketMQCluster", async function () {
692
702
  try {
693
- const data = await client.DeleteAMQPVHost({})
703
+ const data = await client.ModifyRocketMQCluster({})
694
704
  expect(data).to.be.ok
695
705
  } catch(error) {
696
706
  expect(error.requestId).to.be.ok