tccli 3.0.1331.1__py2.py3-none-any.whl → 3.0.1334.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/asr/v20190614/api.json +1 -1
- tccli/services/autoscaling/v20180419/api.json +1 -1
- tccli/services/bmvpc/v20180625/api.json +36 -36
- tccli/services/cdb/v20170320/api.json +37 -37
- tccli/services/cdn/v20180606/api.json +2 -2
- tccli/services/cdn/v20180606/examples.json +2 -2
- tccli/services/cfs/v20190719/api.json +1 -1
- tccli/services/cfw/v20190904/api.json +1 -1
- tccli/services/ckafka/v20190819/api.json +11 -1
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/csip/csip_client.py +53 -0
- tccli/services/csip/v20221121/api.json +466 -0
- tccli/services/csip/v20221121/examples.json +9 -1
- tccli/services/cwp/v20180228/api.json +4 -4
- tccli/services/dc/v20180410/api.json +39 -0
- tccli/services/emr/v20190103/api.json +2 -2
- tccli/services/ess/ess_client.py +57 -4
- tccli/services/ess/v20201111/api.json +94 -4
- tccli/services/ess/v20201111/examples.json +8 -0
- tccli/services/essbasic/v20210526/api.json +34 -5
- tccli/services/goosefs/goosefs_client.py +53 -0
- tccli/services/goosefs/v20220519/api.json +55 -2
- tccli/services/goosefs/v20220519/examples.json +8 -0
- tccli/services/gs/gs_client.py +163 -4
- tccli/services/gs/v20191118/api.json +227 -1
- tccli/services/gs/v20191118/examples.json +25 -1
- tccli/services/hunyuan/v20230901/api.json +64 -0
- tccli/services/ioa/ioa_client.py +114 -8
- tccli/services/ioa/v20220601/api.json +375 -0
- tccli/services/ioa/v20220601/examples.json +28 -0
- tccli/services/iotexplorer/v20190423/api.json +5 -5
- tccli/services/iotexplorer/v20190423/examples.json +1 -1
- tccli/services/live/v20180801/api.json +3 -3
- tccli/services/lke/lke_client.py +284 -19
- tccli/services/lke/v20231130/api.json +1192 -132
- tccli/services/lke/v20231130/examples.json +40 -0
- tccli/services/lkeap/v20240522/examples.json +5 -5
- tccli/services/ocr/v20181119/api.json +4 -4
- tccli/services/ssl/v20191205/api.json +4 -4
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/tat/v20201028/api.json +1 -1
- tccli/services/tcss/v20201101/api.json +5 -5
- tccli/services/tcss/v20201101/examples.json +2 -2
- tccli/services/tke/tke_client.py +106 -0
- tccli/services/tke/v20180525/api.json +124 -0
- tccli/services/tke/v20180525/examples.json +16 -0
- tccli/services/trtc/v20190722/api.json +30 -2
- tccli/services/tsf/v20180326/api.json +46 -17
- tccli/services/tsf/v20180326/examples.json +10 -10
- tccli/services/vpc/v20170312/api.json +5 -5
- tccli/services/vpc/v20170312/examples.json +6 -6
- {tccli-3.0.1331.1.dist-info → tccli-3.0.1334.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1331.1.dist-info → tccli-3.0.1334.1.dist-info}/RECORD +57 -57
- {tccli-3.0.1331.1.dist-info → tccli-3.0.1334.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1331.1.dist-info → tccli-3.0.1334.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1331.1.dist-info → tccli-3.0.1334.1.dist-info}/license_files/LICENSE +0 -0
@@ -662,6 +662,17 @@
|
|
662
662
|
"required": false,
|
663
663
|
"type": "object",
|
664
664
|
"value_allowed_null": false
|
665
|
+
},
|
666
|
+
{
|
667
|
+
"disabled": false,
|
668
|
+
"document": "语义断句检测",
|
669
|
+
"example": "无",
|
670
|
+
"member": "TurnDetection",
|
671
|
+
"name": "TurnDetection",
|
672
|
+
"output_required": false,
|
673
|
+
"required": false,
|
674
|
+
"type": "object",
|
675
|
+
"value_allowed_null": false
|
665
676
|
}
|
666
677
|
],
|
667
678
|
"usage": "both"
|
@@ -5815,7 +5826,7 @@
|
|
5815
5826
|
"members": [
|
5816
5827
|
{
|
5817
5828
|
"disabled": false,
|
5818
|
-
"document": "整个wav音频文件的base64字符串,其中wav文件限定为16k
|
5829
|
+
"document": "整个wav音频文件的base64字符串,其中wav文件限定为16k采样率, 16bit位深, 单声道, 8到18秒音频时长,有效音频不小于6秒(不能有太多静音段),编码数据大小不超过2M",
|
5819
5830
|
"example": "kAOgA9AEA...",
|
5820
5831
|
"member": "string",
|
5821
5832
|
"name": "Audio",
|
@@ -7855,6 +7866,23 @@
|
|
7855
7866
|
],
|
7856
7867
|
"usage": "out"
|
7857
7868
|
},
|
7869
|
+
"TurnDetection": {
|
7870
|
+
"document": "断句配置",
|
7871
|
+
"members": [
|
7872
|
+
{
|
7873
|
+
"disabled": false,
|
7874
|
+
"document": "TurnDetectionMode为3时生效,语义断句的灵敏程度\n\n\n功能简介:根据用户所说的话来判断其已完成发言来分割音频\n\n\n可选: \"low\" | \"medium\" | \"high\" | \"auto\"\n\n\nauto 是默认值,与 medium 相同。\nlow 将让用户有足够的时间说话。\nhigh 将尽快对音频进行分块。\n\n\n如果您希望模型在对话模式下更频繁地响应,可以将 SemanticEagerness 设置为 high\n如果您希望在用户停顿时,AI能够等待片刻,可以将 SemanticEagerness 设置为 low\n无论什么模式,最终都会分割送个大模型进行回复\n",
|
7875
|
+
"example": "auto",
|
7876
|
+
"member": "string",
|
7877
|
+
"name": "SemanticEagerness",
|
7878
|
+
"output_required": false,
|
7879
|
+
"required": false,
|
7880
|
+
"type": "string",
|
7881
|
+
"value_allowed_null": false
|
7882
|
+
}
|
7883
|
+
],
|
7884
|
+
"usage": "both"
|
7885
|
+
},
|
7858
7886
|
"UpdateAIConversationRequest": {
|
7859
7887
|
"document": "UpdateAIConversation请求参数结构体",
|
7860
7888
|
"members": [
|
@@ -8150,7 +8178,7 @@
|
|
8150
8178
|
},
|
8151
8179
|
{
|
8152
8180
|
"disabled": false,
|
8153
|
-
"document": "整个wav音频文件的base64字符串,其中wav文件限定为16k
|
8181
|
+
"document": "整个wav音频文件的base64字符串,其中wav文件限定为16k采样率, 16bit位深, 单声道, 8到18秒音频时长,有效音频不小于6秒(不能有太多静音段),编码数据大小不超过2M",
|
8154
8182
|
"example": "f8AAAMABwAJAAsxxxx",
|
8155
8183
|
"member": "string",
|
8156
8184
|
"name": "Audio",
|
@@ -3379,6 +3379,7 @@
|
|
3379
3379
|
"example": "true",
|
3380
3380
|
"member": "bool",
|
3381
3381
|
"name": "Result",
|
3382
|
+
"output_required": true,
|
3382
3383
|
"type": "bool",
|
3383
3384
|
"value_allowed_null": false
|
3384
3385
|
},
|
@@ -3999,9 +4000,10 @@
|
|
3999
4000
|
{
|
4000
4001
|
"disabled": false,
|
4001
4002
|
"document": "API 信息",
|
4002
|
-
"example": "
|
4003
|
+
"example": "无",
|
4003
4004
|
"member": "ApiDetailInfo",
|
4004
4005
|
"name": "Result",
|
4006
|
+
"output_required": true,
|
4005
4007
|
"type": "object",
|
4006
4008
|
"value_allowed_null": false
|
4007
4009
|
},
|
@@ -7030,6 +7032,7 @@
|
|
7030
7032
|
"example": "true",
|
7031
7033
|
"member": "bool",
|
7032
7034
|
"name": "Result",
|
7035
|
+
"output_required": true,
|
7033
7036
|
"type": "bool",
|
7034
7037
|
"value_allowed_null": false
|
7035
7038
|
},
|
@@ -7574,7 +7577,7 @@
|
|
7574
7577
|
{
|
7575
7578
|
"disabled": false,
|
7576
7579
|
"document": "配置模板数据",
|
7577
|
-
"example": "
|
7580
|
+
"example": "ribbon.ReadTimeout: 5000",
|
7578
7581
|
"member": "string",
|
7579
7582
|
"name": "ConfigTemplateValue",
|
7580
7583
|
"required": true,
|
@@ -7610,7 +7613,7 @@
|
|
7610
7613
|
"example": "true",
|
7611
7614
|
"member": "bool",
|
7612
7615
|
"name": "Result",
|
7613
|
-
"
|
7616
|
+
"output_required": true,
|
7614
7617
|
"type": "bool",
|
7615
7618
|
"value_allowed_null": false
|
7616
7619
|
},
|
@@ -8309,7 +8312,7 @@
|
|
8309
8312
|
{
|
8310
8313
|
"disabled": false,
|
8311
8314
|
"document": "Api信息",
|
8312
|
-
"example": "
|
8315
|
+
"example": "无",
|
8313
8316
|
"member": "ApiInfo",
|
8314
8317
|
"name": "ApiList",
|
8315
8318
|
"required": true,
|
@@ -8336,7 +8339,7 @@
|
|
8336
8339
|
"example": "true",
|
8337
8340
|
"member": "bool",
|
8338
8341
|
"name": "Result",
|
8339
|
-
"
|
8342
|
+
"output_required": true,
|
8340
8343
|
"type": "bool",
|
8341
8344
|
"value_allowed_null": false
|
8342
8345
|
},
|
@@ -8637,6 +8640,7 @@
|
|
8637
8640
|
"example": "true",
|
8638
8641
|
"member": "bool",
|
8639
8642
|
"name": "Result",
|
8643
|
+
"output_required": true,
|
8640
8644
|
"type": "bool",
|
8641
8645
|
"value_allowed_null": false
|
8642
8646
|
},
|
@@ -9774,6 +9778,7 @@
|
|
9774
9778
|
"example": "true",
|
9775
9779
|
"member": "bool",
|
9776
9780
|
"name": "Result",
|
9781
|
+
"output_required": true,
|
9777
9782
|
"type": "bool",
|
9778
9783
|
"value_allowed_null": false
|
9779
9784
|
},
|
@@ -9810,6 +9815,7 @@
|
|
9810
9815
|
"example": "true",
|
9811
9816
|
"member": "bool",
|
9812
9817
|
"name": "Result",
|
9818
|
+
"output_required": true,
|
9813
9819
|
"type": "bool",
|
9814
9820
|
"value_allowed_null": false
|
9815
9821
|
},
|
@@ -9938,6 +9944,7 @@
|
|
9938
9944
|
"example": "true",
|
9939
9945
|
"member": "bool",
|
9940
9946
|
"name": "Result",
|
9947
|
+
"output_required": true,
|
9941
9948
|
"type": "bool",
|
9942
9949
|
"value_allowed_null": false
|
9943
9950
|
},
|
@@ -10094,6 +10101,7 @@
|
|
10094
10101
|
"example": "true",
|
10095
10102
|
"member": "bool",
|
10096
10103
|
"name": "Result",
|
10104
|
+
"output_required": true,
|
10097
10105
|
"type": "bool",
|
10098
10106
|
"value_allowed_null": false
|
10099
10107
|
},
|
@@ -10311,6 +10319,7 @@
|
|
10311
10319
|
"example": "true",
|
10312
10320
|
"member": "bool",
|
10313
10321
|
"name": "Result",
|
10322
|
+
"output_required": true,
|
10314
10323
|
"type": "bool",
|
10315
10324
|
"value_allowed_null": false
|
10316
10325
|
},
|
@@ -10393,6 +10402,7 @@
|
|
10393
10402
|
"example": "true",
|
10394
10403
|
"member": "bool",
|
10395
10404
|
"name": "Result",
|
10405
|
+
"output_required": true,
|
10396
10406
|
"type": "bool",
|
10397
10407
|
"value_allowed_null": false
|
10398
10408
|
},
|
@@ -11582,9 +11592,10 @@
|
|
11582
11592
|
{
|
11583
11593
|
"disabled": false,
|
11584
11594
|
"document": "API 详情",
|
11585
|
-
"example": "
|
11595
|
+
"example": "无",
|
11586
11596
|
"member": "ApiDetailResponse",
|
11587
11597
|
"name": "Result",
|
11598
|
+
"output_required": true,
|
11588
11599
|
"type": "object",
|
11589
11600
|
"value_allowed_null": false
|
11590
11601
|
},
|
@@ -11827,9 +11838,10 @@
|
|
11827
11838
|
{
|
11828
11839
|
"disabled": false,
|
11829
11840
|
"document": "日使用统计对象",
|
11830
|
-
"example": "
|
11841
|
+
"example": "无",
|
11831
11842
|
"member": "GroupApiUseStatistics",
|
11832
11843
|
"name": "Result",
|
11844
|
+
"output_required": true,
|
11833
11845
|
"type": "object",
|
11834
11846
|
"value_allowed_null": false
|
11835
11847
|
},
|
@@ -12721,10 +12733,10 @@
|
|
12721
12733
|
{
|
12722
12734
|
"disabled": false,
|
12723
12735
|
"document": "配置项分页对象",
|
12724
|
-
"example": "
|
12736
|
+
"example": "无",
|
12725
12737
|
"member": "TsfPageConfig",
|
12726
12738
|
"name": "Result",
|
12727
|
-
"
|
12739
|
+
"output_required": true,
|
12728
12740
|
"type": "object",
|
12729
12741
|
"value_allowed_null": false
|
12730
12742
|
},
|
@@ -13737,7 +13749,7 @@
|
|
13737
13749
|
{
|
13738
13750
|
"disabled": false,
|
13739
13751
|
"document": "网关分组和API列表信息",
|
13740
|
-
"example": "
|
13752
|
+
"example": "无",
|
13741
13753
|
"member": "GatewayVo",
|
13742
13754
|
"name": "Result",
|
13743
13755
|
"output_required": true,
|
@@ -13819,7 +13831,7 @@
|
|
13819
13831
|
{
|
13820
13832
|
"disabled": false,
|
13821
13833
|
"document": "翻页结构",
|
13822
|
-
"example": "
|
13834
|
+
"example": "无",
|
13823
13835
|
"member": "TsfPageApiDetailInfo",
|
13824
13836
|
"name": "Result",
|
13825
13837
|
"output_required": true,
|
@@ -13859,6 +13871,7 @@
|
|
13859
13871
|
"example": "{\"ErrorCount\":\"292635\",\"ErrorCountOfDay\":\"292635\",\"InvocationCount\":\"13412691\",\"InvocationCountOfDay\":\"13412691\",\"SuccessRatio\":\"0.97818\",\"SuccessRatioOfDay\":\"0.97818\"}",
|
13860
13872
|
"member": "MonitorOverview",
|
13861
13873
|
"name": "Result",
|
13874
|
+
"output_required": true,
|
13862
13875
|
"type": "object",
|
13863
13876
|
"value_allowed_null": false
|
13864
13877
|
},
|
@@ -13956,10 +13969,10 @@
|
|
13956
13969
|
{
|
13957
13970
|
"disabled": false,
|
13958
13971
|
"document": "翻页结构体",
|
13959
|
-
"example": "
|
13972
|
+
"example": "无",
|
13960
13973
|
"member": "TsfPageGatewayDeployGroup",
|
13961
13974
|
"name": "Result",
|
13962
|
-
"
|
13975
|
+
"output_required": true,
|
13963
13976
|
"type": "object",
|
13964
13977
|
"value_allowed_null": false
|
13965
13978
|
},
|
@@ -14057,9 +14070,10 @@
|
|
14057
14070
|
{
|
14058
14071
|
"disabled": false,
|
14059
14072
|
"document": "API分组信息",
|
14060
|
-
"example": "
|
14073
|
+
"example": "无",
|
14061
14074
|
"member": "TsfPageApiGroupInfo",
|
14062
14075
|
"name": "Result",
|
14076
|
+
"output_required": true,
|
14063
14077
|
"type": "object",
|
14064
14078
|
"value_allowed_null": false
|
14065
14079
|
},
|
@@ -14285,9 +14299,10 @@
|
|
14285
14299
|
{
|
14286
14300
|
"disabled": false,
|
14287
14301
|
"document": "日使用统计对象",
|
14288
|
-
"example": "
|
14302
|
+
"example": "无",
|
14289
14303
|
"member": "GroupDailyUseStatistics",
|
14290
14304
|
"name": "Result",
|
14305
|
+
"output_required": true,
|
14291
14306
|
"type": "object",
|
14292
14307
|
"value_allowed_null": false
|
14293
14308
|
},
|
@@ -14493,7 +14508,7 @@
|
|
14493
14508
|
{
|
14494
14509
|
"disabled": false,
|
14495
14510
|
"document": "API分组信息列表",
|
14496
|
-
"example": "
|
14511
|
+
"example": "无",
|
14497
14512
|
"member": "TsfPageApiGroupInfo",
|
14498
14513
|
"name": "Result",
|
14499
14514
|
"output_required": true,
|
@@ -15743,6 +15758,7 @@
|
|
15743
15758
|
"example": "{\"Content\":[{\"Description\":\"\",\"Method\":\"GET\",\"MsgwApiType\":null,\"Path\":\"/echo-feign-url/{str}\",\"RpcType\":\"http\",\"Status\":1}],\"TotalCount\":1}",
|
15744
15759
|
"member": "TsfApiListResponse",
|
15745
15760
|
"name": "Result",
|
15761
|
+
"output_required": true,
|
15746
15762
|
"type": "object",
|
15747
15763
|
"value_allowed_null": false
|
15748
15764
|
},
|
@@ -15852,6 +15868,7 @@
|
|
15852
15868
|
"example": "{\"Blocked\":\"N\",\"GatewayGroupId\":\"group-yd3b588a\",\"Order\":1,\"PathRewriteId\":\"rewrite-2vz5pdwv\",\"Regex\":\"/app\",\"Replacement\":\"/user\"}",
|
15853
15869
|
"member": "PathRewrite",
|
15854
15870
|
"name": "Result",
|
15871
|
+
"output_required": true,
|
15855
15872
|
"type": "object",
|
15856
15873
|
"value_allowed_null": false
|
15857
15874
|
},
|
@@ -15915,6 +15932,7 @@
|
|
15915
15932
|
"example": "{\"Content\":[{\"Blocked\":\"N\",\"GatewayGroupId\":\"group-yd3b588a\",\"Order\":1,\"PathRewriteId\":\"rewrite-2vz5pdwv\",\"Regex\":\"/app\",\"Replacement\":\"/user\"}],\"TotalCount\":1}",
|
15916
15933
|
"member": "PathRewritePage",
|
15917
15934
|
"name": "Result",
|
15935
|
+
"output_required": true,
|
15918
15936
|
"type": "object",
|
15919
15937
|
"value_allowed_null": false
|
15920
15938
|
},
|
@@ -18362,6 +18380,7 @@
|
|
18362
18380
|
"example": "true",
|
18363
18381
|
"member": "bool",
|
18364
18382
|
"name": "Result",
|
18383
|
+
"output_required": true,
|
18365
18384
|
"type": "bool",
|
18366
18385
|
"value_allowed_null": false
|
18367
18386
|
},
|
@@ -23531,6 +23550,7 @@
|
|
23531
23550
|
"example": "true",
|
23532
23551
|
"member": "bool",
|
23533
23552
|
"name": "Result",
|
23553
|
+
"output_required": true,
|
23534
23554
|
"type": "bool",
|
23535
23555
|
"value_allowed_null": false
|
23536
23556
|
},
|
@@ -23667,6 +23687,7 @@
|
|
23667
23687
|
"example": "true",
|
23668
23688
|
"member": "bool",
|
23669
23689
|
"name": "Result",
|
23690
|
+
"output_required": true,
|
23670
23691
|
"type": "bool",
|
23671
23692
|
"value_allowed_null": false
|
23672
23693
|
},
|
@@ -25731,6 +25752,7 @@
|
|
25731
25752
|
"example": "true",
|
25732
25753
|
"member": "bool",
|
25733
25754
|
"name": "Result",
|
25755
|
+
"output_required": true,
|
25734
25756
|
"type": "bool",
|
25735
25757
|
"value_allowed_null": false
|
25736
25758
|
},
|
@@ -25785,6 +25807,7 @@
|
|
25785
25807
|
"example": "true",
|
25786
25808
|
"member": "bool",
|
25787
25809
|
"name": "Result",
|
25810
|
+
"output_required": true,
|
25788
25811
|
"type": "bool",
|
25789
25812
|
"value_allowed_null": false
|
25790
25813
|
},
|
@@ -26358,6 +26381,7 @@
|
|
26358
26381
|
"example": "true",
|
26359
26382
|
"member": "bool",
|
26360
26383
|
"name": "Result",
|
26384
|
+
"output_required": true,
|
26361
26385
|
"type": "bool",
|
26362
26386
|
"value_allowed_null": false
|
26363
26387
|
},
|
@@ -26477,6 +26501,7 @@
|
|
26477
26501
|
"example": "true",
|
26478
26502
|
"member": "bool",
|
26479
26503
|
"name": "Result",
|
26504
|
+
"output_required": true,
|
26480
26505
|
"type": "bool",
|
26481
26506
|
"value_allowed_null": false
|
26482
26507
|
},
|
@@ -29986,6 +30011,7 @@
|
|
29986
30011
|
"example": "true",
|
29987
30012
|
"member": "bool",
|
29988
30013
|
"name": "Result",
|
30014
|
+
"output_required": true,
|
29989
30015
|
"type": "bool",
|
29990
30016
|
"value_allowed_null": false
|
29991
30017
|
},
|
@@ -30525,6 +30551,7 @@
|
|
30525
30551
|
"example": "true",
|
30526
30552
|
"member": "bool",
|
30527
30553
|
"name": "Result",
|
30554
|
+
"output_required": true,
|
30528
30555
|
"type": "bool",
|
30529
30556
|
"value_allowed_null": false
|
30530
30557
|
},
|
@@ -30579,6 +30606,7 @@
|
|
30579
30606
|
"example": "true",
|
30580
30607
|
"member": "bool",
|
30581
30608
|
"name": "Result",
|
30609
|
+
"output_required": true,
|
30582
30610
|
"type": "bool",
|
30583
30611
|
"value_allowed_null": false
|
30584
30612
|
},
|
@@ -30679,7 +30707,7 @@
|
|
30679
30707
|
{
|
30680
30708
|
"disabled": false,
|
30681
30709
|
"document": "配置模板数据",
|
30682
|
-
"example": "
|
30710
|
+
"example": "ribbon.ReadTimeout: 5000",
|
30683
30711
|
"member": "string",
|
30684
30712
|
"name": "ConfigTemplateValue",
|
30685
30713
|
"required": true,
|
@@ -30788,6 +30816,7 @@
|
|
30788
30816
|
"example": "true",
|
30789
30817
|
"member": "bool",
|
30790
30818
|
"name": "Result",
|
30819
|
+
"output_required": true,
|
30791
30820
|
"type": "bool",
|
30792
30821
|
"value_allowed_null": false
|
30793
30822
|
},
|