tencentcloud-sdk-nodejs-intl-en 3.0.1305 → 3.0.1307

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 (32) hide show
  1. package/package.json +1 -1
  2. package/tencentcloud/cdb/v20170320/cdb_client.js +1 -1
  3. package/tencentcloud/ckafka/v20190819/models.js +69 -69
  4. package/tencentcloud/clb/v20180317/clb_client.js +20 -20
  5. package/tencentcloud/clb/v20180317/models.js +74 -74
  6. package/tencentcloud/common/sdk_version.js +1 -1
  7. package/tencentcloud/cvm/v20170312/cvm_client.js +1 -1
  8. package/tencentcloud/cvm/v20170312/models.js +3 -3
  9. package/tencentcloud/dbbrain/index.js +1 -1
  10. package/tencentcloud/emr/v20190103/models.js +6 -6
  11. package/tencentcloud/faceid/v20180301/models.js +103 -22
  12. package/tencentcloud/lighthouse/v20200324/lighthouse_client.js +1 -1
  13. package/tencentcloud/lighthouse/v20200324/models.js +9 -9
  14. package/tencentcloud/mongodb/v20190725/models.js +40 -40
  15. package/tencentcloud/mongodb/v20190725/mongodb_client.js +2 -2
  16. package/tencentcloud/monitor/v20180724/models.js +1 -1
  17. package/tencentcloud/mps/v20190612/models.js +16 -16
  18. package/tencentcloud/mqtt/v20240516/models.js +41 -41
  19. package/tencentcloud/mqtt/v20240516/mqtt_client.js +1 -1
  20. package/tencentcloud/redis/v20180412/models.js +12 -12
  21. package/tencentcloud/sms/index.js +1 -1
  22. package/tencentcloud/tdmq/v20200217/models.js +4 -4
  23. package/tencentcloud/teo/v20220901/models.js +9 -9
  24. package/tencentcloud/teo/v20220901/teo_client.js +3 -3
  25. package/tencentcloud/trocket/v20230308/models.js +89 -89
  26. package/tencentcloud/trocket/v20230308/trocket_client.js +11 -11
  27. package/tencentcloud/vm/index.js +1 -1
  28. package/tencentcloud/vod/index.js +1 -1
  29. package/tencentcloud/vod/v20180717/models.js +847 -161
  30. package/tencentcloud/vod/v20180717/vod_client.js +16 -6
  31. package/tencentcloud/vpc/v20170312/models.js +109 -0
  32. package/tencentcloud/vpc/v20170312/vpc_client.js +14 -0
@@ -26,8 +26,8 @@ class DetailedRolePerm extends AbstractModel {
26
26
 
27
27
  /**
28
28
  * Resources corresponding to permissions.
29
- Specifies the topic name, which can be obtained from [TopicItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#TopicItem) returned by the api [DescribeTopicList](https://www.tencentcloud.comom/document/api/1493/96030?from_cn_redirect=1) or from the console.
30
- Specifies the consumer group name, which can be obtained from the api response of DescribeConsumerGroupList (https://www.tencentcloud.comom/document/api/1493/101535?from_cn_redirect=1) or the console.
29
+ Specifies the topic name, which can be obtained from [TopicItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#TopicItem) returned by the api [DescribeTopicList](https://www.tencentcloud.com/document/api/1493/96030?from_cn_redirect=1) or from the console.
30
+ Specifies the consumer group name, which can be obtained from the api response of DescribeConsumerGroupList (https://www.tencentcloud.com/document/api/1493/101535?from_cn_redirect=1) or the console.
31
31
  * @type {string || null}
32
32
  */
33
33
  this.Resource = null;
@@ -450,13 +450,13 @@ class DescribeMessageListRequest extends AbstractModel {
450
450
  super();
451
451
 
452
452
  /**
453
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
453
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
454
454
  * @type {string || null}
455
455
  */
456
456
  this.InstanceId = null;
457
457
 
458
458
  /**
459
- * Topic name. It can be obtained from [TopicItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#TopicItem) returned by the API [DescribeTopicList](https://www.tencentcloud.comom/document/api/1493/96030?from_cn_redirect=1) or from the console.
459
+ * Topic name. It can be obtained from [TopicItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#TopicItem) returned by the API [DescribeTopicList](https://www.tencentcloud.com/document/api/1493/96030?from_cn_redirect=1) or from the console.
460
460
  * @type {string || null}
461
461
  */
462
462
  this.Topic = null;
@@ -492,19 +492,19 @@ class DescribeMessageListRequest extends AbstractModel {
492
492
  this.Limit = null;
493
493
 
494
494
  /**
495
- * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.comom/document/api/1493/101535?from_cn_redirect=1) or from the console.
495
+ * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.com/document/api/1493/101535?from_cn_redirect=1) or from the console.
496
496
  * @type {string || null}
497
497
  */
498
498
  this.ConsumerGroup = null;
499
499
 
500
500
  /**
501
- * Message ID. It can be obtained from [MessageItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#MessageItem) returned by the API [DescribeMessageList](https://www.tencentcloud.comom/document/api/1493/114593?from_cn_redirect=1) or from the workload logs.
501
+ * Message ID. It can be obtained from [MessageItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#MessageItem) returned by the API [DescribeMessageList](https://www.tencentcloud.com/document/api/1493/114593?from_cn_redirect=1) or from the workload logs.
502
502
  * @type {string || null}
503
503
  */
504
504
  this.MsgId = null;
505
505
 
506
506
  /**
507
- * Message key. It can be obtained from [MessageItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#MessageItem) returned by the API [DescribeMessageList](https://www.tencentcloud.comom/document/api/1493/114593?from_cn_redirect=1) or from workload logs.
507
+ * Message key. It can be obtained from [MessageItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#MessageItem) returned by the API [DescribeMessageList](https://www.tencentcloud.com/document/api/1493/114593?from_cn_redirect=1) or from workload logs.
508
508
  * @type {string || null}
509
509
  */
510
510
  this.MsgKey = null;
@@ -522,7 +522,7 @@ class DescribeMessageListRequest extends AbstractModel {
522
522
  this.QueryDeadLetterMessage = null;
523
523
 
524
524
  /**
525
- * Message tag. It can be obtained from [MessageItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#MessageItem) returned by the API [DescribeMessageList](https://www.tencentcloud.comom/document/api/1493/114593?from_cn_redirect=1) or from workload logs.
525
+ * Message tag. It can be obtained from [MessageItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#MessageItem) returned by the API [DescribeMessageList](https://www.tencentcloud.com/document/api/1493/114593?from_cn_redirect=1) or from workload logs.
526
526
  * @type {string || null}
527
527
  */
528
528
  this.Tag = null;
@@ -562,7 +562,7 @@ class ModifyInstanceRequest extends AbstractModel {
562
562
  super();
563
563
 
564
564
  /**
565
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
565
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
566
566
  * @type {string || null}
567
567
  */
568
568
  this.InstanceId = null;
@@ -586,13 +586,13 @@ class ModifyInstanceRequest extends AbstractModel {
586
586
  this.SendReceiveRatio = null;
587
587
 
588
588
  /**
589
- * Product specification. It can be obtained from the output parameters of [ProductSKU](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#ProductSKU) of the API [DescribeProductSKUs](https://www.tencentcloud.comom/document/api/1493/107676?from_cn_redirect=1).
589
+ * Product specification. It can be obtained from the output parameters of [ProductSKU](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#ProductSKU) of the API [DescribeProductSKUs](https://www.tencentcloud.com/document/api/1493/107676?from_cn_redirect=1).
590
590
  * @type {string || null}
591
591
  */
592
592
  this.SkuCode = null;
593
593
 
594
594
  /**
595
- * Message retention time (unit: hr). value range refers to the ProductSKU response parameters structure in the DescribeProductSKUs api (https://www.tencentcloud.comom/document/api/1493/107676?from_cn_redirect=1).
595
+ * Message retention time (unit: hr). value range refers to the ProductSKU response parameters structure in the DescribeProductSKUs api (https://www.tencentcloud.com/document/api/1493/107676?from_cn_redirect=1).
596
596
 
597
597
  -Default value: DefaultRetention parameter.
598
598
  -Minimum value: specifies the RetentionLowerLimit parameter.
@@ -614,7 +614,7 @@ class ModifyInstanceRequest extends AbstractModel {
614
614
  this.AclEnabled = null;
615
615
 
616
616
  /**
617
- * The maximum number of topics that can be created. value ranges from...to... refer to the ProductSKU output parameter in the DescribeProductSKUs api (https://www.tencentcloud.comom/document/api/1493/107676?from_cn_redirect=1) (https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#ProductSKU).
617
+ * The maximum number of topics that can be created. value ranges from...to... refer to the ProductSKU output parameter in the DescribeProductSKUs api (https://www.tencentcloud.com/document/api/1493/107676?from_cn_redirect=1) (https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#ProductSKU).
618
618
 
619
619
  -Minimum value and default value: TopicNumLimit parameter.
620
620
  -Maximum value of TopicNumUpperLimit parameter.
@@ -623,7 +623,7 @@ class ModifyInstanceRequest extends AbstractModel {
623
623
  this.MaxTopicNum = null;
624
624
 
625
625
  /**
626
- * Number of topics not included in the free quota. For the free quota, see the TopicNumLimit parameter in the output parameters of [ProductSKU](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#ProductSKU) of the API [DescribeProductSKUs](https://www.tencentcloud.comom/document/api/1493/107676?from_cn_redirect=1).
626
+ * Number of topics not included in the free quota. For the free quota, see the TopicNumLimit parameter in the output parameters of [ProductSKU](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#ProductSKU) of the API [DescribeProductSKUs](https://www.tencentcloud.com/document/api/1493/107676?from_cn_redirect=1).
627
627
  * @type {string || null}
628
628
  */
629
629
  this.ExtraTopicNum = null;
@@ -823,7 +823,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
823
823
  this.DestroyTime = null;
824
824
 
825
825
  /**
826
- * AZ list. See [ZoneInfo](https://www.tencentcloud.comom/document/api/1596/77932?from_cn_redirect=1#ZoneInfo) returned by the API [DescribeZones](https://www.tencentcloud.comom/document/product/1596/77929?from_cn_redirect=1) in Data Type.
826
+ * AZ list. See [ZoneInfo](https://www.tencentcloud.com/document/api/1596/77932?from_cn_redirect=1#ZoneInfo) returned by the API [DescribeZones](https://www.tencentcloud.com/document/product/1596/77929?from_cn_redirect=1) in Data Type.
827
827
  Note: This field may return null, indicating that no valid values can be obtained.
828
828
  * @type {Array.<number> || null}
829
829
  */
@@ -1114,13 +1114,13 @@ class DeleteTopicRequest extends AbstractModel {
1114
1114
  super();
1115
1115
 
1116
1116
  /**
1117
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
1117
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
1118
1118
  * @type {string || null}
1119
1119
  */
1120
1120
  this.InstanceId = null;
1121
1121
 
1122
1122
  /**
1123
- * Topic name. It can be obtained from [TopicItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#TopicItem) returned by the API [DescribeTopicList](https://www.tencentcloud.comom/document/api/1493/96030?from_cn_redirect=1) or from the console.
1123
+ * Topic name. It can be obtained from [TopicItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#TopicItem) returned by the API [DescribeTopicList](https://www.tencentcloud.com/document/api/1493/96030?from_cn_redirect=1) or from the console.
1124
1124
  * @type {string || null}
1125
1125
  */
1126
1126
  this.Topic = null;
@@ -1286,7 +1286,7 @@ class DescribeRoleListRequest extends AbstractModel {
1286
1286
  super();
1287
1287
 
1288
1288
  /**
1289
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
1289
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
1290
1290
  * @type {string || null}
1291
1291
  */
1292
1292
  this.InstanceId = null;
@@ -1399,25 +1399,25 @@ class DescribeConsumerLagRequest extends AbstractModel {
1399
1399
  super();
1400
1400
 
1401
1401
  /**
1402
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
1402
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
1403
1403
  * @type {string || null}
1404
1404
  */
1405
1405
  this.InstanceId = null;
1406
1406
 
1407
1407
  /**
1408
- * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.comom/document/api/1493/101535?from_cn_redirect=1) or from the console.
1408
+ * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.com/document/api/1493/101535?from_cn_redirect=1) or from the console.
1409
1409
  * @type {string || null}
1410
1410
  */
1411
1411
  this.ConsumerGroup = null;
1412
1412
 
1413
1413
  /**
1414
- * Namespace. It is required for 4.x clusters. The namespace can be obtained from [RocketMQNamespace](https://www.tencentcloud.comom/document/api/1179/46089?from_cn_redirect=1#RocketMQNamespace) returned by the API [DescribeRocketMQNamespaces](https://www.tencentcloud.comom/document/api/1179/63419?from_cn_redirect=1) or from the console.
1414
+ * Namespace. It is required for 4.x clusters. The namespace can be obtained from [RocketMQNamespace](https://www.tencentcloud.com/document/api/1179/46089?from_cn_redirect=1#RocketMQNamespace) returned by the API [DescribeRocketMQNamespaces](https://www.tencentcloud.com/document/api/1179/63419?from_cn_redirect=1) or from the console.
1415
1415
  * @type {string || null}
1416
1416
  */
1417
1417
  this.Namespace = null;
1418
1418
 
1419
1419
  /**
1420
- * Subscribed topic. If it is not left blank, query heaped messages of consumer groups subscribing to the topic. The topic can be obtained from [TopicItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#TopicItem) returned by the API [DescribeTopicList](https://www.tencentcloud.comom/document/api/1493/96030?from_cn_redirect=1) or from the console.
1420
+ * Subscribed topic. If it is not left blank, query heaped messages of consumer groups subscribing to the topic. The topic can be obtained from [TopicItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#TopicItem) returned by the API [DescribeTopicList](https://www.tencentcloud.com/document/api/1493/96030?from_cn_redirect=1) or from the console.
1421
1421
  * @type {string || null}
1422
1422
  */
1423
1423
  this.SubscribeTopic = null;
@@ -1448,20 +1448,20 @@ class DescribeMigratingGroupStatsRequest extends AbstractModel {
1448
1448
  super();
1449
1449
 
1450
1450
  /**
1451
- * Task ID. It can be obtained from [SmoothMigrationTaskItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#SmoothMigrationTaskItem) returned by the API [DescribeSmoothMigrationTaskList](https://www.tencentcloud.comom/document/api/1493/119997?from_cn_redirect=1) or from the console.
1451
+ * Task ID. It can be obtained from [SmoothMigrationTaskItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#SmoothMigrationTaskItem) returned by the API [DescribeSmoothMigrationTaskList](https://www.tencentcloud.com/document/api/1493/119997?from_cn_redirect=1) or from the console.
1452
1452
  * @type {string || null}
1453
1453
  */
1454
1454
  this.TaskId = null;
1455
1455
 
1456
1456
  /**
1457
- * Specifies the consumer group name. it can be obtained from [SourceClusterGroupConfig](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#SourceClusterGroupConfig) returned by the api [DescribeSourceClusterGroupList](https://www.tencentcloud.comom/document/api/1493/118006?from_cn_redirect=1) or in the console.
1457
+ * Specifies the consumer group name. it can be obtained from [SourceClusterGroupConfig](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#SourceClusterGroupConfig) returned by the api [DescribeSourceClusterGroupList](https://www.tencentcloud.com/document/api/1493/118006?from_cn_redirect=1) or in the console.
1458
1458
 
1459
1459
  * @type {string || null}
1460
1460
  */
1461
1461
  this.GroupName = null;
1462
1462
 
1463
1463
  /**
1464
- * Namespace. it is valid only when migrated to 4.x clusters. the namespace can be obtained from [SourceClusterGroupConfig](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#SourceClusterGroupConfig) returned by the api [DescribeSourceClusterGroupList](https://www.tencentcloud.comom/document/api/1493/118006?from_cn_redirect=1) or from the console.
1464
+ * Namespace. it is valid only when migrated to 4.x clusters. the namespace can be obtained from [SourceClusterGroupConfig](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#SourceClusterGroupConfig) returned by the api [DescribeSourceClusterGroupList](https://www.tencentcloud.com/document/api/1493/118006?from_cn_redirect=1) or from the console.
1465
1465
  * @type {string || null}
1466
1466
  */
1467
1467
  this.Namespace = null;
@@ -1640,7 +1640,7 @@ class DeleteSmoothMigrationTaskRequest extends AbstractModel {
1640
1640
  super();
1641
1641
 
1642
1642
  /**
1643
- * Task ID. It can be obtained from [SmoothMigrationTaskItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#SmoothMigrationTaskItem) returned by the API [DescribeSmoothMigrationTaskList](https://www.tencentcloud.comom/document/api/1493/119997?from_cn_redirect=1) or from the console.
1643
+ * Task ID. It can be obtained from [SmoothMigrationTaskItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#SmoothMigrationTaskItem) returned by the API [DescribeSmoothMigrationTaskList](https://www.tencentcloud.com/document/api/1493/119997?from_cn_redirect=1) or from the console.
1644
1644
 
1645
1645
  * @type {string || null}
1646
1646
  */
@@ -1797,7 +1797,7 @@ class CreateConsumerGroupRequest extends AbstractModel {
1797
1797
  super();
1798
1798
 
1799
1799
  /**
1800
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
1800
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
1801
1801
  * @type {string || null}
1802
1802
  */
1803
1803
  this.InstanceId = null;
@@ -1822,7 +1822,7 @@ Concurrent delivery: false.
1822
1822
  this.ConsumeMessageOrderly = null;
1823
1823
 
1824
1824
  /**
1825
- * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.comom/document/api/1493/101535?from_cn_redirect=1) or from the console.
1825
+ * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.com/document/api/1493/101535?from_cn_redirect=1) or from the console.
1826
1826
  * @type {string || null}
1827
1827
  */
1828
1828
  this.ConsumerGroup = null;
@@ -1975,7 +1975,7 @@ class DescribeSourceClusterGroupListRequest extends AbstractModel {
1975
1975
  super();
1976
1976
 
1977
1977
  /**
1978
- * Specifies the task ID. it can be obtained from [SmoothMigrationTaskItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#SmoothMigrationTaskItem) returned by the api [DescribeSmoothMigrationTaskList](https://www.tencentcloud.comom/document/api/1493/119997?from_cn_redirect=1) or from the console.
1978
+ * Specifies the task ID. it can be obtained from [SmoothMigrationTaskItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#SmoothMigrationTaskItem) returned by the api [DescribeSmoothMigrationTaskList](https://www.tencentcloud.com/document/api/1493/119997?from_cn_redirect=1) or from the console.
1979
1979
 
1980
1980
  * @type {string || null}
1981
1981
  */
@@ -2447,13 +2447,13 @@ class ModifyRoleRequest extends AbstractModel {
2447
2447
  super();
2448
2448
 
2449
2449
  /**
2450
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
2450
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
2451
2451
  * @type {string || null}
2452
2452
  */
2453
2453
  this.InstanceId = null;
2454
2454
 
2455
2455
  /**
2456
- * Role name. It can be obtained from [RoleItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#RoleItem) returned by the API [DescribeRoleList](https://www.tencentcloud.comom/document/api/1493/98862?from_cn_redirect=1) or from the console.
2456
+ * Role name. It can be obtained from [RoleItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#RoleItem) returned by the API [DescribeRoleList](https://www.tencentcloud.com/document/api/1493/98862?from_cn_redirect=1) or from the console.
2457
2457
  * @type {string || null}
2458
2458
  */
2459
2459
  this.Role = null;
@@ -2611,19 +2611,19 @@ class DescribeMessageRequest extends AbstractModel {
2611
2611
  super();
2612
2612
 
2613
2613
  /**
2614
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
2614
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
2615
2615
  * @type {string || null}
2616
2616
  */
2617
2617
  this.InstanceId = null;
2618
2618
 
2619
2619
  /**
2620
- * Topic name. It can be obtained from [TopicItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#TopicItem) returned by the API [DescribeTopicList](https://www.tencentcloud.comom/document/api/1493/96030?from_cn_redirect=1) or from the console.
2620
+ * Topic name. It can be obtained from [TopicItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#TopicItem) returned by the API [DescribeTopicList](https://www.tencentcloud.com/document/api/1493/96030?from_cn_redirect=1) or from the console.
2621
2621
  * @type {string || null}
2622
2622
  */
2623
2623
  this.Topic = null;
2624
2624
 
2625
2625
  /**
2626
- * Message ID. It can be obtained from the API [DescribeMessageList](https://www.tencentcloud.comom/document/api/1493/114593?from_cn_redirect=1) or workload logs.
2626
+ * Message ID. It can be obtained from the API [DescribeMessageList](https://www.tencentcloud.com/document/api/1493/114593?from_cn_redirect=1) or workload logs.
2627
2627
  * @type {string || null}
2628
2628
  */
2629
2629
  this.MsgId = null;
@@ -2681,13 +2681,13 @@ class DeleteRoleRequest extends AbstractModel {
2681
2681
  super();
2682
2682
 
2683
2683
  /**
2684
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
2684
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
2685
2685
  * @type {string || null}
2686
2686
  */
2687
2687
  this.InstanceId = null;
2688
2688
 
2689
2689
  /**
2690
- * Role name. It can be obtained from [RoleItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#RoleItem) returned by the API [DescribeRoleList](https://www.tencentcloud.comom/document/api/1493/98862?from_cn_redirect=1) or from the console.
2690
+ * Role name. It can be obtained from [RoleItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#RoleItem) returned by the API [DescribeRoleList](https://www.tencentcloud.com/document/api/1493/98862?from_cn_redirect=1) or from the console.
2691
2691
  * @type {string || null}
2692
2692
  */
2693
2693
  this.Role = null;
@@ -2785,21 +2785,21 @@ class DescribeMigratingTopicStatsRequest extends AbstractModel {
2785
2785
  super();
2786
2786
 
2787
2787
  /**
2788
- * Task ID. It can be obtained from [SmoothMigrationTaskItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#SmoothMigrationTaskItem) returned by the API [DescribeSmoothMigrationTaskList](https://www.tencentcloud.comom/document/api/1493/119997?from_cn_redirect=1) or from the console.
2788
+ * Task ID. It can be obtained from [SmoothMigrationTaskItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#SmoothMigrationTaskItem) returned by the API [DescribeSmoothMigrationTaskList](https://www.tencentcloud.com/document/api/1493/119997?from_cn_redirect=1) or from the console.
2789
2789
 
2790
2790
  * @type {string || null}
2791
2791
  */
2792
2792
  this.TaskId = null;
2793
2793
 
2794
2794
  /**
2795
- * Topic name. It can be obtained from [MigratingTopic](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#MigratingTopic) returned by the API [DescribeMigratingTopicList](https://www.tencentcloud.comom/document/api/1493/118007?from_cn_redirect=1) in Data Type.
2795
+ * Topic name. It can be obtained from [MigratingTopic](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#MigratingTopic) returned by the API [DescribeMigratingTopicList](https://www.tencentcloud.com/document/api/1493/118007?from_cn_redirect=1) in Data Type.
2796
2796
 
2797
2797
  * @type {string || null}
2798
2798
  */
2799
2799
  this.TopicName = null;
2800
2800
 
2801
2801
  /**
2802
- * Namespace. This parameter is valid only for migration to a 4.x cluster. The namespace can be obtained from [MigratingTopic](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#MigratingTopic) returned by the API [DescribeMigratingTopicList](https://www.tencentcloud.comom/document/api/1493/118007?from_cn_redirect=1) in Data Type.
2802
+ * Namespace. This parameter is valid only for migration to a 4.x cluster. The namespace can be obtained from [MigratingTopic](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#MigratingTopic) returned by the API [DescribeMigratingTopicList](https://www.tencentcloud.com/document/api/1493/118007?from_cn_redirect=1) in Data Type.
2803
2803
  * @type {string || null}
2804
2804
  */
2805
2805
  this.Namespace = null;
@@ -2829,13 +2829,13 @@ class DeleteConsumerGroupRequest extends AbstractModel {
2829
2829
  super();
2830
2830
 
2831
2831
  /**
2832
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
2832
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
2833
2833
  * @type {string || null}
2834
2834
  */
2835
2835
  this.InstanceId = null;
2836
2836
 
2837
2837
  /**
2838
- * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.comom/document/api/1493/101535?from_cn_redirect=1) or from the console.
2838
+ * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.com/document/api/1493/101535?from_cn_redirect=1) or from the console.
2839
2839
  * @type {string || null}
2840
2840
  */
2841
2841
  this.ConsumerGroup = null;
@@ -2906,21 +2906,21 @@ class RollbackMigratingTopicStageRequest extends AbstractModel {
2906
2906
  super();
2907
2907
 
2908
2908
  /**
2909
- * Task ID. It can be obtained from [SmoothMigrationTaskItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#SmoothMigrationTaskItem) returned by the API [DescribeSmoothMigrationTaskList](https://www.tencentcloud.comom/document/api/1493/119997?from_cn_redirect=1) or from the console.
2909
+ * Task ID. It can be obtained from [SmoothMigrationTaskItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#SmoothMigrationTaskItem) returned by the API [DescribeSmoothMigrationTaskList](https://www.tencentcloud.com/document/api/1493/119997?from_cn_redirect=1) or from the console.
2910
2910
 
2911
2911
  * @type {string || null}
2912
2912
  */
2913
2913
  this.TaskId = null;
2914
2914
 
2915
2915
  /**
2916
- * Topic name. It can be obtained from [MigratingTopic](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#MigratingTopic) returned by the API [DescribeMigratingTopicList](https://www.tencentcloud.comom/document/api/1493/118007?from_cn_redirect=1) in Data Type.
2916
+ * Topic name. It can be obtained from [MigratingTopic](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#MigratingTopic) returned by the API [DescribeMigratingTopicList](https://www.tencentcloud.com/document/api/1493/118007?from_cn_redirect=1) in Data Type.
2917
2917
 
2918
2918
  * @type {string || null}
2919
2919
  */
2920
2920
  this.TopicName = null;
2921
2921
 
2922
2922
  /**
2923
- * Namespace. This parameter is valid only for migration to a 4.x cluster. The namespace can be obtained from [MigratingTopic](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#MigratingTopic) returned by the API [DescribeMigratingTopicList](https://www.tencentcloud.comom/document/api/1493/118007?from_cn_redirect=1) in Data Type.
2923
+ * Namespace. This parameter is valid only for migration to a 4.x cluster. The namespace can be obtained from [MigratingTopic](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#MigratingTopic) returned by the API [DescribeMigratingTopicList](https://www.tencentcloud.com/document/api/1493/118007?from_cn_redirect=1) in Data Type.
2924
2924
  * @type {string || null}
2925
2925
  */
2926
2926
  this.Namespace = null;
@@ -3052,14 +3052,14 @@ class DoHealthCheckOnMigratingTopicRequest extends AbstractModel {
3052
3052
  super();
3053
3053
 
3054
3054
  /**
3055
- * Task ID. It can be obtained from [SmoothMigrationTaskItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#SmoothMigrationTaskItem) returned by the API [DescribeSmoothMigrationTaskList](https://www.tencentcloud.comom/document/api/1493/119997?from_cn_redirect=1) or from the console.
3055
+ * Task ID. It can be obtained from [SmoothMigrationTaskItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#SmoothMigrationTaskItem) returned by the API [DescribeSmoothMigrationTaskList](https://www.tencentcloud.com/document/api/1493/119997?from_cn_redirect=1) or from the console.
3056
3056
 
3057
3057
  * @type {string || null}
3058
3058
  */
3059
3059
  this.TaskId = null;
3060
3060
 
3061
3061
  /**
3062
- * Topic name. It can be obtained from [MigratingTopic](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#MigratingTopic) returned by the API [DescribeMigratingTopicList](https://www.tencentcloud.comom/document/api/1493/118007?from_cn_redirect=1) in Data Type.
3062
+ * Topic name. It can be obtained from [MigratingTopic](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#MigratingTopic) returned by the API [DescribeMigratingTopicList](https://www.tencentcloud.com/document/api/1493/118007?from_cn_redirect=1) in Data Type.
3063
3063
 
3064
3064
  * @type {string || null}
3065
3065
  */
@@ -3072,7 +3072,7 @@ class DoHealthCheckOnMigratingTopicRequest extends AbstractModel {
3072
3072
  this.IgnoreCheck = null;
3073
3073
 
3074
3074
  /**
3075
- * Namespace. This parameter is valid only for migration to a 4.x cluster. The namespace can be obtained from [MigratingTopic](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#MigratingTopic) returned by the API [DescribeMigratingTopicList](https://www.tencentcloud.comom/document/api/1493/118007?from_cn_redirect=1) in Data Type.
3075
+ * Namespace. This parameter is valid only for migration to a 4.x cluster. The namespace can be obtained from [MigratingTopic](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#MigratingTopic) returned by the API [DescribeMigratingTopicList](https://www.tencentcloud.com/document/api/1493/118007?from_cn_redirect=1) in Data Type.
3076
3076
  * @type {string || null}
3077
3077
  */
3078
3078
  this.Namespace = null;
@@ -3103,13 +3103,13 @@ class DescribeProducerListRequest extends AbstractModel {
3103
3103
  super();
3104
3104
 
3105
3105
  /**
3106
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
3106
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
3107
3107
  * @type {string || null}
3108
3108
  */
3109
3109
  this.InstanceId = null;
3110
3110
 
3111
3111
  /**
3112
- * Topic name. It can be obtained from [TopicItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#TopicItem) returned by the API [DescribeTopicList](https://www.tencentcloud.comom/document/api/1493/96030?from_cn_redirect=1) or from the console.
3112
+ * Topic name. It can be obtained from [TopicItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#TopicItem) returned by the API [DescribeTopicList](https://www.tencentcloud.com/document/api/1493/96030?from_cn_redirect=1) or from the console.
3113
3113
  * @type {string || null}
3114
3114
  */
3115
3115
  this.Topic = null;
@@ -3402,13 +3402,13 @@ class DescribeTopicRequest extends AbstractModel {
3402
3402
  super();
3403
3403
 
3404
3404
  /**
3405
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
3405
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
3406
3406
  * @type {string || null}
3407
3407
  */
3408
3408
  this.InstanceId = null;
3409
3409
 
3410
3410
  /**
3411
- * Topic name. It can be obtained from [TopicItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#TopicItem) returned by the API [DescribeTopicList](https://www.tencentcloud.comom/document/api/1493/96030?from_cn_redirect=1) or from the console.
3411
+ * Topic name. It can be obtained from [TopicItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#TopicItem) returned by the API [DescribeTopicList](https://www.tencentcloud.com/document/api/1493/96030?from_cn_redirect=1) or from the console.
3412
3412
  * @type {string || null}
3413
3413
  */
3414
3414
  this.Topic = null;
@@ -3466,19 +3466,19 @@ class DescribeMessageTraceRequest extends AbstractModel {
3466
3466
  super();
3467
3467
 
3468
3468
  /**
3469
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
3469
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
3470
3470
  * @type {string || null}
3471
3471
  */
3472
3472
  this.InstanceId = null;
3473
3473
 
3474
3474
  /**
3475
- * Topic name. It can be obtained from [TopicItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#TopicItem) returned by the API [DescribeTopicList](https://www.tencentcloud.comom/document/api/1493/96030?from_cn_redirect=1) or from the console.
3475
+ * Topic name. It can be obtained from [TopicItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#TopicItem) returned by the API [DescribeTopicList](https://www.tencentcloud.com/document/api/1493/96030?from_cn_redirect=1) or from the console.
3476
3476
  * @type {string || null}
3477
3477
  */
3478
3478
  this.Topic = null;
3479
3479
 
3480
3480
  /**
3481
- * Message ID. It can be obtained from [MessageItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#MessageItem) returned by the API [DescribeMessageList](https://www.tencentcloud.comom/document/api/1493/114593?from_cn_redirect=1) or from the workload logs.
3481
+ * Message ID. It can be obtained from [MessageItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#MessageItem) returned by the API [DescribeMessageList](https://www.tencentcloud.com/document/api/1493/114593?from_cn_redirect=1) or from the workload logs.
3482
3482
  * @type {string || null}
3483
3483
  */
3484
3484
  this.MsgId = null;
@@ -3622,20 +3622,20 @@ class RemoveMigratingTopicRequest extends AbstractModel {
3622
3622
  super();
3623
3623
 
3624
3624
  /**
3625
- * Task ID. It can be obtained from [SmoothMigrationTaskItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#SmoothMigrationTaskItem) returned by the API [DescribeSmoothMigrationTaskList](https://www.tencentcloud.comom/document/api/1493/119997?from_cn_redirect=1) or from the console.
3625
+ * Task ID. It can be obtained from [SmoothMigrationTaskItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#SmoothMigrationTaskItem) returned by the API [DescribeSmoothMigrationTaskList](https://www.tencentcloud.com/document/api/1493/119997?from_cn_redirect=1) or from the console.
3626
3626
  * @type {string || null}
3627
3627
  */
3628
3628
  this.TaskId = null;
3629
3629
 
3630
3630
  /**
3631
- * Topic name. It can be obtained from [MigratingTopic](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#MigratingTopic) returned by the API [DescribeMigratingTopicList](https://www.tencentcloud.comom/document/api/1493/118007?from_cn_redirect=1) in Data Type.
3631
+ * Topic name. It can be obtained from [MigratingTopic](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#MigratingTopic) returned by the API [DescribeMigratingTopicList](https://www.tencentcloud.com/document/api/1493/118007?from_cn_redirect=1) in Data Type.
3632
3632
 
3633
3633
  * @type {string || null}
3634
3634
  */
3635
3635
  this.TopicName = null;
3636
3636
 
3637
3637
  /**
3638
- * Namespace. This parameter is valid only for migration to a 4.x cluster. The namespace can be obtained from [MigratingTopic](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#MigratingTopic) returned by the API [DescribeMigratingTopicList](https://www.tencentcloud.comom/document/api/1493/118007?from_cn_redirect=1) in Data Type.
3638
+ * Namespace. This parameter is valid only for migration to a 4.x cluster. The namespace can be obtained from [MigratingTopic](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#MigratingTopic) returned by the API [DescribeMigratingTopicList](https://www.tencentcloud.com/document/api/1493/118007?from_cn_redirect=1) in Data Type.
3639
3639
  * @type {string || null}
3640
3640
  */
3641
3641
  this.Namespace = null;
@@ -3795,7 +3795,7 @@ class DescribeTopicListRequest extends AbstractModel {
3795
3795
  super();
3796
3796
 
3797
3797
  /**
3798
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
3798
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
3799
3799
  * @type {string || null}
3800
3800
  */
3801
3801
  this.InstanceId = null;
@@ -3874,13 +3874,13 @@ class ModifyConsumerGroupRequest extends AbstractModel {
3874
3874
  super();
3875
3875
 
3876
3876
  /**
3877
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
3877
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
3878
3878
  * @type {string || null}
3879
3879
  */
3880
3880
  this.InstanceId = null;
3881
3881
 
3882
3882
  /**
3883
- * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.comom/document/api/1493/101535?from_cn_redirect=1) or from the console.
3883
+ * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.com/document/api/1493/101535?from_cn_redirect=1) or from the console.
3884
3884
  * @type {string || null}
3885
3885
  */
3886
3886
  this.ConsumerGroup = null;
@@ -3938,13 +3938,13 @@ class DescribeConsumerGroupRequest extends AbstractModel {
3938
3938
  super();
3939
3939
 
3940
3940
  /**
3941
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
3941
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
3942
3942
  * @type {string || null}
3943
3943
  */
3944
3944
  this.InstanceId = null;
3945
3945
 
3946
3946
  /**
3947
- * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.comom/document/api/1493/101535?from_cn_redirect=1) or from the console.
3947
+ * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.com/document/api/1493/101535?from_cn_redirect=1) or from the console.
3948
3948
  * @type {string || null}
3949
3949
  */
3950
3950
  this.ConsumerGroup = null;
@@ -4350,7 +4350,7 @@ class CreateInstanceRequest extends AbstractModel {
4350
4350
  this.Name = null;
4351
4351
 
4352
4352
  /**
4353
- * Product specification. It can be obtained from the output parameters of [ProductSKU](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#ProductSKU) of the API [DescribeProductSKUs](https://www.tencentcloud.comom/document/api/1493/107676?from_cn_redirect=1).
4353
+ * Product specification. It can be obtained from the output parameters of [ProductSKU](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#ProductSKU) of the API [DescribeProductSKUs](https://www.tencentcloud.com/document/api/1493/107676?from_cn_redirect=1).
4354
4354
  * @type {string || null}
4355
4355
  */
4356
4356
  this.SkuCode = null;
@@ -4398,7 +4398,7 @@ class CreateInstanceRequest extends AbstractModel {
4398
4398
  this.IpRules = null;
4399
4399
 
4400
4400
  /**
4401
- * Message retention time (unit: hr). value range refers to the ProductSKU response parameters structure in the DescribeProductSKUs api (https://www.tencentcloud.comom/document/api/1493/107676?from_cn_redirect=1).
4401
+ * Message retention time (unit: hr). value range refers to the ProductSKU response parameters structure in the DescribeProductSKUs api (https://www.tencentcloud.com/document/api/1493/107676?from_cn_redirect=1).
4402
4402
 
4403
4403
  -Default value: DefaultRetention parameter.
4404
4404
  -Minimum value: specifies the RetentionLowerLimit parameter.
@@ -4426,7 +4426,7 @@ class CreateInstanceRequest extends AbstractModel {
4426
4426
  this.TimeSpan = null;
4427
4427
 
4428
4428
  /**
4429
- * Specifies the maximum number of topics that can be created. obtained from the ProductSKU response parameters structure in the DescribeProductSKUs api (https://www.tencentcloud.comom/document/api/1493/107676?from_cn_redirect=1) (https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#ProductSKU).
4429
+ * Specifies the maximum number of topics that can be created. obtained from the ProductSKU response parameters structure in the DescribeProductSKUs api (https://www.tencentcloud.com/document/api/1493/107676?from_cn_redirect=1) (https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#ProductSKU).
4430
4430
 
4431
4431
  -Default value and minimum value: specifies the TopicNumLimit parameter.
4432
4432
  -Maximum value of TopicNumUpperLimit parameter.
@@ -4435,7 +4435,7 @@ class CreateInstanceRequest extends AbstractModel {
4435
4435
  this.MaxTopicNum = null;
4436
4436
 
4437
4437
  /**
4438
- * Deployment AZ list. obtain from the [ZoneInfo](https://www.tencentcloud.comom/document/api/1596/77932?from_cn_redirect=1#ZoneInfo) data structure returned by the api [DescribeZones](https://www.tencentcloud.comom/document/product/1596/77929?from_cn_redirect=1).
4438
+ * Deployment AZ list. obtain from the [ZoneInfo](https://www.tencentcloud.com/document/api/1596/77932?from_cn_redirect=1#ZoneInfo) data structure returned by the api [DescribeZones](https://www.tencentcloud.com/document/product/1596/77929?from_cn_redirect=1).
4439
4439
  * @type {Array.<number> || null}
4440
4440
  */
4441
4441
  this.ZoneIds = null;
@@ -4616,13 +4616,13 @@ class DescribeConsumerClientRequest extends AbstractModel {
4616
4616
  super();
4617
4617
 
4618
4618
  /**
4619
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
4619
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
4620
4620
  * @type {string || null}
4621
4621
  */
4622
4622
  this.InstanceId = null;
4623
4623
 
4624
4624
  /**
4625
- * Client ID. It can be obtained from the output parameters of [ConsumerClient](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#ConsumerClient) of the API [DescribeConsumerClientList](https://www.tencentcloud.comom/document/api/1493/120140?from_cn_redirect=1).
4625
+ * Client ID. It can be obtained from the output parameters of [ConsumerClient](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#ConsumerClient) of the API [DescribeConsumerClientList](https://www.tencentcloud.com/document/api/1493/120140?from_cn_redirect=1).
4626
4626
  * @type {string || null}
4627
4627
  */
4628
4628
  this.ClientId = null;
@@ -4646,7 +4646,7 @@ class DescribeConsumerClientRequest extends AbstractModel {
4646
4646
  this.Limit = null;
4647
4647
 
4648
4648
  /**
4649
- * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.comom/document/api/1493/101535?from_cn_redirect=1) or from the console.
4649
+ * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.com/document/api/1493/101535?from_cn_redirect=1) or from the console.
4650
4650
  * @type {string || null}
4651
4651
  */
4652
4652
  this.ConsumerGroup = null;
@@ -4750,21 +4750,21 @@ class ChangeMigratingTopicToNextStageRequest extends AbstractModel {
4750
4750
  super();
4751
4751
 
4752
4752
  /**
4753
- * Task ID. It can be obtained from [SmoothMigrationTaskItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#SmoothMigrationTaskItem) returned by the API [DescribeSmoothMigrationTaskList](https://www.tencentcloud.comom/document/api/1493/119997?from_cn_redirect=1) or from the console.
4753
+ * Task ID. It can be obtained from [SmoothMigrationTaskItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#SmoothMigrationTaskItem) returned by the API [DescribeSmoothMigrationTaskList](https://www.tencentcloud.com/document/api/1493/119997?from_cn_redirect=1) or from the console.
4754
4754
 
4755
4755
  * @type {string || null}
4756
4756
  */
4757
4757
  this.TaskId = null;
4758
4758
 
4759
4759
  /**
4760
- * List of topic names. topic name can be obtained from [MigratingTopic](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#MigratingTopic) returned by the api [DescribeMigratingTopicList](https://www.tencentcloud.comom/document/api/1493/118007?from_cn_redirect=1) in data type.
4760
+ * List of topic names. topic name can be obtained from [MigratingTopic](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#MigratingTopic) returned by the api [DescribeMigratingTopicList](https://www.tencentcloud.com/document/api/1493/118007?from_cn_redirect=1) in data type.
4761
4761
 
4762
4762
  * @type {Array.<string> || null}
4763
4763
  */
4764
4764
  this.TopicNameList = null;
4765
4765
 
4766
4766
  /**
4767
- * Namespace list. It is valid only for 4.x clusters and has a one-to-one relationship with TopicNameList. The list can be obtained from [MigratingTopic](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#MigratingTopic) returned by the API [DescribeMigratingTopicList](https://www.tencentcloud.comom/document/api/1493/118007?from_cn_redirect=1) in Data Type.
4767
+ * Namespace list. It is valid only for 4.x clusters and has a one-to-one relationship with TopicNameList. The list can be obtained from [MigratingTopic](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#MigratingTopic) returned by the API [DescribeMigratingTopicList](https://www.tencentcloud.com/document/api/1493/118007?from_cn_redirect=1) in Data Type.
4768
4768
  * @type {Array.<string> || null}
4769
4769
  */
4770
4770
  this.NamespaceList = null;
@@ -4822,7 +4822,7 @@ class DescribeTopicListByGroupRequest extends AbstractModel {
4822
4822
  super();
4823
4823
 
4824
4824
  /**
4825
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
4825
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
4826
4826
  * @type {string || null}
4827
4827
  */
4828
4828
  this.InstanceId = null;
@@ -4840,7 +4840,7 @@ class DescribeTopicListByGroupRequest extends AbstractModel {
4840
4840
  this.Limit = null;
4841
4841
 
4842
4842
  /**
4843
- * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.comom/document/api/1493/101535?from_cn_redirect=1) or from the console.
4843
+ * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.com/document/api/1493/101535?from_cn_redirect=1) or from the console.
4844
4844
  * @type {string || null}
4845
4845
  */
4846
4846
  this.ConsumerGroup = null;
@@ -4886,7 +4886,7 @@ class DescribeMigratingTopicListRequest extends AbstractModel {
4886
4886
  super();
4887
4887
 
4888
4888
  /**
4889
- * Task ID. It can be obtained from [SmoothMigrationTaskItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#SmoothMigrationTaskItem) returned by the API [DescribeSmoothMigrationTaskList](https://www.tencentcloud.comom/document/api/1493/119997?from_cn_redirect=1) or from the console.
4889
+ * Task ID. It can be obtained from [SmoothMigrationTaskItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#SmoothMigrationTaskItem) returned by the API [DescribeSmoothMigrationTaskList](https://www.tencentcloud.com/document/api/1493/119997?from_cn_redirect=1) or from the console.
4890
4890
 
4891
4891
  * @type {string || null}
4892
4892
  */
@@ -4979,13 +4979,13 @@ class ModifyTopicRequest extends AbstractModel {
4979
4979
  super();
4980
4980
 
4981
4981
  /**
4982
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
4982
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
4983
4983
  * @type {string || null}
4984
4984
  */
4985
4985
  this.InstanceId = null;
4986
4986
 
4987
4987
  /**
4988
- * Topic name. It can be obtained from [TopicItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#TopicItem) returned by the API [DescribeTopicList](https://www.tencentcloud.comom/document/api/1493/96030?from_cn_redirect=1) or from the console.
4988
+ * Topic name. It can be obtained from [TopicItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#TopicItem) returned by the API [DescribeTopicList](https://www.tencentcloud.com/document/api/1493/96030?from_cn_redirect=1) or from the console.
4989
4989
  * @type {string || null}
4990
4990
  */
4991
4991
  this.Topic = null;
@@ -5241,7 +5241,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
5241
5241
  this.TopicNumUpperLimit = null;
5242
5242
 
5243
5243
  /**
5244
- * AZ list. See [ZoneInfo](https://www.tencentcloud.comom/document/api/1596/77932?from_cn_redirect=1#ZoneInfo) returned by the API [DescribeZones](https://www.tencentcloud.comom/document/product/1596/77929?from_cn_redirect=1) in Data Type.
5244
+ * AZ list. See [ZoneInfo](https://www.tencentcloud.com/document/api/1596/77932?from_cn_redirect=1#ZoneInfo) returned by the API [DescribeZones](https://www.tencentcloud.com/document/product/1596/77929?from_cn_redirect=1) in Data Type.
5245
5245
  * @type {Array.<number> || null}
5246
5246
  */
5247
5247
  this.ZoneIds = null;
@@ -5374,7 +5374,7 @@ class DeleteInstanceRequest extends AbstractModel {
5374
5374
  super();
5375
5375
 
5376
5376
  /**
5377
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
5377
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
5378
5378
  * @type {string || null}
5379
5379
  */
5380
5380
  this.InstanceId = null;
@@ -5502,7 +5502,7 @@ class ResendDeadLetterMessageRequest extends AbstractModel {
5502
5502
  super();
5503
5503
 
5504
5504
  /**
5505
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
5505
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
5506
5506
  * @type {string || null}
5507
5507
  */
5508
5508
  this.InstanceId = null;
@@ -5514,7 +5514,7 @@ class ResendDeadLetterMessageRequest extends AbstractModel {
5514
5514
  this.MessageIds = null;
5515
5515
 
5516
5516
  /**
5517
- * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.comom/document/api/1493/101535?from_cn_redirect=1) or from the console.
5517
+ * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.com/document/api/1493/101535?from_cn_redirect=1) or from the console.
5518
5518
  * @type {string || null}
5519
5519
  */
5520
5520
  this.ConsumerGroup = null;
@@ -5735,7 +5735,7 @@ class ModifyInstanceEndpointRequest extends AbstractModel {
5735
5735
  super();
5736
5736
 
5737
5737
  /**
5738
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
5738
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
5739
5739
  * @type {string || null}
5740
5740
  */
5741
5741
  this.InstanceId = null;
@@ -5800,7 +5800,7 @@ class SourceClusterGroupConfig extends AbstractModel {
5800
5800
  super();
5801
5801
 
5802
5802
  /**
5803
- * Consumer group name. It can be obtained from [SourceClusterGroupConfig](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#SourceClusterGroupConfig) returned by the API [DescribeSourceClusterGroupList](https://www.tencentcloud.comom/document/api/1493/118006?from_cn_redirect=1).
5803
+ * Consumer group name. It can be obtained from [SourceClusterGroupConfig](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#SourceClusterGroupConfig) returned by the API [DescribeSourceClusterGroupList](https://www.tencentcloud.com/document/api/1493/118006?from_cn_redirect=1).
5804
5804
  Note: This field may return null, indicating that no valid values can be obtained.
5805
5805
  * @type {string || null}
5806
5806
  */
@@ -5950,13 +5950,13 @@ class DescribeConsumerClientListRequest extends AbstractModel {
5950
5950
  super();
5951
5951
 
5952
5952
  /**
5953
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
5953
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
5954
5954
  * @type {string || null}
5955
5955
  */
5956
5956
  this.InstanceId = null;
5957
5957
 
5958
5958
  /**
5959
- * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.comom/document/api/1493/101535?from_cn_redirect=1) or from the console.
5959
+ * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.com/document/api/1493/101535?from_cn_redirect=1) or from the console.
5960
5960
  * @type {string || null}
5961
5961
  */
5962
5962
  this.ConsumerGroup = null;
@@ -6106,7 +6106,7 @@ class CreateRoleRequest extends AbstractModel {
6106
6106
  super();
6107
6107
 
6108
6108
  /**
6109
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
6109
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
6110
6110
  * @type {string || null}
6111
6111
  */
6112
6112
  this.InstanceId = null;
@@ -6717,7 +6717,7 @@ class DescribeInstanceRequest extends AbstractModel {
6717
6717
  super();
6718
6718
 
6719
6719
  /**
6720
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
6720
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
6721
6721
  * @type {string || null}
6722
6722
  */
6723
6723
  this.InstanceId = null;
@@ -6860,13 +6860,13 @@ class ResetConsumerGroupOffsetRequest extends AbstractModel {
6860
6860
  super();
6861
6861
 
6862
6862
  /**
6863
- * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) or the console.
6863
+ * TDMQ RocketMQ instance ID. It can be obtained from the API [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) or the console.
6864
6864
  * @type {string || null}
6865
6865
  */
6866
6866
  this.InstanceId = null;
6867
6867
 
6868
6868
  /**
6869
- * Topic name. It can be obtained from [TopicItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#TopicItem) returned by the API [DescribeTopicList](https://www.tencentcloud.comom/document/api/1493/96030?from_cn_redirect=1) or from the console.
6869
+ * Topic name. It can be obtained from [TopicItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#TopicItem) returned by the API [DescribeTopicList](https://www.tencentcloud.com/document/api/1493/96030?from_cn_redirect=1) or from the console.
6870
6870
  * @type {string || null}
6871
6871
  */
6872
6872
  this.Topic = null;
@@ -6878,7 +6878,7 @@ class ResetConsumerGroupOffsetRequest extends AbstractModel {
6878
6878
  this.ResetTimestamp = null;
6879
6879
 
6880
6880
  /**
6881
- * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.comom/document/api/1493/101535?from_cn_redirect=1) or from the console.
6881
+ * Consumer group name. It can be obtained from [ConsumeGroupItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) returned by the API [DescribeConsumerGroupList](https://www.tencentcloud.com/document/api/1493/101535?from_cn_redirect=1) or from the console.
6882
6882
  * @type {string || null}
6883
6883
  */
6884
6884
  this.ConsumerGroup = null;