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
| @@ -774,36 +774,36 @@ | |
| 774 774 | 
             
                  "members": [
         | 
| 775 775 | 
             
                    {
         | 
| 776 776 | 
             
                      "disabled": false,
         | 
| 777 | 
            -
                      "document": "定时器动作,目前仅支持销毁一个值:TerminateInstances | 
| 777 | 
            +
                      "document": "定时器动作,目前仅支持销毁一个值:TerminateInstances。",
         | 
| 778 778 | 
             
                      "example": "TerminateInstances",
         | 
| 779 779 | 
             
                      "member": "string",
         | 
| 780 780 | 
             
                      "name": "TimerAction",
         | 
| 781 781 | 
             
                      "output_required": true,
         | 
| 782 782 | 
             
                      "required": false,
         | 
| 783 783 | 
             
                      "type": "string",
         | 
| 784 | 
            -
                      "value_allowed_null":  | 
| 784 | 
            +
                      "value_allowed_null": false
         | 
| 785 785 | 
             
                    },
         | 
| 786 786 | 
             
                    {
         | 
| 787 787 | 
             
                      "disabled": false,
         | 
| 788 | 
            -
                      "document": "执行时间,按照ISO8601标准表示,并且使用UTC时间。格式为 YYYY-MM-DDThh:mm:ssZ。例如 2018-05-29T11:26:40Z,执行时间必须大于当前时间5 | 
| 788 | 
            +
                      "document": "执行时间,按照ISO8601标准表示,并且使用UTC时间。格式为 YYYY-MM-DDThh:mm:ssZ。例如 2018-05-29T11:26:40Z,执行时间必须大于当前时间5分钟。",
         | 
| 789 789 | 
             
                      "example": "2024-05-29T11:26:40Z",
         | 
| 790 790 | 
             
                      "member": "string",
         | 
| 791 791 | 
             
                      "name": "ActionTime",
         | 
| 792 792 | 
             
                      "output_required": true,
         | 
| 793 793 | 
             
                      "required": false,
         | 
| 794 794 | 
             
                      "type": "string",
         | 
| 795 | 
            -
                      "value_allowed_null":  | 
| 795 | 
            +
                      "value_allowed_null": false
         | 
| 796 796 | 
             
                    },
         | 
| 797 797 | 
             
                    {
         | 
| 798 798 | 
             
                      "disabled": false,
         | 
| 799 | 
            -
                      "document": " | 
| 800 | 
            -
                      "example": " | 
| 799 | 
            +
                      "document": "扩展数据",
         | 
| 800 | 
            +
                      "example": "无",
         | 
| 801 801 | 
             
                      "member": "Externals",
         | 
| 802 802 | 
             
                      "name": "Externals",
         | 
| 803 803 | 
             
                      "output_required": true,
         | 
| 804 804 | 
             
                      "required": false,
         | 
| 805 805 | 
             
                      "type": "object",
         | 
| 806 | 
            -
                      "value_allowed_null":  | 
| 806 | 
            +
                      "value_allowed_null": false
         | 
| 807 807 | 
             
                    },
         | 
| 808 808 | 
             
                    {
         | 
| 809 809 | 
             
                      "disabled": false,
         | 
| @@ -2328,6 +2328,15 @@ | |
| 2328 2328 | 
             
                      "name": "DisableApiTermination",
         | 
| 2329 2329 | 
             
                      "required": false,
         | 
| 2330 2330 | 
             
                      "type": "bool"
         | 
| 2331 | 
            +
                    },
         | 
| 2332 | 
            +
                    {
         | 
| 2333 | 
            +
                      "disabled": false,
         | 
| 2334 | 
            +
                      "document": "标签描述列表。通过指定该参数可以绑定标签到实例启动模板。",
         | 
| 2335 | 
            +
                      "example": "无",
         | 
| 2336 | 
            +
                      "member": "TagSpecification",
         | 
| 2337 | 
            +
                      "name": "LaunchTemplateTagSpecification",
         | 
| 2338 | 
            +
                      "required": false,
         | 
| 2339 | 
            +
                      "type": "list"
         | 
| 2331 2340 | 
             
                    }
         | 
| 2332 2341 | 
             
                  ],
         | 
| 2333 2342 | 
             
                  "type": "object"
         | 
| @@ -2672,80 +2681,80 @@ | |
| 2672 2681 | 
             
                    },
         | 
| 2673 2682 | 
             
                    {
         | 
| 2674 2683 | 
             
                      "disabled": false,
         | 
| 2675 | 
            -
                      "document": "数据盘是否随子机销毁。取值范围:\n<li>true:子机销毁时,销毁数据盘,只支持按小时后付费云盘</li>\n<li>\n  false:子机销毁时,保留数据盘<br />\n  默认取值:true<br />\n  该参数目前仅用于 `RunInstances` 接口。\n</li | 
| 2684 | 
            +
                      "document": "数据盘是否随子机销毁。取值范围:\n<li>true:子机销毁时,销毁数据盘,只支持按小时后付费云盘</li>\n<li>\n  false:子机销毁时,保留数据盘<br />\n  默认取值:true<br />\n  该参数目前仅用于 `RunInstances` 接口。\n</li>",
         | 
| 2676 2685 | 
             
                      "example": "true",
         | 
| 2677 2686 | 
             
                      "member": "bool",
         | 
| 2678 2687 | 
             
                      "name": "DeleteWithInstance",
         | 
| 2679 2688 | 
             
                      "output_required": true,
         | 
| 2680 2689 | 
             
                      "required": false,
         | 
| 2681 2690 | 
             
                      "type": "bool",
         | 
| 2682 | 
            -
                      "value_allowed_null":  | 
| 2691 | 
            +
                      "value_allowed_null": false
         | 
| 2683 2692 | 
             
                    },
         | 
| 2684 2693 | 
             
                    {
         | 
| 2685 2694 | 
             
                      "disabled": false,
         | 
| 2686 | 
            -
                      "document": "数据盘快照ID | 
| 2695 | 
            +
                      "document": "数据盘快照ID。选择的数据盘快照大小需小于数据盘大小。",
         | 
| 2687 2696 | 
             
                      "example": "snap-6yczrj8x",
         | 
| 2688 2697 | 
             
                      "member": "string",
         | 
| 2689 2698 | 
             
                      "name": "SnapshotId",
         | 
| 2690 2699 | 
             
                      "output_required": true,
         | 
| 2691 2700 | 
             
                      "required": false,
         | 
| 2692 2701 | 
             
                      "type": "string",
         | 
| 2693 | 
            -
                      "value_allowed_null":  | 
| 2702 | 
            +
                      "value_allowed_null": false
         | 
| 2694 2703 | 
             
                    },
         | 
| 2695 2704 | 
             
                    {
         | 
| 2696 2705 | 
             
                      "disabled": false,
         | 
| 2697 | 
            -
                      "document": "数据盘是加密。取值范围:\n<li>true:加密</li>\n<li>\n  false:不加密<br />\n  默认取值:false<br />\n  该参数目前仅用于 `RunInstances` 接口。\n</li | 
| 2706 | 
            +
                      "document": "数据盘是加密。取值范围:\n<li>true:加密</li>\n<li>\n  false:不加密<br />\n  默认取值:false<br />\n  该参数目前仅用于 `RunInstances` 接口。\n</li>",
         | 
| 2698 2707 | 
             
                      "example": "false",
         | 
| 2699 2708 | 
             
                      "member": "bool",
         | 
| 2700 2709 | 
             
                      "name": "Encrypt",
         | 
| 2701 2710 | 
             
                      "output_required": true,
         | 
| 2702 2711 | 
             
                      "required": false,
         | 
| 2703 2712 | 
             
                      "type": "bool",
         | 
| 2704 | 
            -
                      "value_allowed_null":  | 
| 2713 | 
            +
                      "value_allowed_null": false
         | 
| 2705 2714 | 
             
                    },
         | 
| 2706 2715 | 
             
                    {
         | 
| 2707 2716 | 
             
                      "disabled": false,
         | 
| 2708 | 
            -
                      "document": "自定义CMK对应的ID,取值为UUID或者类似kms-abcd1234。用于加密云盘。\n\n该参数目前仅用于 `RunInstances`  | 
| 2717 | 
            +
                      "document": "自定义CMK对应的ID,取值为UUID或者类似kms-abcd1234。用于加密云盘。\n\n该参数目前仅用于 `RunInstances` 接口。",
         | 
| 2709 2718 | 
             
                      "example": "kms-abcd1234",
         | 
| 2710 2719 | 
             
                      "member": "string",
         | 
| 2711 2720 | 
             
                      "name": "KmsKeyId",
         | 
| 2712 2721 | 
             
                      "output_required": true,
         | 
| 2713 2722 | 
             
                      "required": false,
         | 
| 2714 2723 | 
             
                      "type": "string",
         | 
| 2715 | 
            -
                      "value_allowed_null":  | 
| 2724 | 
            +
                      "value_allowed_null": false
         | 
| 2716 2725 | 
             
                    },
         | 
| 2717 2726 | 
             
                    {
         | 
| 2718 2727 | 
             
                      "disabled": false,
         | 
| 2719 | 
            -
                      "document": "云硬盘性能,单位:MB/s | 
| 2728 | 
            +
                      "document": "云硬盘性能,单位:MB/s",
         | 
| 2720 2729 | 
             
                      "example": "20",
         | 
| 2721 2730 | 
             
                      "member": "int64",
         | 
| 2722 2731 | 
             
                      "name": "ThroughputPerformance",
         | 
| 2723 2732 | 
             
                      "output_required": true,
         | 
| 2724 2733 | 
             
                      "required": false,
         | 
| 2725 2734 | 
             
                      "type": "int",
         | 
| 2726 | 
            -
                      "value_allowed_null":  | 
| 2735 | 
            +
                      "value_allowed_null": false
         | 
| 2727 2736 | 
             
                    },
         | 
| 2728 2737 | 
             
                    {
         | 
| 2729 2738 | 
             
                      "disabled": false,
         | 
| 2730 | 
            -
                      "document": "所属的独享集群ID | 
| 2739 | 
            +
                      "document": "所属的独享集群ID。",
         | 
| 2731 2740 | 
             
                      "example": "cdc-1648zauv",
         | 
| 2732 2741 | 
             
                      "member": "string",
         | 
| 2733 2742 | 
             
                      "name": "CdcId",
         | 
| 2734 2743 | 
             
                      "output_required": true,
         | 
| 2735 2744 | 
             
                      "required": false,
         | 
| 2736 2745 | 
             
                      "type": "string",
         | 
| 2737 | 
            -
                      "value_allowed_null":  | 
| 2746 | 
            +
                      "value_allowed_null": false
         | 
| 2738 2747 | 
             
                    },
         | 
| 2739 2748 | 
             
                    {
         | 
| 2740 2749 | 
             
                      "disabled": false,
         | 
| 2741 | 
            -
                      "document": "突发性能\n\n <b>注:内测中。</b | 
| 2750 | 
            +
                      "document": "突发性能\n\n <b>注:内测中。</b>",
         | 
| 2742 2751 | 
             
                      "example": "false",
         | 
| 2743 2752 | 
             
                      "member": "bool",
         | 
| 2744 2753 | 
             
                      "name": "BurstPerformance",
         | 
| 2745 2754 | 
             
                      "output_required": false,
         | 
| 2746 2755 | 
             
                      "required": false,
         | 
| 2747 2756 | 
             
                      "type": "bool",
         | 
| 2748 | 
            -
                      "value_allowed_null":  | 
| 2757 | 
            +
                      "value_allowed_null": false
         | 
| 2749 2758 | 
             
                    },
         | 
| 2750 2759 | 
             
                    {
         | 
| 2751 2760 | 
             
                      "disabled": false,
         | 
| @@ -7263,25 +7272,25 @@ | |
| 7263 7272 | 
             
                  "members": [
         | 
| 7264 7273 | 
             
                    {
         | 
| 7265 7274 | 
             
                      "disabled": false,
         | 
| 7266 | 
            -
                      "document": " | 
| 7275 | 
            +
                      "document": "竞价相关选项",
         | 
| 7267 7276 | 
             
                      "example": "0.12",
         | 
| 7268 7277 | 
             
                      "member": "SpotMarketOptions",
         | 
| 7269 7278 | 
             
                      "name": "SpotOptions",
         | 
| 7270 7279 | 
             
                      "output_required": true,
         | 
| 7271 7280 | 
             
                      "required": true,
         | 
| 7272 7281 | 
             
                      "type": "object",
         | 
| 7273 | 
            -
                      "value_allowed_null":  | 
| 7282 | 
            +
                      "value_allowed_null": false
         | 
| 7274 7283 | 
             
                    },
         | 
| 7275 7284 | 
             
                    {
         | 
| 7276 7285 | 
             
                      "disabled": false,
         | 
| 7277 | 
            -
                      "document": "市场选项类型,当前只支持取值:spot | 
| 7286 | 
            +
                      "document": "市场选项类型,当前只支持取值:spot",
         | 
| 7278 7287 | 
             
                      "example": "spot",
         | 
| 7279 7288 | 
             
                      "member": "string",
         | 
| 7280 7289 | 
             
                      "name": "MarketType",
         | 
| 7281 7290 | 
             
                      "output_required": true,
         | 
| 7282 7291 | 
             
                      "required": false,
         | 
| 7283 7292 | 
             
                      "type": "string",
         | 
| 7284 | 
            -
                      "value_allowed_null":  | 
| 7293 | 
            +
                      "value_allowed_null": false
         | 
| 7285 7294 | 
             
                    }
         | 
| 7286 7295 | 
             
                  ],
         | 
| 7287 7296 | 
             
                  "usage": "both"
         | 
| @@ -8619,14 +8628,14 @@ | |
| 8619 8628 | 
             
                    },
         | 
| 8620 8629 | 
             
                    {
         | 
| 8621 8630 | 
             
                      "disabled": false,
         | 
| 8622 | 
            -
                      "document": "保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为true。取值范围:<li>true:表示保持镜像的登录设置</li><li>false:表示不保持镜像的登录设置</li>默认取值:false | 
| 8631 | 
            +
                      "document": "保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为true。取值范围:<li>true:表示保持镜像的登录设置</li><li>false:表示不保持镜像的登录设置</li>默认取值:false。",
         | 
| 8623 8632 | 
             
                      "example": "true",
         | 
| 8624 8633 | 
             
                      "member": "string",
         | 
| 8625 8634 | 
             
                      "name": "KeepImageLogin",
         | 
| 8626 8635 | 
             
                      "output_required": false,
         | 
| 8627 8636 | 
             
                      "required": false,
         | 
| 8628 8637 | 
             
                      "type": "string",
         | 
| 8629 | 
            -
                      "value_allowed_null":  | 
| 8638 | 
            +
                      "value_allowed_null": false
         | 
| 8630 8639 | 
             
                    }
         | 
| 8631 8640 | 
             
                  ],
         | 
| 8632 8641 | 
             
                  "usage": "both"
         | 
| @@ -10862,14 +10871,14 @@ | |
| 10862 10871 | 
             
                  "members": [
         | 
| 10863 10872 | 
             
                    {
         | 
| 10864 10873 | 
             
                      "disabled": false,
         | 
| 10865 | 
            -
                      "document": "是否开启[云监控](/document/product/248)服务。取值范围:<br><li>true | 
| 10874 | 
            +
                      "document": "是否开启[云监控](/document/product/248)服务。取值范围:<br><li>true:表示开启云监控服务</li><li>false:表示不开启云监控服务</li><br>默认取值:true。",
         | 
| 10866 10875 | 
             
                      "example": "true",
         | 
| 10867 10876 | 
             
                      "member": "bool",
         | 
| 10868 10877 | 
             
                      "name": "Enabled",
         | 
| 10869 10878 | 
             
                      "output_required": true,
         | 
| 10870 10879 | 
             
                      "required": false,
         | 
| 10871 10880 | 
             
                      "type": "bool",
         | 
| 10872 | 
            -
                      "value_allowed_null":  | 
| 10881 | 
            +
                      "value_allowed_null": false
         | 
| 10873 10882 | 
             
                    }
         | 
| 10874 10883 | 
             
                  ],
         | 
| 10875 10884 | 
             
                  "usage": "both"
         | 
| @@ -10958,25 +10967,25 @@ | |
| 10958 10967 | 
             
                  "members": [
         | 
| 10959 10968 | 
             
                    {
         | 
| 10960 10969 | 
             
                      "disabled": false,
         | 
| 10961 | 
            -
                      "document": " | 
| 10970 | 
            +
                      "document": "竞价出价",
         | 
| 10962 10971 | 
             
                      "example": "0.01",
         | 
| 10963 10972 | 
             
                      "member": "string",
         | 
| 10964 10973 | 
             
                      "name": "MaxPrice",
         | 
| 10965 10974 | 
             
                      "output_required": false,
         | 
| 10966 10975 | 
             
                      "required": true,
         | 
| 10967 10976 | 
             
                      "type": "string",
         | 
| 10968 | 
            -
                      "value_allowed_null":  | 
| 10977 | 
            +
                      "value_allowed_null": false
         | 
| 10969 10978 | 
             
                    },
         | 
| 10970 10979 | 
             
                    {
         | 
| 10971 10980 | 
             
                      "disabled": false,
         | 
| 10972 | 
            -
                      "document": "竞价请求类型,当前仅支持类型:one-time | 
| 10981 | 
            +
                      "document": "竞价请求类型,当前仅支持类型:one-time",
         | 
| 10973 10982 | 
             
                      "example": "one-time",
         | 
| 10974 10983 | 
             
                      "member": "string",
         | 
| 10975 10984 | 
             
                      "name": "SpotInstanceType",
         | 
| 10976 10985 | 
             
                      "output_required": false,
         | 
| 10977 10986 | 
             
                      "required": false,
         | 
| 10978 10987 | 
             
                      "type": "string",
         | 
| 10979 | 
            -
                      "value_allowed_null":  | 
| 10988 | 
            +
                      "value_allowed_null": false
         | 
| 10980 10989 | 
             
                    }
         | 
| 10981 10990 | 
             
                  ],
         | 
| 10982 10991 | 
             
                  "usage": "both"
         | 
| @@ -11358,23 +11367,25 @@ | |
| 11358 11367 | 
             
                  "members": [
         | 
| 11359 11368 | 
             
                    {
         | 
| 11360 11369 | 
             
                      "disabled": false,
         | 
| 11361 | 
            -
                      "document": "标签绑定的资源类型,云服务器为“instance”,专用宿主机为“host”,镜像为“image”,密钥为“keypair | 
| 11370 | 
            +
                      "document": "标签绑定的资源类型,云服务器为“instance”,专用宿主机为“host”,镜像为“image”,密钥为“keypair”",
         | 
| 11362 11371 | 
             
                      "example": "instance",
         | 
| 11363 11372 | 
             
                      "member": "string",
         | 
| 11364 11373 | 
             
                      "name": "ResourceType",
         | 
| 11374 | 
            +
                      "output_required": true,
         | 
| 11365 11375 | 
             
                      "required": true,
         | 
| 11366 11376 | 
             
                      "type": "string",
         | 
| 11367 | 
            -
                      "value_allowed_null":  | 
| 11377 | 
            +
                      "value_allowed_null": false
         | 
| 11368 11378 | 
             
                    },
         | 
| 11369 11379 | 
             
                    {
         | 
| 11370 11380 | 
             
                      "disabled": false,
         | 
| 11371 | 
            -
                      "document": " | 
| 11381 | 
            +
                      "document": "标签对列表",
         | 
| 11372 11382 | 
             
                      "example": "无",
         | 
| 11373 11383 | 
             
                      "member": "Tag",
         | 
| 11374 11384 | 
             
                      "name": "Tags",
         | 
| 11385 | 
            +
                      "output_required": true,
         | 
| 11375 11386 | 
             
                      "required": true,
         | 
| 11376 11387 | 
             
                      "type": "list",
         | 
| 11377 | 
            -
                      "value_allowed_null":  | 
| 11388 | 
            +
                      "value_allowed_null": false
         | 
| 11378 11389 | 
             
                    }
         | 
| 11379 11390 | 
             
                  ],
         | 
| 11380 11391 | 
             
                  "usage": "both"
         | 
| @@ -8822,7 +8822,7 @@ | |
| 8822 8822 | 
             
                    {
         | 
| 8823 8823 | 
             
                      "disabled": false,
         | 
| 8824 8824 | 
             
                      "document": "备份方式,logic-逻辑备份,snapshot-快照备份\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 8825 | 
            -
                      "example": " | 
| 8825 | 
            +
                      "example": "snapshot",
         | 
| 8826 8826 | 
             
                      "member": "string",
         | 
| 8827 8827 | 
             
                      "name": "BackupType",
         | 
| 8828 8828 | 
             
                      "output_required": true,
         | 
| @@ -8832,13 +8832,23 @@ | |
| 8832 8832 | 
             
                    {
         | 
| 8833 8833 | 
             
                      "disabled": false,
         | 
| 8834 8834 | 
             
                      "document": "跨地域逻辑备份配置修改时间\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 8835 | 
            -
                      "example": " | 
| 8835 | 
            +
                      "example": "2023-07-12 12:00:00",
         | 
| 8836 8836 | 
             
                      "member": "string",
         | 
| 8837 8837 | 
             
                      "name": "LogicCrossRegionsConfigUpdateTime",
         | 
| 8838 8838 | 
             
                      "output_required": false,
         | 
| 8839 8839 | 
             
                      "type": "string",
         | 
| 8840 8840 | 
             
                      "value_allowed_null": true
         | 
| 8841 8841 | 
             
                    },
         | 
| 8842 | 
            +
                    {
         | 
| 8843 | 
            +
                      "disabled": false,
         | 
| 8844 | 
            +
                      "document": "自动逻辑备份配置\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 8845 | 
            +
                      "example": "无",
         | 
| 8846 | 
            +
                      "member": "LogicBackupConfigInfo",
         | 
| 8847 | 
            +
                      "name": "LogicBackupConfig",
         | 
| 8848 | 
            +
                      "output_required": false,
         | 
| 8849 | 
            +
                      "type": "object",
         | 
| 8850 | 
            +
                      "value_allowed_null": true
         | 
| 8851 | 
            +
                    },
         | 
| 8842 8852 | 
             
                    {
         | 
| 8843 8853 | 
             
                      "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
         | 
| 8844 8854 | 
             
                      "member": "string",
         | 
| @@ -10136,7 +10146,7 @@ | |
| 10136 10146 | 
             
                  "members": [
         | 
| 10137 10147 | 
             
                    {
         | 
| 10138 10148 | 
             
                      "disabled": true,
         | 
| 10139 | 
            -
                      "document": "实例ID",
         | 
| 10149 | 
            +
                      "document": "实例ID(InstanceId与InstanceGroupId必须任选一个传入)",
         | 
| 10140 10150 | 
             
                      "example": "cynosdbmysql-ins-jhi2gdi0",
         | 
| 10141 10151 | 
             
                      "member": "string",
         | 
| 10142 10152 | 
             
                      "name": "InstanceId",
         | 
| @@ -10145,7 +10155,7 @@ | |
| 10145 10155 | 
             
                    },
         | 
| 10146 10156 | 
             
                    {
         | 
| 10147 10157 | 
             
                      "disabled": false,
         | 
| 10148 | 
            -
                      "document": "实例组ID",
         | 
| 10158 | 
            +
                      "document": "实例组ID(InstanceId与InstanceGroupId必须任选一个传入)",
         | 
| 10149 10159 | 
             
                      "example": "cynosdbmysql-grp-as124sa5",
         | 
| 10150 10160 | 
             
                      "member": "string",
         | 
| 10151 10161 | 
             
                      "name": "InstanceGroupId",
         | 
| @@ -3140,7 +3140,7 @@ | |
| 3140 3140 | 
             
                    {
         | 
| 3141 3141 | 
             
                      "disabled": false,
         | 
| 3142 3142 | 
             
                      "document": "虚拟集群名称",
         | 
| 3143 | 
            -
                      "example": " | 
| 3143 | 
            +
                      "example": "at_data_engine_spark_jar",
         | 
| 3144 3144 | 
             
                      "member": "string",
         | 
| 3145 3145 | 
             
                      "name": "DataEngineName",
         | 
| 3146 3146 | 
             
                      "required": true,
         | 
| @@ -3212,7 +3212,7 @@ | |
| 3212 3212 | 
             
                    {
         | 
| 3213 3213 | 
             
                      "disabled": false,
         | 
| 3214 3214 | 
             
                      "document": "描述信息",
         | 
| 3215 | 
            -
                      "example": " | 
| 3215 | 
            +
                      "example": "at_data_engine_spark_jar",
         | 
| 3216 3216 | 
             
                      "member": "string",
         | 
| 3217 3217 | 
             
                      "name": "Message",
         | 
| 3218 3218 | 
             
                      "required": false,
         | 
| @@ -3365,7 +3365,7 @@ | |
| 3365 3365 | 
             
                    {
         | 
| 3366 3366 | 
             
                      "disabled": false,
         | 
| 3367 3367 | 
             
                      "document": "主集群名称,创建容灾集群时指定",
         | 
| 3368 | 
            -
                      "example": " | 
| 3368 | 
            +
                      "example": "MainCluster",
         | 
| 3369 3369 | 
             
                      "member": "string",
         | 
| 3370 3370 | 
             
                      "name": "MainClusterName",
         | 
| 3371 3371 | 
             
                      "required": false,
         | 
| @@ -5034,36 +5034,36 @@ | |
| 5034 5034 | 
             
                  "members": [
         | 
| 5035 5035 | 
             
                    {
         | 
| 5036 5036 | 
             
                      "disabled": false,
         | 
| 5037 | 
            -
                      "document": "定时拉起时间:如:周一&周三8 | 
| 5037 | 
            +
                      "document": "定时拉起时间:如:周一&周三8点",
         | 
| 5038 5038 | 
             
                      "example": "0000101-08:00:00",
         | 
| 5039 5039 | 
             
                      "member": "string",
         | 
| 5040 5040 | 
             
                      "name": "ResumeTime",
         | 
| 5041 5041 | 
             
                      "output_required": true,
         | 
| 5042 5042 | 
             
                      "required": false,
         | 
| 5043 5043 | 
             
                      "type": "string",
         | 
| 5044 | 
            -
                      "value_allowed_null":  | 
| 5044 | 
            +
                      "value_allowed_null": false
         | 
| 5045 5045 | 
             
                    },
         | 
| 5046 5046 | 
             
                    {
         | 
| 5047 5047 | 
             
                      "disabled": false,
         | 
| 5048 | 
            -
                      "document": "定时挂起时间:如:周一&周三20 | 
| 5048 | 
            +
                      "document": "定时挂起时间:如:周一&周三20点",
         | 
| 5049 5049 | 
             
                      "example": "0000101-20:00:00",
         | 
| 5050 5050 | 
             
                      "member": "string",
         | 
| 5051 5051 | 
             
                      "name": "SuspendTime",
         | 
| 5052 5052 | 
             
                      "output_required": true,
         | 
| 5053 5053 | 
             
                      "required": false,
         | 
| 5054 5054 | 
             
                      "type": "string",
         | 
| 5055 | 
            -
                      "value_allowed_null":  | 
| 5055 | 
            +
                      "value_allowed_null": false
         | 
| 5056 5056 | 
             
                    },
         | 
| 5057 5057 | 
             
                    {
         | 
| 5058 5058 | 
             
                      "disabled": false,
         | 
| 5059 | 
            -
                      "document": "挂起配置:0(默认):等待任务结束后挂起、1 | 
| 5059 | 
            +
                      "document": "挂起配置:0(默认):等待任务结束后挂起、1:强制挂起",
         | 
| 5060 5060 | 
             
                      "example": "0",
         | 
| 5061 5061 | 
             
                      "member": "int64",
         | 
| 5062 5062 | 
             
                      "name": "SuspendStrategy",
         | 
| 5063 5063 | 
             
                      "output_required": true,
         | 
| 5064 5064 | 
             
                      "required": false,
         | 
| 5065 5065 | 
             
                      "type": "int",
         | 
| 5066 | 
            -
                      "value_allowed_null":  | 
| 5066 | 
            +
                      "value_allowed_null": false
         | 
| 5067 5067 | 
             
                    }
         | 
| 5068 5068 | 
             
                  ],
         | 
| 5069 5069 | 
             
                  "usage": "both"
         | 
| @@ -18222,23 +18222,25 @@ | |
| 18222 18222 | 
             
                  "members": [
         | 
| 18223 18223 | 
             
                    {
         | 
| 18224 18224 | 
             
                      "disabled": false,
         | 
| 18225 | 
            -
                      "document": " | 
| 18225 | 
            +
                      "document": "标签键",
         | 
| 18226 18226 | 
             
                      "example": "tagKey1",
         | 
| 18227 18227 | 
             
                      "member": "string",
         | 
| 18228 18228 | 
             
                      "name": "TagKey",
         | 
| 18229 | 
            +
                      "output_required": true,
         | 
| 18229 18230 | 
             
                      "required": false,
         | 
| 18230 18231 | 
             
                      "type": "string",
         | 
| 18231 | 
            -
                      "value_allowed_null":  | 
| 18232 | 
            +
                      "value_allowed_null": false
         | 
| 18232 18233 | 
             
                    },
         | 
| 18233 18234 | 
             
                    {
         | 
| 18234 18235 | 
             
                      "disabled": false,
         | 
| 18235 | 
            -
                      "document": " | 
| 18236 | 
            +
                      "document": "标签值",
         | 
| 18236 18237 | 
             
                      "example": "tagValue1",
         | 
| 18237 18238 | 
             
                      "member": "string",
         | 
| 18238 18239 | 
             
                      "name": "TagValue",
         | 
| 18240 | 
            +
                      "output_required": true,
         | 
| 18239 18241 | 
             
                      "required": false,
         | 
| 18240 18242 | 
             
                      "type": "string",
         | 
| 18241 | 
            -
                      "value_allowed_null":  | 
| 18243 | 
            +
                      "value_allowed_null": false
         | 
| 18242 18244 | 
             
                    }
         | 
| 18243 18245 | 
             
                  ],
         | 
| 18244 18246 | 
             
                  "usage": "both"
         | 
| @@ -19195,7 +19197,7 @@ | |
| 19195 19197 | 
             
                    {
         | 
| 19196 19198 | 
             
                      "disabled": false,
         | 
| 19197 19199 | 
             
                      "document": "数据引擎名称",
         | 
| 19198 | 
            -
                      "example": " | 
| 19200 | 
            +
                      "example": "engine_presto\"",
         | 
| 19199 19201 | 
             
                      "member": "string",
         | 
| 19200 19202 | 
             
                      "name": "DataEngineName",
         | 
| 19201 19203 | 
             
                      "required": true,
         | 
| @@ -19204,7 +19206,7 @@ | |
| 19204 19206 | 
             
                    {
         | 
| 19205 19207 | 
             
                      "disabled": false,
         | 
| 19206 19208 | 
             
                      "document": "相关信息",
         | 
| 19207 | 
            -
                      "example": " | 
| 19209 | 
            +
                      "example": "autotest_engine_test2",
         | 
| 19208 19210 | 
             
                      "member": "string",
         | 
| 19209 19211 | 
             
                      "name": "Message",
         | 
| 19210 19212 | 
             
                      "required": true,
         | 
| @@ -171,8 +171,8 @@ | |
| 171 171 | 
             
                "CreateDataEngine": [
         | 
| 172 172 | 
             
                  {
         | 
| 173 173 | 
             
                    "document": "创建数据引擎",
         | 
| 174 | 
            -
                    "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDataEngine\n<公共请求参数>\n\n{\n    \"EngineType\": \"spark\",\n    \"DataEngineName\": \" | 
| 175 | 
            -
                    "output": "{\n    \"Response\": {\n        \"DataEngineId\": \"DataEngine-abc123\",\n        \"RequestId\": \" | 
| 174 | 
            +
                    "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDataEngine\n<公共请求参数>\n\n{\n    \"EngineType\": \"spark\",\n    \"DataEngineName\": \"house_test\",\n    \"ClusterType\": \"spark\",\n    \"MinClusters\": 0,\n    \"MaxClusters\": 0,\n    \"DefaultDataEngine\": true,\n    \"CidrBlock\": \"10.*.*.*/16\",\n    \"Mode\": 0,\n    \"Message\": \"cretate house test\",\n    \"AutoResume\": true,\n    \"Size\": 0,\n    \"PayMode\": 0,\n    \"TimeSpan\": 1,\n    \"TimeUnit\": \"h\",\n    \"AutoRenew\": 0,\n    \"Tags\": [\n        {\n            \"TagKey\": \"key\",\n            \"TagValue\": \"value\"\n        }\n    ],\n    \"AutoSuspend\": true,\n    \"CrontabResumeSuspend\": 0,\n    \"CrontabResumeSuspendStrategy\": {\n        \"ResumeTime\": \"10\",\n        \"SuspendTime\": \"10\",\n        \"SuspendStrategy\": 0\n    },\n    \"EngineExecType\": \"BATCH\",\n    \"MaxConcurrency\": 10,\n    \"TolerableQueueTime\": 5,\n    \"AutoSuspendTime\": 5,\n    \"ResourceType\": \"spark_cu\",\n    \"ImageVersionName\": \"SuperSQL-P 1.1\"\n}",
         | 
| 175 | 
            +
                    "output": "{\n    \"Response\": {\n        \"DataEngineId\": \"DataEngine-abc123\",\n        \"RequestId\": \"7348577b-a168-467b-bd68-3c396b78b608\"\n    }\n}",
         | 
| 176 176 | 
             
                    "title": "创建数据引擎"
         | 
| 177 177 | 
             
                  }
         | 
| 178 178 | 
             
                ],
         | 
| @@ -1121,8 +1121,8 @@ | |
| 1121 1121 | 
             
                "UpdateDataEngine": [
         | 
| 1122 1122 | 
             
                  {
         | 
| 1123 1123 | 
             
                    "document": "引擎变配",
         | 
| 1124 | 
            -
                    "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateDataEngine\n<公共请求参数>\n\n{\n    \"MaxClusters\": 0,\n    \"CrontabResumeSuspend\": 0,\n    \"AutoSuspend\": true,\n    \"CrontabResumeSuspendStrategy\": {\n        \"SuspendTime\": \"0\",\n        \"SuspendStrategy\": 0,\n        \"ResumeTime\": \"0\"\n    },\n    \"AutoResume\": true,\n    \"DataEngineName\": \" | 
| 1125 | 
            -
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \" | 
| 1124 | 
            +
                    "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateDataEngine\n<公共请求参数>\n\n{\n    \"MaxClusters\": 0,\n    \"CrontabResumeSuspend\": 0,\n    \"AutoSuspend\": true,\n    \"CrontabResumeSuspendStrategy\": {\n        \"SuspendTime\": \"0\",\n        \"SuspendStrategy\": 0,\n        \"ResumeTime\": \"0\"\n    },\n    \"AutoResume\": true,\n    \"DataEngineName\": \"engine_presto\",\n    \"Message\": \"modify\",\n    \"MinClusters\": 0,\n    \"Size\": 0\n}",
         | 
| 1125 | 
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"8eb4c0da-bf0d-4e63-859e-62378668bdaa\"\n    }\n}",
         | 
| 1126 1126 | 
             
                    "title": "引擎变配"
         | 
| 1127 1127 | 
             
                  }
         | 
| 1128 1128 | 
             
                ],
         | 
| @@ -948,7 +948,7 @@ | |
| 948 948 | 
             
                    {
         | 
| 949 949 | 
             
                      "disabled": false,
         | 
| 950 950 | 
             
                      "document": "高级对象类型,目前只支持mongodb链路。如index(索引),shardkey(片键),schema(库表)\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 951 | 
            -
                      "example": " | 
| 951 | 
            +
                      "example": "index",
         | 
| 952 952 | 
             
                      "member": "string",
         | 
| 953 953 | 
             
                      "name": "AdvancedObjects",
         | 
| 954 954 | 
             
                      "output_required": true,
         |