tccli 3.0.1354.1__py2.py3-none-any.whl → 3.0.1356.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 (47) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/aiart/v20221229/api.json +1 -1
  4. tccli/services/apm/v20210622/api.json +38 -0
  5. tccli/services/autoscaling/v20180419/api.json +45 -1
  6. tccli/services/bi/v20220105/api.json +1 -1
  7. tccli/services/billing/v20180709/api.json +11 -11
  8. tccli/services/ccc/v20200210/api.json +90 -0
  9. tccli/services/cdb/cdb_client.py +53 -0
  10. tccli/services/cdb/v20170320/api.json +57 -5
  11. tccli/services/cdb/v20170320/examples.json +8 -0
  12. tccli/services/cdwch/v20200915/api.json +86 -86
  13. tccli/services/cdwch/v20200915/examples.json +1 -1
  14. tccli/services/clb/v20180317/api.json +1 -1
  15. tccli/services/ctsdb/__init__.py +4 -0
  16. tccli/services/ctsdb/ctsdb_client.py +260 -0
  17. tccli/services/ctsdb/v20230202/api.json +679 -0
  18. tccli/services/ctsdb/v20230202/examples.json +21 -0
  19. tccli/services/cynosdb/cynosdb_client.py +53 -0
  20. tccli/services/cynosdb/v20190107/api.json +107 -0
  21. tccli/services/cynosdb/v20190107/examples.json +8 -0
  22. tccli/services/essbasic/v20210526/api.json +46 -1
  23. tccli/services/faceid/v20180301/api.json +26 -26
  24. tccli/services/gme/v20180711/api.json +1 -1
  25. tccli/services/gs/v20191118/api.json +9 -0
  26. tccli/services/hunyuan/v20230901/api.json +80 -0
  27. tccli/services/igtm/v20231024/api.json +52 -52
  28. tccli/services/igtm/v20231024/examples.json +21 -21
  29. tccli/services/live/v20180801/api.json +1 -1
  30. tccli/services/lke/v20231130/api.json +1 -1
  31. tccli/services/monitor/v20180724/api.json +1 -1
  32. tccli/services/mps/v20190612/api.json +11 -0
  33. tccli/services/ocr/v20181119/api.json +9 -0
  34. tccli/services/securitylake/v20240117/api.json +2 -2
  35. tccli/services/ssl/v20191205/api.json +50 -0
  36. tccli/services/tcaplusdb/v20190823/api.json +2 -2
  37. tccli/services/teo/teo_client.py +114 -8
  38. tccli/services/teo/v20220901/api.json +209 -6
  39. tccli/services/teo/v20220901/examples.json +34 -0
  40. tccli/services/tts/v20190823/api.json +3 -3
  41. tccli/services/vclm/v20240523/api.json +2 -2
  42. tccli/services/vpc/v20170312/api.json +5 -5
  43. {tccli-3.0.1354.1.dist-info → tccli-3.0.1356.1.dist-info}/METADATA +2 -2
  44. {tccli-3.0.1354.1.dist-info → tccli-3.0.1356.1.dist-info}/RECORD +47 -43
  45. {tccli-3.0.1354.1.dist-info → tccli-3.0.1356.1.dist-info}/WHEEL +0 -0
  46. {tccli-3.0.1354.1.dist-info → tccli-3.0.1356.1.dist-info}/entry_points.txt +0 -0
  47. {tccli-3.0.1354.1.dist-info → tccli-3.0.1356.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1354.1'
1
+ __version__ = '3.0.1356.1'
@@ -248,6 +248,9 @@ SERVICE_VERSIONS = {
248
248
  "ctem": [
249
249
  "2023-11-28"
250
250
  ],
251
+ "ctsdb": [
252
+ "2023-02-02"
253
+ ],
251
254
  "cvm": [
252
255
  "2017-03-12"
253
256
  ],
@@ -151,7 +151,7 @@
151
151
  "metadata": {
152
152
  "apiVersion": "2022-12-29",
153
153
  "api_brief": "结合输入的文本或图片智能创作出与输入相关的图像内容。",
154
- "serviceNameCN": "大模型图像创作引擎",
154
+ "serviceNameCN": "腾讯混元生图",
155
155
  "serviceShortName": "aiart"
156
156
  },
157
157
  "objects": {
@@ -1049,6 +1049,26 @@
1049
1049
  "output_required": false,
1050
1050
  "type": "string",
1051
1051
  "value_allowed_null": false
1052
+ },
1053
+ {
1054
+ "disabled": false,
1055
+ "document": "URL长分段收敛阈值",
1056
+ "example": "40",
1057
+ "member": "int64",
1058
+ "name": "UrlLongSegmentThreshold",
1059
+ "output_required": true,
1060
+ "type": "int",
1061
+ "value_allowed_null": false
1062
+ },
1063
+ {
1064
+ "disabled": false,
1065
+ "document": "URL数字分段收敛阈值",
1066
+ "example": "5",
1067
+ "member": "int64",
1068
+ "name": "UrlNumberSegmentThreshold",
1069
+ "output_required": true,
1070
+ "type": "int",
1071
+ "value_allowed_null": false
1052
1072
  }
1053
1073
  ],
1054
1074
  "usage": "out"
@@ -2718,6 +2738,24 @@
2718
2738
  "name": "IsDeserializationAnalysis",
2719
2739
  "required": false,
2720
2740
  "type": "int"
2741
+ },
2742
+ {
2743
+ "disabled": false,
2744
+ "document": "URL长分段收敛阈值",
2745
+ "example": "40",
2746
+ "member": "int64",
2747
+ "name": "UrlLongSegmentThreshold",
2748
+ "required": false,
2749
+ "type": "int"
2750
+ },
2751
+ {
2752
+ "disabled": false,
2753
+ "document": "URL数字分段收敛阈值",
2754
+ "example": "5",
2755
+ "member": "int64",
2756
+ "name": "UrlNumberSegmentThreshold",
2757
+ "required": false,
2758
+ "type": "int"
2721
2759
  }
2722
2760
  ],
2723
2761
  "type": "object"
@@ -2995,7 +2995,7 @@
2995
2995
  },
2996
2996
  {
2997
2997
  "disabled": false,
2998
- "document": "过滤条件。\n<li> instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。可通过登录[控制台](https://console.cloud.tencent.com/cvm/index)或调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。</li>\n<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`InstanceIds`和`Filters`。",
2998
+ "document": "过滤条件。\n<li> instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。可通过登录[控制台](https://console.cloud.tencent.com/cvm/index)或调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。</li>\n<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>\n<li> private-ip-address - String - 是否必填:否 -(过滤条件)按照实例内网IP过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `PrivateIpAddresses`获取实例内网IP。</li>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`InstanceIds`和`Filters`。",
2999
2999
  "example": "[{\"Name\": \"auto-scaling-group-id\", \"Values\": [\"asg-ewdpp04x\"]}]",
3000
3000
  "member": "Filter",
3001
3001
  "name": "Filters",
@@ -4472,6 +4472,50 @@
4472
4472
  "required": false,
4473
4473
  "type": "string",
4474
4474
  "value_allowed_null": true
4475
+ },
4476
+ {
4477
+ "disabled": false,
4478
+ "document": "线路类型。各种线路类型详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:BGP。\n\n<li>BGP:常规 BGP 线路</li>\n已开通静态单线IP白名单的用户,可选值:\n\n<li>CMCC:中国移动</li>\n<li>CTCC:中国电信</li>\n<li>CUCC:中国联通</li>\n注意:仅部分地域支持静态单线IP。\n",
4479
+ "example": "BGP",
4480
+ "member": "string",
4481
+ "name": "InternetServiceProvider",
4482
+ "output_required": false,
4483
+ "required": false,
4484
+ "type": "string",
4485
+ "value_allowed_null": false
4486
+ },
4487
+ {
4488
+ "disabled": false,
4489
+ "document": "公网 IP 类型。\n\n<li> WanIP:普通公网IP。</li>\n<li> HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。</li>\n<li> AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646) 。 </li> \n如需为资源分配公网IPv4地址,请指定公网IPv4地址类型。\n\n精品IP 高防IP功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)",
4490
+ "example": "WanIP",
4491
+ "member": "string",
4492
+ "name": "IPv4AddressType",
4493
+ "output_required": false,
4494
+ "required": false,
4495
+ "type": "string",
4496
+ "value_allowed_null": false
4497
+ },
4498
+ {
4499
+ "disabled": false,
4500
+ "document": "高防包唯一ID,申请高防IP时,该字段必传。",
4501
+ "example": "bgp-00000000",
4502
+ "member": "string",
4503
+ "name": "AntiDDoSPackageId",
4504
+ "output_required": false,
4505
+ "required": false,
4506
+ "type": "string",
4507
+ "value_allowed_null": false
4508
+ },
4509
+ {
4510
+ "disabled": false,
4511
+ "document": "实例销毁时是否一并销毁绑定的弹性IP。\n\n取值范围:\n<li>TRUE:表示保留EIP</li>\n<li>FALSE:表示不保留</li>\n请注意,当IPv4AddressType字段指定EIP类型时,默认不保留EIP。WanIP不受此字段影响始终随实例销毁。\n变更配置此字段,已绑定伸缩组会立刻生效。\n",
4512
+ "example": "false",
4513
+ "member": "bool",
4514
+ "name": "IsKeepEIP",
4515
+ "output_required": false,
4516
+ "required": false,
4517
+ "type": "bool",
4518
+ "value_allowed_null": false
4475
4519
  }
4476
4520
  ],
4477
4521
  "usage": "both"
@@ -171,7 +171,7 @@
171
171
  },
172
172
  "metadata": {
173
173
  "apiVersion": "2022-01-05",
174
- "api_brief": "bi产品",
174
+ "api_brief": "腾讯云BI API接口",
175
175
  "serviceNameCN": "商业智能分析 BI",
176
176
  "serviceShortName": "bi"
177
177
  },
@@ -6823,7 +6823,7 @@
6823
6823
  {
6824
6824
  "disabled": false,
6825
6825
  "document": "产品名称代码",
6826
- "example": "['p_clb']",
6826
+ "example": "p_clb",
6827
6827
  "member": "string",
6828
6828
  "name": "BusinessCodes",
6829
6829
  "required": false,
@@ -6832,7 +6832,7 @@
6832
6832
  {
6833
6833
  "disabled": false,
6834
6834
  "document": "子产品名称代码",
6835
- "example": "['sp_clb']",
6835
+ "example": "sp_clb",
6836
6836
  "member": "string",
6837
6837
  "name": "ProductCodes",
6838
6838
  "required": false,
@@ -6841,7 +6841,7 @@
6841
6841
  {
6842
6842
  "disabled": false,
6843
6843
  "document": "地域ID",
6844
- "example": "[1]",
6844
+ "example": "1",
6845
6845
  "member": "int64",
6846
6846
  "name": "RegionIds",
6847
6847
  "required": false,
@@ -6850,7 +6850,7 @@
6850
6850
  {
6851
6851
  "disabled": false,
6852
6852
  "document": "项目ID",
6853
- "example": "[0]",
6853
+ "example": "0",
6854
6854
  "member": "int64",
6855
6855
  "name": "ProjectIds",
6856
6856
  "required": false,
@@ -6859,7 +6859,7 @@
6859
6859
  {
6860
6860
  "disabled": false,
6861
6861
  "document": "付费模式,可选prePay和postPay",
6862
- "example": "['postPay']",
6862
+ "example": "postPay",
6863
6863
  "member": "string",
6864
6864
  "name": "PayModes",
6865
6865
  "required": false,
@@ -6868,7 +6868,7 @@
6868
6868
  {
6869
6869
  "disabled": false,
6870
6870
  "document": "交易类型",
6871
- "example": "['postpay_deduct_h']",
6871
+ "example": "postpay_deduct_h",
6872
6872
  "member": "string",
6873
6873
  "name": "ActionTypes",
6874
6874
  "required": false,
@@ -6904,7 +6904,7 @@
6904
6904
  {
6905
6905
  "disabled": false,
6906
6906
  "document": "组件编码",
6907
- "example": "['v_clb_ins']",
6907
+ "example": "v_clb_ins",
6908
6908
  "member": "string",
6909
6909
  "name": "ComponentCodes",
6910
6910
  "required": false,
@@ -6922,7 +6922,7 @@
6922
6922
  {
6923
6923
  "disabled": false,
6924
6924
  "document": "文件类型",
6925
- "example": "[\"CustomizedDosage\"]",
6925
+ "example": "CustomizedDosage",
6926
6926
  "member": "string",
6927
6927
  "name": "FileTypes",
6928
6928
  "required": false,
@@ -6931,7 +6931,7 @@
6931
6931
  {
6932
6932
  "disabled": false,
6933
6933
  "document": "状态",
6934
- "example": "[1]",
6934
+ "example": "1",
6935
6935
  "member": "uint64",
6936
6936
  "name": "Status",
6937
6937
  "required": false,
@@ -12291,8 +12291,8 @@
12291
12291
  },
12292
12292
  {
12293
12293
  "disabled": false,
12294
- "document": "查询指定产品信息(暂时未开放获取)",
12295
- "example": "\"code\"",
12294
+ "document": "查询指定产品信息",
12295
+ "example": "sp_cls",
12296
12296
  "member": "string",
12297
12297
  "name": "ProductCode",
12298
12298
  "required": false,
@@ -2432,6 +2432,33 @@
2432
2432
  "name": "Variables",
2433
2433
  "required": false,
2434
2434
  "type": "list"
2435
+ },
2436
+ {
2437
+ "disabled": false,
2438
+ "document": "模型topP",
2439
+ "example": "0.8",
2440
+ "member": "float",
2441
+ "name": "TopP",
2442
+ "required": false,
2443
+ "type": "float"
2444
+ },
2445
+ {
2446
+ "disabled": false,
2447
+ "document": "vad的远场人声抑制能力(不会对asr识别效果造成影响),范围为[0, 3],默认为0。推荐设置为2,有较好的远场人声抑制能力。",
2448
+ "example": "1",
2449
+ "member": "uint64",
2450
+ "name": "VadLevel",
2451
+ "required": false,
2452
+ "type": "int"
2453
+ },
2454
+ {
2455
+ "disabled": false,
2456
+ "document": "衔接语",
2457
+ "example": "无",
2458
+ "member": "ToneWordInfo",
2459
+ "name": "ToneWord",
2460
+ "required": false,
2461
+ "type": "object"
2435
2462
  }
2436
2463
  ],
2437
2464
  "type": "object"
@@ -9510,6 +9537,30 @@
9510
9537
  ],
9511
9538
  "usage": "both"
9512
9539
  },
9540
+ "ToneWordInfo": {
9541
+ "document": "承接语气词信息",
9542
+ "members": [
9543
+ {
9544
+ "disabled": false,
9545
+ "document": "首句超时时间,单位秒",
9546
+ "example": "0.4",
9547
+ "member": "float",
9548
+ "name": "FirstSentenceTimeout",
9549
+ "required": false,
9550
+ "type": "float"
9551
+ },
9552
+ {
9553
+ "disabled": false,
9554
+ "document": "承接语气词",
9555
+ "example": "{\"Positive\":[\"真不错\",\"挺好的\"],\"Negative\":[\"好悲催\",\"太差劲了\"],\"Neutral\":[\"嘿嘿\",\"差不多\"]}",
9556
+ "member": "ZHToneWordsInfo",
9557
+ "name": "ZHToneWords",
9558
+ "required": false,
9559
+ "type": "object"
9560
+ }
9561
+ ],
9562
+ "usage": "in"
9563
+ },
9513
9564
  "TransferToManualRequest": {
9514
9565
  "document": "TransferToManual请求参数结构体",
9515
9566
  "members": [
@@ -10012,6 +10063,45 @@
10012
10063
  }
10013
10064
  ],
10014
10065
  "usage": "both"
10066
+ },
10067
+ "ZHToneWordsInfo": {
10068
+ "document": "承接语气词",
10069
+ "members": [
10070
+ {
10071
+ "disabled": false,
10072
+ "document": "中性词列表",
10073
+ "example": "[\"嗯嗯\"]",
10074
+ "member": "string",
10075
+ "name": "Neutral",
10076
+ "output_required": false,
10077
+ "required": false,
10078
+ "type": "list",
10079
+ "value_allowed_null": false
10080
+ },
10081
+ {
10082
+ "disabled": false,
10083
+ "document": "正面词列表",
10084
+ "example": "[\"嗯嗯\"]",
10085
+ "member": "string",
10086
+ "name": "Positive",
10087
+ "output_required": false,
10088
+ "required": false,
10089
+ "type": "list",
10090
+ "value_allowed_null": false
10091
+ },
10092
+ {
10093
+ "disabled": false,
10094
+ "document": "负面词列表",
10095
+ "example": "[\"嗯嗯\"]",
10096
+ "member": "string",
10097
+ "name": "Negative",
10098
+ "output_required": false,
10099
+ "required": false,
10100
+ "type": "list",
10101
+ "value_allowed_null": false
10102
+ }
10103
+ ],
10104
+ "usage": "both"
10015
10105
  }
10016
10106
  },
10017
10107
  "version": "1.0"
@@ -485,6 +485,58 @@ def doIsolateDBInstance(args, parsed_globals):
485
485
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
486
486
 
487
487
 
488
+ def doModifyRoGroupVipVport(args, parsed_globals):
489
+ g_param = parse_global_arg(parsed_globals)
490
+
491
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
492
+ cred = credential.CVMRoleCredential()
493
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
494
+ cred = credential.STSAssumeRoleCredential(
495
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
496
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
497
+ )
498
+ elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
499
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
500
+ else:
501
+ cred = credential.Credential(
502
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
503
+ )
504
+ http_profile = HttpProfile(
505
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
506
+ reqMethod="POST",
507
+ endpoint=g_param[OptionsDefine.Endpoint],
508
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
509
+ )
510
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
511
+ if g_param[OptionsDefine.Language]:
512
+ profile.language = g_param[OptionsDefine.Language]
513
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
514
+ client = mod.CdbClient(cred, g_param[OptionsDefine.Region], profile)
515
+ client._sdkVersion += ("_CLI_" + __version__)
516
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
517
+ model = models.ModifyRoGroupVipVportRequest()
518
+ model.from_json_string(json.dumps(args))
519
+ start_time = time.time()
520
+ while True:
521
+ rsp = client.ModifyRoGroupVipVport(model)
522
+ result = rsp.to_json_string()
523
+ try:
524
+ json_obj = json.loads(result)
525
+ except TypeError as e:
526
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
527
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
528
+ break
529
+ cur_time = time.time()
530
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
531
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
532
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
533
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
534
+ else:
535
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
536
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
537
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
538
+
539
+
488
540
  def doDescribeRoGroups(args, parsed_globals):
489
541
  g_param = parse_global_arg(parsed_globals)
490
542
 
@@ -9033,6 +9085,7 @@ ACTION_MAP = {
9033
9085
  "CreateAuditRuleTemplate": doCreateAuditRuleTemplate,
9034
9086
  "BalanceRoGroupLoad": doBalanceRoGroupLoad,
9035
9087
  "IsolateDBInstance": doIsolateDBInstance,
9088
+ "ModifyRoGroupVipVport": doModifyRoGroupVipVport,
9036
9089
  "DescribeRoGroups": doDescribeRoGroups,
9037
9090
  "DescribeAccounts": doDescribeAccounts,
9038
9091
  "ModifyInstanceTag": doModifyInstanceTag,
@@ -1008,6 +1008,13 @@
1008
1008
  "output": "ModifyRoGroupInfoResponse",
1009
1009
  "status": "online"
1010
1010
  },
1011
+ "ModifyRoGroupVipVport": {
1012
+ "document": "该接口(ModifyRoGroupVipVport)用于修改Ro组的vip和vport。",
1013
+ "input": "ModifyRoGroupVipVportRequest",
1014
+ "name": "修改Ro组的vip和vport",
1015
+ "output": "ModifyRoGroupVipVportResponse",
1016
+ "status": "online"
1017
+ },
1011
1018
  "ModifyTimeWindow": {
1012
1019
  "document": "本接口(ModifyTimeWindow)用于更新云数据库实例的维护时间窗口。",
1013
1020
  "input": "ModifyTimeWindowRequest",
@@ -17108,8 +17115,8 @@
17108
17115
  "members": [
17109
17116
  {
17110
17117
  "disabled": false,
17111
- "document": "实例短 ID 列表。",
17112
- "example": "[\"cdb-atjl8gns\\r\\n\"]",
17118
+ "document": "实例 ID 列表。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。",
17119
+ "example": "[\"cdb-atjl8gns\"]",
17113
17120
  "member": "string",
17114
17121
  "name": "InstanceIds",
17115
17122
  "required": true,
@@ -17126,7 +17133,7 @@
17126
17133
  },
17127
17134
  {
17128
17135
  "disabled": false,
17129
- "document": "模板id,ParamList和TemplateId必须至少传其中之一",
17136
+ "document": "模板 ID,ParamList TemplateId 必须至少传其中之一。可通过 [DescribeParamTemplateInfo](https://cloud.tencent.com/document/product/236/32660) 接口获取。",
17130
17137
  "example": "99",
17131
17138
  "member": "int64",
17132
17139
  "name": "TemplateId",
@@ -17190,7 +17197,7 @@
17190
17197
  "members": [
17191
17198
  {
17192
17199
  "disabled": false,
17193
- "document": "要修改密码复杂度的实例 ID。\n说明:支持输入多个实例 ID 进行修改。",
17200
+ "document": "要修改密码复杂度的实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。\n说明:支持输入多个实例 ID 进行修改。",
17194
17201
  "example": "[\"cdb-93hvfe1d\"]",
17195
17202
  "member": "string",
17196
17203
  "name": "InstanceIds",
@@ -17199,7 +17206,7 @@
17199
17206
  },
17200
17207
  {
17201
17208
  "disabled": false,
17202
- "document": "要修改的密码复杂度的选项。每一个选项是以组合形式写入的,一个组合包括 Name 和 CurrentValue,其中 Name 表示对应选项的参数名,CurrentValue 表示参数值。例如:[{\"Name\": \"validate_password.length\", \"CurrentValue\": \"10\"}],表示将密码的最小字符数修改为10。\n说明:不同数据库版本的实例,支持修改的密码复杂度的选项如下。\n1. MySQL 8.0:\n选项 validate_password.policy,表示密码复杂度的开关,值为 LOW 时表示关闭;值为 MEDIUM 时表示开启。温馨提示:如需修改具体的密码策略,此选项的值需为 MEDIUM。\n选项 validate_password.length,表示密码总长度的最小字符数。\n选项 validate_password.mixed_case_count,表示小写和大写字母的最小字符数。\n选项 validate_password.number_count,表示数字的最小字符数。\n选项 validate_password.special_char_count,表示特殊字符的最小字符数。\n2. MySQL 5.6、MySQL 5.7:\n选项 validate_password_policy,表示密码复杂度的开关,值为 LOW 时表示关闭;值为 MEDIUM 时表示开启。温馨提示:如需修改具体的密码策略,此选项的值需为 MEDIUM。\n选项 validate_password_length,表示密码总长度的最小字符数。\n选项 validate_password_mixed_case_count,表示小写和大写字母的最小字符数。\n选项 validate_password_number_count,表示数字的最小字符数。\n选项 validate_password_special_char_count,表示特殊字符的最小字符数。",
17209
+ "document": "要修改的密码复杂度的选项。每一个选项是以组合形式写入的,一个组合包括 Name 和 CurrentValue,其中 Name 表示对应选项的参数名,CurrentValue 表示参数值。例如:[{\"Name\": \"validate_password.length\", \"CurrentValue\": \"10\"}],表示将密码的最小字符数修改为10。\n说明:不同数据库版本的实例,支持修改的密码复杂度的选项如下。\n1. MySQL 8.0:\n选项 validate_password.policy,表示密码复杂度的开关,值为 LOW 时表示关闭;值为 MEDIUM 时表示开启。\n选项 validate_password.length,表示密码总长度的最小字符数。\n选项 validate_password.mixed_case_count,表示小写和大写字母的最小字符数。\n选项 validate_password.number_count,表示数字的最小字符数。\n选项 validate_password.special_char_count,表示特殊字符的最小字符数。\n2. MySQL 5.6、MySQL 5.7:\n选项 validate_password_policy,表示密码复杂度的开关,值为 LOW 时表示关闭;值为 MEDIUM 时表示开启。\n选项 validate_password_length,表示密码总长度的最小字符数。\n选项 validate_password_mixed_case_count,表示小写和大写字母的最小字符数。\n选项 validate_password_number_count,表示数字的最小字符数。\n选项 validate_password_special_char_count,表示特殊字符的最小字符数。",
17203
17210
  "example": "[{\"Name\": \"validate_password.length\",\"CurrentValue\": \"10\"}]",
17204
17211
  "member": "Parameter",
17205
17212
  "name": "ParamList",
@@ -17592,6 +17599,51 @@
17592
17599
  ],
17593
17600
  "type": "object"
17594
17601
  },
17602
+ "ModifyRoGroupVipVportRequest": {
17603
+ "document": "ModifyRoGroupVipVport请求参数结构体",
17604
+ "members": [
17605
+ {
17606
+ "disabled": false,
17607
+ "document": "RO组的ID。",
17608
+ "example": "cdbrg-***",
17609
+ "member": "string",
17610
+ "name": "UGroupId",
17611
+ "required": true,
17612
+ "type": "string"
17613
+ },
17614
+ {
17615
+ "disabled": false,
17616
+ "document": "目标IP。",
17617
+ "example": "1.2.3.4",
17618
+ "member": "string",
17619
+ "name": "DstIp",
17620
+ "required": false,
17621
+ "type": "string"
17622
+ },
17623
+ {
17624
+ "disabled": false,
17625
+ "document": "目标Port。",
17626
+ "example": "3307",
17627
+ "member": "int64",
17628
+ "name": "DstPort",
17629
+ "required": false,
17630
+ "type": "int"
17631
+ }
17632
+ ],
17633
+ "type": "object"
17634
+ },
17635
+ "ModifyRoGroupVipVportResponse": {
17636
+ "document": "ModifyRoGroupVipVport返回参数结构体",
17637
+ "members": [
17638
+ {
17639
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
17640
+ "member": "string",
17641
+ "name": "RequestId",
17642
+ "type": "string"
17643
+ }
17644
+ ],
17645
+ "type": "object"
17646
+ },
17595
17647
  "ModifyTimeWindowRequest": {
17596
17648
  "document": "ModifyTimeWindow请求参数结构体",
17597
17649
  "members": [
@@ -1212,6 +1212,14 @@
1212
1212
  "title": "重新均衡RO组内实例的权重"
1213
1213
  }
1214
1214
  ],
1215
+ "ModifyRoGroupVipVport": [
1216
+ {
1217
+ "document": "修改Ro组的vip和vport",
1218
+ "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRoGroupVipVport\n<公共请求参数>\n\n{\n \"UGroupId\": \"cdbrg-***\",\n \"DstIp\": \"1.2.3.4\",\n \"DstPort\": \"3307\"\n}",
1219
+ "output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
1220
+ "title": "修改Ro组的vip和vport"
1221
+ }
1222
+ ],
1215
1223
  "ModifyTimeWindow": [
1216
1224
  {
1217
1225
  "document": "",