tccli 3.0.1337.1__py2.py3-none-any.whl → 3.0.1339.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 (60) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apm/v20210622/api.json +10 -0
  3. tccli/services/asr/v20190614/api.json +1 -1
  4. tccli/services/ccc/v20200210/api.json +100 -1
  5. tccli/services/cdb/v20170320/api.json +37 -37
  6. tccli/services/cdb/v20170320/examples.json +7 -7
  7. tccli/services/cdn/v20180606/api.json +2 -2
  8. tccli/services/cdwdoris/v20211228/api.json +2 -2
  9. tccli/services/cfs/v20190719/api.json +15 -3
  10. tccli/services/cfw/v20190904/examples.json +12 -0
  11. tccli/services/ckafka/v20190819/api.json +19 -0
  12. tccli/services/cls/v20201016/api.json +2 -2
  13. tccli/services/csip/csip_client.py +791 -102
  14. tccli/services/csip/v20221121/api.json +6108 -3458
  15. tccli/services/csip/v20221121/examples.json +104 -0
  16. tccli/services/dts/v20211206/api.json +11 -0
  17. tccli/services/es/v20180416/api.json +55 -0
  18. tccli/services/es/v20250101/api.json +21 -0
  19. tccli/services/ess/ess_client.py +159 -0
  20. tccli/services/ess/v20201111/api.json +284 -4
  21. tccli/services/ess/v20201111/examples.json +28 -4
  22. tccli/services/essbasic/essbasic_client.py +171 -12
  23. tccli/services/essbasic/v20210526/api.json +256 -5
  24. tccli/services/essbasic/v20210526/examples.json +25 -1
  25. tccli/services/gwlb/v20240906/api.json +1 -1
  26. tccli/services/gwlb/v20240906/examples.json +1 -1
  27. tccli/services/hunyuan/v20230901/api.json +3 -3
  28. tccli/services/ioa/v20220601/api.json +55 -0
  29. tccli/services/ioa/v20220601/examples.json +1 -1
  30. tccli/services/iotexplorer/iotexplorer_client.py +57 -4
  31. tccli/services/iotexplorer/v20190423/api.json +145 -19
  32. tccli/services/iotexplorer/v20190423/examples.json +8 -0
  33. tccli/services/live/live_client.py +208 -49
  34. tccli/services/live/v20180801/api.json +498 -73
  35. tccli/services/live/v20180801/examples.json +35 -11
  36. tccli/services/lkeap/lkeap_client.py +0 -53
  37. tccli/services/lkeap/v20240522/api.json +0 -90
  38. tccli/services/lkeap/v20240522/examples.json +0 -8
  39. tccli/services/ocr/v20181119/api.json +21 -1
  40. tccli/services/ocr/v20181119/examples.json +1 -1
  41. tccli/services/ssl/ssl_client.py +212 -0
  42. tccli/services/ssl/v20191205/api.json +625 -10
  43. tccli/services/ssl/v20191205/examples.json +38 -0
  44. tccli/services/tcbr/v20220217/api.json +11 -0
  45. tccli/services/tdmq/v20200217/api.json +56 -47
  46. tccli/services/tdmq/v20200217/examples.json +8 -8
  47. tccli/services/trocket/trocket_client.py +104 -51
  48. tccli/services/trocket/v20230308/api.json +238 -61
  49. tccli/services/trocket/v20230308/examples.json +20 -12
  50. tccli/services/trtc/v20190722/api.json +3 -3
  51. tccli/services/tse/v20201207/api.json +19 -0
  52. tccli/services/tsf/v20180326/api.json +1 -1
  53. tccli/services/wedata/v20210820/api.json +607 -3
  54. tccli/services/wedata/v20210820/examples.json +18 -8
  55. tccli/services/wedata/wedata_client.py +106 -0
  56. {tccli-3.0.1337.1.dist-info → tccli-3.0.1339.1.dist-info}/METADATA +2 -2
  57. {tccli-3.0.1337.1.dist-info → tccli-3.0.1339.1.dist-info}/RECORD +60 -60
  58. {tccli-3.0.1337.1.dist-info → tccli-3.0.1339.1.dist-info}/WHEEL +0 -0
  59. {tccli-3.0.1337.1.dist-info → tccli-3.0.1339.1.dist-info}/entry_points.txt +0 -0
  60. {tccli-3.0.1337.1.dist-info → tccli-3.0.1339.1.dist-info}/license_files/LICENSE +0 -0
@@ -288,7 +288,7 @@
288
288
  "status": "online"
289
289
  },
290
290
  "DescribeMigratingTopicList": {
291
- "document": "查询Topic迁移状态列表\n\n查询过滤器,支持TopicName、MigrationStatus、Namespace查询",
291
+ "document": "查询Topic迁移状态列表\n\nFilters字段为查询过滤器,支持以下条件:\nTopicName 主题名称,支持模糊查询,\nMigrationStatus 迁移状态,可参考MigratingTopic数据结构,\nNamespace 命名空间,仅4.x集群有效,",
292
292
  "input": "DescribeMigratingTopicListRequest",
293
293
  "name": "平滑迁移:查询Topic迁移状态列表",
294
294
  "output": "DescribeMigratingTopicListResponse",
@@ -322,8 +322,15 @@
322
322
  "output": "DescribeRoleListResponse",
323
323
  "status": "online"
324
324
  },
325
+ "DescribeSmoothMigrationTaskList": {
326
+ "document": "用于查询平滑迁移任务列表\n\n查询参数Filters, 支持的字段如下:\nTaskStatus, 任务状态,支持多选 \nConnectionType,网络连接类型,支持多选 \nInstanceId,实例ID,精确搜索 \nTaskName,任务名称,支持模糊搜索",
327
+ "input": "DescribeSmoothMigrationTaskListRequest",
328
+ "name": "查询平滑迁移任务列表",
329
+ "output": "DescribeSmoothMigrationTaskListResponse",
330
+ "status": "online"
331
+ },
325
332
  "DescribeSourceClusterGroupList": {
326
- "document": "平滑迁移过程获取源集群group列表接口\n\n查询过滤器,支持字段\nGroupName,消费组名称模糊搜索\nImported,是否已导入\nImportStatus,导入状态\nNamespace,命名空间",
333
+ "document": "平滑迁移过程获取源集群group列表接口\n\nFilters字段为查询过滤器,支持以下字段:\nGroupName,消费组名称模糊搜索\nImported,是否已导入\nImportStatus,导入状态\nNamespace,命名空间",
327
334
  "input": "DescribeSourceClusterGroupListRequest",
328
335
  "name": "平滑迁移:获取源集群的group列表",
329
336
  "output": "DescribeSourceClusterGroupListResponse",
@@ -360,14 +367,14 @@
360
367
  "ImportSourceClusterConsumerGroups": {
361
368
  "document": "导入消费者组列表",
362
369
  "input": "ImportSourceClusterConsumerGroupsRequest",
363
- "name": "导入 Group 元数据",
370
+ "name": "平滑迁移任务导入 Group 元数据",
364
371
  "output": "ImportSourceClusterConsumerGroupsResponse",
365
372
  "status": "online"
366
373
  },
367
374
  "ImportSourceClusterTopics": {
368
375
  "document": "导入topic列表",
369
376
  "input": "ImportSourceClusterTopicsRequest",
370
- "name": "导入 Topic 元数据",
377
+ "name": "平滑迁移任务导入 Topic 元数据",
371
378
  "output": "ImportSourceClusterTopicsResponse",
372
379
  "status": "online"
373
380
  },
@@ -482,7 +489,7 @@
482
489
  "members": [
483
490
  {
484
491
  "disabled": false,
485
- "document": "任务ID",
492
+ "document": "任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。\n",
486
493
  "example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
487
494
  "member": "string",
488
495
  "name": "TaskId",
@@ -491,7 +498,7 @@
491
498
  },
492
499
  {
493
500
  "disabled": false,
494
- "document": "主题名称列表",
501
+ "document": "主题名称列表,主题名称可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。\n",
495
502
  "example": "[\"Topic-A\"]",
496
503
  "member": "string",
497
504
  "name": "TopicNameList",
@@ -500,7 +507,7 @@
500
507
  },
501
508
  {
502
509
  "disabled": false,
503
- "document": "命名空间列表,仅4.x集群有效,与TopicNameList一一对应",
510
+ "document": "命名空间列表,仅4.x集群有效,与TopicNameList一一对应,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。",
504
511
  "example": "[\"tdmq-default\"]",
505
512
  "member": "string",
506
513
  "name": "NamespaceList",
@@ -1802,7 +1809,7 @@
1802
1809
  "members": [
1803
1810
  {
1804
1811
  "disabled": false,
1805
- "document": "任务ID",
1812
+ "document": "任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。\n",
1806
1813
  "example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
1807
1814
  "member": "string",
1808
1815
  "name": "TaskId",
@@ -4159,7 +4166,7 @@
4159
4166
  "members": [
4160
4167
  {
4161
4168
  "disabled": false,
4162
- "document": "迁移任务ID",
4169
+ "document": "任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。",
4163
4170
  "example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
4164
4171
  "member": "string",
4165
4172
  "name": "TaskId",
@@ -4168,7 +4175,7 @@
4168
4175
  },
4169
4176
  {
4170
4177
  "disabled": false,
4171
- "document": "消费组名称",
4178
+ "document": "消费组名称,可在[DescribeSourceClusterGroupList](https://cloud.tencent.com/document/api/1493/118006)接口返回的[SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)或控制台中获取。\n",
4172
4179
  "example": "group-a",
4173
4180
  "member": "string",
4174
4181
  "name": "GroupName",
@@ -4177,7 +4184,7 @@
4177
4184
  },
4178
4185
  {
4179
4186
  "disabled": false,
4180
- "document": "命名空间",
4187
+ "document": "命名空间,仅迁移至4.x集群有效,可在[DescribeSourceClusterGroupList](https://cloud.tencent.com/document/api/1493/118006)接口返回的[SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)或控制台中获取。",
4181
4188
  "example": "tdmq-default",
4182
4189
  "member": "string",
4183
4190
  "name": "Namespace",
@@ -4244,7 +4251,7 @@
4244
4251
  "members": [
4245
4252
  {
4246
4253
  "disabled": false,
4247
- "document": "任务ID",
4254
+ "document": "任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。\n",
4248
4255
  "example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
4249
4256
  "member": "string",
4250
4257
  "name": "TaskId",
@@ -4253,16 +4260,16 @@
4253
4260
  },
4254
4261
  {
4255
4262
  "disabled": false,
4256
- "document": "查询条件列表",
4257
- "example": "",
4258
- "member": "Filter",
4259
- "name": "Filters",
4263
+ "document": "查询结果限制数量,默认20。",
4264
+ "example": "20",
4265
+ "member": "int64",
4266
+ "name": "Limit",
4260
4267
  "required": false,
4261
- "type": "list"
4268
+ "type": "int"
4262
4269
  },
4263
4270
  {
4264
4271
  "disabled": false,
4265
- "document": "查询起始位置",
4272
+ "document": "查询起始位置,默认为0。",
4266
4273
  "example": "0",
4267
4274
  "member": "int64",
4268
4275
  "name": "Offset",
@@ -4271,12 +4278,12 @@
4271
4278
  },
4272
4279
  {
4273
4280
  "disabled": false,
4274
- "document": "查询结果限制数量",
4275
- "example": "20",
4276
- "member": "int64",
4277
- "name": "Limit",
4281
+ "document": "过滤查询条件列表,请在引用此参数的API说明中了解使用方法。",
4282
+ "example": "",
4283
+ "member": "Filter",
4284
+ "name": "Filters",
4278
4285
  "required": false,
4279
- "type": "int"
4286
+ "type": "list"
4280
4287
  }
4281
4288
  ],
4282
4289
  "type": "object"
@@ -4318,8 +4325,8 @@
4318
4325
  "members": [
4319
4326
  {
4320
4327
  "disabled": false,
4321
- "document": "任务ID",
4322
- "example": "700000-r5923c",
4328
+ "document": "任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。\n",
4329
+ "example": "4f9864ae-26ac-4662-9ede-1942b20d7a04",
4323
4330
  "member": "string",
4324
4331
  "name": "TaskId",
4325
4332
  "required": true,
@@ -4327,7 +4334,7 @@
4327
4334
  },
4328
4335
  {
4329
4336
  "disabled": false,
4330
- "document": "主题名称",
4337
+ "document": "主题名称,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。\n",
4331
4338
  "example": "topic-a",
4332
4339
  "member": "string",
4333
4340
  "name": "TopicName",
@@ -4336,7 +4343,7 @@
4336
4343
  },
4337
4344
  {
4338
4345
  "disabled": false,
4339
- "document": "命名空间,仅4.x集群有效",
4346
+ "document": "命名空间,仅迁移至4.x集群有效,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。",
4340
4347
  "example": "tdmq-default",
4341
4348
  "member": "string",
4342
4349
  "name": "Namespace",
@@ -4564,12 +4571,77 @@
4564
4571
  ],
4565
4572
  "type": "object"
4566
4573
  },
4574
+ "DescribeSmoothMigrationTaskListRequest": {
4575
+ "document": "DescribeSmoothMigrationTaskList请求参数结构体",
4576
+ "members": [
4577
+ {
4578
+ "disabled": false,
4579
+ "document": "查询结果限制数量,默认20。",
4580
+ "example": "20",
4581
+ "member": "int64",
4582
+ "name": "Limit",
4583
+ "required": false,
4584
+ "type": "int"
4585
+ },
4586
+ {
4587
+ "disabled": false,
4588
+ "document": "查询起始位置,默认为0。",
4589
+ "example": "0",
4590
+ "member": "int64",
4591
+ "name": "Offset",
4592
+ "required": false,
4593
+ "type": "int"
4594
+ },
4595
+ {
4596
+ "disabled": false,
4597
+ "document": "过滤查询条件列表,请在引用此参数的API说明中了解使用方法。",
4598
+ "example": "无",
4599
+ "member": "Filter",
4600
+ "name": "Filters",
4601
+ "required": false,
4602
+ "type": "list"
4603
+ }
4604
+ ],
4605
+ "type": "object"
4606
+ },
4607
+ "DescribeSmoothMigrationTaskListResponse": {
4608
+ "document": "DescribeSmoothMigrationTaskList返回参数结构体",
4609
+ "members": [
4610
+ {
4611
+ "disabled": false,
4612
+ "document": "查询总数",
4613
+ "example": "10",
4614
+ "member": "int64",
4615
+ "name": "TotalCount",
4616
+ "output_required": false,
4617
+ "type": "int",
4618
+ "value_allowed_null": false
4619
+ },
4620
+ {
4621
+ "disabled": false,
4622
+ "document": "任务列表\t\n注意:此字段可能返回 null,表示取不到有效值。",
4623
+ "example": "无",
4624
+ "member": "SmoothMigrationTaskItem",
4625
+ "name": "Data",
4626
+ "output_required": true,
4627
+ "type": "list",
4628
+ "value_allowed_null": true
4629
+ },
4630
+ {
4631
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4632
+ "member": "string",
4633
+ "name": "RequestId",
4634
+ "type": "string"
4635
+ }
4636
+ ],
4637
+ "type": "object"
4638
+ },
4567
4639
  "DescribeSourceClusterGroupListRequest": {
4568
4640
  "document": "DescribeSourceClusterGroupList请求参数结构体",
4569
4641
  "members": [
4570
4642
  {
4571
4643
  "disabled": false,
4572
- "document": "任务ID",
4644
+ "document": "任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。\n",
4573
4645
  "example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
4574
4646
  "member": "string",
4575
4647
  "name": "TaskId",
@@ -4578,16 +4650,16 @@
4578
4650
  },
4579
4651
  {
4580
4652
  "disabled": false,
4581
- "document": "查询条件列表",
4582
- "example": "",
4583
- "member": "Filter",
4584
- "name": "Filters",
4653
+ "document": "查询结果限制数量,默认20。",
4654
+ "example": "20",
4655
+ "member": "int64",
4656
+ "name": "Limit",
4585
4657
  "required": false,
4586
- "type": "list"
4658
+ "type": "int"
4587
4659
  },
4588
4660
  {
4589
4661
  "disabled": false,
4590
- "document": "查询起始位置",
4662
+ "document": "查询起始位置,默认为0。",
4591
4663
  "example": "0",
4592
4664
  "member": "int64",
4593
4665
  "name": "Offset",
@@ -4596,12 +4668,12 @@
4596
4668
  },
4597
4669
  {
4598
4670
  "disabled": false,
4599
- "document": "查询结果限制数量",
4600
- "example": "20",
4601
- "member": "int64",
4602
- "name": "Limit",
4671
+ "document": "过滤查询条件列表,请在引用此参数的API说明中了解使用方法。",
4672
+ "example": "",
4673
+ "member": "Filter",
4674
+ "name": "Filters",
4603
4675
  "required": false,
4604
- "type": "int"
4676
+ "type": "list"
4605
4677
  }
4606
4678
  ],
4607
4679
  "type": "object"
@@ -5014,7 +5086,7 @@
5014
5086
  "members": [
5015
5087
  {
5016
5088
  "disabled": false,
5017
- "document": "任务ID",
5089
+ "document": "任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。\n",
5018
5090
  "example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
5019
5091
  "member": "string",
5020
5092
  "name": "TaskId",
@@ -5023,7 +5095,7 @@
5023
5095
  },
5024
5096
  {
5025
5097
  "disabled": false,
5026
- "document": "主题名称",
5098
+ "document": "主题名称,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。\n",
5027
5099
  "example": "topic-a",
5028
5100
  "member": "string",
5029
5101
  "name": "TopicName",
@@ -5032,7 +5104,7 @@
5032
5104
  },
5033
5105
  {
5034
5106
  "disabled": false,
5035
- "document": "是否忽略当前检查",
5107
+ "document": "必填,是否忽略当前检查",
5036
5108
  "example": "true",
5037
5109
  "member": "bool",
5038
5110
  "name": "IgnoreCheck",
@@ -5041,7 +5113,7 @@
5041
5113
  },
5042
5114
  {
5043
5115
  "disabled": false,
5044
- "document": "命名空间,仅4.x集群有效",
5116
+ "document": "命名空间,仅迁移至4.x集群有效,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。",
5045
5117
  "example": "tdmq-default",
5046
5118
  "member": "string",
5047
5119
  "name": "Namespace",
@@ -5066,7 +5138,7 @@
5066
5138
  },
5067
5139
  {
5068
5140
  "disabled": false,
5069
- "document": "健康检查返回的错误信息\nNotChecked 未执行检查, Unknown 未知错误, TopicNotImported 主题未导入, TopicNotExistsInSourceCluster 主题在源集群中不存在, TopicNotExistsInTargetCluster 主题在目标集群中不存在, ConsumerConnectedOnTarget 目标集群上存在消费者连接, SourceTopicHasNewMessagesIn5Minutes 源集群主题前5分钟内有新消息写入, TargetTopicHasNewMessagesIn5Minutes 目标集群主题前5分钟内有新消息写入, SourceTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入, TargetTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入, ConsumerGroupCountNotMatch 订阅组数量不一致, SourceTopicHasUnconsumedMessages 源集群主题存在未消费消息,\n注意:此字段可能返回 null,表示取不到有效值。",
5141
+ "document": "健康检查返回的错误信息\nNotChecked 未执行检查, \nUnknown 未知错误, \nTopicNotImported 主题未导入,\nTopicNotExistsInSourceCluster 主题在源集群中不存在, \nTopicNotExistsInTargetCluster 主题在目标集群中不存在, \nConsumerConnectedOnTarget 目标集群上存在消费者连接, \nSourceTopicHasNewMessagesIn5Minutes 源集群主题前5分钟内有新消息写入, \nTargetTopicHasNewMessagesIn5Minutes 目标集群主题前5分钟内有新消息写入, \nSourceTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入, \nTargetTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入, \nConsumerGroupCountNotMatch 订阅组数量不一致, \nSourceTopicHasUnconsumedMessages 源集群主题存在未消费消息。\n注意:此字段可能返回 null,表示取不到有效值。",
5070
5142
  "example": "TopicNotExistsInTargetCluster",
5071
5143
  "member": "string",
5072
5144
  "name": "Reason",
@@ -5409,7 +5481,7 @@
5409
5481
  {
5410
5482
  "disabled": false,
5411
5483
  "document": "4.x独有数据\n注意:此字段可能返回 null,表示取不到有效值。",
5412
- "example": "{ \"IsVip\": true, \"InstanceStatus\": 1, \"VipInstanceStatus\": 1, \"MaxBandWidth\": 80, \"NodeCount\": 2, \"MaxStorage\": 200, \"SpecName\": \"rocket-vip-basic-0\", \"MaxRetention\": 168, \"MinRetention\": 24 }",
5484
+ "example": "",
5413
5485
  "member": "InstanceItemExtraInfo",
5414
5486
  "name": "InstanceItemExtraInfo",
5415
5487
  "output_required": false,
@@ -5435,6 +5507,16 @@
5435
5507
  "output_required": false,
5436
5508
  "type": "list",
5437
5509
  "value_allowed_null": true
5510
+ },
5511
+ {
5512
+ "disabled": false,
5513
+ "document": "是否开启删除保护",
5514
+ "example": "false",
5515
+ "member": "bool",
5516
+ "name": "EnableDeletionProtection",
5517
+ "output_required": false,
5518
+ "type": "bool",
5519
+ "value_allowed_null": false
5438
5520
  }
5439
5521
  ],
5440
5522
  "usage": "out"
@@ -5444,7 +5526,7 @@
5444
5526
  "members": [
5445
5527
  {
5446
5528
  "disabled": false,
5447
- "document": "任务ID",
5529
+ "document": "任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。\n",
5448
5530
  "example": "n4zk7nv4-d596886f",
5449
5531
  "member": "string",
5450
5532
  "name": "TaskId",
@@ -5454,7 +5536,7 @@
5454
5536
  {
5455
5537
  "disabled": false,
5456
5538
  "document": "待导入的消费组列表",
5457
- "example": "[]",
5539
+ "example": "[\"GroupName\": \"group-a\", \"Remark\": \"备注\"]",
5458
5540
  "member": "SourceClusterGroupConfig",
5459
5541
  "name": "GroupList",
5460
5542
  "required": true,
@@ -5480,7 +5562,7 @@
5480
5562
  "members": [
5481
5563
  {
5482
5564
  "disabled": false,
5483
- "document": "任务ID",
5565
+ "document": "任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。\n",
5484
5566
  "example": "fe391925-2ed6-43ea-8a53-8a9c1d04a319",
5485
5567
  "member": "string",
5486
5568
  "name": "TaskId",
@@ -6958,6 +7040,15 @@
6958
7040
  "name": "ExtraTopicNum",
6959
7041
  "required": false,
6960
7042
  "type": "string"
7043
+ },
7044
+ {
7045
+ "disabled": false,
7046
+ "document": "是否开启删除保护",
7047
+ "example": "false",
7048
+ "member": "bool",
7049
+ "name": "EnableDeletionProtection",
7050
+ "required": false,
7051
+ "type": "bool"
6961
7052
  }
6962
7053
  ],
6963
7054
  "type": "object"
@@ -7398,11 +7489,11 @@
7398
7489
  "usage": "out"
7399
7490
  },
7400
7491
  "PriceTag": {
7401
- "document": "价格标签信息",
7492
+ "document": "价格标签信息,一个完整的价格标签包含计价类别和计费项标签。",
7402
7493
  "members": [
7403
7494
  {
7404
7495
  "disabled": false,
7405
- "document": "计价名称",
7496
+ "document": "计价名称(枚举值:tps:TPS基础价;stepTps:TPS步长)",
7406
7497
  "example": "tps",
7407
7498
  "member": "string",
7408
7499
  "name": "Name",
@@ -7412,7 +7503,7 @@
7412
7503
  },
7413
7504
  {
7414
7505
  "disabled": false,
7415
- "document": "步长\n注意:此字段可能返回 null,表示取不到有效值。",
7506
+ "document": "计费项对应的步长数\n注意:此字段可能返回 null,表示取不到有效值。",
7416
7507
  "example": "1",
7417
7508
  "member": "int64",
7418
7509
  "name": "Step",
@@ -7603,7 +7694,7 @@
7603
7694
  "members": [
7604
7695
  {
7605
7696
  "disabled": false,
7606
- "document": "任务ID",
7697
+ "document": "任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。",
7607
7698
  "example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
7608
7699
  "member": "string",
7609
7700
  "name": "TaskId",
@@ -7612,7 +7703,7 @@
7612
7703
  },
7613
7704
  {
7614
7705
  "disabled": false,
7615
- "document": "主题名称",
7706
+ "document": "消费组名称,可在[DescribeSourceClusterGroupList](https://cloud.tencent.com/document/api/1493/118006)接口返回的[SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)或控制台中获取。",
7616
7707
  "example": "topic-a",
7617
7708
  "member": "string",
7618
7709
  "name": "TopicName",
@@ -7621,7 +7712,7 @@
7621
7712
  },
7622
7713
  {
7623
7714
  "disabled": false,
7624
- "document": "命名空间,仅迁移至4.x集群有效",
7715
+ "document": "命名空间,仅迁移至4.x集群有效,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。",
7625
7716
  "example": "tdmq-default",
7626
7717
  "member": "string",
7627
7718
  "name": "Namespace",
@@ -7873,7 +7964,7 @@
7873
7964
  "members": [
7874
7965
  {
7875
7966
  "disabled": false,
7876
- "document": "任务ID",
7967
+ "document": "任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台中获得。\n",
7877
7968
  "example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
7878
7969
  "member": "string",
7879
7970
  "name": "TaskId",
@@ -7882,7 +7973,7 @@
7882
7973
  },
7883
7974
  {
7884
7975
  "disabled": false,
7885
- "document": "主题名称",
7976
+ "document": "主题名称,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。\n",
7886
7977
  "example": "topic-a",
7887
7978
  "member": "string",
7888
7979
  "name": "TopicName",
@@ -7891,7 +7982,7 @@
7891
7982
  },
7892
7983
  {
7893
7984
  "disabled": false,
7894
- "document": "命名空间,仅4.x集群有效",
7985
+ "document": "命名空间,仅迁移至4.x集群有效,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。",
7895
7986
  "example": "tdmq-default",
7896
7987
  "member": "string",
7897
7988
  "name": "Namespace",
@@ -7913,12 +8004,98 @@
7913
8004
  ],
7914
8005
  "type": "object"
7915
8006
  },
8007
+ "SmoothMigrationTaskItem": {
8008
+ "document": "平滑迁移任务",
8009
+ "members": [
8010
+ {
8011
+ "disabled": false,
8012
+ "document": "任务ID\n注意:此字段可能返回 null,表示取不到有效值。",
8013
+ "example": "9b299610-7402-47d3-91d1-f012faf13929",
8014
+ "member": "string",
8015
+ "name": "TaskId",
8016
+ "output_required": true,
8017
+ "type": "string",
8018
+ "value_allowed_null": true
8019
+ },
8020
+ {
8021
+ "disabled": false,
8022
+ "document": "任务名称\t\n注意:此字段可能返回 null,表示取不到有效值。",
8023
+ "example": "test-migration",
8024
+ "member": "string",
8025
+ "name": "TaskName",
8026
+ "output_required": true,
8027
+ "type": "string",
8028
+ "value_allowed_null": true
8029
+ },
8030
+ {
8031
+ "disabled": false,
8032
+ "document": "源集群名称\n注意:此字段可能返回 null,表示取不到有效值。",
8033
+ "example": "source-cluster",
8034
+ "member": "string",
8035
+ "name": "SourceClusterName",
8036
+ "output_required": true,
8037
+ "type": "string",
8038
+ "value_allowed_null": true
8039
+ },
8040
+ {
8041
+ "disabled": false,
8042
+ "document": "目标集群实例ID\n注意:此字段可能返回 null,表示取不到有效值。",
8043
+ "example": "rmq-1gz33dsf",
8044
+ "member": "string",
8045
+ "name": "InstanceId",
8046
+ "output_required": true,
8047
+ "type": "string",
8048
+ "value_allowed_null": true
8049
+ },
8050
+ {
8051
+ "disabled": false,
8052
+ "document": "网络连接类型, \nPUBLIC 公网 \nVPC 私有网络 \nOTHER 其他\n注意:此字段可能返回 null,表示取不到有效值。",
8053
+ "example": "VPC",
8054
+ "member": "string",
8055
+ "name": "ConnectionType",
8056
+ "output_required": true,
8057
+ "type": "string",
8058
+ "value_allowed_null": true
8059
+ },
8060
+ {
8061
+ "disabled": false,
8062
+ "document": "源集群NameServer地址\t\n注意:此字段可能返回 null,表示取不到有效值。",
8063
+ "example": "1.1.1.1:9876",
8064
+ "member": "string",
8065
+ "name": "SourceNameServer",
8066
+ "output_required": true,
8067
+ "type": "string",
8068
+ "value_allowed_null": true
8069
+ },
8070
+ {
8071
+ "disabled": false,
8072
+ "document": "任务状态:\nConfiguration 迁移配置,\nSourceConnecting 连接源集群中,\n MetaDataImport 元数据导入,\nEndpointSetup 切换接入点,\nServiceMigration 切流中,\nCompleted 已完成,\nCancelled 已取消\n注意:此字段可能返回 null,表示取不到有效值。",
8073
+ "example": "Configuration",
8074
+ "member": "string",
8075
+ "name": "TaskStatus",
8076
+ "output_required": true,
8077
+ "type": "string",
8078
+ "value_allowed_null": true
8079
+ },
8080
+ {
8081
+ "disabled": false,
8082
+ "document": "目标集群实例版本,\n4 表示4.x版本\n5 表示5.x版本\n注意:此字段可能返回 null,表示取不到有效值。",
8083
+ "example": "5",
8084
+ "member": "string",
8085
+ "name": "InstanceVersion",
8086
+ "output_required": true,
8087
+ "type": "string",
8088
+ "value_allowed_null": true
8089
+ }
8090
+ ],
8091
+ "usage": "out"
8092
+ },
7916
8093
  "SourceClusterGroupConfig": {
7917
8094
  "document": "消费组配置信息",
7918
8095
  "members": [
7919
8096
  {
7920
8097
  "disabled": false,
7921
- "document": "消费组名称\n注意:此字段可能返回 null,表示取不到有效值。",
8098
+ "document": "消费组名称,可在[DescribeSourceClusterGroupList](https://cloud.tencent.com/document/api/1493/118006)接口返回的[SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)数据中获取。\n注意:此字段可能返回 null,表示取不到有效值。",
7922
8099
  "example": "group1",
7923
8100
  "member": "string",
7924
8101
  "name": "GroupName",
@@ -7962,7 +8139,7 @@
7962
8139
  },
7963
8140
  {
7964
8141
  "disabled": false,
7965
- "document": "导入状态\nUnknown 未知\nSuccess 成功\nFailure 失败\nAlreadyExists 已存在\n注意:此字段可能返回 null,表示取不到有效值。",
8142
+ "document": "导入状态\nUnknown 未知\nSuccess 成功\nFailure 失败\nAlreadyExists 已存在\n\n仅作为出参时使用\n注意:此字段可能返回 null,表示取不到有效值。",
7966
8143
  "example": "Success",
7967
8144
  "member": "string",
7968
8145
  "name": "ImportStatus",
@@ -8023,7 +8200,7 @@
8023
8200
  "members": [
8024
8201
  {
8025
8202
  "disabled": false,
8026
- "document": "主题名称",
8203
+ "document": "主题名称,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。",
8027
8204
  "example": "topic1",
8028
8205
  "member": "string",
8029
8206
  "name": "TopicName",
@@ -8089,7 +8266,7 @@
8089
8266
  },
8090
8267
  {
8091
8268
  "disabled": false,
8092
- "document": "导入状态,\nUnknown 未知,\nAlreadyExists 已存在,\nSuccess 成功,\nFailure 失败",
8269
+ "document": "导入状态,\nUnknown 未知,\nAlreadyExists 已存在,\nSuccess 成功,\nFailure 失败\n\n仅作为出参可用",
8093
8270
  "example": "Unknown",
8094
8271
  "member": "string",
8095
8272
  "name": "ImportStatus",