tccli 3.0.1274.1__py2.py3-none-any.whl → 3.0.1276.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.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +0 -9
- tccli/services/ams/v20201229/api.json +82 -0
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/batch/v20170312/api.json +24 -24
- tccli/services/cdwdoris/v20211228/api.json +19 -0
- tccli/services/cfw/v20190904/api.json +6 -6
- tccli/services/clb/v20180317/api.json +32 -4
- tccli/services/cloudstudio/v20230508/api.json +1 -1
- tccli/services/cvm/v20170312/api.json +48 -37
- tccli/services/cynosdb/v20190107/api.json +14 -4
- tccli/services/dlc/v20210125/api.json +17 -15
- tccli/services/dlc/v20210125/examples.json +4 -4
- tccli/services/dts/v20211206/api.json +1 -1
- tccli/services/emr/v20190103/api.json +24 -24
- tccli/services/es/v20180416/api.json +2 -2
- tccli/services/es/v20180416/examples.json +4 -4
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +403 -322
- tccli/services/ess/v20201111/examples.json +16 -2
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +310 -238
- tccli/services/essbasic/v20210526/examples.json +14 -0
- tccli/services/faceid/v20180301/api.json +3 -3
- tccli/services/lcic/v20220817/api.json +3 -3
- tccli/services/lighthouse/v20200324/api.json +6 -6
- tccli/services/live/v20180801/api.json +371 -380
- tccli/services/lke/lke_client.py +53 -0
- tccli/services/lke/v20231130/api.json +72 -2
- tccli/services/lke/v20231130/examples.json +8 -0
- tccli/services/ocr/v20181119/api.json +17 -7
- tccli/services/ocr/v20181119/examples.json +4 -4
- tccli/services/organization/v20210331/api.json +19 -0
- tccli/services/rce/v20201103/api.json +15 -15
- tccli/services/taf/v20200210/api.json +9 -9
- tccli/services/tcbr/v20220217/api.json +18 -0
- tccli/services/teo/v20220901/api.json +2 -2
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/tke/v20180525/api.json +328 -323
- tccli/services/tke/v20180525/examples.json +2 -2
- tccli/services/tke/v20220501/api.json +8 -8
- tccli/services/tse/v20201207/api.json +84 -4
- tccli/services/vm/v20201229/api.json +428 -78
- tccli/services/vm/v20210922/api.json +482 -82
- tccli/services/vpc/v20170312/api.json +2 -2
- tccli/services/weilingwith/v20230427/api.json +20 -20
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/RECORD +51 -63
- tccli/services/lp/__init__.py +0 -4
- tccli/services/lp/lp_client.py +0 -207
- tccli/services/lp/v20200224/api.json +0 -311
- tccli/services/lp/v20200224/examples.json +0 -13
- tccli/services/rkp/__init__.py +0 -4
- tccli/services/rkp/rkp_client.py +0 -313
- tccli/services/rkp/v20191209/api.json +0 -564
- tccli/services/rkp/v20191209/examples.json +0 -29
- tccli/services/rp/__init__.py +0 -4
- tccli/services/rp/rp_client.py +0 -207
- tccli/services/rp/v20200224/api.json +0 -290
- tccli/services/rp/v20200224/examples.json +0 -13
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/license_files/LICENSE +0 -0
    
        tccli/__init__.py
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            __version__ = '3.0. | 
| 1 | 
            +
            __version__ = '3.0.1276.1'
         | 
    
        tccli/services/__init__.py
    CHANGED
    
    | @@ -472,9 +472,6 @@ SERVICE_VERSIONS = { | |
| 472 472 | 
             
                "lowcode": [
         | 
| 473 473 | 
             
                    "2021-01-08"
         | 
| 474 474 | 
             
                ],
         | 
| 475 | 
            -
                "lp": [
         | 
| 476 | 
            -
                    "2020-02-24"
         | 
| 477 | 
            -
                ],
         | 
| 478 475 | 
             
                "mall": [
         | 
| 479 476 | 
             
                    "2023-05-18"
         | 
| 480 477 | 
             
                ],
         | 
| @@ -566,12 +563,6 @@ SERVICE_VERSIONS = { | |
| 566 563 | 
             
                "region": [
         | 
| 567 564 | 
             
                    "2022-06-27"
         | 
| 568 565 | 
             
                ],
         | 
| 569 | 
            -
                "rkp": [
         | 
| 570 | 
            -
                    "2019-12-09"
         | 
| 571 | 
            -
                ],
         | 
| 572 | 
            -
                "rp": [
         | 
| 573 | 
            -
                    "2020-02-24"
         | 
| 574 | 
            -
                ],
         | 
| 575 566 | 
             
                "rum": [
         | 
| 576 567 | 
             
                    "2021-06-22"
         | 
| 577 568 | 
             
                ],
         | 
| @@ -1178,6 +1178,52 @@ | |
| 1178 1178 | 
             
                  ],
         | 
| 1179 1179 | 
             
                  "type": "object"
         | 
| 1180 1180 | 
             
                },
         | 
| 1181 | 
            +
                "HitInfo": {
         | 
| 1182 | 
            +
                  "document": "关键词命中位置信息",
         | 
| 1183 | 
            +
                  "members": [
         | 
| 1184 | 
            +
                    {
         | 
| 1185 | 
            +
                      "disabled": false,
         | 
| 1186 | 
            +
                      "document": "标识模型命中还是关键词命中",
         | 
| 1187 | 
            +
                      "example": "Model",
         | 
| 1188 | 
            +
                      "member": "string",
         | 
| 1189 | 
            +
                      "name": "Type",
         | 
| 1190 | 
            +
                      "output_required": true,
         | 
| 1191 | 
            +
                      "type": "string",
         | 
| 1192 | 
            +
                      "value_allowed_null": false
         | 
| 1193 | 
            +
                    },
         | 
| 1194 | 
            +
                    {
         | 
| 1195 | 
            +
                      "disabled": false,
         | 
| 1196 | 
            +
                      "document": "命中关键词",
         | 
| 1197 | 
            +
                      "example": "hello",
         | 
| 1198 | 
            +
                      "member": "string",
         | 
| 1199 | 
            +
                      "name": "Keyword",
         | 
| 1200 | 
            +
                      "output_required": true,
         | 
| 1201 | 
            +
                      "type": "string",
         | 
| 1202 | 
            +
                      "value_allowed_null": false
         | 
| 1203 | 
            +
                    },
         | 
| 1204 | 
            +
                    {
         | 
| 1205 | 
            +
                      "disabled": false,
         | 
| 1206 | 
            +
                      "document": "自定义词库名称",
         | 
| 1207 | 
            +
                      "example": "测试词库1",
         | 
| 1208 | 
            +
                      "member": "string",
         | 
| 1209 | 
            +
                      "name": "LibName",
         | 
| 1210 | 
            +
                      "output_required": true,
         | 
| 1211 | 
            +
                      "type": "string",
         | 
| 1212 | 
            +
                      "value_allowed_null": false
         | 
| 1213 | 
            +
                    },
         | 
| 1214 | 
            +
                    {
         | 
| 1215 | 
            +
                      "disabled": false,
         | 
| 1216 | 
            +
                      "document": "\t位置信息",
         | 
| 1217 | 
            +
                      "example": "无",
         | 
| 1218 | 
            +
                      "member": "Position",
         | 
| 1219 | 
            +
                      "name": "Positions",
         | 
| 1220 | 
            +
                      "output_required": true,
         | 
| 1221 | 
            +
                      "type": "list",
         | 
| 1222 | 
            +
                      "value_allowed_null": false
         | 
| 1223 | 
            +
                    }
         | 
| 1224 | 
            +
                  ],
         | 
| 1225 | 
            +
                  "usage": "out"
         | 
| 1226 | 
            +
                },
         | 
| 1181 1227 | 
             
                "InputInfo": {
         | 
| 1182 1228 | 
             
                  "document": "输入信息详情",
         | 
| 1183 1229 | 
             
                  "members": [
         | 
| @@ -1412,6 +1458,32 @@ | |
| 1412 1458 | 
             
                  ],
         | 
| 1413 1459 | 
             
                  "usage": "out"
         | 
| 1414 1460 | 
             
                },
         | 
| 1461 | 
            +
                "Position": {
         | 
| 1462 | 
            +
                  "document": "标识命中的违规关键词位置信息",
         | 
| 1463 | 
            +
                  "members": [
         | 
| 1464 | 
            +
                    {
         | 
| 1465 | 
            +
                      "disabled": false,
         | 
| 1466 | 
            +
                      "document": "关键词起始位置",
         | 
| 1467 | 
            +
                      "example": "0",
         | 
| 1468 | 
            +
                      "member": "int64",
         | 
| 1469 | 
            +
                      "name": "Start",
         | 
| 1470 | 
            +
                      "output_required": true,
         | 
| 1471 | 
            +
                      "type": "int",
         | 
| 1472 | 
            +
                      "value_allowed_null": false
         | 
| 1473 | 
            +
                    },
         | 
| 1474 | 
            +
                    {
         | 
| 1475 | 
            +
                      "disabled": false,
         | 
| 1476 | 
            +
                      "document": "关键词结束位置",
         | 
| 1477 | 
            +
                      "example": "10",
         | 
| 1478 | 
            +
                      "member": "int64",
         | 
| 1479 | 
            +
                      "name": "End",
         | 
| 1480 | 
            +
                      "output_required": true,
         | 
| 1481 | 
            +
                      "type": "int",
         | 
| 1482 | 
            +
                      "value_allowed_null": false
         | 
| 1483 | 
            +
                    }
         | 
| 1484 | 
            +
                  ],
         | 
| 1485 | 
            +
                  "usage": "out"
         | 
| 1486 | 
            +
                },
         | 
| 1415 1487 | 
             
                "RecognitionResult": {
         | 
| 1416 1488 | 
             
                  "document": "识别类标签结果信息",
         | 
| 1417 1489 | 
             
                  "members": [
         | 
| @@ -1948,6 +2020,16 @@ | |
| 1948 2020 | 
             
                      "output_required": true,
         | 
| 1949 2021 | 
             
                      "type": "string",
         | 
| 1950 2022 | 
             
                      "value_allowed_null": true
         | 
| 2023 | 
            +
                    },
         | 
| 2024 | 
            +
                    {
         | 
| 2025 | 
            +
                      "disabled": false,
         | 
| 2026 | 
            +
                      "document": "该字段用于返回违规文本命中信息",
         | 
| 2027 | 
            +
                      "example": "无",
         | 
| 2028 | 
            +
                      "member": "HitInfo",
         | 
| 2029 | 
            +
                      "name": "HitInfos",
         | 
| 2030 | 
            +
                      "output_required": true,
         | 
| 2031 | 
            +
                      "type": "list",
         | 
| 2032 | 
            +
                      "value_allowed_null": false
         | 
| 1951 2033 | 
             
                    }
         | 
| 1952 2034 | 
             
                  ],
         | 
| 1953 2035 | 
             
                  "usage": "out"
         | 
| @@ -36,7 +36,7 @@ | |
| 36 36 | 
             
                  "status": "online"
         | 
| 37 37 | 
             
                },
         | 
| 38 38 | 
             
                "CreateRecTask": {
         | 
| 39 | 
            -
                  "document": "本接口可对较长的录音文件进行识别。如希望直接使用带界面的语音识别产品,请访问[产品体验中心](https://console.cloud.tencent.com/asr/demonstrate)。产品计费标准请查阅 [计费概述(在线版)](https://cloud.tencent.com/document/product/1093/35686)\n• 接口默认限频:20次/秒。此处仅限制任务提交频次,与识别结果返回时效无关\n• 返回时效:异步回调,非实时返回。最长3小时返回识别结果,**大多数情况下,1小时的音频1-3分钟即可完成识别**。请注意:上述返回时长不含音频下载时延,且30分钟内发送超过1000小时录音或2万条任务的情况除外\n• 音频格式:wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac\n• 支持语言:在本页面上搜索 **EngineModelType**,或前往 [产品功能](https://cloud.tencent.com/document/product/1093/35682) 查看\n• 音频提交方式:本接口支持**音频 URL 、本地音频文件**两种请求方式。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储、生成URL | 
| 39 | 
            +
                  "document": "本接口可对较长的录音文件进行识别。如希望直接使用带界面的语音识别产品,请访问[产品体验中心](https://console.cloud.tencent.com/asr/demonstrate)。产品计费标准请查阅 [计费概述(在线版)](https://cloud.tencent.com/document/product/1093/35686)\n• 接口默认限频:20次/秒。此处仅限制任务提交频次,与识别结果返回时效无关\n• 返回时效:异步回调,非实时返回。最长3小时返回识别结果,**大多数情况下,1小时的音频1-3分钟即可完成识别**。请注意:上述返回时长不含音频下载时延,且30分钟内发送超过1000小时录音或2万条任务的情况除外\n• 音频格式:wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac\n• 支持语言:在本页面上搜索 **EngineModelType**,或前往 [产品功能](https://cloud.tencent.com/document/product/1093/35682) 查看\n• 音频提交方式:本接口支持**音频 URL 、本地音频文件**两种请求方式。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储、生成URL并提交任务,此种方式将不产生外网和流量下行费用,可节约成本、提升任务速度(可参考COS预签名指南:[使用预签名 URL 访问 COS](https://cloud.tencent.com/document/product/436/68284) ,获取COS预签名url)\n• 音频限制:音频 URL 时长不能大于5小时,文件大小不超过1GB;本地音频文件不能大于5MB\n• 如何获取识别结果:支持**回调或轮询**的方式获取结果,具体请参考 [录音文件识别结果查询](https://cloud.tencent.com/document/product/1093/37822)\n• 识别结果有效时间:识别结果在服务端保存24小时\n• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法 v3",
         | 
| 40 40 | 
             
                  "input": "CreateRecTaskRequest",
         | 
| 41 41 | 
             
                  "name": "录音文件识别请求",
         | 
| 42 42 | 
             
                  "output": "CreateRecTaskResponse",
         | 
| @@ -1258,80 +1258,80 @@ | |
| 1258 1258 | 
             
                    },
         | 
| 1259 1259 | 
             
                    {
         | 
| 1260 1260 | 
             
                      "disabled": false,
         | 
| 1261 | 
            -
                      "document": "数据盘是否随子机销毁。取值范围:\n<li>true:子机销毁时,销毁数据盘,只支持按小时后付费云盘</li>\n<li>\n  false:子机销毁时,保留数据盘<br />\n  默认取值:true<br />\n  该参数目前仅用于 `RunInstances` 接口。\n</li | 
| 1261 | 
            +
                      "document": "数据盘是否随子机销毁。取值范围:\n<li>true:子机销毁时,销毁数据盘,只支持按小时后付费云盘</li>\n<li>\n  false:子机销毁时,保留数据盘<br />\n  默认取值:true<br />\n  该参数目前仅用于 `RunInstances` 接口。\n</li>",
         | 
| 1262 1262 | 
             
                      "example": "true",
         | 
| 1263 1263 | 
             
                      "member": "bool",
         | 
| 1264 1264 | 
             
                      "name": "DeleteWithInstance",
         | 
| 1265 1265 | 
             
                      "output_required": true,
         | 
| 1266 1266 | 
             
                      "required": false,
         | 
| 1267 1267 | 
             
                      "type": "bool",
         | 
| 1268 | 
            -
                      "value_allowed_null":  | 
| 1268 | 
            +
                      "value_allowed_null": false
         | 
| 1269 1269 | 
             
                    },
         | 
| 1270 1270 | 
             
                    {
         | 
| 1271 1271 | 
             
                      "disabled": false,
         | 
| 1272 | 
            -
                      "document": "数据盘快照ID | 
| 1272 | 
            +
                      "document": "数据盘快照ID。选择的数据盘快照大小需小于数据盘大小。",
         | 
| 1273 1273 | 
             
                      "example": "snap-6yczrj8x",
         | 
| 1274 1274 | 
             
                      "member": "string",
         | 
| 1275 1275 | 
             
                      "name": "SnapshotId",
         | 
| 1276 1276 | 
             
                      "output_required": true,
         | 
| 1277 1277 | 
             
                      "required": false,
         | 
| 1278 1278 | 
             
                      "type": "string",
         | 
| 1279 | 
            -
                      "value_allowed_null":  | 
| 1279 | 
            +
                      "value_allowed_null": false
         | 
| 1280 1280 | 
             
                    },
         | 
| 1281 1281 | 
             
                    {
         | 
| 1282 1282 | 
             
                      "disabled": false,
         | 
| 1283 | 
            -
                      "document": "数据盘是加密。取值范围:\n<li>true:加密</li>\n<li>\n  false:不加密<br />\n  默认取值:false<br />\n  该参数目前仅用于 `RunInstances` 接口。\n</li | 
| 1283 | 
            +
                      "document": "数据盘是加密。取值范围:\n<li>true:加密</li>\n<li>\n  false:不加密<br />\n  默认取值:false<br />\n  该参数目前仅用于 `RunInstances` 接口。\n</li>",
         | 
| 1284 1284 | 
             
                      "example": "false",
         | 
| 1285 1285 | 
             
                      "member": "bool",
         | 
| 1286 1286 | 
             
                      "name": "Encrypt",
         | 
| 1287 1287 | 
             
                      "output_required": true,
         | 
| 1288 1288 | 
             
                      "required": false,
         | 
| 1289 1289 | 
             
                      "type": "bool",
         | 
| 1290 | 
            -
                      "value_allowed_null":  | 
| 1290 | 
            +
                      "value_allowed_null": false
         | 
| 1291 1291 | 
             
                    },
         | 
| 1292 1292 | 
             
                    {
         | 
| 1293 1293 | 
             
                      "disabled": false,
         | 
| 1294 | 
            -
                      "document": "自定义CMK对应的ID,取值为UUID或者类似kms-abcd1234。用于加密云盘。\n\n该参数目前仅用于 `RunInstances`  | 
| 1294 | 
            +
                      "document": "自定义CMK对应的ID,取值为UUID或者类似kms-abcd1234。用于加密云盘。\n\n该参数目前仅用于 `RunInstances` 接口。",
         | 
| 1295 1295 | 
             
                      "example": "kms-abcd1234",
         | 
| 1296 1296 | 
             
                      "member": "string",
         | 
| 1297 1297 | 
             
                      "name": "KmsKeyId",
         | 
| 1298 1298 | 
             
                      "output_required": true,
         | 
| 1299 1299 | 
             
                      "required": false,
         | 
| 1300 1300 | 
             
                      "type": "string",
         | 
| 1301 | 
            -
                      "value_allowed_null":  | 
| 1301 | 
            +
                      "value_allowed_null": false
         | 
| 1302 1302 | 
             
                    },
         | 
| 1303 1303 | 
             
                    {
         | 
| 1304 1304 | 
             
                      "disabled": false,
         | 
| 1305 | 
            -
                      "document": "云硬盘性能,单位:MB/s | 
| 1305 | 
            +
                      "document": "云硬盘性能,单位:MB/s",
         | 
| 1306 1306 | 
             
                      "example": "20",
         | 
| 1307 1307 | 
             
                      "member": "int64",
         | 
| 1308 1308 | 
             
                      "name": "ThroughputPerformance",
         | 
| 1309 1309 | 
             
                      "output_required": true,
         | 
| 1310 1310 | 
             
                      "required": false,
         | 
| 1311 1311 | 
             
                      "type": "int",
         | 
| 1312 | 
            -
                      "value_allowed_null":  | 
| 1312 | 
            +
                      "value_allowed_null": false
         | 
| 1313 1313 | 
             
                    },
         | 
| 1314 1314 | 
             
                    {
         | 
| 1315 1315 | 
             
                      "disabled": false,
         | 
| 1316 | 
            -
                      "document": "所属的独享集群ID | 
| 1316 | 
            +
                      "document": "所属的独享集群ID。",
         | 
| 1317 1317 | 
             
                      "example": "cdc-1648zauv",
         | 
| 1318 1318 | 
             
                      "member": "string",
         | 
| 1319 1319 | 
             
                      "name": "CdcId",
         | 
| 1320 1320 | 
             
                      "output_required": true,
         | 
| 1321 1321 | 
             
                      "required": false,
         | 
| 1322 1322 | 
             
                      "type": "string",
         | 
| 1323 | 
            -
                      "value_allowed_null":  | 
| 1323 | 
            +
                      "value_allowed_null": false
         | 
| 1324 1324 | 
             
                    },
         | 
| 1325 1325 | 
             
                    {
         | 
| 1326 1326 | 
             
                      "disabled": false,
         | 
| 1327 | 
            -
                      "document": "突发性能\n\n <b>注:内测中。</b | 
| 1327 | 
            +
                      "document": "突发性能\n\n <b>注:内测中。</b>",
         | 
| 1328 1328 | 
             
                      "example": "false",
         | 
| 1329 1329 | 
             
                      "member": "bool",
         | 
| 1330 1330 | 
             
                      "name": "BurstPerformance",
         | 
| 1331 1331 | 
             
                      "output_required": false,
         | 
| 1332 1332 | 
             
                      "required": false,
         | 
| 1333 1333 | 
             
                      "type": "bool",
         | 
| 1334 | 
            -
                      "value_allowed_null":  | 
| 1334 | 
            +
                      "value_allowed_null": false
         | 
| 1335 1335 | 
             
                    },
         | 
| 1336 1336 | 
             
                    {
         | 
| 1337 1337 | 
             
                      "disabled": false,
         | 
| @@ -3523,25 +3523,25 @@ | |
| 3523 3523 | 
             
                  "members": [
         | 
| 3524 3524 | 
             
                    {
         | 
| 3525 3525 | 
             
                      "disabled": false,
         | 
| 3526 | 
            -
                      "document": " | 
| 3526 | 
            +
                      "document": "竞价相关选项",
         | 
| 3527 3527 | 
             
                      "example": "0.12",
         | 
| 3528 3528 | 
             
                      "member": "SpotMarketOptions",
         | 
| 3529 3529 | 
             
                      "name": "SpotOptions",
         | 
| 3530 3530 | 
             
                      "output_required": true,
         | 
| 3531 3531 | 
             
                      "required": true,
         | 
| 3532 3532 | 
             
                      "type": "object",
         | 
| 3533 | 
            -
                      "value_allowed_null":  | 
| 3533 | 
            +
                      "value_allowed_null": false
         | 
| 3534 3534 | 
             
                    },
         | 
| 3535 3535 | 
             
                    {
         | 
| 3536 3536 | 
             
                      "disabled": false,
         | 
| 3537 | 
            -
                      "document": "市场选项类型,当前只支持取值:spot | 
| 3537 | 
            +
                      "document": "市场选项类型,当前只支持取值:spot",
         | 
| 3538 3538 | 
             
                      "example": "spot",
         | 
| 3539 3539 | 
             
                      "member": "string",
         | 
| 3540 3540 | 
             
                      "name": "MarketType",
         | 
| 3541 3541 | 
             
                      "output_required": true,
         | 
| 3542 3542 | 
             
                      "required": false,
         | 
| 3543 3543 | 
             
                      "type": "string",
         | 
| 3544 | 
            -
                      "value_allowed_null":  | 
| 3544 | 
            +
                      "value_allowed_null": false
         | 
| 3545 3545 | 
             
                    }
         | 
| 3546 3546 | 
             
                  ],
         | 
| 3547 3547 | 
             
                  "usage": "both"
         | 
| @@ -5228,14 +5228,14 @@ | |
| 5228 5228 | 
             
                  "members": [
         | 
| 5229 5229 | 
             
                    {
         | 
| 5230 5230 | 
             
                      "disabled": false,
         | 
| 5231 | 
            -
                      "document": "是否开启[云监控](/document/product/248)服务。取值范围:<br><li>true | 
| 5231 | 
            +
                      "document": "是否开启[云监控](/document/product/248)服务。取值范围:<br><li>true:表示开启云监控服务</li><li>false:表示不开启云监控服务</li><br>默认取值:true。",
         | 
| 5232 5232 | 
             
                      "example": "true",
         | 
| 5233 5233 | 
             
                      "member": "bool",
         | 
| 5234 5234 | 
             
                      "name": "Enabled",
         | 
| 5235 5235 | 
             
                      "output_required": true,
         | 
| 5236 5236 | 
             
                      "required": false,
         | 
| 5237 5237 | 
             
                      "type": "bool",
         | 
| 5238 | 
            -
                      "value_allowed_null":  | 
| 5238 | 
            +
                      "value_allowed_null": false
         | 
| 5239 5239 | 
             
                    }
         | 
| 5240 5240 | 
             
                  ],
         | 
| 5241 5241 | 
             
                  "usage": "both"
         | 
| @@ -5262,25 +5262,25 @@ | |
| 5262 5262 | 
             
                  "members": [
         | 
| 5263 5263 | 
             
                    {
         | 
| 5264 5264 | 
             
                      "disabled": false,
         | 
| 5265 | 
            -
                      "document": " | 
| 5265 | 
            +
                      "document": "竞价出价",
         | 
| 5266 5266 | 
             
                      "example": "0.01",
         | 
| 5267 5267 | 
             
                      "member": "string",
         | 
| 5268 5268 | 
             
                      "name": "MaxPrice",
         | 
| 5269 5269 | 
             
                      "output_required": false,
         | 
| 5270 5270 | 
             
                      "required": true,
         | 
| 5271 5271 | 
             
                      "type": "string",
         | 
| 5272 | 
            -
                      "value_allowed_null":  | 
| 5272 | 
            +
                      "value_allowed_null": false
         | 
| 5273 5273 | 
             
                    },
         | 
| 5274 5274 | 
             
                    {
         | 
| 5275 5275 | 
             
                      "disabled": false,
         | 
| 5276 | 
            -
                      "document": "竞价请求类型,当前仅支持类型:one-time | 
| 5276 | 
            +
                      "document": "竞价请求类型,当前仅支持类型:one-time",
         | 
| 5277 5277 | 
             
                      "example": "one-time",
         | 
| 5278 5278 | 
             
                      "member": "string",
         | 
| 5279 5279 | 
             
                      "name": "SpotInstanceType",
         | 
| 5280 5280 | 
             
                      "output_required": false,
         | 
| 5281 5281 | 
             
                      "required": false,
         | 
| 5282 5282 | 
             
                      "type": "string",
         | 
| 5283 | 
            -
                      "value_allowed_null":  | 
| 5283 | 
            +
                      "value_allowed_null": false
         | 
| 5284 5284 | 
             
                    }
         | 
| 5285 5285 | 
             
                  ],
         | 
| 5286 5286 | 
             
                  "usage": "both"
         | 
| @@ -1145,6 +1145,16 @@ | |
| 1145 1145 | 
             
                "ClusterConfigsHistory": {
         | 
| 1146 1146 | 
             
                  "document": "集群的配置文件的修改历史",
         | 
| 1147 1147 | 
             
                  "members": [
         | 
| 1148 | 
            +
                    {
         | 
| 1149 | 
            +
                      "disabled": false,
         | 
| 1150 | 
            +
                      "document": "计算组id",
         | 
| 1151 | 
            +
                      "example": "tchd-2ydhbjw5-xasd1",
         | 
| 1152 | 
            +
                      "member": "string",
         | 
| 1153 | 
            +
                      "name": "ComputeGroupId",
         | 
| 1154 | 
            +
                      "output_required": false,
         | 
| 1155 | 
            +
                      "type": "string",
         | 
| 1156 | 
            +
                      "value_allowed_null": false
         | 
| 1157 | 
            +
                    },
         | 
| 1148 1158 | 
             
                    {
         | 
| 1149 1159 | 
             
                      "disabled": false,
         | 
| 1150 1160 | 
             
                      "document": "配置文件名称",
         | 
| @@ -2805,6 +2815,15 @@ | |
| 2805 2815 | 
             
                      "name": "ConfigFileNames",
         | 
| 2806 2816 | 
             
                      "required": false,
         | 
| 2807 2817 | 
             
                      "type": "list"
         | 
| 2818 | 
            +
                    },
         | 
| 2819 | 
            +
                    {
         | 
| 2820 | 
            +
                      "disabled": false,
         | 
| 2821 | 
            +
                      "document": "需要查询的计算组列表",
         | 
| 2822 | 
            +
                      "example": "[\"tchd-2ydhbjw5-xasd\"]",
         | 
| 2823 | 
            +
                      "member": "string",
         | 
| 2824 | 
            +
                      "name": "ComputeGroupIds",
         | 
| 2825 | 
            +
                      "required": false,
         | 
| 2826 | 
            +
                      "type": "list"
         | 
| 2808 2827 | 
             
                    }
         | 
| 2809 2828 | 
             
                  ],
         | 
| 2810 2829 | 
             
                  "type": "object"
         | 
| @@ -92,11 +92,11 @@ | |
| 92 92 | 
             
                  "status": "online"
         | 
| 93 93 | 
             
                },
         | 
| 94 94 | 
             
                "CreateIdsWhiteRule": {
         | 
| 95 | 
            -
                  "document": "创建入侵防御规则白名单接口",
         | 
| 95 | 
            +
                  "document": "CreateIdsWhiteRule\n\n创建入侵防御规则白名单接口",
         | 
| 96 96 | 
             
                  "input": "CreateIdsWhiteRuleRequest",
         | 
| 97 97 | 
             
                  "name": "创建入侵防御规则白名单接口",
         | 
| 98 98 | 
             
                  "output": "CreateIdsWhiteRuleResponse",
         | 
| 99 | 
            -
                  "status": " | 
| 99 | 
            +
                  "status": "deprecated"
         | 
| 100 100 | 
             
                },
         | 
| 101 101 | 
             
                "CreateNatFwInstance": {
         | 
| 102 102 | 
             
                  "document": "创建NAT防火墙实例(Region参数必填)",
         | 
| @@ -162,11 +162,11 @@ | |
| 162 162 | 
             
                  "status": "online"
         | 
| 163 163 | 
             
                },
         | 
| 164 164 | 
             
                "DeleteIdsWhiteRule": {
         | 
| 165 | 
            -
                  "document": "删除入侵防御规则白名单接口",
         | 
| 165 | 
            +
                  "document": "历史方案,业务已迁移,接口不再适用\n\n删除入侵防御规则白名单接口",
         | 
| 166 166 | 
             
                  "input": "DeleteIdsWhiteRuleRequest",
         | 
| 167 167 | 
             
                  "name": "删除入侵防御规则白名单接口",
         | 
| 168 168 | 
             
                  "output": "DeleteIdsWhiteRuleResponse",
         | 
| 169 | 
            -
                  "status": " | 
| 169 | 
            +
                  "status": "deprecated"
         | 
| 170 170 | 
             
                },
         | 
| 171 171 | 
             
                "DeleteNatFwInstance": {
         | 
| 172 172 | 
             
                  "document": "销毁防火墙实例",
         | 
| @@ -330,11 +330,11 @@ | |
| 330 330 | 
             
                  "status": "online"
         | 
| 331 331 | 
             
                },
         | 
| 332 332 | 
             
                "DescribeIdsWhiteRule": {
         | 
| 333 | 
            -
                  "document": "查询入侵防御规则白名单接口",
         | 
| 333 | 
            +
                  "document": "历史方案,业务已迁移,接口不再适用\n\n查询入侵防御规则白名单接口",
         | 
| 334 334 | 
             
                  "input": "DescribeIdsWhiteRuleRequest",
         | 
| 335 335 | 
             
                  "name": "查询入侵防御规则白名单接口",
         | 
| 336 336 | 
             
                  "output": "DescribeIdsWhiteRuleResponse",
         | 
| 337 | 
            -
                  "status": " | 
| 337 | 
            +
                  "status": "deprecated"
         | 
| 338 338 | 
             
                },
         | 
| 339 339 | 
             
                "DescribeLogs": {
         | 
| 340 340 | 
             
                  "document": "日志审计日志查询",
         | 
| @@ -1591,6 +1591,17 @@ | |
| 1591 1591 | 
             
                      "type": "string",
         | 
| 1592 1592 | 
             
                      "value_allowed_null": false
         | 
| 1593 1593 | 
             
                    },
         | 
| 1594 | 
            +
                    {
         | 
| 1595 | 
            +
                      "disabled": false,
         | 
| 1596 | 
            +
                      "document": "双向认证时,是否开启客户端认证,ON:开启,OPTIONAL:自适应,默认ON。",
         | 
| 1597 | 
            +
                      "example": "ON",
         | 
| 1598 | 
            +
                      "member": "string",
         | 
| 1599 | 
            +
                      "name": "SSLVerifyClient",
         | 
| 1600 | 
            +
                      "output_required": true,
         | 
| 1601 | 
            +
                      "required": false,
         | 
| 1602 | 
            +
                      "type": "string",
         | 
| 1603 | 
            +
                      "value_allowed_null": false
         | 
| 1604 | 
            +
                    },
         | 
| 1594 1605 | 
             
                    {
         | 
| 1595 1606 | 
             
                      "disabled": false,
         | 
| 1596 1607 | 
             
                      "document": "服务端证书的 ID,如果不填写此项则必须上传证书,包括 CertContent,CertKey,CertName。",
         | 
| @@ -1684,6 +1695,16 @@ | |
| 1684 1695 | 
             
                      "type": "string",
         | 
| 1685 1696 | 
             
                      "value_allowed_null": false
         | 
| 1686 1697 | 
             
                    },
         | 
| 1698 | 
            +
                    {
         | 
| 1699 | 
            +
                      "disabled": false,
         | 
| 1700 | 
            +
                      "document": "是否开启客户端证书验证,只在双向认证时生效。",
         | 
| 1701 | 
            +
                      "example": "ON",
         | 
| 1702 | 
            +
                      "member": "string",
         | 
| 1703 | 
            +
                      "name": "SSLVerifyClient",
         | 
| 1704 | 
            +
                      "output_required": true,
         | 
| 1705 | 
            +
                      "type": "string",
         | 
| 1706 | 
            +
                      "value_allowed_null": false
         | 
| 1707 | 
            +
                    },
         | 
| 1687 1708 | 
             
                    {
         | 
| 1688 1709 | 
             
                      "disabled": false,
         | 
| 1689 1710 | 
             
                      "document": "服务端证书的ID。",
         | 
| @@ -9920,8 +9941,7 @@ | |
| 9920 9941 | 
             
                      "member": "string",
         | 
| 9921 9942 | 
             
                      "name": "SSLMode",
         | 
| 9922 9943 | 
             
                      "required": true,
         | 
| 9923 | 
            -
                      "type": "string" | 
| 9924 | 
            -
                      "value_allowed_null": false
         | 
| 9944 | 
            +
                      "type": "string"
         | 
| 9925 9945 | 
             
                    },
         | 
| 9926 9946 | 
             
                    {
         | 
| 9927 9947 | 
             
                      "disabled": false,
         | 
| @@ -9930,8 +9950,16 @@ | |
| 9930 9950 | 
             
                      "member": "CertInfo",
         | 
| 9931 9951 | 
             
                      "name": "CertList",
         | 
| 9932 9952 | 
             
                      "required": true,
         | 
| 9933 | 
            -
                      "type": "list" | 
| 9934 | 
            -
             | 
| 9953 | 
            +
                      "type": "list"
         | 
| 9954 | 
            +
                    },
         | 
| 9955 | 
            +
                    {
         | 
| 9956 | 
            +
                      "disabled": false,
         | 
| 9957 | 
            +
                      "document": "双向认证时,是否开启客户端认证,ON:开启,OPTIONAL:自适应,默认ON",
         | 
| 9958 | 
            +
                      "example": "ON",
         | 
| 9959 | 
            +
                      "member": "string",
         | 
| 9960 | 
            +
                      "name": "SSLVerifyClient",
         | 
| 9961 | 
            +
                      "required": false,
         | 
| 9962 | 
            +
                      "type": "string"
         | 
| 9935 9963 | 
             
                    }
         | 
| 9936 9964 | 
             
                  ],
         | 
| 9937 9965 | 
             
                  "usage": "in"
         | 
| @@ -596,7 +596,7 @@ | |
| 596 596 | 
             
                    {
         | 
| 597 597 | 
             
                      "disabled": false,
         | 
| 598 598 | 
             
                      "document": "工作空间生命周期钩子.  分为三个阶段 init, start, destroy. 分别表示工作空间数据初始化阶段, 工作空间启动阶段, 工作空间关闭阶段.  用户可以自定义 shell 命令. ",
         | 
| 599 | 
            -
                      "example": "{ | 
| 599 | 
            +
                      "example": "{ \"init\": [ { \"name\": \"init\", \"command\": \"echo init\" } ], \"start\": [ { \"name\": \"start\", \"command\": \"echo start\" } ], \"destroy\": [ { \"name\": \"shutdown\", \"command\": \"echo shutdown\" } ] }",
         | 
| 600 600 | 
             
                      "member": "LifeCycle",
         | 
| 601 601 | 
             
                      "name": "Lifecycle",
         | 
| 602 602 | 
             
                      "required": false,
         |