tccli-intl-en 3.1.13.1__py2.py3-none-any.whl → 3.1.39.1__py2.py3-none-any.whl

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 (75) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/advisor/advisor_client.py +56 -0
  4. tccli/services/advisor/v20200721/api.json +34 -0
  5. tccli/services/advisor/v20200721/examples.json +8 -0
  6. tccli/services/autoscaling/v20180419/api.json +41 -13
  7. tccli/services/billing/billing_client.py +172 -4
  8. tccli/services/billing/v20180709/api.json +332 -1
  9. tccli/services/billing/v20180709/examples.json +24 -0
  10. tccli/services/ccc/v20200210/api.json +71 -26
  11. tccli/services/cdb/cdb_client.py +1128 -288
  12. tccli/services/cdb/v20170320/api.json +2166 -335
  13. tccli/services/cdb/v20170320/examples.json +126 -6
  14. tccli/services/cdn/v20180606/api.json +22 -22
  15. tccli/services/cdn/v20180606/examples.json +1 -1
  16. tccli/services/ckafka/ckafka_client.py +120 -8
  17. tccli/services/ckafka/v20190819/api.json +525 -180
  18. tccli/services/ckafka/v20190819/examples.json +30 -20
  19. tccli/services/clb/v20180317/api.json +87 -87
  20. tccli/services/csip/csip_client.py +392 -0
  21. tccli/services/csip/v20221121/api.json +2050 -284
  22. tccli/services/csip/v20221121/examples.json +56 -0
  23. tccli/services/cvm/v20170312/api.json +20 -20
  24. tccli/services/cvm/v20170312/examples.json +8 -8
  25. tccli/services/emr/v20190103/api.json +6 -6
  26. tccli/services/faceid/v20180301/api.json +102 -52
  27. tccli/services/faceid/v20180301/examples.json +3 -9
  28. tccli/services/hunyuan/hunyuan_client.py +448 -0
  29. tccli/services/hunyuan/v20230901/api.json +879 -18
  30. tccli/services/hunyuan/v20230901/examples.json +64 -0
  31. tccli/services/lighthouse/lighthouse_client.py +360 -24
  32. tccli/services/lighthouse/v20200324/api.json +488 -0
  33. tccli/services/lighthouse/v20200324/examples.json +54 -0
  34. tccli/services/lkeap/v20240522/api.json +36 -0
  35. tccli/services/lkeap/v20240522/examples.json +1 -1
  36. tccli/services/mdl/v20200326/api.json +309 -38
  37. tccli/services/mdp/v20200527/api.json +191 -28
  38. tccli/services/mongodb/v20190725/api.json +39 -39
  39. tccli/services/monitor/v20180724/api.json +5 -5
  40. tccli/services/mps/mps_client.py +341 -61
  41. tccli/services/mps/v20190612/api.json +890 -31
  42. tccli/services/mps/v20190612/examples.json +40 -0
  43. tccli/services/mqtt/__init__.py +4 -0
  44. tccli/services/mqtt/mqtt_client.py +1610 -0
  45. tccli/services/mqtt/v20240516/api.json +3057 -0
  46. tccli/services/mqtt/v20240516/examples.json +213 -0
  47. tccli/services/ocr/v20181119/api.json +23 -3
  48. tccli/services/ocr/v20181119/examples.json +6 -6
  49. tccli/services/redis/v20180412/api.json +12 -12
  50. tccli/services/ses/ses_client.py +348 -12
  51. tccli/services/ses/v20201002/api.json +1197 -256
  52. tccli/services/ses/v20201002/examples.json +78 -24
  53. tccli/services/tcsas/tcsas_client.py +2281 -209
  54. tccli/services/tcsas/v20250106/api.json +8410 -3423
  55. tccli/services/tcsas/v20250106/examples.json +308 -12
  56. tccli/services/tdmq/v20200217/api.json +4 -4
  57. tccli/services/teo/v20220901/api.json +10 -10
  58. tccli/services/tke/tke_client.py +168 -0
  59. tccli/services/tke/v20180525/api.json +227 -0
  60. tccli/services/tke/v20180525/examples.json +24 -0
  61. tccli/services/trocket/v20230308/api.json +96 -96
  62. tccli/services/trtc/v20190722/api.json +212 -144
  63. tccli/services/trtc/v20190722/examples.json +7 -7
  64. tccli/services/vod/v20180717/api.json +2929 -296
  65. tccli/services/vod/v20180717/examples.json +40 -6
  66. tccli/services/vod/vod_client.py +280 -0
  67. tccli/services/vpc/v20170312/api.json +80 -13
  68. tccli/services/vpc/v20170312/examples.json +17 -9
  69. tccli/services/vpc/vpc_client.py +64 -8
  70. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/METADATA +2 -2
  71. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/RECORD +75 -71
  72. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/WHEEL +1 -1
  73. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/LICENSE +0 -0
  74. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/entry_points.txt +0 -0
  75. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/top_level.txt +0 -0
@@ -92,7 +92,7 @@
92
92
  "status": "online"
93
93
  },
94
94
  "DescribeFusionInstanceList": {
95
- "document": "This API is used to describe clusters, supporting both 4.x and 5.x clusters. Among them, parameter usage of Filters is as follows:.\n\n-InstanceName, the cluster name, supports fuzzy query and can be obtained from the API return value or console.\n-InstanceId Cluster ID, exact query, obtain from the current API or console.\n- InstanceType cluster type, see [InstanceItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#InstanceItem) data structure, supports multiple selections.\n- Version: cluster edition, enumeration values as follows:.\n-4 RocketMQ 4.x clusters.\n-Deploy a RocketMQ 5.x cluster.\n\nThis API is used to demonstrate Filters.\n [{ \"Name\": \"InstanceId\", \"Values\": [\"rmq-72mo3a9o\"] }]",
95
+ "document": "This API is used to describe clusters, supporting both 4.x and 5.x clusters. Among them, parameter usage of Filters is as follows:.\n\n-InstanceName, the cluster name, supports fuzzy query and can be obtained from the API return value or console.\n-InstanceId Cluster ID, exact query, obtain from the current API or console.\n- InstanceType cluster type, see [InstanceItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#InstanceItem) data structure, supports multiple selections.\n- Version: cluster edition, enumeration values as follows:.\n-4 RocketMQ 4.x clusters.\n-Deploy a RocketMQ 5.x cluster.\n\nThis API is used to demonstrate Filters.\n [{ \"Name\": \"InstanceId\", \"Values\": [\"rmq-72mo3a9o\"] }]",
96
96
  "input": "DescribeFusionInstanceListRequest",
97
97
  "name": "Query a Cluster List",
98
98
  "output": "DescribeFusionInstanceListResponse",
@@ -106,7 +106,7 @@
106
106
  "status": "online"
107
107
  },
108
108
  "DescribeInstanceList": {
109
- "document": "This API is used to describe clusters. It only supports 5.x clusters. Description of the Filters parameter use is as follows:.\n\n-InstanceName Cluster name, supports fuzzy search.\n- InstanceId The Tencent Cloud RocketMQ instance ID, obtained from the [DescribeFusionInstanceList](https://www.tencentcloud.comom/document/api/1493/106745?from_cn_redirect=1) API or console.\n- InstanceType cluster type, see [InstanceItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#InstanceItem) data structure, supports multiple selections.\n-InstanceStatus cluster status, see [InstanceItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#InstanceItem) data structure, supports multiple selections.\n\nThis API is used to demonstrate Filters.\n[{\n \"Name\": \"InstanceId\",\n \"Values\": [\"rmq-72mo3a9o\"]\n}]",
109
+ "document": "This API is used to describe clusters. It only supports 5.x clusters. Description of the Filters parameter use is as follows:.\n\n-InstanceName Cluster name, supports fuzzy search.\n- InstanceId The Tencent Cloud RocketMQ instance ID, obtained from the [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) API or console.\n- InstanceType cluster type, see [InstanceItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#InstanceItem) data structure, supports multiple selections.\n-InstanceStatus cluster status, see [InstanceItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#InstanceItem) data structure, supports multiple selections.\n\nThis API is used to demonstrate Filters.\n[{\n \"Name\": \"InstanceId\",\n \"Values\": [\"rmq-72mo3a9o\"]\n}]",
110
110
  "input": "DescribeInstanceListRequest",
111
111
  "name": "Queries a 5.X cluster list",
112
112
  "output": "DescribeInstanceListResponse",
@@ -141,7 +141,7 @@
141
141
  "status": "online"
142
142
  },
143
143
  "DescribeMigratingTopicList": {
144
- "document": "This API is used to query the Topic migration status list.\n\nThe Filters field is a query filter that supports the following conditions:.\nThis API is used to get topic names with fuzzy query support.\nThis api is used to query the migration status. See the data structure in MigratingTopic (https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#MigratingTopic).\nThis API is used to manage namespaces, valid only for 4.x clusters.\n\nThis API is used to demonstrate Filters.\n[{\n \"Name\": \"TopicName\",\n \"Values\": [\"topic-a\"]\n}]",
144
+ "document": "This API is used to query the Topic migration status list.\n\nThe Filters field is a query filter that supports the following conditions:.\nThis API is used to get topic names with fuzzy query support.\nThis api is used to query the migration status. See the data structure in MigratingTopic (https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#MigratingTopic).\nThis API is used to manage namespaces, valid only for 4.x clusters.\n\nThis API is used to demonstrate Filters.\n[{\n \"Name\": \"TopicName\",\n \"Values\": [\"topic-a\"]\n}]",
145
145
  "input": "DescribeMigratingTopicListRequest",
146
146
  "name": "Smoothly migrate: queries a Topic migration status list",
147
147
  "output": "DescribeMigratingTopicListResponse",
@@ -183,35 +183,35 @@
183
183
  "status": "online"
184
184
  },
185
185
  "DescribeSmoothMigrationTaskList": {
186
- "document": "This API is used to query the migration task list smoothly.\n\nThis API is used to query the supported fields of the query parameter Filters as follows:.\nTask status, supports multiple selections. \nConnectionType, network connection type, supports multiple selections. See the description of SmoothMigrationTaskItem (https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#SmoothMigrationTaskItem).\nThis API is used to search for an instance by instance ID with precise matching. \nThis API is used to query task names with fuzzy search support.\n\nThis API is used to demonstrate Filters.\n[{\n \"Name\": \"InstanceId\",\n \"Values\": [\"rmq-1gzecldfg\"]\n}]",
186
+ "document": "This API is used to query the migration task list smoothly.\n\nThis API is used to query the supported fields of the query parameter Filters as follows:.\nTask status, supports multiple selections. \nConnectionType, network connection type, supports multiple selections. See the description of SmoothMigrationTaskItem (https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#SmoothMigrationTaskItem).\nThis API is used to search for an instance by instance ID with precise matching. \nThis API is used to query task names with fuzzy search support.\n\nThis API is used to demonstrate Filters.\n[{\n \"Name\": \"InstanceId\",\n \"Values\": [\"rmq-1gzecldfg\"]\n}]",
187
187
  "input": "DescribeSmoothMigrationTaskListRequest",
188
188
  "name": "Query a smooth migration task list",
189
189
  "output": "DescribeSmoothMigrationTaskListResponse",
190
190
  "status": "online"
191
191
  },
192
192
  "DescribeSourceClusterGroupList": {
193
- "document": "This API is used to obtain the group list of the source cluster during the smooth migration process.\n\nThe Filters field is a query filter that supports the following fields:.\nThis API is used to query consumer group names with fuzzy search support.\nThis API is used to check whether the data is Imported.\nThis api is used to check the import status. See SourceClusterGroupConfig (https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#SourceClusterGroupConfig) for details.\nThis API is used to manage namespaces, valid only for 4.x clusters.\n\nThis API is used to demonstrate Filters.\n[{\n \"Name\": \"GroupName\",\n \"Values\": [\"group-a\"]\n}]",
193
+ "document": "This API is used to obtain the group list of the source cluster during the smooth migration process.\n\nThe Filters field is a query filter that supports the following fields:.\nThis API is used to query consumer group names with fuzzy search support.\nThis API is used to check whether the data is Imported.\nThis api is used to check the import status. See SourceClusterGroupConfig (https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#SourceClusterGroupConfig) for details.\nThis API is used to manage namespaces, valid only for 4.x clusters.\n\nThis API is used to demonstrate Filters.\n[{\n \"Name\": \"GroupName\",\n \"Values\": [\"group-a\"]\n}]",
194
194
  "input": "DescribeSourceClusterGroupListRequest",
195
195
  "name": "Smooth migration: retrieves the group list of the source cluster",
196
196
  "output": "DescribeSourceClusterGroupListResponse",
197
197
  "status": "online"
198
198
  },
199
199
  "DescribeTopic": {
200
- "document": "This API is used to query topic details. The Offset and Limit parameters are pagination parameters for consumer groups subscribing to this topic. The Filter parameter usage instructions are as follows:.\n\n-The ConsumerGroup name can be obtained from the [ConsumeGroupItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) in the API response of [DescribeConsumerGroupList](https://www.tencentcloud.comom/document/api/1493/101535?from_cn_redirect=1) or from the console.\n\nThis API is used to demonstrate Filters. \n[{ \"Name\": \"ConsumerGroup\", \"Values\": [\"test_group\"] }]",
200
+ "document": "This API is used to query topic details. The Offset and Limit parameters are pagination parameters for consumer groups subscribing to this topic. The Filter parameter usage instructions are as follows:.\n\n-The ConsumerGroup name can be obtained from the [ConsumeGroupItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) in the API response of [DescribeConsumerGroupList](https://www.tencentcloud.com/document/api/1493/101535?from_cn_redirect=1) or from the console.\n\nThis API is used to demonstrate Filters. \n[{ \"Name\": \"ConsumerGroup\", \"Values\": [\"test_group\"] }]",
201
201
  "input": "DescribeTopicRequest",
202
202
  "name": "Query topic details",
203
203
  "output": "DescribeTopicResponse",
204
204
  "status": "online"
205
205
  },
206
206
  "DescribeTopicList": {
207
- "document": "This API is used to search the topic list. Filter parameter usage instructions are as follows:.\n\n-TopicName supports fuzzy search. Obtain it from the [TopicItem](https://www.tencentcloud.comom/document/api/1493/96031?from_cn_redirect=1#TopicItem) in the [DescribeTopicList](https://www.tencentcloud.comom/document/api/1493/96030?from_cn_redirect=1) API response or the console.\n-Search by TopicType, support multiple selections. See the TopicType field in the [DescribeTopic](https://www.tencentcloud.comom/document/api/1493/97945?from_cn_redirect=1) API.\n\nThis API is used to demonstrate Filters.\n [{ \"Name\": \"TopicName\", \"Values\": [\"test_topic\"] }]",
207
+ "document": "This API is used to search the topic list. Filter parameter usage instructions are as follows:.\n\n-TopicName supports fuzzy search. Obtain it from the [TopicItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#TopicItem) in the [DescribeTopicList](https://www.tencentcloud.com/document/api/1493/96030?from_cn_redirect=1) API response or the console.\n-Search by TopicType, support multiple selections. See the TopicType field in the [DescribeTopic](https://www.tencentcloud.com/document/api/1493/97945?from_cn_redirect=1) API.\n\nThis API is used to demonstrate Filters.\n [{ \"Name\": \"TopicName\", \"Values\": [\"test_topic\"] }]",
208
208
  "input": "DescribeTopicListRequest",
209
209
  "name": "Query a topic list",
210
210
  "output": "DescribeTopicListResponse",
211
211
  "status": "online"
212
212
  },
213
213
  "DescribeTopicListByGroup": {
214
- "document": "This API is used to get topic list by consumer group. Filter parameter usage instructions are as follows:.\n\n-TopicName. 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.\n\nThis API is used to demonstrate Filters. \n[{ \"Name\": \"TopicName\", \"Values\": [\"test_topic\"] }]",
214
+ "document": "This API is used to get topic list by consumer group. Filter parameter usage instructions are as follows:.\n\n-TopicName. 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.\n\nThis API is used to demonstrate Filters. \n[{ \"Name\": \"TopicName\", \"Values\": [\"test_topic\"] }]",
215
215
  "input": "DescribeTopicListByGroupRequest",
216
216
  "name": "Query a consumption group's subscribed topic list",
217
217
  "output": "DescribeTopicListByGroupResponse",
@@ -299,7 +299,7 @@
299
299
  "members": [
300
300
  {
301
301
  "disabled": false,
302
- "document": "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.\n",
302
+ "document": "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.\n",
303
303
  "example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
304
304
  "member": "string",
305
305
  "name": "TaskId",
@@ -308,7 +308,7 @@
308
308
  },
309
309
  {
310
310
  "disabled": false,
311
- "document": "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.\n",
311
+ "document": "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.\n",
312
312
  "example": "[\"Topic-A\"]",
313
313
  "member": "string",
314
314
  "name": "TopicNameList",
@@ -317,7 +317,7 @@
317
317
  },
318
318
  {
319
319
  "disabled": false,
320
- "document": "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.",
320
+ "document": "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.",
321
321
  "example": "[\"tdmq-default\"]",
322
322
  "member": "string",
323
323
  "name": "NamespaceList",
@@ -476,7 +476,7 @@
476
476
  "members": [
477
477
  {
478
478
  "disabled": false,
479
- "document": "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.",
479
+ "document": "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.",
480
480
  "example": "rmq-72mo3a9o",
481
481
  "member": "string",
482
482
  "name": "InstanceId",
@@ -512,7 +512,7 @@
512
512
  },
513
513
  {
514
514
  "disabled": false,
515
- "document": "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.",
515
+ "document": "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.",
516
516
  "example": "test_group",
517
517
  "member": "string",
518
518
  "name": "ConsumerGroup",
@@ -595,7 +595,7 @@
595
595
  },
596
596
  {
597
597
  "disabled": false,
598
- "document": "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).",
598
+ "document": "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).",
599
599
  "example": "basic_1k",
600
600
  "member": "string",
601
601
  "name": "SkuCode",
@@ -667,7 +667,7 @@
667
667
  },
668
668
  {
669
669
  "disabled": false,
670
- "document": "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).\n\n-Default value: DefaultRetention parameter.\n-Minimum value: specifies the RetentionLowerLimit parameter.\n-Specifies the maximum value of the RetentionUpperLimit parameter.",
670
+ "document": "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).\n\n-Default value: DefaultRetention parameter.\n-Minimum value: specifies the RetentionLowerLimit parameter.\n-Specifies the maximum value of the RetentionUpperLimit parameter.",
671
671
  "example": "72",
672
672
  "member": "int64",
673
673
  "name": "MessageRetention",
@@ -703,7 +703,7 @@
703
703
  },
704
704
  {
705
705
  "disabled": false,
706
- "document": "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).\n\n-Default value and minimum value: specifies the TopicNumLimit parameter.\n-Maximum value of TopicNumUpperLimit parameter.",
706
+ "document": "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).\n\n-Default value and minimum value: specifies the TopicNumLimit parameter.\n-Maximum value of TopicNumUpperLimit parameter.",
707
707
  "example": "50",
708
708
  "member": "int64",
709
709
  "name": "MaxTopicNum",
@@ -712,7 +712,7 @@
712
712
  },
713
713
  {
714
714
  "disabled": false,
715
- "document": "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).",
715
+ "document": "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).",
716
716
  "example": "[10001,10002]",
717
717
  "member": "int64",
718
718
  "name": "ZoneIds",
@@ -749,7 +749,7 @@
749
749
  "members": [
750
750
  {
751
751
  "disabled": false,
752
- "document": "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.",
752
+ "document": "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.",
753
753
  "example": "rmq-72mo3a9o",
754
754
  "member": "string",
755
755
  "name": "InstanceId",
@@ -840,7 +840,7 @@
840
840
  "members": [
841
841
  {
842
842
  "disabled": false,
843
- "document": "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.",
843
+ "document": "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.",
844
844
  "example": "rmq-72mo3a9o",
845
845
  "member": "string",
846
846
  "name": "InstanceId",
@@ -849,7 +849,7 @@
849
849
  },
850
850
  {
851
851
  "disabled": false,
852
- "document": "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.",
852
+ "document": "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.",
853
853
  "example": "test_group",
854
854
  "member": "string",
855
855
  "name": "ConsumerGroup",
@@ -876,7 +876,7 @@
876
876
  "members": [
877
877
  {
878
878
  "disabled": false,
879
- "document": "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.",
879
+ "document": "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.",
880
880
  "example": "rmq-72mo3a9o",
881
881
  "member": "string",
882
882
  "name": "InstanceId",
@@ -903,7 +903,7 @@
903
903
  "members": [
904
904
  {
905
905
  "disabled": false,
906
- "document": "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.",
906
+ "document": "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.",
907
907
  "example": "rmq-72mo3a9o",
908
908
  "member": "string",
909
909
  "name": "InstanceId",
@@ -912,7 +912,7 @@
912
912
  },
913
913
  {
914
914
  "disabled": false,
915
- "document": "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.",
915
+ "document": "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.",
916
916
  "example": "test_role_name",
917
917
  "member": "string",
918
918
  "name": "Role",
@@ -939,7 +939,7 @@
939
939
  "members": [
940
940
  {
941
941
  "disabled": false,
942
- "document": "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.\n",
942
+ "document": "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.\n",
943
943
  "example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
944
944
  "member": "string",
945
945
  "name": "TaskId",
@@ -966,7 +966,7 @@
966
966
  "members": [
967
967
  {
968
968
  "disabled": false,
969
- "document": "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.",
969
+ "document": "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.",
970
970
  "example": "rmq-72mo3a9o",
971
971
  "member": "string",
972
972
  "name": "InstanceId",
@@ -975,7 +975,7 @@
975
975
  },
976
976
  {
977
977
  "disabled": false,
978
- "document": "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.",
978
+ "document": "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.",
979
979
  "example": "test_topic",
980
980
  "member": "string",
981
981
  "name": "Topic",
@@ -1002,7 +1002,7 @@
1002
1002
  "members": [
1003
1003
  {
1004
1004
  "disabled": false,
1005
- "document": "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.",
1005
+ "document": "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.",
1006
1006
  "example": "rmq-72mo3a9o",
1007
1007
  "member": "string",
1008
1008
  "name": "InstanceId",
@@ -1011,7 +1011,7 @@
1011
1011
  },
1012
1012
  {
1013
1013
  "disabled": false,
1014
- "document": "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.",
1014
+ "document": "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.",
1015
1015
  "example": "test_group",
1016
1016
  "member": "string",
1017
1017
  "name": "ConsumerGroup",
@@ -1085,7 +1085,7 @@
1085
1085
  "members": [
1086
1086
  {
1087
1087
  "disabled": false,
1088
- "document": "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.",
1088
+ "document": "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.",
1089
1089
  "example": "rmq-72mo3a9o",
1090
1090
  "member": "string",
1091
1091
  "name": "InstanceId",
@@ -1094,7 +1094,7 @@
1094
1094
  },
1095
1095
  {
1096
1096
  "disabled": false,
1097
- "document": "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).",
1097
+ "document": "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).",
1098
1098
  "example": "11.139.244.247@75043#6734858812769343",
1099
1099
  "member": "string",
1100
1100
  "name": "ClientId",
@@ -1130,7 +1130,7 @@
1130
1130
  },
1131
1131
  {
1132
1132
  "disabled": false,
1133
- "document": "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.",
1133
+ "document": "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.",
1134
1134
  "example": "test_group",
1135
1135
  "member": "string",
1136
1136
  "name": "ConsumerGroup",
@@ -1177,7 +1177,7 @@
1177
1177
  "members": [
1178
1178
  {
1179
1179
  "disabled": false,
1180
- "document": "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.",
1180
+ "document": "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.",
1181
1181
  "example": "rmq-72mo3a9o",
1182
1182
  "member": "string",
1183
1183
  "name": "InstanceId",
@@ -1186,7 +1186,7 @@
1186
1186
  },
1187
1187
  {
1188
1188
  "disabled": false,
1189
- "document": "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.",
1189
+ "document": "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.",
1190
1190
  "example": "test_group",
1191
1191
  "member": "string",
1192
1192
  "name": "ConsumerGroup",
@@ -1313,7 +1313,7 @@
1313
1313
  "members": [
1314
1314
  {
1315
1315
  "disabled": false,
1316
- "document": "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.",
1316
+ "document": "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.",
1317
1317
  "example": "rmq-72mo3a9o",
1318
1318
  "member": "string",
1319
1319
  "name": "InstanceId",
@@ -1322,7 +1322,7 @@
1322
1322
  },
1323
1323
  {
1324
1324
  "disabled": false,
1325
- "document": "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.",
1325
+ "document": "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.",
1326
1326
  "example": "test_group",
1327
1327
  "member": "string",
1328
1328
  "name": "ConsumerGroup",
@@ -1331,7 +1331,7 @@
1331
1331
  },
1332
1332
  {
1333
1333
  "disabled": false,
1334
- "document": "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.",
1334
+ "document": "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.",
1335
1335
  "example": "namespace_test",
1336
1336
  "member": "string",
1337
1337
  "name": "Namespace",
@@ -1340,7 +1340,7 @@
1340
1340
  },
1341
1341
  {
1342
1342
  "disabled": false,
1343
- "document": "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.",
1343
+ "document": "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.",
1344
1344
  "example": "topic_test",
1345
1345
  "member": "string",
1346
1346
  "name": "SubscribeTopic",
@@ -1525,7 +1525,7 @@
1525
1525
  "members": [
1526
1526
  {
1527
1527
  "disabled": false,
1528
- "document": "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.",
1528
+ "document": "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.",
1529
1529
  "example": "rmq-72mo3a9o",
1530
1530
  "member": "string",
1531
1531
  "name": "InstanceId",
@@ -1840,7 +1840,7 @@
1840
1840
  },
1841
1841
  {
1842
1842
  "disabled": false,
1843
- "document": "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.",
1843
+ "document": "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.",
1844
1844
  "example": "[100001,100002]",
1845
1845
  "member": "int64",
1846
1846
  "name": "ZoneIds",
@@ -1882,7 +1882,7 @@
1882
1882
  "members": [
1883
1883
  {
1884
1884
  "disabled": false,
1885
- "document": "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.",
1885
+ "document": "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.",
1886
1886
  "example": "rmq-72mo3a9o",
1887
1887
  "member": "string",
1888
1888
  "name": "InstanceId",
@@ -1891,7 +1891,7 @@
1891
1891
  },
1892
1892
  {
1893
1893
  "disabled": false,
1894
- "document": "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.",
1894
+ "document": "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.",
1895
1895
  "example": "test_topic",
1896
1896
  "member": "string",
1897
1897
  "name": "Topic",
@@ -1945,7 +1945,7 @@
1945
1945
  },
1946
1946
  {
1947
1947
  "disabled": false,
1948
- "document": "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.",
1948
+ "document": "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.",
1949
1949
  "example": "test_group",
1950
1950
  "member": "string",
1951
1951
  "name": "ConsumerGroup",
@@ -1954,7 +1954,7 @@
1954
1954
  },
1955
1955
  {
1956
1956
  "disabled": false,
1957
- "document": "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.",
1957
+ "document": "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.",
1958
1958
  "example": "01963F0B14BAF09F27077D244F00000000",
1959
1959
  "member": "string",
1960
1960
  "name": "MsgId",
@@ -1963,7 +1963,7 @@
1963
1963
  },
1964
1964
  {
1965
1965
  "disabled": false,
1966
- "document": "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.",
1966
+ "document": "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.",
1967
1967
  "example": "test_key",
1968
1968
  "member": "string",
1969
1969
  "name": "MsgKey",
@@ -1990,7 +1990,7 @@
1990
1990
  },
1991
1991
  {
1992
1992
  "disabled": false,
1993
- "document": "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.",
1993
+ "document": "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.",
1994
1994
  "example": "test_tag",
1995
1995
  "member": "string",
1996
1996
  "name": "Tag",
@@ -2047,7 +2047,7 @@
2047
2047
  "members": [
2048
2048
  {
2049
2049
  "disabled": false,
2050
- "document": "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.",
2050
+ "document": "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.",
2051
2051
  "example": "rmq-72mo3a9o",
2052
2052
  "member": "string",
2053
2053
  "name": "InstanceId",
@@ -2056,7 +2056,7 @@
2056
2056
  },
2057
2057
  {
2058
2058
  "disabled": false,
2059
- "document": "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.",
2059
+ "document": "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.",
2060
2060
  "example": "test_topic",
2061
2061
  "member": "string",
2062
2062
  "name": "Topic",
@@ -2065,7 +2065,7 @@
2065
2065
  },
2066
2066
  {
2067
2067
  "disabled": false,
2068
- "document": "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.",
2068
+ "document": "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.",
2069
2069
  "example": "01963F0B14BAF09F27077D244F00000000",
2070
2070
  "member": "string",
2071
2071
  "name": "MsgId",
@@ -2208,7 +2208,7 @@
2208
2208
  "members": [
2209
2209
  {
2210
2210
  "disabled": false,
2211
- "document": "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.",
2211
+ "document": "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.",
2212
2212
  "example": "rmq-72mo3a9o",
2213
2213
  "member": "string",
2214
2214
  "name": "InstanceId",
@@ -2217,7 +2217,7 @@
2217
2217
  },
2218
2218
  {
2219
2219
  "disabled": false,
2220
- "document": "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.",
2220
+ "document": "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.",
2221
2221
  "example": "test_topic",
2222
2222
  "member": "string",
2223
2223
  "name": "Topic",
@@ -2226,7 +2226,7 @@
2226
2226
  },
2227
2227
  {
2228
2228
  "disabled": false,
2229
- "document": "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.",
2229
+ "document": "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.",
2230
2230
  "example": "1EAE3915000721B8D17C2C5BB31638D1",
2231
2231
  "member": "string",
2232
2232
  "name": "MsgId",
@@ -2291,7 +2291,7 @@
2291
2291
  "members": [
2292
2292
  {
2293
2293
  "disabled": false,
2294
- "document": "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.",
2294
+ "document": "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.",
2295
2295
  "example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
2296
2296
  "member": "string",
2297
2297
  "name": "TaskId",
@@ -2300,7 +2300,7 @@
2300
2300
  },
2301
2301
  {
2302
2302
  "disabled": false,
2303
- "document": "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.\n",
2303
+ "document": "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.\n",
2304
2304
  "example": "group-a",
2305
2305
  "member": "string",
2306
2306
  "name": "GroupName",
@@ -2309,7 +2309,7 @@
2309
2309
  },
2310
2310
  {
2311
2311
  "disabled": false,
2312
- "document": "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.",
2312
+ "document": "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.",
2313
2313
  "example": "tdmq-default",
2314
2314
  "member": "string",
2315
2315
  "name": "Namespace",
@@ -2376,7 +2376,7 @@
2376
2376
  "members": [
2377
2377
  {
2378
2378
  "disabled": false,
2379
- "document": "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.\n",
2379
+ "document": "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.\n",
2380
2380
  "example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
2381
2381
  "member": "string",
2382
2382
  "name": "TaskId",
@@ -2450,7 +2450,7 @@
2450
2450
  "members": [
2451
2451
  {
2452
2452
  "disabled": false,
2453
- "document": "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.\n",
2453
+ "document": "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.\n",
2454
2454
  "example": "4f9864ae-26ac-4662-9ede-1942b20d7a04",
2455
2455
  "member": "string",
2456
2456
  "name": "TaskId",
@@ -2459,7 +2459,7 @@
2459
2459
  },
2460
2460
  {
2461
2461
  "disabled": false,
2462
- "document": "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.\n",
2462
+ "document": "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.\n",
2463
2463
  "example": "topic-a",
2464
2464
  "member": "string",
2465
2465
  "name": "TopicName",
@@ -2468,7 +2468,7 @@
2468
2468
  },
2469
2469
  {
2470
2470
  "disabled": false,
2471
- "document": "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.",
2471
+ "document": "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.",
2472
2472
  "example": "tdmq-default",
2473
2473
  "member": "string",
2474
2474
  "name": "Namespace",
@@ -2600,7 +2600,7 @@
2600
2600
  "members": [
2601
2601
  {
2602
2602
  "disabled": false,
2603
- "document": "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.",
2603
+ "document": "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.",
2604
2604
  "example": "rmq-72mo3a9o",
2605
2605
  "member": "string",
2606
2606
  "name": "InstanceId",
@@ -2609,7 +2609,7 @@
2609
2609
  },
2610
2610
  {
2611
2611
  "disabled": false,
2612
- "document": "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.",
2612
+ "document": "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.",
2613
2613
  "example": "test_topic",
2614
2614
  "member": "string",
2615
2615
  "name": "Topic",
@@ -2710,7 +2710,7 @@
2710
2710
  "members": [
2711
2711
  {
2712
2712
  "disabled": false,
2713
- "document": "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.",
2713
+ "document": "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.",
2714
2714
  "example": "rmq-72mo3a9o",
2715
2715
  "member": "string",
2716
2716
  "name": "InstanceId",
@@ -2849,7 +2849,7 @@
2849
2849
  "members": [
2850
2850
  {
2851
2851
  "disabled": false,
2852
- "document": "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.\n",
2852
+ "document": "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.\n",
2853
2853
  "example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
2854
2854
  "member": "string",
2855
2855
  "name": "TaskId",
@@ -2923,7 +2923,7 @@
2923
2923
  "members": [
2924
2924
  {
2925
2925
  "disabled": false,
2926
- "document": "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.",
2926
+ "document": "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.",
2927
2927
  "example": "rmq-72mo3a9o",
2928
2928
  "member": "string",
2929
2929
  "name": "InstanceId",
@@ -2950,7 +2950,7 @@
2950
2950
  },
2951
2951
  {
2952
2952
  "disabled": false,
2953
- "document": "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.",
2953
+ "document": "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.",
2954
2954
  "example": "test_group",
2955
2955
  "member": "string",
2956
2956
  "name": "ConsumerGroup",
@@ -3006,7 +3006,7 @@
3006
3006
  "members": [
3007
3007
  {
3008
3008
  "disabled": false,
3009
- "document": "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.",
3009
+ "document": "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.",
3010
3010
  "example": "rmq-72mo3a9o",
3011
3011
  "member": "string",
3012
3012
  "name": "InstanceId",
@@ -3098,7 +3098,7 @@
3098
3098
  "members": [
3099
3099
  {
3100
3100
  "disabled": false,
3101
- "document": "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.",
3101
+ "document": "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.",
3102
3102
  "example": "rmq-72mo3a9o",
3103
3103
  "member": "string",
3104
3104
  "name": "InstanceId",
@@ -3107,7 +3107,7 @@
3107
3107
  },
3108
3108
  {
3109
3109
  "disabled": false,
3110
- "document": "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.",
3110
+ "document": "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.",
3111
3111
  "example": "test_topic",
3112
3112
  "member": "string",
3113
3113
  "name": "Topic",
@@ -3251,7 +3251,7 @@
3251
3251
  "members": [
3252
3252
  {
3253
3253
  "disabled": false,
3254
- "document": "Resources corresponding to permissions.\nSpecifies 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.\nSpecifies 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.",
3254
+ "document": "Resources corresponding to permissions.\nSpecifies 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.\nSpecifies 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.",
3255
3255
  "example": "test_topic",
3256
3256
  "member": "string",
3257
3257
  "name": "Resource",
@@ -3312,7 +3312,7 @@
3312
3312
  "members": [
3313
3313
  {
3314
3314
  "disabled": false,
3315
- "document": "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.\n",
3315
+ "document": "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.\n",
3316
3316
  "example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
3317
3317
  "member": "string",
3318
3318
  "name": "TaskId",
@@ -3321,7 +3321,7 @@
3321
3321
  },
3322
3322
  {
3323
3323
  "disabled": false,
3324
- "document": "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.\n",
3324
+ "document": "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.\n",
3325
3325
  "example": "topic-a",
3326
3326
  "member": "string",
3327
3327
  "name": "TopicName",
@@ -3339,7 +3339,7 @@
3339
3339
  },
3340
3340
  {
3341
3341
  "disabled": false,
3342
- "document": "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.",
3342
+ "document": "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.",
3343
3343
  "example": "ns1",
3344
3344
  "member": "string",
3345
3345
  "name": "Namespace",
@@ -3726,7 +3726,7 @@
3726
3726
  },
3727
3727
  {
3728
3728
  "disabled": false,
3729
- "document": "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.\nNote: This field may return null, indicating that no valid values can be obtained.",
3729
+ "document": "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.\nNote: This field may return null, indicating that no valid values can be obtained.",
3730
3730
  "example": "[10001,10002]",
3731
3731
  "member": "int64",
3732
3732
  "name": "ZoneIds",
@@ -4433,7 +4433,7 @@
4433
4433
  "members": [
4434
4434
  {
4435
4435
  "disabled": false,
4436
- "document": "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.",
4436
+ "document": "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.",
4437
4437
  "example": "rmq-72mo3a9o",
4438
4438
  "member": "string",
4439
4439
  "name": "InstanceId",
@@ -4442,7 +4442,7 @@
4442
4442
  },
4443
4443
  {
4444
4444
  "disabled": false,
4445
- "document": "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.",
4445
+ "document": "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.",
4446
4446
  "example": "test_group",
4447
4447
  "member": "string",
4448
4448
  "name": "ConsumerGroup",
@@ -4505,7 +4505,7 @@
4505
4505
  "members": [
4506
4506
  {
4507
4507
  "disabled": false,
4508
- "document": "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.",
4508
+ "document": "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.",
4509
4509
  "example": "rmq-72mo3a9o",
4510
4510
  "member": "string",
4511
4511
  "name": "InstanceId",
@@ -4568,7 +4568,7 @@
4568
4568
  "members": [
4569
4569
  {
4570
4570
  "disabled": false,
4571
- "document": "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.",
4571
+ "document": "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.",
4572
4572
  "example": "rmq-72mo3a9o",
4573
4573
  "member": "string",
4574
4574
  "name": "InstanceId",
@@ -4604,7 +4604,7 @@
4604
4604
  },
4605
4605
  {
4606
4606
  "disabled": false,
4607
- "document": "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).",
4607
+ "document": "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).",
4608
4608
  "example": "basic_1k",
4609
4609
  "member": "string",
4610
4610
  "name": "SkuCode",
@@ -4613,7 +4613,7 @@
4613
4613
  },
4614
4614
  {
4615
4615
  "disabled": false,
4616
- "document": "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).\n\n-Default value: DefaultRetention parameter.\n-Minimum value: specifies the RetentionLowerLimit parameter.\n-Specifies the maximum value of the RetentionUpperLimit parameter.",
4616
+ "document": "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).\n\n-Default value: DefaultRetention parameter.\n-Minimum value: specifies the RetentionLowerLimit parameter.\n-Specifies the maximum value of the RetentionUpperLimit parameter.",
4617
4617
  "example": "72",
4618
4618
  "member": "int64",
4619
4619
  "name": "MessageRetention",
@@ -4640,7 +4640,7 @@
4640
4640
  },
4641
4641
  {
4642
4642
  "disabled": false,
4643
- "document": "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).\n\n-Minimum value and default value: TopicNumLimit parameter.\n-Maximum value of TopicNumUpperLimit parameter.",
4643
+ "document": "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).\n\n-Minimum value and default value: TopicNumLimit parameter.\n-Maximum value of TopicNumUpperLimit parameter.",
4644
4644
  "example": "100",
4645
4645
  "member": "int64",
4646
4646
  "name": "MaxTopicNum",
@@ -4649,7 +4649,7 @@
4649
4649
  },
4650
4650
  {
4651
4651
  "disabled": false,
4652
- "document": "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).",
4652
+ "document": "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).",
4653
4653
  "example": "50",
4654
4654
  "member": "string",
4655
4655
  "name": "ExtraTopicNum",
@@ -4685,7 +4685,7 @@
4685
4685
  "members": [
4686
4686
  {
4687
4687
  "disabled": false,
4688
- "document": "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.",
4688
+ "document": "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.",
4689
4689
  "example": "rmq-72mo3a9o",
4690
4690
  "member": "string",
4691
4691
  "name": "InstanceId",
@@ -4694,7 +4694,7 @@
4694
4694
  },
4695
4695
  {
4696
4696
  "disabled": false,
4697
- "document": "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.",
4697
+ "document": "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.",
4698
4698
  "example": "test_role_name",
4699
4699
  "member": "string",
4700
4700
  "name": "Role",
@@ -4766,7 +4766,7 @@
4766
4766
  "members": [
4767
4767
  {
4768
4768
  "disabled": false,
4769
- "document": "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.",
4769
+ "document": "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.",
4770
4770
  "example": "rmq-72mo3a9o",
4771
4771
  "member": "string",
4772
4772
  "name": "InstanceId",
@@ -4775,7 +4775,7 @@
4775
4775
  },
4776
4776
  {
4777
4777
  "disabled": false,
4778
- "document": "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.",
4778
+ "document": "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.",
4779
4779
  "example": "test_topic",
4780
4780
  "member": "string",
4781
4781
  "name": "Topic",
@@ -5057,7 +5057,7 @@
5057
5057
  "members": [
5058
5058
  {
5059
5059
  "disabled": false,
5060
- "document": "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.",
5060
+ "document": "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.",
5061
5061
  "example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
5062
5062
  "member": "string",
5063
5063
  "name": "TaskId",
@@ -5066,7 +5066,7 @@
5066
5066
  },
5067
5067
  {
5068
5068
  "disabled": false,
5069
- "document": "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.\n",
5069
+ "document": "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.\n",
5070
5070
  "example": "topic-a",
5071
5071
  "member": "string",
5072
5072
  "name": "TopicName",
@@ -5075,7 +5075,7 @@
5075
5075
  },
5076
5076
  {
5077
5077
  "disabled": false,
5078
- "document": "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.",
5078
+ "document": "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.",
5079
5079
  "example": "tdmq-default",
5080
5080
  "member": "string",
5081
5081
  "name": "Namespace",
@@ -5102,7 +5102,7 @@
5102
5102
  "members": [
5103
5103
  {
5104
5104
  "disabled": false,
5105
- "document": "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.",
5105
+ "document": "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.",
5106
5106
  "example": "rmq-72mo3a9o",
5107
5107
  "member": "string",
5108
5108
  "name": "InstanceId",
@@ -5120,7 +5120,7 @@
5120
5120
  },
5121
5121
  {
5122
5122
  "disabled": false,
5123
- "document": "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.",
5123
+ "document": "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.",
5124
5124
  "example": "test_group",
5125
5125
  "member": "string",
5126
5126
  "name": "ConsumerGroup",
@@ -5157,7 +5157,7 @@
5157
5157
  "members": [
5158
5158
  {
5159
5159
  "disabled": false,
5160
- "document": "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.",
5160
+ "document": "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.",
5161
5161
  "example": "rmq-72mo3a9o",
5162
5162
  "member": "string",
5163
5163
  "name": "InstanceId",
@@ -5166,7 +5166,7 @@
5166
5166
  },
5167
5167
  {
5168
5168
  "disabled": false,
5169
- "document": "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.",
5169
+ "document": "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.",
5170
5170
  "example": "test_topic",
5171
5171
  "member": "string",
5172
5172
  "name": "Topic",
@@ -5184,7 +5184,7 @@
5184
5184
  },
5185
5185
  {
5186
5186
  "disabled": false,
5187
- "document": "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.",
5187
+ "document": "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.",
5188
5188
  "example": "test_group",
5189
5189
  "member": "string",
5190
5190
  "name": "ConsumerGroup",
@@ -5327,7 +5327,7 @@
5327
5327
  "members": [
5328
5328
  {
5329
5329
  "disabled": false,
5330
- "document": "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.\n",
5330
+ "document": "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.\n",
5331
5331
  "example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
5332
5332
  "member": "string",
5333
5333
  "name": "TaskId",
@@ -5336,7 +5336,7 @@
5336
5336
  },
5337
5337
  {
5338
5338
  "disabled": false,
5339
- "document": "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.\n",
5339
+ "document": "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.\n",
5340
5340
  "example": "topic-a",
5341
5341
  "member": "string",
5342
5342
  "name": "TopicName",
@@ -5345,7 +5345,7 @@
5345
5345
  },
5346
5346
  {
5347
5347
  "disabled": false,
5348
- "document": "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.",
5348
+ "document": "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.",
5349
5349
  "example": "tdmq-default",
5350
5350
  "member": "string",
5351
5351
  "name": "Namespace",
@@ -5458,7 +5458,7 @@
5458
5458
  "members": [
5459
5459
  {
5460
5460
  "disabled": false,
5461
- "document": "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).\nNote: This field may return null, indicating that no valid values can be obtained.",
5461
+ "document": "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).\nNote: This field may return null, indicating that no valid values can be obtained.",
5462
5462
  "example": "group1",
5463
5463
  "member": "string",
5464
5464
  "name": "GroupName",