tccli 3.0.1184.1__py2.py3-none-any.whl → 3.0.1186.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/bi/v20220105/api.json +9 -0
  3. tccli/services/cdb/v20170320/api.json +2 -2
  4. tccli/services/cdwch/v20200915/api.json +5 -9
  5. tccli/services/cls/v20201016/api.json +1 -1
  6. tccli/services/cynosdb/cynosdb_client.py +65 -12
  7. tccli/services/cynosdb/v20190107/api.json +100 -1
  8. tccli/services/cynosdb/v20190107/examples.json +8 -0
  9. tccli/services/dlc/v20210125/api.json +48 -11
  10. tccli/services/dlc/v20210125/examples.json +4 -4
  11. tccli/services/dsgc/v20190723/api.json +9 -0
  12. tccli/services/ecc/v20181213/api.json +14 -12
  13. tccli/services/ecc/v20181213/examples.json +3 -3
  14. tccli/services/ess/v20201111/api.json +1 -1
  15. tccli/services/ess/v20201111/examples.json +5 -5
  16. tccli/services/facefusion/v20220927/api.json +8 -10
  17. tccli/services/hunyuan/v20230901/api.json +1 -1
  18. tccli/services/redis/v20180412/api.json +18 -13
  19. tccli/services/redis/v20180412/examples.json +2 -2
  20. tccli/services/tcr/v20190924/api.json +3 -3
  21. tccli/services/tcr/v20190924/examples.json +1 -1
  22. tccli/services/thpc/thpc_client.py +227 -68
  23. tccli/services/thpc/v20230321/api.json +313 -0
  24. tccli/services/thpc/v20230321/examples.json +24 -0
  25. tccli/services/tse/v20201207/api.json +1 -1
  26. tccli/services/vclm/v20240523/api.json +19 -7
  27. tccli/services/vrs/v20200824/api.json +4 -4
  28. tccli/services/vtc/v20240223/api.json +15 -6
  29. tccli/services/waf/v20180125/api.json +3 -3
  30. tccli/services/waf/v20180125/examples.json +1 -1
  31. {tccli-3.0.1184.1.dist-info → tccli-3.0.1186.1.dist-info}/METADATA +2 -2
  32. {tccli-3.0.1184.1.dist-info → tccli-3.0.1186.1.dist-info}/RECORD +35 -35
  33. {tccli-3.0.1184.1.dist-info → tccli-3.0.1186.1.dist-info}/WHEEL +0 -0
  34. {tccli-3.0.1184.1.dist-info → tccli-3.0.1186.1.dist-info}/entry_points.txt +0 -0
  35. {tccli-3.0.1184.1.dist-info → tccli-3.0.1186.1.dist-info}/license_files/LICENSE +0 -0
@@ -119,6 +119,13 @@
119
119
  "output": "DescribeQueuesResponse",
120
120
  "status": "online"
121
121
  },
122
+ "DescribeWorkspaces": {
123
+ "document": "本接口(DescribeWorkspaces)用于查询工作空间列表。",
124
+ "input": "DescribeWorkspacesRequest",
125
+ "name": "查询工作空间列表",
126
+ "output": "DescribeWorkspacesResponse",
127
+ "status": "online"
128
+ },
122
129
  "DetachNodes": {
123
130
  "document": "本接口 (DetachNodes) 用于将一个或者多个计算节点从集群中移除,但是不销毁指定计算资源。",
124
131
  "input": "DetachNodesRequest",
@@ -133,12 +140,26 @@
133
140
  "output": "ModifyInitNodeScriptsResponse",
134
141
  "status": "online"
135
142
  },
143
+ "ModifyWorkspacesAttribute": {
144
+ "document": "本接口 (ModifyWorkspacesAttribute) 用于修改工作空间的属性(目前只支持修改工作空间的名称)。",
145
+ "input": "ModifyWorkspacesAttributeRequest",
146
+ "name": "修改工作空间的属性",
147
+ "output": "ModifyWorkspacesAttributeResponse",
148
+ "status": "online"
149
+ },
136
150
  "SetAutoScalingConfiguration": {
137
151
  "document": "本接口(SetAutoScalingConfiguration)用于为集群设置集群弹性伸缩配置信息。",
138
152
  "input": "SetAutoScalingConfigurationRequest",
139
153
  "name": "设置弹性伸缩配置信息",
140
154
  "output": "SetAutoScalingConfigurationResponse",
141
155
  "status": "online"
156
+ },
157
+ "TerminateWorkspaces": {
158
+ "document": "本接口 (TerminateWorkspaces) 用于主动退还工作空间。",
159
+ "input": "TerminateWorkspacesRequest",
160
+ "name": "销毁工作空间",
161
+ "output": "TerminateWorkspacesResponse",
162
+ "status": "online"
142
163
  }
143
164
  },
144
165
  "metadata": {
@@ -1990,6 +2011,80 @@
1990
2011
  ],
1991
2012
  "type": "object"
1992
2013
  },
2014
+ "DescribeWorkspacesRequest": {
2015
+ "document": "DescribeWorkspaces请求参数结构体",
2016
+ "members": [
2017
+ {
2018
+ "disabled": false,
2019
+ "document": "集群ID列表。通过该参数可以指定需要查询信息的集群列表。<br>如果您不指定该参数,则返回Limit数量以内的集群信息。",
2020
+ "example": "无",
2021
+ "member": "string",
2022
+ "name": "SpaceIds",
2023
+ "required": false,
2024
+ "type": "list"
2025
+ },
2026
+ {
2027
+ "disabled": false,
2028
+ "document": "偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。",
2029
+ "example": "0",
2030
+ "member": "int64",
2031
+ "name": "Offset",
2032
+ "required": false,
2033
+ "type": "int"
2034
+ },
2035
+ {
2036
+ "disabled": false,
2037
+ "document": "返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。",
2038
+ "example": "20",
2039
+ "member": "int64",
2040
+ "name": "Limit",
2041
+ "required": false,
2042
+ "type": "int"
2043
+ },
2044
+ {
2045
+ "disabled": false,
2046
+ "document": "过滤列表",
2047
+ "example": "无",
2048
+ "member": "Filter",
2049
+ "name": "Filters",
2050
+ "required": false,
2051
+ "type": "list"
2052
+ }
2053
+ ],
2054
+ "type": "object"
2055
+ },
2056
+ "DescribeWorkspacesResponse": {
2057
+ "document": "DescribeWorkspaces返回参数结构体",
2058
+ "members": [
2059
+ {
2060
+ "disabled": false,
2061
+ "document": "集群概览信息列表",
2062
+ "example": "无",
2063
+ "member": "SpaceInfo",
2064
+ "name": "SpaceSet",
2065
+ "output_required": true,
2066
+ "type": "list",
2067
+ "value_allowed_null": false
2068
+ },
2069
+ {
2070
+ "disabled": false,
2071
+ "document": "集群数量",
2072
+ "example": "1",
2073
+ "member": "int64",
2074
+ "name": "TotalCount",
2075
+ "output_required": true,
2076
+ "type": "int",
2077
+ "value_allowed_null": false
2078
+ },
2079
+ {
2080
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2081
+ "member": "string",
2082
+ "name": "RequestId",
2083
+ "type": "string"
2084
+ }
2085
+ ],
2086
+ "type": "object"
2087
+ },
1993
2088
  "DetachNodesRequest": {
1994
2089
  "document": "DetachNodes请求参数结构体",
1995
2090
  "members": [
@@ -2686,6 +2781,42 @@
2686
2781
  ],
2687
2782
  "type": "object"
2688
2783
  },
2784
+ "ModifyWorkspacesAttributeRequest": {
2785
+ "document": "ModifyWorkspacesAttribute请求参数结构体",
2786
+ "members": [
2787
+ {
2788
+ "disabled": false,
2789
+ "document": "工作空间列表",
2790
+ "example": "[\"wks-rf6ogz49\"]",
2791
+ "member": "string",
2792
+ "name": "SpaceIds",
2793
+ "required": true,
2794
+ "type": "list"
2795
+ },
2796
+ {
2797
+ "disabled": false,
2798
+ "document": "修改后的工作空间名称。可任意命名,但不得超过60个字符。",
2799
+ "example": "MySpaceName",
2800
+ "member": "string",
2801
+ "name": "SpaceName",
2802
+ "required": false,
2803
+ "type": "string"
2804
+ }
2805
+ ],
2806
+ "type": "object"
2807
+ },
2808
+ "ModifyWorkspacesAttributeResponse": {
2809
+ "document": "ModifyWorkspacesAttribute返回参数结构体",
2810
+ "members": [
2811
+ {
2812
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2813
+ "member": "string",
2814
+ "name": "RequestId",
2815
+ "type": "string"
2816
+ }
2817
+ ],
2818
+ "type": "object"
2819
+ },
2689
2820
  "NodeActivity": {
2690
2821
  "document": "节点活动信息。",
2691
2822
  "members": [
@@ -3389,6 +3520,152 @@
3389
3520
  ],
3390
3521
  "usage": "both"
3391
3522
  },
3523
+ "SpaceInfo": {
3524
+ "document": "描述工作空间的信息",
3525
+ "members": [
3526
+ {
3527
+ "disabled": false,
3528
+ "document": "工作空间ID",
3529
+ "example": "wks-3rr4w3t7",
3530
+ "member": "string",
3531
+ "name": "SpaceId",
3532
+ "output_required": true,
3533
+ "type": "string",
3534
+ "value_allowed_null": false
3535
+ },
3536
+ {
3537
+ "disabled": false,
3538
+ "document": "工作空间类型",
3539
+ "example": "无",
3540
+ "member": "string",
3541
+ "name": "SpaceFamily",
3542
+ "output_required": true,
3543
+ "type": "string",
3544
+ "value_allowed_null": false
3545
+ },
3546
+ {
3547
+ "disabled": false,
3548
+ "document": "工作空间规格",
3549
+ "example": "无",
3550
+ "member": "string",
3551
+ "name": "SpaceType",
3552
+ "output_required": true,
3553
+ "type": "string",
3554
+ "value_allowed_null": false
3555
+ },
3556
+ {
3557
+ "disabled": false,
3558
+ "document": "工作空间名称",
3559
+ "example": "无",
3560
+ "member": "string",
3561
+ "name": "SpaceName",
3562
+ "output_required": true,
3563
+ "type": "string",
3564
+ "value_allowed_null": false
3565
+ },
3566
+ {
3567
+ "disabled": false,
3568
+ "document": "工作空间状态。取值范围:<br><li>PENDING:表示创建中<br></li><li>LAUNCH_FAILED:表示创建失败<br></li><li>ONLINE:表示运行中<br></li><li>ARREARS:表示隔离中<br></li><li>TERMINATING:表示销毁中。<br></li>",
3569
+ "example": "无",
3570
+ "member": "string",
3571
+ "name": "SpaceState",
3572
+ "output_required": true,
3573
+ "type": "string",
3574
+ "value_allowed_null": false
3575
+ },
3576
+ {
3577
+ "disabled": false,
3578
+ "document": "工作空间计费模式",
3579
+ "example": "PREPAID",
3580
+ "member": "string",
3581
+ "name": "SpaceChargeType",
3582
+ "output_required": true,
3583
+ "type": "string",
3584
+ "value_allowed_null": false
3585
+ },
3586
+ {
3587
+ "disabled": false,
3588
+ "document": "工作空间对应资源ID",
3589
+ "example": "无",
3590
+ "member": "string",
3591
+ "name": "ResourceId",
3592
+ "output_required": true,
3593
+ "type": "string",
3594
+ "value_allowed_null": false
3595
+ },
3596
+ {
3597
+ "disabled": false,
3598
+ "document": "自动续费标识",
3599
+ "example": "无",
3600
+ "member": "string",
3601
+ "name": "RenewFlag",
3602
+ "output_required": true,
3603
+ "type": "string",
3604
+ "value_allowed_null": false
3605
+ },
3606
+ {
3607
+ "disabled": false,
3608
+ "document": "工作空间关联的工作列表",
3609
+ "example": "无",
3610
+ "member": "Tag",
3611
+ "name": "Tags",
3612
+ "output_required": true,
3613
+ "type": "list",
3614
+ "value_allowed_null": false
3615
+ },
3616
+ {
3617
+ "disabled": false,
3618
+ "document": "创建时间",
3619
+ "example": "无",
3620
+ "member": "datetime_iso",
3621
+ "name": "CreatedTime",
3622
+ "output_required": true,
3623
+ "type": "string",
3624
+ "value_allowed_null": false
3625
+ },
3626
+ {
3627
+ "disabled": false,
3628
+ "document": "到期时间",
3629
+ "example": "无",
3630
+ "member": "datetime_iso",
3631
+ "name": "ExpiredTime",
3632
+ "output_required": true,
3633
+ "type": "string",
3634
+ "value_allowed_null": false
3635
+ },
3636
+ {
3637
+ "disabled": false,
3638
+ "document": "工作空间所在位置",
3639
+ "example": "无",
3640
+ "member": "Placement",
3641
+ "name": "Placement",
3642
+ "output_required": true,
3643
+ "type": "object",
3644
+ "value_allowed_null": false
3645
+ },
3646
+ {
3647
+ "disabled": false,
3648
+ "document": "工作空间的最新操作\n注意:此字段可能返回 null,表示取不到有效值。",
3649
+ "example": "无",
3650
+ "member": "string",
3651
+ "name": "LatestOperation",
3652
+ "output_required": true,
3653
+ "type": "string",
3654
+ "value_allowed_null": true
3655
+ },
3656
+ {
3657
+ "disabled": false,
3658
+ "document": "工作空间的最新操作状态\n注意:此字段可能返回 null,表示取不到有效值。",
3659
+ "example": "无",
3660
+ "member": "string",
3661
+ "name": "LatestOperationState",
3662
+ "output_required": true,
3663
+ "type": "string",
3664
+ "value_allowed_null": true
3665
+ }
3666
+ ],
3667
+ "usage": "out"
3668
+ },
3392
3669
  "SpaceInternetAccessible": {
3393
3670
  "document": "描述了工作空间的公网可访问性,声明了工作空间的公网使用计费模式,最大带宽等",
3394
3671
  "members": [
@@ -3710,6 +3987,42 @@
3710
3987
  ],
3711
3988
  "usage": "both"
3712
3989
  },
3990
+ "TerminateWorkspacesRequest": {
3991
+ "document": "TerminateWorkspaces请求参数结构体",
3992
+ "members": [
3993
+ {
3994
+ "disabled": false,
3995
+ "document": "工作空间ID",
3996
+ "example": "['wks-qk5u85i8']",
3997
+ "member": "string",
3998
+ "name": "SpaceIds",
3999
+ "required": true,
4000
+ "type": "list"
4001
+ },
4002
+ {
4003
+ "disabled": false,
4004
+ "document": "释放空间挂载的包年包月数据盘。true表示销毁空间同时释放包年包月数据盘,false表示只销毁空间。",
4005
+ "example": "true",
4006
+ "member": "bool",
4007
+ "name": "ReleasePrepaidDataDisks",
4008
+ "required": false,
4009
+ "type": "bool"
4010
+ }
4011
+ ],
4012
+ "type": "object"
4013
+ },
4014
+ "TerminateWorkspacesResponse": {
4015
+ "document": "TerminateWorkspaces返回参数结构体",
4016
+ "members": [
4017
+ {
4018
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4019
+ "member": "string",
4020
+ "name": "RequestId",
4021
+ "type": "string"
4022
+ }
4023
+ ],
4024
+ "type": "object"
4025
+ },
3713
4026
  "VirtualPrivateCloud": {
3714
4027
  "document": "描述了VPC相关信息",
3715
4028
  "members": [
@@ -136,6 +136,14 @@
136
136
  "title": "查询集群队列概览信息列表"
137
137
  }
138
138
  ],
139
+ "DescribeWorkspaces": [
140
+ {
141
+ "document": "查看在广州二区的实例信息,限制返回结果最多为一项",
142
+ "input": "POST / HTTP/1.1\nHost: thpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWorkspaces\n<公共请求参数>\n\n{\n \"Limit\": \"1\",\n \"Filters\": [\n {\n \"Values\": [\n \"ap-guangzhou-2\"\n ],\n \"Name\": \"zone\"\n }\n ],\n \"Offset\": \"0\"\n}",
143
+ "output": "{\n \"Response\": {\n \"SpaceSet\": [\n {\n \"SpaceId\": \"abc\",\n \"SpaceFamily\": \"abc\",\n \"SpaceType\": \"abc\",\n \"SpaceName\": \"abc\",\n \"SpaceState\": \"abc\",\n \"SpaceChargeType\": \"abc\",\n \"ResourceId\": \"abc\",\n \"RenewFlag\": \"abc\",\n \"Tags\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"ExpiredTime\": \"2020-09-22T00:00:00+00:00\",\n \"Placement\": {\n \"Zone\": \"abc\"\n },\n \"LatestOperation\": \"abc\",\n \"LatestOperationState\": \"abc\"\n }\n ],\n \"TotalCount\": 0,\n \"RequestId\": \"abc\"\n }\n}",
144
+ "title": "查询工作空间列表"
145
+ }
146
+ ],
139
147
  "DetachNodes": [
140
148
  {
141
149
  "document": "集群ID为hpc-2j8ntf9l的集群解绑计算节点node-8workmoi",
@@ -152,6 +160,14 @@
152
160
  "title": "修改节点初始化脚本"
153
161
  }
154
162
  ],
163
+ "ModifyWorkspacesAttribute": [
164
+ {
165
+ "document": "",
166
+ "input": "POST / HTTP/1.1\nHost: thpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyWorkspacesAttribute\n<公共请求参数>\n\n{\n \"SpaceIds\": [\n \"wks-gzut2d4n\"\n ],\n \"SpaceName\": \"Workspace\"\n}",
167
+ "output": "{\n \"Response\": {\n \"RequestId\": \"dbfa8866-7644-4181-806f-2334ea2da591\"\n }\n}",
168
+ "title": "修改工作空间的名称"
169
+ }
170
+ ],
155
171
  "SetAutoScalingConfiguration": [
156
172
  {
157
173
  "document": "集群配置弹性伸缩策略信息。",
@@ -159,6 +175,14 @@
159
175
  "output": "{\n \"Response\": {\n \"RequestId\": \"d1d90874-f565-463d-ba1d-c707517eece1\"\n }\n}",
160
176
  "title": "设置弹性伸缩配置"
161
177
  }
178
+ ],
179
+ "TerminateWorkspaces": [
180
+ {
181
+ "document": "",
182
+ "input": "POST / HTTP/1.1\nHost: thpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TerminateWorkspaces\n<公共请求参数>\n\n{\n \"SpaceIds\": [\n \"wks-kj2pb4dt\"\n ]\n}",
183
+ "output": "{\n \"Response\": {\n \"RequestId\": \"952f8cb8-240a-45cb-aabf-7665be657072\"\n }\n}",
184
+ "title": "主动退还工作空间"
185
+ }
162
186
  ]
163
187
  },
164
188
  "version": "1.0"
@@ -4476,7 +4476,7 @@
4476
4476
  },
4477
4477
  {
4478
4478
  "disabled": false,
4479
- "document": "引擎所在地域。参考值说明:\n中国区 参考值:\n- ap-guangzhou:广州\n- ap-beijing:北京\n- ap-chengdu:成都\n- ap-chongqing:重庆\n- ap-nanjing:南京\n- ap-shanghai:上海\n- ap-hongkong:香港\n- ap-taipei:台北\n亚太区 参考值:\n- ap-jakarta:雅加达\n- ap-singapore:新加坡\n北美区 参考值\n- na-toronto:多伦多\n金融专区 参考值\n- ap-beijing-fsi:北京金融\n- ap-shanghai-fsi:上海金融\n- ap-shenzhen-fsi:深圳金融",
4479
+ "document": "引擎所在地域。参考值说明:\n中国区 参考值:\n- ap-guangzhou:广州\n- ap-beijing:北京\n- ap-chengdu:成都\n- ap-chongqing:重庆\n- ap-nanjing:南京\n- ap-shanghai:上海\n- ap-hongkong:香港\n- ap-taipei:台北\n亚太区 参考值:\n- ap-jakarta:雅加达\n- ap-singapore:新加坡\n北美区 参考值\n- na-siliconvalley:硅谷\n- na-ashburn: 弗吉尼亚\n金融专区 参考值\n- ap-beijing-fsi:北京金融\n- ap-shanghai-fsi:上海金融\n- ap-shenzhen-fsi:深圳金融",
4480
4480
  "example": "ap-beijing",
4481
4481
  "member": "string",
4482
4482
  "name": "EngineRegion",
@@ -81,6 +81,7 @@
81
81
  "member": "string",
82
82
  "name": "Text",
83
83
  "output_required": true,
84
+ "required": true,
84
85
  "type": "string",
85
86
  "value_allowed_null": true
86
87
  },
@@ -91,6 +92,7 @@
91
92
  "member": "int64",
92
93
  "name": "StartMs",
93
94
  "output_required": true,
95
+ "required": true,
94
96
  "type": "int",
95
97
  "value_allowed_null": true
96
98
  },
@@ -101,11 +103,12 @@
101
103
  "member": "int64",
102
104
  "name": "EndMs",
103
105
  "output_required": true,
106
+ "required": true,
104
107
  "type": "int",
105
108
  "value_allowed_null": true
106
109
  }
107
110
  ],
108
- "usage": "out"
111
+ "usage": "both"
109
112
  },
110
113
  "ConfirmVideoTranslateJobRequest": {
111
114
  "document": "ConfirmVideoTranslateJob请求参数结构体",
@@ -740,7 +743,7 @@
740
743
  {
741
744
  "disabled": false,
742
745
  "document": "视频地址URL。",
743
- "example": "",
746
+ "example": "http://xxx/video.mp4",
744
747
  "member": "string",
745
748
  "name": "VideoUrl",
746
749
  "required": true,
@@ -749,7 +752,7 @@
749
752
  {
750
753
  "disabled": false,
751
754
  "document": "源语言:zh, en",
752
- "example": "",
755
+ "example": "zh",
753
756
  "member": "string",
754
757
  "name": "SrcLang",
755
758
  "required": true,
@@ -758,7 +761,7 @@
758
761
  {
759
762
  "disabled": false,
760
763
  "document": "目标语言:zh, en\t",
761
- "example": "",
764
+ "example": "en",
762
765
  "member": "string",
763
766
  "name": "DstLang",
764
767
  "required": false,
@@ -767,7 +770,7 @@
767
770
  {
768
771
  "disabled": false,
769
772
  "document": "当音频 URL 不为空时,默认以音频驱动视频任务口型",
770
- "example": "",
773
+ "example": "http://xxx/audio.mp3",
771
774
  "member": "string",
772
775
  "name": "AudioUrl",
773
776
  "required": false,
@@ -776,7 +779,7 @@
776
779
  {
777
780
  "disabled": false,
778
781
  "document": "是否需要确认翻译结果0:不需要,1:需要",
779
- "example": "",
782
+ "example": "1",
780
783
  "member": "int64",
781
784
  "name": "Confirm",
782
785
  "required": false,
@@ -785,11 +788,20 @@
785
788
  {
786
789
  "disabled": false,
787
790
  "document": "是否开启口型驱动,0:不开启,1:开启。默认开启。",
788
- "example": "",
791
+ "example": "1",
789
792
  "member": "int64",
790
793
  "name": "LipSync",
791
794
  "required": false,
792
795
  "type": "int"
796
+ },
797
+ {
798
+ "disabled": false,
799
+ "document": "音色 Id",
800
+ "example": "701001",
801
+ "member": "string",
802
+ "name": "VoiceType",
803
+ "required": false,
804
+ "type": "string"
793
805
  }
794
806
  ],
795
807
  "type": "object"
@@ -36,7 +36,7 @@
36
36
  "status": "online"
37
37
  },
38
38
  "GetTrainingText": {
39
- "document": "本接口用于获取声音复刻训练文本信息。\n 请求方法为 HTTP POST , Content-Type为\"application/json; charset=utf-8\"\n• 签名方法参考 公共参数 中签名方法v3",
39
+ "document": "本接口用于获取声音复刻训练文本信息。\n 请求方法为 HTTP POST , Content-Type为\"application/json; charset=utf-8\"\n• 签名方法参考 公共参数 中签名方法v3。\n• 当复刻类型为一句话声音复刻时,生成的TextId有效期为7天,且在成功创建一次复刻任务后失效。",
40
40
  "input": "GetTrainingTextRequest",
41
41
  "name": "获取声音复刻训练文本",
42
42
  "output": "GetTrainingTextResponse",
@@ -671,11 +671,11 @@
671
671
  "members": [
672
672
  {
673
673
  "disabled": false,
674
- "document": "文本ID\n注意:此字段可能返回 null,表示取不到有效值。",
674
+ "document": "文本ID\n当复刻类型为一句话声音复刻时,生成的TextId有效期为7天,且在成功创建一次复刻任务后失效。\n注意:此字段可能返回 null,表示取不到有效值。",
675
675
  "example": "00001",
676
676
  "member": "string",
677
677
  "name": "TextId",
678
- "required": false,
678
+ "output_required": true,
679
679
  "type": "string",
680
680
  "value_allowed_null": true
681
681
  },
@@ -685,7 +685,7 @@
685
685
  "example": "无",
686
686
  "member": "string",
687
687
  "name": "Text",
688
- "required": false,
688
+ "output_required": true,
689
689
  "type": "string",
690
690
  "value_allowed_null": true
691
691
  }
@@ -338,7 +338,7 @@
338
338
  {
339
339
  "disabled": false,
340
340
  "document": "视频地址URL。",
341
- "example": "",
341
+ "example": "http://xxx/video.mp4",
342
342
  "member": "string",
343
343
  "name": "VideoUrl",
344
344
  "required": true,
@@ -347,7 +347,7 @@
347
347
  {
348
348
  "disabled": false,
349
349
  "document": "源语言:zh, en",
350
- "example": "",
350
+ "example": "zh",
351
351
  "member": "string",
352
352
  "name": "SrcLang",
353
353
  "required": true,
@@ -356,7 +356,7 @@
356
356
  {
357
357
  "disabled": false,
358
358
  "document": "目标语言:zh, en",
359
- "example": "",
359
+ "example": "en",
360
360
  "member": "string",
361
361
  "name": "DstLang",
362
362
  "required": true,
@@ -365,7 +365,7 @@
365
365
  {
366
366
  "disabled": false,
367
367
  "document": "当音频 URL 不为空时,默认以音频驱动视频任务口型",
368
- "example": "",
368
+ "example": "http://xxx/audio.mp3",
369
369
  "member": "string",
370
370
  "name": "AudioUrl",
371
371
  "required": false,
@@ -374,7 +374,7 @@
374
374
  {
375
375
  "disabled": false,
376
376
  "document": "是否需要确认翻译结果0:不需要,1:需要",
377
- "example": "",
377
+ "example": "1",
378
378
  "member": "int64",
379
379
  "name": "Confirm",
380
380
  "required": false,
@@ -383,11 +383,20 @@
383
383
  {
384
384
  "disabled": false,
385
385
  "document": "是否开启口型驱动,0:不开启,1:开启。默认开启。",
386
- "example": "",
386
+ "example": "1",
387
387
  "member": "int64",
388
388
  "name": "LipSync",
389
389
  "required": false,
390
390
  "type": "int"
391
+ },
392
+ {
393
+ "disabled": false,
394
+ "document": "音色 ID",
395
+ "example": "701001",
396
+ "member": "string",
397
+ "name": "VoiceType",
398
+ "required": false,
399
+ "type": "string"
391
400
  }
392
401
  ],
393
402
  "type": "object"
@@ -4225,7 +4225,7 @@
4225
4225
  "example": "\"export-61daca5c-f341-4796-aeb3-4f2f598a06c7\"",
4226
4226
  "member": "string",
4227
4227
  "name": "ExportId",
4228
- "required": true,
4228
+ "output_required": true,
4229
4229
  "type": "string",
4230
4230
  "value_allowed_null": false
4231
4231
  },
@@ -11993,7 +11993,7 @@
11993
11993
  },
11994
11994
  {
11995
11995
  "disabled": false,
11996
- "document": "查询的域名,全部域名不指定",
11996
+ "document": "查询的域名,全部域名填all",
11997
11997
  "example": "\"waf.test.com\"",
11998
11998
  "member": "string",
11999
11999
  "name": "Domain",
@@ -12021,7 +12021,7 @@
12021
12021
  "example": "271652",
12022
12022
  "member": "uint64",
12023
12023
  "name": "TotalCount",
12024
- "required": true,
12024
+ "output_required": true,
12025
12025
  "type": "int",
12026
12026
  "value_allowed_null": false
12027
12027
  },
@@ -91,7 +91,7 @@
91
91
  "CreateAccessExport": [
92
92
  {
93
93
  "document": "",
94
- "input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAccessExport\n<公共请求参数>\n\n{\n \"TopicId\": \"1ae37c76-df99-4e2b-998c-20f39eba6226\",\n \"From\": 1625395948532,\n \"To\": 1626000748532,\n \"Count\": 6221,\n \"Query\": \"*\",\n \"Order\": \"desc\",\n \"Format\": \"json\"\n}",
94
+ "input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAccessExport\n<公共请求参数>\n\n{\n \"TopicId\": \"1ae37c76-df99-4e2b-998c-20f39eba6226\",\n \"From\": 1625395948532,\n \"To\": 1626000748532,\n \"Count\": 6221,\n \"Query\": \"\",\n \"Order\": \"desc\",\n \"Format\": \"json\"\n}",
95
95
  "output": "{\n \"Response\": {\n \"ExportId\": \"export-61daca5c-f341-4796-aeb3-4f2f598a06c7\",\n \"RequestId\": \"9b02bf9e-c89c-42c3-9ae1-685f968fa02d\"\n }\n}",
96
96
  "title": "创建访问日志导出"
97
97
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli
3
- Version: 3.0.1184.1
3
+ Version: 3.0.1186.1
4
4
  Summary: Universal Command Line Environment for Tencent Cloud
5
5
  Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
6
6
  Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Requires-Dist: jmespath==0.10.0
15
15
  Requires-Dist: six==1.16.0
16
- Requires-Dist: tencentcloud-sdk-python>=3.0.1184
16
+ Requires-Dist: tencentcloud-sdk-python>=3.0.1186
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # 命令行工具简介