tccli 3.0.1368.1__py2.py3-none-any.whl → 3.0.1369.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/batch/v20170312/api.json +34 -1
- tccli/services/batch/v20170312/examples.json +1 -1
- tccli/services/cdb/v20170320/api.json +6 -6
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +16 -7
- tccli/services/cfg/v20210820/api.json +9 -0
- tccli/services/clb/v20180317/api.json +11 -11
- tccli/services/csip/csip_client.py +53 -0
- tccli/services/csip/v20221121/api.json +333 -3
- tccli/services/csip/v20221121/examples.json +8 -0
- tccli/services/emr/v20190103/api.json +9 -0
- tccli/services/emr/v20190103/examples.json +1 -1
- tccli/services/faceid/v20180301/api.json +1 -1
- tccli/services/hunyuan/v20230901/api.json +4 -4
- tccli/services/iai/v20180301/api.json +1 -1
- tccli/services/iai/v20200303/api.json +1 -1
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/mps/v20190612/api.json +15 -5
- tccli/services/mps/v20190612/examples.json +1 -1
- tccli/services/omics/v20221128/api.json +105 -6
- tccli/services/sqlserver/v20180328/api.json +20 -0
- tccli/services/tdmq/v20200217/api.json +12 -3
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/teo/v20220901/api.json +85 -2
- tccli/services/trocket/v20230308/api.json +9 -9
- tccli/services/trocket/v20230308/examples.json +1 -1
- tccli/services/tts/v20190823/api.json +1 -1
- tccli/services/vdb/v20230616/api.json +12 -3
- tccli/services/vrs/v20200824/api.json +1 -1
- {tccli-3.0.1368.1.dist-info → tccli-3.0.1369.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1368.1.dist-info → tccli-3.0.1369.1.dist-info}/RECORD +35 -35
- {tccli-3.0.1368.1.dist-info → tccli-3.0.1369.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1368.1.dist-info → tccli-3.0.1369.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1368.1.dist-info → tccli-3.0.1369.1.dist-info}/license_files/LICENSE +0 -0
@@ -573,6 +573,24 @@
|
|
573
573
|
"name": "Capacity",
|
574
574
|
"required": false,
|
575
575
|
"type": "int"
|
576
|
+
},
|
577
|
+
{
|
578
|
+
"disabled": false,
|
579
|
+
"document": "是否开启默认扩容,仅turbo类型文件存储支持",
|
580
|
+
"example": "false",
|
581
|
+
"member": "bool",
|
582
|
+
"name": "EnableAutoScaleUp",
|
583
|
+
"required": false,
|
584
|
+
"type": "bool"
|
585
|
+
},
|
586
|
+
{
|
587
|
+
"disabled": false,
|
588
|
+
"document": "turbo文件系统元数据属性,basic:标准型元数据;enhanced:增强型元数据",
|
589
|
+
"example": "basic",
|
590
|
+
"member": "string",
|
591
|
+
"name": "MetaType",
|
592
|
+
"required": false,
|
593
|
+
"type": "string"
|
576
594
|
}
|
577
595
|
],
|
578
596
|
"type": "object"
|
@@ -3245,8 +3263,7 @@
|
|
3245
3263
|
"member": "string",
|
3246
3264
|
"name": "StorageType",
|
3247
3265
|
"required": true,
|
3248
|
-
"type": "string"
|
3249
|
-
"value_allowed_null": true
|
3266
|
+
"type": "string"
|
3250
3267
|
},
|
3251
3268
|
{
|
3252
3269
|
"disabled": false,
|
@@ -3255,8 +3272,7 @@
|
|
3255
3272
|
"member": "string",
|
3256
3273
|
"name": "Zone",
|
3257
3274
|
"required": true,
|
3258
|
-
"type": "string"
|
3259
|
-
"value_allowed_null": true
|
3275
|
+
"type": "string"
|
3260
3276
|
},
|
3261
3277
|
{
|
3262
3278
|
"disabled": false,
|
@@ -3265,8 +3281,25 @@
|
|
3265
3281
|
"member": "uint64",
|
3266
3282
|
"name": "Capacity",
|
3267
3283
|
"required": false,
|
3268
|
-
"type": "int"
|
3269
|
-
|
3284
|
+
"type": "int"
|
3285
|
+
},
|
3286
|
+
{
|
3287
|
+
"disabled": false,
|
3288
|
+
"document": "是否开启默认扩容,仅turbo类型文件存储支持",
|
3289
|
+
"example": "false",
|
3290
|
+
"member": "bool",
|
3291
|
+
"name": "EnableAutoScaleUp",
|
3292
|
+
"required": false,
|
3293
|
+
"type": "bool"
|
3294
|
+
},
|
3295
|
+
{
|
3296
|
+
"disabled": false,
|
3297
|
+
"document": "turbo文件系统元数据属性,basic:标准型元数据;enhanced:增强型元数据",
|
3298
|
+
"example": "basic",
|
3299
|
+
"member": "string",
|
3300
|
+
"name": "MetaType",
|
3301
|
+
"required": false,
|
3302
|
+
"type": "string"
|
3270
3303
|
}
|
3271
3304
|
],
|
3272
3305
|
"usage": "in"
|
@@ -3618,6 +3651,72 @@
|
|
3618
3651
|
"output_required": false,
|
3619
3652
|
"type": "string",
|
3620
3653
|
"value_allowed_null": false
|
3654
|
+
},
|
3655
|
+
{
|
3656
|
+
"disabled": false,
|
3657
|
+
"document": "turbo自动扩容策略",
|
3658
|
+
"example": "无",
|
3659
|
+
"member": "VolumeAutoScaleUpRule",
|
3660
|
+
"name": "AutoScaleUpRule",
|
3661
|
+
"output_required": false,
|
3662
|
+
"type": "object",
|
3663
|
+
"value_allowed_null": false
|
3664
|
+
},
|
3665
|
+
{
|
3666
|
+
"disabled": false,
|
3667
|
+
"document": "turbo元数据属性",
|
3668
|
+
"example": "basic",
|
3669
|
+
"member": "string",
|
3670
|
+
"name": "MetaType",
|
3671
|
+
"output_required": false,
|
3672
|
+
"type": "string",
|
3673
|
+
"value_allowed_null": false
|
3674
|
+
},
|
3675
|
+
{
|
3676
|
+
"disabled": false,
|
3677
|
+
"document": "可用区",
|
3678
|
+
"example": "ap-guangzhou-6",
|
3679
|
+
"member": "string",
|
3680
|
+
"name": "Zone",
|
3681
|
+
"output_required": false,
|
3682
|
+
"type": "string",
|
3683
|
+
"value_allowed_null": false
|
3684
|
+
}
|
3685
|
+
],
|
3686
|
+
"usage": "out"
|
3687
|
+
},
|
3688
|
+
"VolumeAutoScaleUpRule": {
|
3689
|
+
"document": "缓存卷自动扩容策略",
|
3690
|
+
"members": [
|
3691
|
+
{
|
3692
|
+
"disabled": false,
|
3693
|
+
"document": "自动扩容策略开启,关闭\n示例值:open,close",
|
3694
|
+
"example": "open",
|
3695
|
+
"member": "string",
|
3696
|
+
"name": "Status",
|
3697
|
+
"output_required": false,
|
3698
|
+
"type": "string",
|
3699
|
+
"value_allowed_null": false
|
3700
|
+
},
|
3701
|
+
{
|
3702
|
+
"disabled": false,
|
3703
|
+
"document": "集群用量占比,到达这个值后开始扩容,范围[10-90]",
|
3704
|
+
"example": "85",
|
3705
|
+
"member": "int64",
|
3706
|
+
"name": "ScaleThreshold",
|
3707
|
+
"output_required": false,
|
3708
|
+
"type": "int",
|
3709
|
+
"value_allowed_null": false
|
3710
|
+
},
|
3711
|
+
{
|
3712
|
+
"disabled": false,
|
3713
|
+
"document": "扩容后使用量跟集群总量比例,范围[10-90]",
|
3714
|
+
"example": "70",
|
3715
|
+
"member": "int64",
|
3716
|
+
"name": "TargetThreshold",
|
3717
|
+
"output_required": false,
|
3718
|
+
"type": "int",
|
3719
|
+
"value_allowed_null": false
|
3621
3720
|
}
|
3622
3721
|
],
|
3623
3722
|
"usage": "out"
|
@@ -7841,6 +7841,26 @@
|
|
7841
7841
|
"type": "int",
|
7842
7842
|
"value_allowed_null": false
|
7843
7843
|
},
|
7844
|
+
{
|
7845
|
+
"disabled": false,
|
7846
|
+
"document": "是否安全限制部分功能,0-没有限制,1-有限制。限制的功能有:修改可用区、迁移变配、DTS数据迁移等",
|
7847
|
+
"example": "0",
|
7848
|
+
"member": "uint64",
|
7849
|
+
"name": "IsSafetyLimited",
|
7850
|
+
"output_required": false,
|
7851
|
+
"type": "int",
|
7852
|
+
"value_allowed_null": false
|
7853
|
+
},
|
7854
|
+
{
|
7855
|
+
"disabled": false,
|
7856
|
+
"document": "是否支持创建SA权限账号,0-不支持,1-支持",
|
7857
|
+
"example": "0",
|
7858
|
+
"member": "uint64",
|
7859
|
+
"name": "IsSupportSA",
|
7860
|
+
"output_required": false,
|
7861
|
+
"type": "int",
|
7862
|
+
"value_allowed_null": false
|
7863
|
+
},
|
7844
7864
|
{
|
7845
7865
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7846
7866
|
"member": "string",
|
@@ -9675,8 +9675,8 @@
|
|
9675
9675
|
},
|
9676
9676
|
{
|
9677
9677
|
"disabled": false,
|
9678
|
-
"document": "按照指定字段排序,可选值为
|
9679
|
-
"example": "
|
9678
|
+
"document": "按照指定字段排序,可选值为 subscribeNum: 订阅 Topic 个数",
|
9679
|
+
"example": "subscribeNum",
|
9680
9680
|
"member": "string",
|
9681
9681
|
"name": "SortedBy",
|
9682
9682
|
"required": false,
|
@@ -17833,7 +17833,7 @@
|
|
17833
17833
|
"example": "test_topic",
|
17834
17834
|
"member": "string",
|
17835
17835
|
"name": "Topic",
|
17836
|
-
"required":
|
17836
|
+
"required": false,
|
17837
17837
|
"type": "string"
|
17838
17838
|
},
|
17839
17839
|
{
|
@@ -17844,6 +17844,15 @@
|
|
17844
17844
|
"name": "ResetTimestamp",
|
17845
17845
|
"required": false,
|
17846
17846
|
"type": "int"
|
17847
|
+
},
|
17848
|
+
{
|
17849
|
+
"disabled": false,
|
17850
|
+
"document": "重置的是否是retry topic",
|
17851
|
+
"example": "false",
|
17852
|
+
"member": "bool",
|
17853
|
+
"name": "RetryFlag",
|
17854
|
+
"required": false,
|
17855
|
+
"type": "bool"
|
17847
17856
|
}
|
17848
17857
|
],
|
17849
17858
|
"type": "object"
|
@@ -690,7 +690,7 @@
|
|
690
690
|
{
|
691
691
|
"document": "",
|
692
692
|
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQGroups\n<公共请求参数>\n\n{\n \"ClusterId\": \"rocketmq-4k4orqgq\",\n \"NamespaceId\": \"test_namespace\",\n \"Offset\": 0,\n \"Limit\": 20,\n \"FilterTopic\": \"test_topic\",\n \"FilterGroup\": \"test_group\",\n \"SortedBy\": \"tps\",\n \"SortOrder\": \"asc\",\n \"FilterOneGroup\": \"test_group\",\n \"Types\": [\n \"TCP\"\n ]\n}",
|
693
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"1c127300-fcdd-4087-b1d2-fd75a1cefbe4\",\n \"TotalCount\": 1,\n \"Groups\": [\n {\n \"Name\": \"test_group\",\n \"ConsumerNum\": 1,\n \"TotalAccumulative\": 380,\n \"RetryMaxTimes\": 10,\n \"ConsumptionMode\": -1,\n \"BroadcastEnabled\": false,\n \"ReadEnabled\": true,\n \"RetryPartitionNum\": 1,\n \"CreateTime\": 1621307489000,\n \"UpdateTime\": 1621307706000,\n \"ClientProtocol\": \"TCP\",\n \"Remark\": \"测试消费组\",\n \"ConsumerType\": \"PUSH\",\n \"TPS\": 20,\n \"GroupType\": \"TCP\"\n }\n ]\n }\n}",
|
693
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1c127300-fcdd-4087-b1d2-fd75a1cefbe4\",\n \"TotalCount\": 1,\n \"Groups\": [\n {\n \"InstanceId\": \"rocketmq-4k4orqgq\",\n \"Namespace\": \"test_ns\",\n \"Name\": \"test_group\",\n \"ConsumerNum\": 1,\n \"TotalAccumulative\": 380,\n \"RetryMaxTimes\": 10,\n \"ConsumptionMode\": -1,\n \"BroadcastEnabled\": false,\n \"ReadEnabled\": true,\n \"RetryPartitionNum\": 1,\n \"CreateTime\": 1621307489000,\n \"UpdateTime\": 1621307706000,\n \"ClientProtocol\": \"TCP\",\n \"Remark\": \"测试消费组\",\n \"ConsumerType\": \"PUSH\",\n \"TPS\": 20,\n \"GroupType\": \"TCP\",\n \"SubscribeTopicNum\": \"1\"\n }\n ]\n }\n}",
|
694
694
|
"title": "查询订阅组列表"
|
695
695
|
}
|
696
696
|
],
|
@@ -16084,6 +16084,78 @@
|
|
16084
16084
|
],
|
16085
16085
|
"usage": "both"
|
16086
16086
|
},
|
16087
|
+
"FrequentScanningProtection": {
|
16088
|
+
"document": "高频扫描防护配置选项,当某一访客的请求频繁命中「配置为拦截」的托管规则时,在一段时间内封禁该访客所有请求。",
|
16089
|
+
"members": [
|
16090
|
+
{
|
16091
|
+
"disabled": false,
|
16092
|
+
"document": "高频扫描防护规则是否开启。取值有:<li>on:开启,高频扫描防护规则生效;</li><li>off:关闭,高频扫描防护规则不生效。</li>\t",
|
16093
|
+
"example": "on",
|
16094
|
+
"member": "string",
|
16095
|
+
"name": "Enabled",
|
16096
|
+
"output_required": false,
|
16097
|
+
"required": false,
|
16098
|
+
"type": "string",
|
16099
|
+
"value_allowed_null": false
|
16100
|
+
},
|
16101
|
+
{
|
16102
|
+
"disabled": false,
|
16103
|
+
"document": "高频扫描防护的处置动作。 当 Enabled 为 on 时,此字段必填。SecurityAction 的 Name 取值支持:<li>Deny:拦截,响应拦截页面;</li><li>Monitor:观察,不处理请求记录安全事件到日志中;</li><li>JSChallenge:JavaScript 挑战,响应 JavaScript 挑战页面。</li>",
|
16104
|
+
"example": "无",
|
16105
|
+
"member": "SecurityAction",
|
16106
|
+
"name": "Action",
|
16107
|
+
"output_required": false,
|
16108
|
+
"required": false,
|
16109
|
+
"type": "object",
|
16110
|
+
"value_allowed_null": false
|
16111
|
+
},
|
16112
|
+
{
|
16113
|
+
"disabled": false,
|
16114
|
+
"document": "请求统计的匹配方式,当 Enabled 为 on 时,此字段必填。取值有:<li>http.request.xff_header_ip:客户端 IP(优先匹配 XFF 头部);</li><li>http.request.ip:客户端 IP。</li> ",
|
16115
|
+
"example": "http.request.ip",
|
16116
|
+
"member": "string",
|
16117
|
+
"name": "CountBy",
|
16118
|
+
"output_required": false,
|
16119
|
+
"required": false,
|
16120
|
+
"type": "string",
|
16121
|
+
"value_allowed_null": false
|
16122
|
+
},
|
16123
|
+
{
|
16124
|
+
"disabled": false,
|
16125
|
+
"document": "此参数指定高频扫描防护的阈值,即在 CountingPeriod 所设置时间范围内命中「配置为拦截」的托管规则时的累计拦截次数,取值范围 1 ~ 4294967294,例如 100,当超过此统计值时,后续请求将触发 Action 所设置的处置动作。当 Enabled 为 on 时,此字段必填。",
|
16126
|
+
"example": "100",
|
16127
|
+
"member": "int64",
|
16128
|
+
"name": "BlockThreshold",
|
16129
|
+
"output_required": false,
|
16130
|
+
"required": false,
|
16131
|
+
"type": "int",
|
16132
|
+
"value_allowed_null": false
|
16133
|
+
},
|
16134
|
+
{
|
16135
|
+
"disabled": false,
|
16136
|
+
"document": "此参数指定高频扫描防护所统计的时间窗口,即命中「配置为拦截」的托管规则的请求的统计时间窗口,取值 5 ~ 1800,单位仅支持秒(s),例如 5s。 当 Enabled 为 on 时,此字段必填。",
|
16137
|
+
"example": "10s",
|
16138
|
+
"member": "string",
|
16139
|
+
"name": "CountingPeriod",
|
16140
|
+
"output_required": false,
|
16141
|
+
"required": false,
|
16142
|
+
"type": "string",
|
16143
|
+
"value_allowed_null": false
|
16144
|
+
},
|
16145
|
+
{
|
16146
|
+
"disabled": false,
|
16147
|
+
"document": "此参数指定高频扫描防护 Action 参数所设置处置动作的持续时长,取值范围 60 ~ 86400,单位仅支持秒(s),例如 60s。当 Enabled 为 on 时,此字段必填。",
|
16148
|
+
"example": "60s",
|
16149
|
+
"member": "string",
|
16150
|
+
"name": "ActionDuration",
|
16151
|
+
"output_required": false,
|
16152
|
+
"required": false,
|
16153
|
+
"type": "string",
|
16154
|
+
"value_allowed_null": false
|
16155
|
+
}
|
16156
|
+
],
|
16157
|
+
"usage": "both"
|
16158
|
+
},
|
16087
16159
|
"Function": {
|
16088
16160
|
"document": "边缘函数详情",
|
16089
16161
|
"members": [
|
@@ -18727,7 +18799,7 @@
|
|
18727
18799
|
{
|
18728
18800
|
"disabled": false,
|
18729
18801
|
"document": "托管规则自动更新选项。",
|
18730
|
-
"example": "
|
18802
|
+
"example": "无",
|
18731
18803
|
"member": "ManagedRuleAutoUpdate",
|
18732
18804
|
"name": "AutoUpdate",
|
18733
18805
|
"output_required": true,
|
@@ -18738,13 +18810,24 @@
|
|
18738
18810
|
{
|
18739
18811
|
"disabled": false,
|
18740
18812
|
"document": "托管规则组的配置。如果此结构传空数组或 GroupId 未包含在列表内将按照默认方式处理。",
|
18741
|
-
"example": "
|
18813
|
+
"example": "无",
|
18742
18814
|
"member": "ManagedRuleGroup",
|
18743
18815
|
"name": "ManagedRuleGroups",
|
18744
18816
|
"output_required": true,
|
18745
18817
|
"required": false,
|
18746
18818
|
"type": "list",
|
18747
18819
|
"value_allowed_null": false
|
18820
|
+
},
|
18821
|
+
{
|
18822
|
+
"disabled": false,
|
18823
|
+
"document": "高频扫描防护配置选项,当某一访客的请求频繁命中「配置为拦截」的托管规则时,在一段时间内封禁该访客所有请求。",
|
18824
|
+
"example": "无",
|
18825
|
+
"member": "FrequentScanningProtection",
|
18826
|
+
"name": "FrequentScanningProtection",
|
18827
|
+
"output_required": false,
|
18828
|
+
"required": false,
|
18829
|
+
"type": "object",
|
18830
|
+
"value_allowed_null": false
|
18748
18831
|
}
|
18749
18832
|
],
|
18750
18833
|
"usage": "both"
|
@@ -937,6 +937,15 @@
|
|
937
937
|
"required": true,
|
938
938
|
"type": "string"
|
939
939
|
},
|
940
|
+
{
|
941
|
+
"disabled": false,
|
942
|
+
"document": "集群绑定的VPC信息",
|
943
|
+
"example": "无",
|
944
|
+
"member": "VpcInfo",
|
945
|
+
"name": "VpcList",
|
946
|
+
"required": true,
|
947
|
+
"type": "list"
|
948
|
+
},
|
940
949
|
{
|
941
950
|
"disabled": false,
|
942
951
|
"document": "备注信息",
|
@@ -955,15 +964,6 @@
|
|
955
964
|
"required": false,
|
956
965
|
"type": "list"
|
957
966
|
},
|
958
|
-
{
|
959
|
-
"disabled": false,
|
960
|
-
"document": "集群绑定的VPC信息,必填",
|
961
|
-
"example": "无",
|
962
|
-
"member": "VpcInfo",
|
963
|
-
"name": "VpcList",
|
964
|
-
"required": false,
|
965
|
-
"type": "list"
|
966
|
-
},
|
967
967
|
{
|
968
968
|
"disabled": false,
|
969
969
|
"document": "是否开启公网,默认值为false表示不开启",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"CreateInstance": [
|
20
20
|
{
|
21
21
|
"document": "成功创建一个 TPS 2000 的 RocketMQ 5.x 集群。",
|
22
|
-
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstance\n<公共请求参数>\n\n{\n \"InstanceType\": \"BASIC\",\n \"Name\": \"test_instance\",\n \"SkuCode\": \"basic_2k\"\n}",
|
22
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstance\n<公共请求参数>\n\n{\n \"InstanceType\": \"BASIC\",\n \"Name\": \"test_instance\",\n \"SkuCode\": \"basic_2k\",\n \"VpcList\": [\n {\n \"VpcId\": \"vpc-xxxx\",\n \"SubnetId\": \"subnet-xxxx\"\n }\n ]\n}",
|
23
23
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"InstanceId\": \"rmq-72mo3a9or\",\n \"RequestId\": \"32759095-0372-4ec0-ae3a-e5a2759fd0ff\"\n }\n}",
|
24
24
|
"title": "正常响应"
|
25
25
|
}
|
@@ -24,7 +24,7 @@
|
|
24
24
|
},
|
25
25
|
"metadata": {
|
26
26
|
"apiVersion": "2019-08-23",
|
27
|
-
"api_brief": "
|
27
|
+
"api_brief": "介绍如何使用语音合成API合成音频",
|
28
28
|
"serviceNameCN": "语音合成",
|
29
29
|
"serviceShortName": "tts"
|
30
30
|
},
|
@@ -235,6 +235,15 @@
|
|
235
235
|
"required": false,
|
236
236
|
"type": "string"
|
237
237
|
},
|
238
|
+
{
|
239
|
+
"disabled": false,
|
240
|
+
"document": "产品版本,0-标准版,1-容量增强版",
|
241
|
+
"example": "0",
|
242
|
+
"member": "int64",
|
243
|
+
"name": "ProductType",
|
244
|
+
"required": false,
|
245
|
+
"type": "int"
|
246
|
+
},
|
238
247
|
{
|
239
248
|
"disabled": false,
|
240
249
|
"document": "实例类型。\n- base:免费测试版。\n- single:单机版。\n- cluster:高可用版。",
|
@@ -1739,7 +1748,7 @@
|
|
1739
1748
|
"example": "4",
|
1740
1749
|
"member": "float",
|
1741
1750
|
"name": "Cpu",
|
1742
|
-
"required":
|
1751
|
+
"required": false,
|
1743
1752
|
"type": "float"
|
1744
1753
|
},
|
1745
1754
|
{
|
@@ -1748,7 +1757,7 @@
|
|
1748
1757
|
"example": "8",
|
1749
1758
|
"member": "float",
|
1750
1759
|
"name": "Memory",
|
1751
|
-
"required":
|
1760
|
+
"required": false,
|
1752
1761
|
"type": "float"
|
1753
1762
|
},
|
1754
1763
|
{
|
@@ -1757,7 +1766,7 @@
|
|
1757
1766
|
"example": "200",
|
1758
1767
|
"member": "uint64",
|
1759
1768
|
"name": "StorageSize",
|
1760
|
-
"required":
|
1769
|
+
"required": false,
|
1761
1770
|
"type": "int"
|
1762
1771
|
},
|
1763
1772
|
{
|
@@ -59,7 +59,7 @@
|
|
59
59
|
},
|
60
60
|
"metadata": {
|
61
61
|
"apiVersion": "2020-08-24",
|
62
|
-
"api_brief": "
|
62
|
+
"api_brief": "介绍如何使用声音复刻API进行音色训练",
|
63
63
|
"serviceNameCN": "声音复刻",
|
64
64
|
"serviceShortName": "vrs"
|
65
65
|
},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1369.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.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.1369
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|