tccli 3.0.1399.1__py2.py3-none-any.whl → 3.0.1401.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/ai3d/v20250513/api.json +19 -1
- tccli/services/apm/v20210622/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +31 -11
- tccli/services/ckafka/v20190819/api.json +66 -0
- tccli/services/emr/v20190103/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +2 -2
- tccli/services/lcic/v20220817/api.json +2 -2
- tccli/services/lke/v20231130/api.json +72 -35
- tccli/services/lke/v20231130/examples.json +3 -3
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/lkeap/v20240522/examples.json +6 -0
- tccli/services/mongodb/v20190725/api.json +1 -1
- tccli/services/mps/v20190612/api.json +33 -2
- tccli/services/ocr/v20181119/api.json +3 -3
- tccli/services/postgres/v20170312/api.json +24 -14
- tccli/services/waf/v20180125/api.json +1 -1
- {tccli-3.0.1399.1.dist-info → tccli-3.0.1401.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1399.1.dist-info → tccli-3.0.1401.1.dist-info}/RECORD +22 -22
- {tccli-3.0.1399.1.dist-info → tccli-3.0.1401.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1399.1.dist-info → tccli-3.0.1401.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1399.1.dist-info → tccli-3.0.1401.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1401.1'
|
@@ -422,7 +422,7 @@
|
|
422
422
|
},
|
423
423
|
{
|
424
424
|
"disabled": false,
|
425
|
-
"document": "生成3D模型的面数,默认值为500000。\n可支持生成面数范围,参考值:40000-
|
425
|
+
"document": "生成3D模型的面数,默认值为500000。\n可支持生成面数范围,参考值:40000-1500000。",
|
426
426
|
"example": "400000",
|
427
427
|
"member": "int64",
|
428
428
|
"name": "FaceCount",
|
@@ -437,6 +437,15 @@
|
|
437
437
|
"name": "GenerateType",
|
438
438
|
"required": false,
|
439
439
|
"type": "string"
|
440
|
+
},
|
441
|
+
{
|
442
|
+
"disabled": false,
|
443
|
+
"document": "该参数仅在GenerateType中选择LowPoly模式可生效。\n\n多边形类型,表示模型的表面由几边形网格构成,默认为triangle,参考值:\ntriangle: 三角形面。\nquadrilateral: 四边形面与三角形面混合生成。",
|
444
|
+
"example": "triangle",
|
445
|
+
"member": "string",
|
446
|
+
"name": "PolygonType",
|
447
|
+
"required": false,
|
448
|
+
"type": "string"
|
440
449
|
}
|
441
450
|
],
|
442
451
|
"type": "object"
|
@@ -556,6 +565,15 @@
|
|
556
565
|
"name": "ViewImageUrl",
|
557
566
|
"required": false,
|
558
567
|
"type": "string"
|
568
|
+
},
|
569
|
+
{
|
570
|
+
"disabled": false,
|
571
|
+
"document": "图片base64地址",
|
572
|
+
"example": "\t/9j/4QlQaHR0c...N6a2M5ZCI",
|
573
|
+
"member": "string",
|
574
|
+
"name": "ViewImageBase64",
|
575
|
+
"required": false,
|
576
|
+
"type": "string"
|
559
577
|
}
|
560
578
|
],
|
561
579
|
"usage": "in"
|
@@ -1626,7 +1626,7 @@
|
|
1626
1626
|
},
|
1627
1627
|
{
|
1628
1628
|
"disabled": false,
|
1629
|
-
"document": "应用状态筛选,可枚举的值为:health、warning、error
|
1629
|
+
"document": "应用状态筛选,可枚举的值为:health、warning、error。如果选中多个状态用逗号隔开,例如:\"warning,error\"",
|
1630
1630
|
"example": "health",
|
1631
1631
|
"member": "string",
|
1632
1632
|
"name": "ServiceStatus",
|
@@ -4025,8 +4025,8 @@
|
|
4025
4025
|
"members": [
|
4026
4026
|
{
|
4027
4027
|
"disabled": false,
|
4028
|
-
"document": "
|
4029
|
-
"example": "
|
4028
|
+
"document": "集群状态 \n Init 创建中 \nServing 运行中 \nIsolated 已隔离 \nChanging 变更中",
|
4029
|
+
"example": "Serving",
|
4030
4030
|
"member": "string",
|
4031
4031
|
"name": "InstanceState",
|
4032
4032
|
"output_required": true,
|
@@ -4036,7 +4036,7 @@
|
|
4036
4036
|
{
|
4037
4037
|
"disabled": false,
|
4038
4038
|
"document": "集群操作创建时间",
|
4039
|
-
"example": "
|
4039
|
+
"example": "2025-09-01 23:01:23",
|
4040
4040
|
"member": "string",
|
4041
4041
|
"name": "FlowCreateTime",
|
4042
4042
|
"output_required": true,
|
@@ -5404,7 +5404,7 @@
|
|
5404
5404
|
"members": [
|
5405
5405
|
{
|
5406
5406
|
"disabled": false,
|
5407
|
-
"document": "集群实例ID, \"
|
5407
|
+
"document": "集群实例ID, \"cdwdoris-xxxx\" 字符串类型",
|
5408
5408
|
"example": "cdwch-xxxxxxxx",
|
5409
5409
|
"member": "string",
|
5410
5410
|
"name": "InstanceId",
|
@@ -5424,8 +5424,8 @@
|
|
5424
5424
|
},
|
5425
5425
|
{
|
5426
5426
|
"disabled": false,
|
5427
|
-
"document": "状态,\nInit
|
5428
|
-
"example": "
|
5427
|
+
"document": "状态,\nInit 创建中\nServing 运行中\nIsolated 已隔离\nChanging 变更中",
|
5428
|
+
"example": "Serving",
|
5429
5429
|
"member": "string",
|
5430
5430
|
"name": "Status",
|
5431
5431
|
"output_required": true,
|
@@ -5584,7 +5584,7 @@
|
|
5584
5584
|
},
|
5585
5585
|
{
|
5586
5586
|
"disabled": false,
|
5587
|
-
"document": "可用区说明,例如 \"
|
5587
|
+
"document": "可用区说明,例如 \"广州三区\"",
|
5588
5588
|
"example": "广州三区",
|
5589
5589
|
"member": "string",
|
5590
5590
|
"name": "ZoneDesc",
|
@@ -5665,7 +5665,7 @@
|
|
5665
5665
|
{
|
5666
5666
|
"disabled": false,
|
5667
5667
|
"document": "日志集ID",
|
5668
|
-
"example": "seqeas-
|
5668
|
+
"example": "seqeas-13q1",
|
5669
5669
|
"member": "string",
|
5670
5670
|
"name": "ClsLogSetId",
|
5671
5671
|
"output_required": true,
|
@@ -5725,7 +5725,7 @@
|
|
5725
5725
|
{
|
5726
5726
|
"disabled": false,
|
5727
5727
|
"document": "cos桶",
|
5728
|
-
"example": "bucketName-cos-apps-cq-
|
5728
|
+
"example": "bucketName-cos-apps-cq-12782193",
|
5729
5729
|
"member": "string",
|
5730
5730
|
"name": "CosBucketName",
|
5731
5731
|
"output_required": false,
|
@@ -5775,7 +5775,7 @@
|
|
5775
5775
|
{
|
5776
5776
|
"disabled": false,
|
5777
5777
|
"document": "页面特性,用于前端屏蔽一些页面入口",
|
5778
|
-
"example": "[\"catalog\",\"
|
5778
|
+
"example": "[\"catalog\",\"notthis\"]",
|
5779
5779
|
"member": "string",
|
5780
5780
|
"name": "Characteristic",
|
5781
5781
|
"output_required": false,
|
@@ -5865,7 +5865,7 @@
|
|
5865
5865
|
{
|
5866
5866
|
"disabled": false,
|
5867
5867
|
"document": "冷热分层使用COS桶",
|
5868
|
-
"example": "bucketName-cos-apps-cq-
|
5868
|
+
"example": "bucketName-cos-apps-cq-1382198",
|
5869
5869
|
"member": "string",
|
5870
5870
|
"name": "CoolDownBucket",
|
5871
5871
|
"output_required": false,
|
@@ -5951,6 +5951,26 @@
|
|
5951
5951
|
"output_required": false,
|
5952
5952
|
"type": "bool",
|
5953
5953
|
"value_allowed_null": false
|
5954
|
+
},
|
5955
|
+
{
|
5956
|
+
"disabled": false,
|
5957
|
+
"document": "Cos容量包大小",
|
5958
|
+
"example": "3130",
|
5959
|
+
"member": "int64",
|
5960
|
+
"name": "CosPkgCapacity",
|
5961
|
+
"output_required": false,
|
5962
|
+
"type": "int",
|
5963
|
+
"value_allowed_null": false
|
5964
|
+
},
|
5965
|
+
{
|
5966
|
+
"disabled": false,
|
5967
|
+
"document": "集群是否使用托管桶",
|
5968
|
+
"example": "false",
|
5969
|
+
"member": "bool",
|
5970
|
+
"name": "UseManagedBucket",
|
5971
|
+
"output_required": false,
|
5972
|
+
"type": "bool",
|
5973
|
+
"value_allowed_null": false
|
5954
5974
|
}
|
5955
5975
|
],
|
5956
5976
|
"usage": "out"
|
@@ -12704,6 +12704,72 @@
|
|
12704
12704
|
"required": false,
|
12705
12705
|
"type": "string",
|
12706
12706
|
"value_allowed_null": false
|
12707
|
+
},
|
12708
|
+
{
|
12709
|
+
"disabled": false,
|
12710
|
+
"document": "网络类型:PUBLIC公网;VPC",
|
12711
|
+
"example": "PUBLIC",
|
12712
|
+
"member": "string",
|
12713
|
+
"name": "NetworkType",
|
12714
|
+
"output_required": false,
|
12715
|
+
"required": false,
|
12716
|
+
"type": "string",
|
12717
|
+
"value_allowed_null": false
|
12718
|
+
},
|
12719
|
+
{
|
12720
|
+
"disabled": false,
|
12721
|
+
"document": "vpcId,NetworkType=VPC时必传",
|
12722
|
+
"example": "vpc-test",
|
12723
|
+
"member": "string",
|
12724
|
+
"name": "UniqVpcId",
|
12725
|
+
"output_required": false,
|
12726
|
+
"required": false,
|
12727
|
+
"type": "string",
|
12728
|
+
"value_allowed_null": false
|
12729
|
+
},
|
12730
|
+
{
|
12731
|
+
"disabled": false,
|
12732
|
+
"document": "vip,NetworkType=VPC时必传",
|
12733
|
+
"example": "10.0.0.5",
|
12734
|
+
"member": "string",
|
12735
|
+
"name": "ServiceVip",
|
12736
|
+
"output_required": false,
|
12737
|
+
"required": false,
|
12738
|
+
"type": "string",
|
12739
|
+
"value_allowed_null": false
|
12740
|
+
},
|
12741
|
+
{
|
12742
|
+
"disabled": false,
|
12743
|
+
"document": "端口,NetworkType=VPC时必传",
|
12744
|
+
"example": "9092",
|
12745
|
+
"member": "int64",
|
12746
|
+
"name": "Port",
|
12747
|
+
"output_required": false,
|
12748
|
+
"required": false,
|
12749
|
+
"type": "int",
|
12750
|
+
"value_allowed_null": false
|
12751
|
+
},
|
12752
|
+
{
|
12753
|
+
"disabled": false,
|
12754
|
+
"document": "跨云同步下需要客户传递唯一Id标志一组资源",
|
12755
|
+
"example": "id-test",
|
12756
|
+
"member": "string",
|
12757
|
+
"name": "CrossNetResourceUniqueId",
|
12758
|
+
"output_required": false,
|
12759
|
+
"required": false,
|
12760
|
+
"type": "string",
|
12761
|
+
"value_allowed_null": false
|
12762
|
+
},
|
12763
|
+
{
|
12764
|
+
"disabled": false,
|
12765
|
+
"document": "跨云子网ID",
|
12766
|
+
"example": "subnet-test",
|
12767
|
+
"member": "string",
|
12768
|
+
"name": "CrossNetVpcSubNetId",
|
12769
|
+
"output_required": false,
|
12770
|
+
"required": false,
|
12771
|
+
"type": "string",
|
12772
|
+
"value_allowed_null": false
|
12707
12773
|
}
|
12708
12774
|
],
|
12709
12775
|
"usage": "both"
|
@@ -380,7 +380,7 @@
|
|
380
380
|
{
|
381
381
|
"document": "",
|
382
382
|
"input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSparkQueries\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-njry92zr\",\n \"StartTime\": 1711078120,\n \"EndTime\": 1711088221,\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
383
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"690f07d6-ac3d-4211-896d-043824aaa0f0\",\n \"Total\": 1,\n \"Results\": [\n {\n \"Id\": \"2\",\n \"Status\": \"COMPLETED\",\n \"BeginTime\": 1711078220,\n \"ScanTotalData\": 0,\n \"ApplicationId\": [\n \"application_1710488265927_0018\"\n ],\n \"ScanRowNum\": 1,\n \"ScanFileNum\": 1,\n \"EndTime\": 1711078223,\n \"ScanPartitionNum\": 1,\n \"Statement\": \"
|
383
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"690f07d6-ac3d-4211-896d-043824aaa0f0\",\n \"Total\": 1,\n \"Results\": [\n {\n \"Id\": \"2\",\n \"Status\": \"COMPLETED\",\n \"BeginTime\": 1711078220,\n \"ScanTotalData\": 0,\n \"ApplicationId\": [\n \"application_1710488265927_0018\"\n ],\n \"ScanRowNum\": 1,\n \"ScanFileNum\": 1,\n \"EndTime\": 1711078223,\n \"ScanPartitionNum\": 1,\n \"Statement\": \"\",\n \"Duration\": 2924\n }\n ]\n }\n}",
|
384
384
|
"title": "查询spark查询信息"
|
385
385
|
}
|
386
386
|
],
|
@@ -480,7 +480,7 @@
|
|
480
480
|
{
|
481
481
|
"disabled": false,
|
482
482
|
"document": "描述键值对过滤器,用于条件过滤查询。目前支持的过滤器有: instance-id,实例id; instance-state,实例状态:RUNNING,PENDING,STOPPED,ARREARS,STOPPED_NO_CHARGE; charge-type,付费方式:PREPAID_BY_MONTH,POSTPAID_BY_HOUR; public-ip-address,公网IP过滤",
|
483
|
-
"example": "
|
483
|
+
"example": "无",
|
484
484
|
"member": "Filter",
|
485
485
|
"name": "Filters",
|
486
486
|
"required": false,
|
@@ -523,7 +523,7 @@
|
|
523
523
|
{
|
524
524
|
"disabled": false,
|
525
525
|
"document": "分页实例详情\n",
|
526
|
-
"example": "
|
526
|
+
"example": "无",
|
527
527
|
"member": "Instance",
|
528
528
|
"name": "InstanceSet",
|
529
529
|
"output_required": true,
|
@@ -218,7 +218,7 @@
|
|
218
218
|
"status": "online"
|
219
219
|
},
|
220
220
|
"DescribeNodeRun": {
|
221
|
-
"document": "通过DescribeWorkflowRun
|
221
|
+
"document": "通过DescribeWorkflowRun接口获取了工作流异步运行的整体内容,其中包含了基本的节点信息,再通过本接口可查看节点的运行详情(包括输入、输出、日志等)。",
|
222
222
|
"input": "DescribeNodeRunRequest",
|
223
223
|
"name": "查看工作流异步运行实例的节点的运行详情",
|
224
224
|
"output": "DescribeNodeRunResponse",
|
@@ -4861,6 +4861,15 @@
|
|
4861
4861
|
"CreateWorkflowRunRequest": {
|
4862
4862
|
"document": "CreateWorkflowRun请求参数结构体",
|
4863
4863
|
"members": [
|
4864
|
+
{
|
4865
|
+
"disabled": false,
|
4866
|
+
"document": "应用ID",
|
4867
|
+
"example": "1854548189164339200",
|
4868
|
+
"member": "string",
|
4869
|
+
"name": "AppBizId",
|
4870
|
+
"required": true,
|
4871
|
+
"type": "string"
|
4872
|
+
},
|
4864
4873
|
{
|
4865
4874
|
"disabled": false,
|
4866
4875
|
"document": "运行环境。0: 测试环境; 1: 正式环境",
|
@@ -4870,15 +4879,6 @@
|
|
4870
4879
|
"required": false,
|
4871
4880
|
"type": "int"
|
4872
4881
|
},
|
4873
|
-
{
|
4874
|
-
"disabled": false,
|
4875
|
-
"document": "应用ID",
|
4876
|
-
"example": "1854548189164339200",
|
4877
|
-
"member": "string",
|
4878
|
-
"name": "AppBizId",
|
4879
|
-
"required": false,
|
4880
|
-
"type": "string"
|
4881
|
-
},
|
4882
4882
|
{
|
4883
4883
|
"disabled": false,
|
4884
4884
|
"document": "用户输入的内容",
|
@@ -6657,7 +6657,7 @@
|
|
6657
6657
|
"example": "1963140753734418240",
|
6658
6658
|
"member": "string",
|
6659
6659
|
"name": "AppBizId",
|
6660
|
-
"required":
|
6660
|
+
"required": true,
|
6661
6661
|
"type": "string"
|
6662
6662
|
},
|
6663
6663
|
{
|
@@ -6666,7 +6666,7 @@
|
|
6666
6666
|
"example": "1dcf5a21-6223-4358-b8a0-b4d6571",
|
6667
6667
|
"member": "string",
|
6668
6668
|
"name": "NodeRunId",
|
6669
|
-
"required":
|
6669
|
+
"required": true,
|
6670
6670
|
"type": "string"
|
6671
6671
|
}
|
6672
6672
|
],
|
@@ -8094,7 +8094,7 @@
|
|
8094
8094
|
"example": "1963140753734418240",
|
8095
8095
|
"member": "string",
|
8096
8096
|
"name": "AppBizId",
|
8097
|
-
"required":
|
8097
|
+
"required": true,
|
8098
8098
|
"type": "string"
|
8099
8099
|
},
|
8100
8100
|
{
|
@@ -8103,7 +8103,7 @@
|
|
8103
8103
|
"example": "1dcf5a21-6223-4358-b8a0-b4d6571",
|
8104
8104
|
"member": "string",
|
8105
8105
|
"name": "WorkflowRunId",
|
8106
|
-
"required":
|
8106
|
+
"required": true,
|
8107
8107
|
"type": "string"
|
8108
8108
|
}
|
8109
8109
|
],
|
@@ -9904,6 +9904,23 @@
|
|
9904
9904
|
],
|
9905
9905
|
"type": "object"
|
9906
9906
|
},
|
9907
|
+
"InputBoxConfig": {
|
9908
|
+
"document": "输入框配置",
|
9909
|
+
"members": [
|
9910
|
+
{
|
9911
|
+
"disabled": false,
|
9912
|
+
"document": "输入框按钮,1:上传图片、2:上传文档,3:腾讯文档,4:联网搜索",
|
9913
|
+
"example": "[1]",
|
9914
|
+
"member": "uint64",
|
9915
|
+
"name": "InputBoxButtons",
|
9916
|
+
"output_required": false,
|
9917
|
+
"required": false,
|
9918
|
+
"type": "list",
|
9919
|
+
"value_allowed_null": false
|
9920
|
+
}
|
9921
|
+
],
|
9922
|
+
"usage": "both"
|
9923
|
+
},
|
9907
9924
|
"IntentAchievement": {
|
9908
9925
|
"document": "意图达成方式",
|
9909
9926
|
"members": [
|
@@ -10811,6 +10828,17 @@
|
|
10811
10828
|
"required": false,
|
10812
10829
|
"type": "int",
|
10813
10830
|
"value_allowed_null": true
|
10831
|
+
},
|
10832
|
+
{
|
10833
|
+
"disabled": false,
|
10834
|
+
"document": "输入框按钮配置",
|
10835
|
+
"example": "无",
|
10836
|
+
"member": "InputBoxConfig",
|
10837
|
+
"name": "InputBoxConfig",
|
10838
|
+
"output_required": false,
|
10839
|
+
"required": false,
|
10840
|
+
"type": "object",
|
10841
|
+
"value_allowed_null": false
|
10814
10842
|
}
|
10815
10843
|
],
|
10816
10844
|
"usage": "both"
|
@@ -13894,39 +13922,39 @@
|
|
13894
13922
|
"ListWorkflowRunsRequest": {
|
13895
13923
|
"document": "ListWorkflowRuns请求参数结构体",
|
13896
13924
|
"members": [
|
13897
|
-
{
|
13898
|
-
"disabled": false,
|
13899
|
-
"document": "运行环境。0: 测试环境; 1: 正式环境",
|
13900
|
-
"example": "1",
|
13901
|
-
"member": "uint64",
|
13902
|
-
"name": "RunEnv",
|
13903
|
-
"required": false,
|
13904
|
-
"type": "int"
|
13905
|
-
},
|
13906
13925
|
{
|
13907
13926
|
"disabled": false,
|
13908
13927
|
"document": "应用ID",
|
13909
13928
|
"example": "1854548189164339200",
|
13910
13929
|
"member": "string",
|
13911
13930
|
"name": "AppBizId",
|
13912
|
-
"required":
|
13931
|
+
"required": true,
|
13913
13932
|
"type": "string"
|
13914
13933
|
},
|
13915
13934
|
{
|
13916
13935
|
"disabled": false,
|
13917
|
-
"document": "
|
13936
|
+
"document": "每页数量",
|
13937
|
+
"example": "20",
|
13938
|
+
"member": "uint64",
|
13939
|
+
"name": "PageSize",
|
13940
|
+
"required": true,
|
13941
|
+
"type": "int"
|
13942
|
+
},
|
13943
|
+
{
|
13944
|
+
"disabled": false,
|
13945
|
+
"document": "运行环境。0: 测试环境; 1: 正式环境",
|
13918
13946
|
"example": "1",
|
13919
13947
|
"member": "uint64",
|
13920
|
-
"name": "
|
13948
|
+
"name": "RunEnv",
|
13921
13949
|
"required": false,
|
13922
13950
|
"type": "int"
|
13923
13951
|
},
|
13924
13952
|
{
|
13925
13953
|
"disabled": false,
|
13926
|
-
"document": "
|
13927
|
-
"example": "
|
13954
|
+
"document": "页码",
|
13955
|
+
"example": "1",
|
13928
13956
|
"member": "uint64",
|
13929
|
-
"name": "
|
13957
|
+
"name": "Page",
|
13930
13958
|
"required": false,
|
13931
13959
|
"type": "int"
|
13932
13960
|
},
|
@@ -17475,7 +17503,7 @@
|
|
17475
17503
|
{
|
17476
17504
|
"disabled": false,
|
17477
17505
|
"document": "应用ID",
|
17478
|
-
"example": "
|
17506
|
+
"example": "1967890027340365504",
|
17479
17507
|
"member": "string",
|
17480
17508
|
"name": "BotBizId",
|
17481
17509
|
"required": true,
|
@@ -17483,12 +17511,21 @@
|
|
17483
17511
|
},
|
17484
17512
|
{
|
17485
17513
|
"disabled": false,
|
17486
|
-
"document": "
|
17487
|
-
"example": "
|
17514
|
+
"document": "废弃",
|
17515
|
+
"example": "1968403813394523392",
|
17488
17516
|
"member": "string",
|
17489
17517
|
"name": "DocBizId",
|
17490
|
-
"required":
|
17518
|
+
"required": false,
|
17491
17519
|
"type": "string"
|
17520
|
+
},
|
17521
|
+
{
|
17522
|
+
"disabled": false,
|
17523
|
+
"document": "集合最大上限50个,DocBizIds有值使用DocBizIds,为空时则使用DocBizId(兼容废弃字段)",
|
17524
|
+
"example": "[\"1968403813394523392\"]",
|
17525
|
+
"member": "string",
|
17526
|
+
"name": "DocBizIds",
|
17527
|
+
"required": false,
|
17528
|
+
"type": "list"
|
17492
17529
|
}
|
17493
17530
|
],
|
17494
17531
|
"type": "object"
|
@@ -18246,7 +18283,7 @@
|
|
18246
18283
|
"example": "1963140753734418240",
|
18247
18284
|
"member": "string",
|
18248
18285
|
"name": "AppBizId",
|
18249
|
-
"required":
|
18286
|
+
"required": true,
|
18250
18287
|
"type": "string"
|
18251
18288
|
},
|
18252
18289
|
{
|
@@ -18255,7 +18292,7 @@
|
|
18255
18292
|
"example": "1dcf5a21-6223-4358-b8a0-b4d6571",
|
18256
18293
|
"member": "string",
|
18257
18294
|
"name": "WorkflowRunId",
|
18258
|
-
"required":
|
18295
|
+
"required": true,
|
18259
18296
|
"type": "string"
|
18260
18297
|
}
|
18261
18298
|
],
|
@@ -251,7 +251,7 @@
|
|
251
251
|
"DescribeNodeRun": [
|
252
252
|
{
|
253
253
|
"document": "已经创建了工作流异步运行实例,通过DescribeWorkflowRun接口获取到节点的基本信息,再通过此接口可获取节点的运行详情",
|
254
|
-
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNodeRun\n<公共请求参数>\n\n{\n \"NodeRunId\": \"n223-4358-b8a0-b4d65712f44c\"\n}",
|
254
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNodeRun\n<公共请求参数>\n\n{\n \"AppBizId\": \"1963140753734418240\",\n \"NodeRunId\": \"n223-4358-b8a0-b4d65712f44c\"\n}",
|
255
255
|
"output": "{\n \"Response\": {\n \"NodeRun\": {\n \"NodeRunId\": \"nf5a21-6223-4358-b8a789\",\n \"NodeId\": \"e60de932-b050-65ce-261e-027760e93d81\",\n \"WorkflowRunId\": \"1dcf5a21-6223-4358-b8a0-b4d6\",\n \"NodeName\": \"大模型节点\",\n \"NodeType\": 3,\n \"State\": 1,\n \"FailCode\": \"\",\n \"FailMessage\": \"\",\n \"CostMilliseconds\": 1000,\n \"TotalTokens\": 100,\n \"Input\": \"{\\\"Age\\\": 12}\",\n \"InputRef\": \"\",\n \"Output\": \"{\\\"Age\\\": 12}\",\n \"OutputRef\": \"\",\n \"TaskOutput\": \"{\\\"Age\\\": 12...\",\n \"TaskOutputRef\": \"https://lke-realtime-test-1251316161.cos.ap-guangzhou.myqcloud.com/xxxx/xxxx.json\",\n \"Log\": \"\",\n \"LogRef\": \"\",\n \"StartTime\": \"1672531200000\",\n \"EndTime\": \"1672531300000\",\n \"StatisticInfos\": [\n {\n \"ModelName\": \"workflow-pro\",\n \"FirstTokenCost\": 200,\n \"TotalCost\": 1000,\n \"InputTokens\": 20,\n \"OutputTokens\": 30,\n \"TotalTokens\": 50\n }\n ]\n },\n \"RequestId\": \"925208e7-46fa-43b3-a429-ddcbccad24f6\"\n }\n}",
|
256
256
|
"title": "查看工作流异步运行实例的节点的运行详情"
|
257
257
|
}
|
@@ -361,7 +361,7 @@
|
|
361
361
|
"DescribeWorkflowRun": [
|
362
362
|
{
|
363
363
|
"document": "查询工作流运行实例详情",
|
364
|
-
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWorkflowRun\n<公共请求参数>\n\n{\n \"WorkflowRunId\": \"1dcf5a21-6223-4358-b8a0-b4d6571\"\n}",
|
364
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWorkflowRun\n<公共请求参数>\n\n{\n \"AppBizId\": \"1963140753734418240\",\n \"WorkflowRunId\": \"1dcf5a21-6223-4358-b8a0-b4d6571\"\n}",
|
365
365
|
"output": "{\n \"Response\": {\n \"WorkflowRun\": {\n \"RunEnv\": 1,\n \"AppBizId\": \"1854548189164339200\",\n \"WorkflowRunId\": \"1dcf5a21-6223-4358-b8a0-b4d6\",\n \"WorkflowId\": \"412f5a21-6223-4358-b8a0-b4d6\",\n \"Name\": \"订酒店\",\n \"State\": 1,\n \"FailMessage\": \"\",\n \"TotalTokens\": 100,\n \"StartTime\": \"1672531200000\",\n \"EndTime\": \"1672531300000\",\n \"CreateTime\": \"1672531100000\",\n \"DialogJson\": \"{\\\"Workflows\\\": {\\\"WorkflowID\\\":\\\"1dcf5a21-6223-4358-b8a0-b4d65712f44c\\\",\\\"WorkflowName\\\":\\\"异步\\\",\\\"WorkflowDesc\\\":\\\"异步\\\",\\\"Nodes\\\":[{\\\"NodeID\\\":\\\"a2b6549c-85b6-b404-a736-3d738591f297\\\",\\\"NodeName\\\":\\\"开始\\\",\\\"NodeType\\\":\\\"START\\\",\\\"NodeDesc\\\":\\\"\\\",\\\"StartNodeData\\\":{},\\\"NextNodeIDs\\\":[\\\"bb004f48-eabd-4104-6cb1-1fb9f154c24d\\\"],\\\"Inputs\\\":[],\\\"NodeUI\\\":\\\"{\\\\\\\"data\\\\\\\":{\\\\\\\"content\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"isHovering\\\\\\\":false,\\\\\\\"isParallel\\\\\\\":false,\\\\\\\"source\\\\\\\":false,\\\\\\\"target\\\\\\\":true,\\\\\\\"debug\\\\\\\":null,\\\\\\\"error\\\\\\\":false,\\\\\\\"output\\\\\\\":[]},\\\\\\\"position\\\\\\\":{\\\\\\\"x\\\\\\\":400,\\\\\\\"y\\\\\\\":282},\\\\\\\"targetPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"sourcePosition\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"selected\\\\\\\":false,\\\\\\\"measured\\\\\\\":{\\\\\\\"width\\\\\\\":250,\\\\\\\"height\\\\\\\":84}}\\\"},{\\\"NodeID\\\":\\\"4710f3a1-fa47-d542-e3be-5b5ce38be1fe\\\",\\\"NodeName\\\":\\\"结束\\\",\\\"NodeType\\\":\\\"END\\\",\\\"NodeDesc\\\":\\\"\\\",\\\"EndNodeData\\\":{},\\\"NextNodeIDs\\\":[],\\\"Outputs\\\":[{\\\"Title\\\":\\\"Output\\\",\\\"Type\\\":\\\"OBJECT\\\",\\\"Required\\\":[],\\\"Properties\\\":[],\\\"Desc\\\":\\\"输出内容\\\"}],\\\"NodeUI\\\":\\\"{\\\\\\\"data\\\\\\\":{\\\\\\\"content\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"isHovering\\\\\\\":false,\\\\\\\"isParallel\\\\\\\":false,\\\\\\\"source\\\\\\\":true,\\\\\\\"target\\\\\\\":false,\\\\\\\"debug\\\\\\\":null,\\\\\\\"error\\\\\\\":false,\\\\\\\"output\\\\\\\":[{\\\\\\\"label\\\\\\\":\\\\\\\"Output\\\\\\\",\\\\\\\"desc\\\\\\\":\\\\\\\"输出内容\\\\\\\",\\\\\\\"optionType\\\\\\\":\\\\\\\"REFERENCE_OUTPUT\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"OBJECT\\\\\\\",\\\\\\\"children\\\\\\\":[]}]},\\\\\\\"position\\\\\\\":{\\\\\\\"x\\\\\\\":1200,\\\\\\\"y\\\\\\\":282},\\\\\\\"targetPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"sourcePosition\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"selected\\\\\\\":false,\\\\\\\"measured\\\\\\\":{\\\\\\\"width\\\\\\\":250,\\\\\\\"height\\\\\\\":84}}\\\"},{\\\"NodeID\\\":\\\"bb004f48-eabd-4104-6cb1-1fb9f154c24d\\\",\\\"NodeName\\\":\\\"代码1\\\",\\\"NodeType\\\":\\\"CODE_EXECUTOR\\\",\\\"NodeDesc\\\":\\\"\\\",\\\"CodeExecutorNodeData\\\":{\\\"Code\\\":\\\"CiMg6K+35L+d5a2Y5Ye95pWw5ZCN5Li6bWFpbizovpPlhaXovpPlh7rlnYfkuLpkaWN077yb5pyA57uI57uT5p6c5Lya5LulanNvbuWtl+espuS4suaWueW8j+i/lOWbnu+8jOivt+WLv+ebtOaOpei/lOWbnuS4jeaUr+aMgWpzb24uZHVtcHPnmoTlr7nosaEKZGVmIG1haW4ocGFyYW1zOiBkaWN0KSAtPiBkaWN0OgogICAgcmV0dXJuIHsKICAgICAgICAncmVzdWx0JzogcGFyYW1zLmdldCgnaW5wdXQnLCAwKQogICAgfQo=\\\",\\\"Language\\\":0},\\\"NextNodeIDs\\\":[\\\"4710f3a1-fa47-d542-e3be-5b5ce38be1fe\\\"],\\\"Inputs\\\":[],\\\"Outputs\\\":[{\\\"Title\\\":\\\"Output\\\",\\\"Type\\\":\\\"OBJECT\\\",\\\"Required\\\":[],\\\"Properties\\\":[{\\\"Title\\\":\\\"result\\\",\\\"Type\\\":\\\"STRING\\\",\\\"Required\\\":[],\\\"Properties\\\":[],\\\"Desc\\\":\\\"\\\"}],\\\"Desc\\\":\\\"输出内容\\\"}],\\\"NodeUI\\\":\\\"{\\\\\\\"data\\\\\\\":{\\\\\\\"content\\\\\\\":{\\\\\\\"outputs\\\\\\\":[\\\\\\\"Output\\\\\\\",\\\\\\\"Output.result\\\\\\\"],\\\\\\\"inputs\\\\\\\":[]},\\\\\\\"isHovering\\\\\\\":false,\\\\\\\"isParallel\\\\\\\":false,\\\\\\\"source\\\\\\\":true,\\\\\\\"target\\\\\\\":true,\\\\\\\"debug\\\\\\\":null,\\\\\\\"error\\\\\\\":false,\\\\\\\"output\\\\\\\":[{\\\\\\\"id\\\\\\\":\\\\\\\"b14d43a6-51ea-2df8-fcfc-759261cd5b1b\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Output\\\\\\\",\\\\\\\"label\\\\\\\":\\\\\\\"Output\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"OBJECT\\\\\\\",\\\\\\\"children\\\\\\\":[{\\\\\\\"id\\\\\\\":\\\\\\\"e8a0a1f1-8bb4-892a-34ba-e020e3f48c99\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"result\\\\\\\",\\\\\\\"label\\\\\\\":\\\\\\\"result\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"STRING\\\\\\\",\\\\\\\"children\\\\\\\":[]}]}]},\\\\\\\"position\\\\\\\":{\\\\\\\"x\\\\\\\":700,\\\\\\\"y\\\\\\\":282},\\\\\\\"targetPosition\\\\\\\":\\\\\\\"left\\\\\\\",\\\\\\\"sourcePosition\\\\\\\":\\\\\\\"right\\\\\\\",\\\\\\\"selected\\\\\\\":true,\\\\\\\"measured\\\\\\\":{\\\\\\\"width\\\\\\\":250,\\\\\\\"height\\\\\\\":104}}\\\"}],\\\"Edge\\\":\\\"[{\\\\\\\"source\\\\\\\":\\\\\\\"a2b6549c-85b6-b404-a736-3d738591f297\\\\\\\",\\\\\\\"sourceHandle\\\\\\\":\\\\\\\"a2b6549c-85b6-b404-a736-3d738591f297-source\\\\\\\",\\\\\\\"target\\\\\\\":\\\\\\\"bb004f48-eabd-4104-6cb1-1fb9f154c24d\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"custom\\\\\\\",\\\\\\\"data\\\\\\\":{\\\\\\\"connectedNodeIsHovering\\\\\\\":false,\\\\\\\"error\\\\\\\":false,\\\\\\\"isHovering\\\\\\\":false},\\\\\\\"id\\\\\\\":\\\\\\\"xy-edge__a2b6549c-85b6-b404-a736-3d738591f297a2b6549c-85b6-b404-a736-3d738591f297-source-bb004f48-eabd-4104-6cb1-1fb9f154c24d\\\\\\\"},{\\\\\\\"source\\\\\\\":\\\\\\\"bb004f48-eabd-4104-6cb1-1fb9f154c24d\\\\\\\",\\\\\\\"sourceHandle\\\\\\\":\\\\\\\"bb004f48-eabd-4104-6cb1-1fb9f154c24d-source\\\\\\\",\\\\\\\"target\\\\\\\":\\\\\\\"4710f3a1-fa47-d542-e3be-5b5ce38be1fe\\\\\\\",\\\\\\\"targetHandle\\\\\\\":\\\\\\\"4710f3a1-fa47-d542-e3be-5b5ce38be1fe-target\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"custom\\\\\\\",\\\\\\\"data\\\\\\\":{\\\\\\\"connectedNodeIsHovering\\\\\\\":false,\\\\\\\"isHovering\\\\\\\":false,\\\\\\\"error\\\\\\\":false},\\\\\\\"id\\\\\\\":\\\\\\\"xy-edge__bb004f48-eabd-4104-6cb1-1fb9f154c24dbb004f48-eabd-4104-6cb1-1fb9f154c24d-source-4710f3a1-fa47-d542-e3be-5b5ce38be1fe4710f3a1-fa47-d542-e3be-5b5ce38be1fe-target\\\\\\\"}]\\\"}}\",\n \"Query\": \"我想订酒店\",\n \"MainModelName\": \"workflow-pro\",\n \"CustomVariables\": []\n },\n \"NodeRuns\": [\n {\n \"NodeRunId\": \"nf5a21-6223-4358-b8a789\",\n \"NodeId\": \"e60de932-b050-65ce-261e-027760e93d81\",\n \"WorkflowRunId\": \"1dcf5a21-6223-4358-b8a0-b4d6\",\n \"NodeName\": \"大模型节点\",\n \"NodeType\": 3,\n \"State\": 1,\n \"FailCode\": \"\",\n \"FailMessage\": \"\",\n \"CostMilliseconds\": 1000,\n \"TotalTokens\": 100\n }\n ],\n \"RequestId\": \"925208e7-46fa-43b3-a429-ddcbccad24f6\"\n }\n}",
|
366
366
|
"title": "查询工作流运行实例详情"
|
367
367
|
}
|
@@ -815,7 +815,7 @@
|
|
815
815
|
"StopWorkflowRun": [
|
816
816
|
{
|
817
817
|
"document": "停止工作流异步运行实例",
|
818
|
-
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopWorkflowRun\n<公共请求参数>\n\n{\n \"WorkflowRunId\": \"1dcf5a21-6223-4358-b8a0-b4d6571\"\n}",
|
818
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopWorkflowRun\n<公共请求参数>\n\n{\n \"AppBizId\": \"1963140753734418240\",\n \"WorkflowRunId\": \"1dcf5a21-6223-4358-b8a0-b4d6571\"\n}",
|
819
819
|
"output": "{\n \"Response\": {\n \"RequestId\": \"925208e7-46fa-43b3-a429-ddcbccad24f6\"\n }\n}",
|
820
820
|
"title": "停止工作流异步运行实例"
|
821
821
|
}
|
@@ -1418,7 +1418,7 @@
|
|
1418
1418
|
"members": [
|
1419
1419
|
{
|
1420
1420
|
"disabled": false,
|
1421
|
-
"document": "说明:选择生成向量的模型备注:可选[lke-text-embedding-v1,lke-text-embedding-v2]",
|
1421
|
+
"document": "说明:选择生成向量的模型备注:可选[lke-text-embedding-v1,lke-text-embedding-v2,youtu-embedding-llm-v1]",
|
1422
1422
|
"example": "lke-text-embedding-v1",
|
1423
1423
|
"member": "string",
|
1424
1424
|
"name": "Model",
|
@@ -114,6 +114,12 @@
|
|
114
114
|
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetEmbedding\n<公共请求参数>\n\n{\n \"Model\": \"lke-text-embedding-v1\",\n \"Inputs\": [\n \"你好\"\n ]\n}",
|
115
115
|
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Embedding\": [\n 0\n ]\n }\n ],\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\",\n \"Usage\": {\n \"TotalTokens\": 3\n }\n }\n}",
|
116
116
|
"title": "获取特征向量"
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"document": "",
|
120
|
+
"input": "POST / HTTP/1.1\nHost: lkeap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetEmbedding\n<公共请求参数>\n\n{\n \"Model\": \"lke-text-embedding-v2\",\n \"Inputs\": [\n \"1\"\n ],\n \"TextType\": \"document\",\n \"Instruction\": \"问题:\"\n}",
|
121
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Embedding\": [\n 0.009212733\n ]\n }\n ],\n \"Usage\": {\n \"TotalTokens\": 3\n },\n \"RequestId\": \"d4b6b8fb-597c-43f3-860d-715916c787b8\"\n }\n}",
|
122
|
+
"title": "获取特征向量v2"
|
117
123
|
}
|
118
124
|
],
|
119
125
|
"GetReconstructDocumentResult": [
|
@@ -6766,7 +6766,7 @@
|
|
6766
6766
|
{
|
6767
6767
|
"disabled": false,
|
6768
6768
|
"document": "实例存储引擎版本信息。\n- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。\n- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。\n- MONGO_44_WT:MongoDB 4.4 WiredTiger存储引擎版本。\n- MONGO_50_WT:MongoDB 5.0 WiredTiger存储引擎版本。\n- MONGO_60_WT:MongoDB 6.0 WiredTiger存储引擎版本。\n- MONGO_70_WT:MongoDB 7.0 WiredTiger存储引擎版本。",
|
6769
|
-
"example": "
|
6769
|
+
"example": "MONGO_50_WT",
|
6770
6770
|
"member": "string",
|
6771
6771
|
"name": "MongoVersionCode",
|
6772
6772
|
"output_required": true,
|
@@ -1982,6 +1982,28 @@
|
|
1982
1982
|
"required": false,
|
1983
1983
|
"type": "string",
|
1984
1984
|
"value_allowed_null": true
|
1985
|
+
},
|
1986
|
+
{
|
1987
|
+
"disabled": false,
|
1988
|
+
"document": "字幕输出格式。取值{\"WebVTT\",\"TTML\"}。\n默认值:\"WebVTT\"",
|
1989
|
+
"example": "WebVTT",
|
1990
|
+
"member": "string",
|
1991
|
+
"name": "OutputFormat",
|
1992
|
+
"output_required": false,
|
1993
|
+
"required": false,
|
1994
|
+
"type": "string",
|
1995
|
+
"value_allowed_null": false
|
1996
|
+
},
|
1997
|
+
{
|
1998
|
+
"disabled": false,
|
1999
|
+
"document": "默认字幕轨道。为true时指定当前字幕为默认字幕轨道,最多可指定1条默认字幕轨道。\n默认值:false",
|
2000
|
+
"example": "false",
|
2001
|
+
"member": "bool",
|
2002
|
+
"name": "DefaultTrack",
|
2003
|
+
"output_required": false,
|
2004
|
+
"required": false,
|
2005
|
+
"type": "bool",
|
2006
|
+
"value_allowed_null": false
|
1985
2007
|
}
|
1986
2008
|
],
|
1987
2009
|
"usage": "both"
|
@@ -16737,13 +16759,22 @@
|
|
16737
16759
|
"members": [
|
16738
16760
|
{
|
16739
16761
|
"disabled": false,
|
16740
|
-
"document": "
|
16762
|
+
"document": "任务状态过滤条件,可选值:\n- WAITING(等待中)\n- PROCESSING(处理中)\n- FINISH(已完成)。",
|
16741
16763
|
"example": "FINISH",
|
16742
16764
|
"member": "string",
|
16743
16765
|
"name": "Status",
|
16744
16766
|
"required": true,
|
16745
16767
|
"type": "string"
|
16746
16768
|
},
|
16769
|
+
{
|
16770
|
+
"disabled": false,
|
16771
|
+
"document": "任务结束时子任务是否有失败。",
|
16772
|
+
"example": "false",
|
16773
|
+
"member": "bool",
|
16774
|
+
"name": "SubTaskHasFailed",
|
16775
|
+
"required": false,
|
16776
|
+
"type": "bool"
|
16777
|
+
},
|
16747
16778
|
{
|
16748
16779
|
"disabled": false,
|
16749
16780
|
"document": "返回记录条数,默认值:10,最大值:100。",
|
@@ -28614,7 +28645,7 @@
|
|
28614
28645
|
"members": [
|
28615
28646
|
{
|
28616
28647
|
"disabled": false,
|
28617
|
-
"document": "异常类型,取值范围:\nJitter:抖动,\nBlur:模糊,\nLowLighting:低光照,\nHighLighting:过曝,\nCrashScreen:花屏,\nBlackWhiteEdge:黑白边,\nSolidColorScreen:纯色屏,\nNoise:噪点,\nMosaic:马赛克,\nQRCode:二维码,\nAppletCode:小程序码,\nBarCode:条形码,\nLowVoice:低音,\nHighVoice:爆音,\nNoVoice:静音,\nLowEvaluation
|
28648
|
+
"document": "异常类型,取值范围:\nJitter:抖动,\nBlur:模糊,\nLowLighting:低光照,\nHighLighting:过曝,\nCrashScreen:花屏,\nBlackWhiteEdge:黑白边,\nSolidColorScreen:纯色屏,\nNoise:噪点,\nMosaic:马赛克,\nQRCode:二维码,\nAppletCode:小程序码,\nBarCode:条形码,\nLowVoice:低音,\nHighVoice:爆音,\nNoVoice:静音,\nLowEvaluation:视频无参考评分(MOS)低于阈值,\nAudioEvaluation:音频无参考评分(MOS)低于阈值,\nAudioNoise:音频噪声。",
|
28618
28649
|
"example": "Jitter",
|
28619
28650
|
"member": "string",
|
28620
28651
|
"name": "Type",
|
@@ -6973,7 +6973,7 @@
|
|
6973
6973
|
{
|
6974
6974
|
"disabled": false,
|
6975
6975
|
"document": "场景字段,默认不用填写。\n可选值:only_hw 表示只输出手写体识别结果,过滤印刷体。",
|
6976
|
-
"example": "
|
6976
|
+
"example": "-无-",
|
6977
6977
|
"member": "string",
|
6978
6978
|
"name": "Scene",
|
6979
6979
|
"required": false,
|
@@ -7016,7 +7016,7 @@
|
|
7016
7016
|
{
|
7017
7017
|
"disabled": true,
|
7018
7018
|
"document": "图片旋转角度(角度制),文本的水平方向为0°;顺时针为正,逆时针为负。点击查看<a href=\"https://cloud.tencent.com/document/product/866/45139\">如何纠正倾斜文本</a>",
|
7019
|
-
"example": "0",
|
7019
|
+
"example": "0.0",
|
7020
7020
|
"member": "float",
|
7021
7021
|
"name": "Angel",
|
7022
7022
|
"output_required": true,
|
@@ -7026,7 +7026,7 @@
|
|
7026
7026
|
{
|
7027
7027
|
"disabled": false,
|
7028
7028
|
"document": "图片旋转角度(角度制),文本的水平方向为0°;顺时针为正,逆时针为负。点击查看<a href=\"https://cloud.tencent.com/document/product/866/45139\">如何纠正倾斜文本</a>",
|
7029
|
-
"example": "0",
|
7029
|
+
"example": "0.0",
|
7030
7030
|
"member": "float",
|
7031
7031
|
"name": "Angle",
|
7032
7032
|
"output_required": true,
|
@@ -3252,7 +3252,7 @@
|
|
3252
3252
|
{
|
3253
3253
|
"disabled": false,
|
3254
3254
|
"document": "实例绑定的标签信息。",
|
3255
|
-
"example": "
|
3255
|
+
"example": "无",
|
3256
3256
|
"member": "Tag",
|
3257
3257
|
"name": "TagList",
|
3258
3258
|
"output_required": true,
|
@@ -3302,7 +3302,7 @@
|
|
3302
3302
|
{
|
3303
3303
|
"disabled": false,
|
3304
3304
|
"document": "实例的节点信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3305
|
-
"example": "
|
3305
|
+
"example": "无",
|
3306
3306
|
"member": "DBNode",
|
3307
3307
|
"name": "DBNodeSet",
|
3308
3308
|
"output_required": true,
|
@@ -3332,7 +3332,7 @@
|
|
3332
3332
|
{
|
3333
3333
|
"disabled": false,
|
3334
3334
|
"document": "数据库引擎的配置信息,配置格式如下:\n{\"$key1\":\"$value1\", \"$key2\":\"$value2\"}\n各引擎支持如下:\nmssql_compatible引擎:\n<li>migrationMode:数据库模式,可选参数,可取值:single-db(单数据库模式),multi-db(多数据库模式)。默认为single-db。</li>\n<li>defaultLocale:排序区域规则,可选参数,在初始化后不可修改,默认为en_US,可选值如下:\n\"af_ZA\", \"sq_AL\", \"ar_DZ\", \"ar_BH\", \"ar_EG\", \"ar_IQ\", \"ar_JO\", \"ar_KW\", \"ar_LB\", \"ar_LY\", \"ar_MA\", \"ar_OM\", \"ar_QA\", \"ar_SA\", \"ar_SY\", \"ar_TN\", \"ar_AE\", \"ar_YE\", \"hy_AM\", \"az_Cyrl_AZ\", \"az_Latn_AZ\", \"eu_ES\", \"be_BY\", \"bg_BG\", \"ca_ES\", \"zh_HK\", \"zh_MO\", \"zh_CN\", \"zh_SG\", \"zh_TW\", \"hr_HR\", \"cs_CZ\", \"da_DK\", \"nl_BE\", \"nl_NL\", \"en_AU\", \"en_BZ\", \"en_CA\", \"en_IE\", \"en_JM\", \"en_NZ\", \"en_PH\", \"en_ZA\", \"en_TT\", \"en_GB\", \"en_US\", \"en_ZW\", \"et_EE\", \"fo_FO\", \"fa_IR\", \"fi_FI\", \"fr_BE\", \"fr_CA\", \"fr_FR\", \"fr_LU\", \"fr_MC\", \"fr_CH\", \"mk_MK\", \"ka_GE\", \"de_AT\", \"de_DE\", \"de_LI\", \"de_LU\", \"de_CH\", \"el_GR\", \"gu_IN\", \"he_IL\", \"hi_IN\", \"hu_HU\", \"is_IS\", \"id_ID\", \"it_IT\", \"it_CH\", \"ja_JP\", \"kn_IN\", \"kok_IN\", \"ko_KR\", \"ky_KG\", \"lv_LV\", \"lt_LT\", \"ms_BN\", \"ms_MY\", \"mr_IN\", \"mn_MN\", \"nb_NO\", \"nn_NO\", \"pl_PL\", \"pt_BR\", \"pt_PT\", \"pa_IN\", \"ro_RO\", \"ru_RU\", \"sa_IN\", \"sr_Cyrl_RS\", \"sr_Latn_RS\", \"sk_SK\", \"sl_SI\", \"es_AR\", \"es_BO\", \"es_CL\", \"es_CO\", \"es_CR\", \"es_DO\", \"es_EC\", \"es_SV\", \"es_GT\", \"es_HN\", \"es_MX\", \"es_NI\", \"es_PA\", \"es_PY\",\"es_PE\", \"es_PR\", \"es_ES\", \"es_TRADITIONAL\", \"es_UY\", \"es_VE\", \"sw_KE\", \"sv_FI\", \"sv_SE\", \"tt_RU\", \"te_IN\", \"th_TH\", \"tr_TR\", \"uk_UA\", \"ur_IN\", \"ur_PK\", \"uz_Cyrl_UZ\", \"uz_Latn_UZ\", \"vi_VN\"。</li>\n<li>serverCollationName:排序规则名称,可选参数,在初始化后不可修改,默认为sql_latin1_general_cp1_ci_as,可选值如下:\"bbf_unicode_general_ci_as\", \"bbf_unicode_cp1_ci_as\", \"bbf_unicode_CP1250_ci_as\", \"bbf_unicode_CP1251_ci_as\", \"bbf_unicode_cp1253_ci_as\", \"bbf_unicode_cp1254_ci_as\", \"bbf_unicode_cp1255_ci_as\", \"bbf_unicode_cp1256_ci_as\", \"bbf_unicode_cp1257_ci_as\", \"bbf_unicode_cp1258_ci_as\", \"bbf_unicode_cp874_ci_as\", \"sql_latin1_general_cp1250_ci_as\", \"sql_latin1_general_cp1251_ci_as\", \"sql_latin1_general_cp1_ci_as\", \"sql_latin1_general_cp1253_ci_as\", \"sql_latin1_general_cp1254_ci_as\", \"sql_latin1_general_cp1255_ci_as\",\"sql_latin1_general_cp1256_ci_as\", \"sql_latin1_general_cp1257_ci_as\", \"sql_latin1_general_cp1258_ci_as\", \"chinese_prc_ci_as\", \"cyrillic_general_ci_as\", \"finnish_swedish_ci_as\", \"french_ci_as\", \"japanese_ci_as\", \"korean_wansung_ci_as\", \"latin1_general_ci_as\", \"modern_spanish_ci_as\", \"polish_ci_as\", \"thai_ci_as\", \"traditional_spanish_ci_as\", \"turkish_ci_as\", \"ukrainian_ci_as\", \"vietnamese_ci_as\"。</li>",
|
3335
|
-
"example": "{ \"migrationMode\": \"single-db\", \"
|
3335
|
+
"example": "{ \"migrationMode\": \"single-db\", \"DefaultLocale\": \"zh_CN\", \"serverCollationName\": \"sql_latin1_general_cp1250_ci_as\" }",
|
3336
3336
|
"member": "string",
|
3337
3337
|
"name": "DBEngineConfig",
|
3338
3338
|
"output_required": true,
|
@@ -3358,6 +3358,16 @@
|
|
3358
3358
|
"output_required": true,
|
3359
3359
|
"type": "int",
|
3360
3360
|
"value_allowed_null": false
|
3361
|
+
},
|
3362
|
+
{
|
3363
|
+
"disabled": false,
|
3364
|
+
"document": "实例已经弹性扩容的cpu核数",
|
3365
|
+
"example": "1",
|
3366
|
+
"member": "uint64",
|
3367
|
+
"name": "ExpandedCpu",
|
3368
|
+
"output_required": false,
|
3369
|
+
"type": "int",
|
3370
|
+
"value_allowed_null": false
|
3361
3371
|
}
|
3362
3372
|
],
|
3363
3373
|
"usage": "out"
|
@@ -6365,8 +6375,8 @@
|
|
6365
6375
|
"members": [
|
6366
6376
|
{
|
6367
6377
|
"disabled": false,
|
6368
|
-
"document": "按照一个或者多个过滤条件进行查询,目前支持的过滤条件有:\ndb-master-instance-id:按照主实例过滤,类型为string。\nread-only-group-id:按照只读组ID过滤,类型为string
|
6369
|
-
"example": "
|
6378
|
+
"document": "按照一个或者多个过滤条件进行查询,目前支持的过滤条件有:\ndb-master-instance-id:按照主实例过滤,类型为string。\nread-only-group-id:按照只读组ID过滤,类型为string。\n注:该参数的过滤条件中,db-master-instance-id为必须指定项。",
|
6379
|
+
"example": "无",
|
6370
6380
|
"member": "Filter",
|
6371
6381
|
"name": "Filters",
|
6372
6382
|
"required": false,
|
@@ -6374,7 +6384,7 @@
|
|
6374
6384
|
},
|
6375
6385
|
{
|
6376
6386
|
"disabled": false,
|
6377
|
-
"document": "查询每一页的条数,默认为10",
|
6387
|
+
"document": "查询每一页的条数,默认为10,最大值99。",
|
6378
6388
|
"example": "1",
|
6379
6389
|
"member": "int64",
|
6380
6390
|
"name": "PageSize",
|
@@ -6392,7 +6402,7 @@
|
|
6392
6402
|
},
|
6393
6403
|
{
|
6394
6404
|
"disabled": false,
|
6395
|
-
"document": "查询排序依据,目前支持:ROGroupId,CreateTime,Name",
|
6405
|
+
"document": "查询排序依据,目前支持:ROGroupId,CreateTime,Name。默认值CreateTime",
|
6396
6406
|
"example": "ROGroupId",
|
6397
6407
|
"member": "string",
|
6398
6408
|
"name": "OrderBy",
|
@@ -6401,7 +6411,7 @@
|
|
6401
6411
|
},
|
6402
6412
|
{
|
6403
6413
|
"disabled": false,
|
6404
|
-
"document": "查询排序依据类型,目前支持:desc,asc",
|
6414
|
+
"document": "查询排序依据类型,目前支持:desc,asc。默认值asc。",
|
6405
6415
|
"example": "desc",
|
6406
6416
|
"member": "string",
|
6407
6417
|
"name": "OrderByType",
|
@@ -6417,7 +6427,7 @@
|
|
6417
6427
|
{
|
6418
6428
|
"disabled": false,
|
6419
6429
|
"document": "只读组列表",
|
6420
|
-
"example": "
|
6430
|
+
"example": "无",
|
6421
6431
|
"member": "ReadOnlyGroup",
|
6422
6432
|
"name": "ReadOnlyGroupList",
|
6423
6433
|
"output_required": true,
|
@@ -9799,7 +9809,7 @@
|
|
9799
9809
|
},
|
9800
9810
|
{
|
9801
9811
|
"disabled": false,
|
9802
|
-
"document": "
|
9812
|
+
"document": "延迟空间大小阈值。单位MB。",
|
9803
9813
|
"example": "0",
|
9804
9814
|
"member": "int64",
|
9805
9815
|
"name": "MaxReplayLatency",
|
@@ -9809,7 +9819,7 @@
|
|
9809
9819
|
},
|
9810
9820
|
{
|
9811
9821
|
"disabled": false,
|
9812
|
-
"document": "
|
9822
|
+
"document": "延迟大小开关。0 - 关闭; 1 - 开启。",
|
9813
9823
|
"example": "0",
|
9814
9824
|
"member": "int64",
|
9815
9825
|
"name": "ReplayLatencyEliminate",
|
@@ -9819,7 +9829,7 @@
|
|
9819
9829
|
},
|
9820
9830
|
{
|
9821
9831
|
"disabled": false,
|
9822
|
-
"document": "
|
9832
|
+
"document": "延迟时间大小阈值,单位:秒。",
|
9823
9833
|
"example": "0",
|
9824
9834
|
"member": "float",
|
9825
9835
|
"name": "MaxReplayLag",
|
@@ -9829,7 +9839,7 @@
|
|
9829
9839
|
},
|
9830
9840
|
{
|
9831
9841
|
"disabled": false,
|
9832
|
-
"document": "
|
9842
|
+
"document": "延迟时间开关。0 - 关闭; 1 - 开启。",
|
9833
9843
|
"example": "0",
|
9834
9844
|
"member": "int64",
|
9835
9845
|
"name": "ReplayLagEliminate",
|
@@ -9879,7 +9889,7 @@
|
|
9879
9889
|
},
|
9880
9890
|
{
|
9881
9891
|
"disabled": false,
|
9882
|
-
"document": "
|
9892
|
+
"document": "状态。枚举值:creating、ok、modifying、deleting、deleted",
|
9883
9893
|
"example": "ok",
|
9884
9894
|
"member": "string",
|
9885
9895
|
"name": "Status",
|
@@ -9821,7 +9821,7 @@
|
|
9821
9821
|
{
|
9822
9822
|
"disabled": false,
|
9823
9823
|
"document": "当TotalCount为0时,返回空",
|
9824
|
-
"example": "
|
9824
|
+
"example": "无",
|
9825
9825
|
"member": "BotSceneInfo",
|
9826
9826
|
"name": "BotSceneList",
|
9827
9827
|
"output_required": true,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1401.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.1401
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|
@@ -1,4 +1,4 @@
|
|
1
|
-
tccli/__init__.py,sha256=
|
1
|
+
tccli/__init__.py,sha256=A2Suavwm6u-y-0sSc2XrRQJCEcAQmdN8VGyr_5GATxk,27
|
2
2
|
tccli/argparser.py,sha256=WtfpBhj2R6JHSzagy6w6Q4y3YVmyIC_yK80w3tqBPgU,5589
|
3
3
|
tccli/argument.py,sha256=ZtVo3AySpzM-Hw6_hPdU27FjUsc8QPB2fIuLy7JSBAk,8091
|
4
4
|
tccli/base_command.py,sha256=rFWNAwfS0GA6LLGNOM-iPI0RV81Jag5cZn536ZQN0pw,2859
|
@@ -77,7 +77,7 @@ tccli/services/afc/v20200226/api.json,sha256=j0LyDTPODrK84S3K6IjPWtfWxcqjjp6Urir
|
|
77
77
|
tccli/services/afc/v20200226/examples.json,sha256=9Hpp5NQ7rbzf7budjRrfTXv1fQ046i6HT3jwg5Ohs_I,11403
|
78
78
|
tccli/services/ai3d/__init__.py,sha256=ker6RRKhtPgG1ph1cz2Fl979b0bbAC_xevKpaxyR6uk,87
|
79
79
|
tccli/services/ai3d/ai3d_client.py,sha256=V5q272koSJglz1gLgDzJac9qQMamAUwCU6tz63Sl28M,24781
|
80
|
-
tccli/services/ai3d/v20250513/api.json,sha256=
|
80
|
+
tccli/services/ai3d/v20250513/api.json,sha256=G529Yh6XJhpxYgsxyOU5QTk5-2kHTt5323dQfADaHpQ,23253
|
81
81
|
tccli/services/ai3d/v20250513/examples.json,sha256=DLYoFgku3Z0HvqLkIym4JZokE-4I6eP4I1ZdULLO4yA,4083
|
82
82
|
tccli/services/aiart/__init__.py,sha256=Y-fYvm53hvADUxzlHVPLGQM3P-5cZMqfaKZ6MrBYYgY,89
|
83
83
|
tccli/services/aiart/aiart_client.py,sha256=EC2Vrh5MvZvTkuV9HY13afKWMvdH98YDnRMLhKdVB5Y,70959
|
@@ -115,7 +115,7 @@ tccli/services/apigateway/v20180808/api.json,sha256=GxjgBR3zoIPJ6p685JGSBLJNw2FH
|
|
115
115
|
tccli/services/apigateway/v20180808/examples.json,sha256=8ZPCaw0ipBm2yYwSmXWcYqv1HwEIue_JwgGBh3wxsco,113705
|
116
116
|
tccli/services/apm/__init__.py,sha256=pRXt2LxrW_7YhAxeZFDT8ofNxPoI0sJRnYaqyC883ws,85
|
117
117
|
tccli/services/apm/apm_client.py,sha256=ciybn_gcHEYFfsy6vIZBj0ApkH5QNZJGLywtd45aEvg,52741
|
118
|
-
tccli/services/apm/v20210622/api.json,sha256=
|
118
|
+
tccli/services/apm/v20210622/api.json,sha256=rh7LnR5diVlcRw2DIWMMpjjUHBY7woM6U67xmr6aJJ4,110646
|
119
119
|
tccli/services/apm/v20210622/examples.json,sha256=-87SkrqGnl8s_wp8xZGLMZRnKEmonHUgXf77a80bY_U,83478
|
120
120
|
tccli/services/asr/__init__.py,sha256=p5vj9tQ7DaJB2RjtkIsaOCgWXa45w4vy6ezxvHS73wk,85
|
121
121
|
tccli/services/asr/asr_client.py,sha256=pB9mJU_EP8bSGf8KAzLpT0ah9oGV0f7Cj5KBGcFP42A,104870
|
@@ -247,7 +247,7 @@ tccli/services/cdwch/v20200915/api.json,sha256=DDX7WRO6fyu9kSC334edjzm7vNGk2By35
|
|
247
247
|
tccli/services/cdwch/v20200915/examples.json,sha256=g9q6xESE4mO4BPs4ukvpBlCniCIikjgrnHceXb2rzps,50714
|
248
248
|
tccli/services/cdwdoris/__init__.py,sha256=rIQBmZynEI3sojHPPC3vLhdJ9YAOx5QnDIxvObAi2w4,95
|
249
249
|
tccli/services/cdwdoris/cdwdoris_client.py,sha256=VG0cvF_atNfPkzFnHI2yTkTFAkgWnnIeDEs7i4O-5E0,192546
|
250
|
-
tccli/services/cdwdoris/v20211228/api.json,sha256=
|
250
|
+
tccli/services/cdwdoris/v20211228/api.json,sha256=CsYbpAbw9uypgTggPCS2vmpdJPMzLOt_byXlJh8F7dA,283379
|
251
251
|
tccli/services/cdwdoris/v20211228/examples.json,sha256=nguiB4YVl8VbnPsBP4BB-FWOn43FeWHZg1vSMO6eVuo,57044
|
252
252
|
tccli/services/cdwpg/__init__.py,sha256=Vls5x8VLkhT0eXbX41lUKDOUN0u8oUZjX8skg5C_k_Y,89
|
253
253
|
tccli/services/cdwpg/cdwpg_client.py,sha256=LwBZ9bjqN5BT4V_b-Q5W9Hv44ieXhqIaceZqjO2EMps,80286
|
@@ -295,7 +295,7 @@ tccli/services/cim/v20190318/api.json,sha256=MDD1fsrM5qD4poiWr-03wFi0G93mXiicEAk
|
|
295
295
|
tccli/services/cim/v20190318/examples.json,sha256=3s6p0Bs0Y9I2zJvBbp0ztVuw77m44mS-ejukcEE_b9U,451
|
296
296
|
tccli/services/ckafka/__init__.py,sha256=HTNzfNwaLn4Br9BugTA_14BrGVWfQr2tdDn6efv21yg,91
|
297
297
|
tccli/services/ckafka/ckafka_client.py,sha256=kqK8R9d8jlCnVx0aN9f2oGLVRXzwqOce7mEhVgGdfn0,275102
|
298
|
-
tccli/services/ckafka/v20190819/api.json,sha256=
|
298
|
+
tccli/services/ckafka/v20190819/api.json,sha256=tQ6aciDuJiXdd-7ddeLgOPuiNSMFsDcnImbfz0KdVdo,623715
|
299
299
|
tccli/services/ckafka/v20190819/examples.json,sha256=tA30K7lsSZ48ORrv2wg8BWVgMWVYJwKLGlMlThXRq3c,158104
|
300
300
|
tccli/services/clb/__init__.py,sha256=iG2aiZhDOcK4l_2Wkxs57qF1Y4lmv7RxRSPcG9paDk0,85
|
301
301
|
tccli/services/clb/clb_client.py,sha256=4dIsSGjcceR7VD57KgfKWt2LSvI-6taTOCeVDRFJuMg,292120
|
@@ -462,7 +462,7 @@ tccli/services/eis/v20210601/examples.json,sha256=0AzvsX5xN4sc7M4GKxa888M0-rOayf
|
|
462
462
|
tccli/services/emr/__init__.py,sha256=CuCQwSW5RgNZF9gAIua1frYRqyXro0GUikyCRDqmWs8,85
|
463
463
|
tccli/services/emr/emr_client.py,sha256=yD_C-7rWB6f1NziPsVxwva6W1gLgfsWzO8cBykRkY6I,282124
|
464
464
|
tccli/services/emr/v20190103/api.json,sha256=d5pFjitLetUxsjiTRYAt2ZOk3_-5D5SPet2ydhv4SWQ,726083
|
465
|
-
tccli/services/emr/v20190103/examples.json,sha256=
|
465
|
+
tccli/services/emr/v20190103/examples.json,sha256=J99Wh6moHKHTfIXW6RMIKWANaFITLQx1nlxumWo44Ek,232119
|
466
466
|
tccli/services/es/__init__.py,sha256=Tgbj2S-AFcftz26Uaksp0nrbDZShO6QOdNN89tFu9s0,83
|
467
467
|
tccli/services/es/es_client.py,sha256=1Nvy5UUcq9gxdDmMdDIPKIIk4KOlnYlj2O-kEWaU9IA,226266
|
468
468
|
tccli/services/es/v20180416/api.json,sha256=odbRTRh7NoSxYWZLIINwlU3ohUUq2vhzuyDWAXiVhQI,397351
|
@@ -523,7 +523,7 @@ tccli/services/habo/v20181203/api.json,sha256=LrpnIoUr-8lGHKsHgm3PZONYrp89LH5OcW
|
|
523
523
|
tccli/services/habo/v20181203/examples.json,sha256=xEb9T3H1KN4ptQLZ3zBKCH2m_lycQMXC0VZ5ktZUotQ,1098
|
524
524
|
tccli/services/hai/__init__.py,sha256=Zsub6g9em3deYg9eRkP3_i-OeMBvu1qGYKASpPQ4p6Y,85
|
525
525
|
tccli/services/hai/hai_client.py,sha256=bstIbMUFiDGOG7SloPuRw6ScnmdwweDJT5vej8cIzGw,55543
|
526
|
-
tccli/services/hai/v20230812/api.json,sha256=
|
526
|
+
tccli/services/hai/v20230812/api.json,sha256=WQZFycVpWYydTjfwpypZMdhiN1MIdk8AucL8FTLFOHI,66640
|
527
527
|
tccli/services/hai/v20230812/examples.json,sha256=9GX2wHSJQU5E0tHia9el5318J8r55rRWmBgjeZvZiXg,16571
|
528
528
|
tccli/services/hasim/__init__.py,sha256=Kealx-mwEiycC5iYh5K5hz4LfLEPsUcLDXM9AkASFLc,89
|
529
529
|
tccli/services/hasim/hasim_client.py,sha256=df-77AUopJOQUeeRLNnxuXTo0xkyLRiWwIc_2fyjVyU,73503
|
@@ -627,7 +627,7 @@ tccli/services/kms/v20190118/api.json,sha256=5Uxr0xEGO21yBiGOb74aRZ5Aw8WT4fDJuSd
|
|
627
627
|
tccli/services/kms/v20190118/examples.json,sha256=Umorrh-gVQuhSLfd6gBQqTmDFRQiTnjt0gA-DsDHJ7U,66616
|
628
628
|
tccli/services/lcic/__init__.py,sha256=40LoQA43SPCIDlxfUjHIJ7I0XD-hvtjYZHHmkODBTG8,87
|
629
629
|
tccli/services/lcic/lcic_client.py,sha256=eL6I8v5-xPvZJYlObwyEuzFnnEejDX4p43j-z_y_QKQ,224751
|
630
|
-
tccli/services/lcic/v20220817/api.json,sha256=
|
630
|
+
tccli/services/lcic/v20220817/api.json,sha256=ATKcyJaXKTmv7yPbJUVh_ozJmo2FKUaOGWqNMAsxX2M,270467
|
631
631
|
tccli/services/lcic/v20220817/examples.json,sha256=jg-H31TLWNdVBU3vigfxoSUG3DR7F4F8xVSLsj-v5QE,60584
|
632
632
|
tccli/services/lighthouse/__init__.py,sha256=mthGX-k-GPfpudeGSVAEXUMitx-xg7Aw2ZcXxrjf_78,99
|
633
633
|
tccli/services/lighthouse/lighthouse_client.py,sha256=q8_lqSNlVXx2pJV8P2xuXDV1K2o-bq0TkSALPb3blYU,372927
|
@@ -639,12 +639,12 @@ tccli/services/live/v20180801/api.json,sha256=BTDWDWHWWnwzL15_botT_IYU6tzy_sdo90
|
|
639
639
|
tccli/services/live/v20180801/examples.json,sha256=daMOduHaAikTH5hFkxEUuCiaFm_CqLI2oH4IchBFcco,170078
|
640
640
|
tccli/services/lke/__init__.py,sha256=GKvpxCc-YzK4HVgYFq-aLRxZ1WW4MjpKLIqJNqecz_c,85
|
641
641
|
tccli/services/lke/lke_client.py,sha256=165S8I_hgANLZJyMkeJI85OryonK5IJ3FTCWu58kQyk,329166
|
642
|
-
tccli/services/lke/v20231130/api.json,sha256=
|
643
|
-
tccli/services/lke/v20231130/examples.json,sha256=
|
642
|
+
tccli/services/lke/v20231130/api.json,sha256=RkzGg-VyiR3P16rGcftrhx1pWv6SgJWKoUoVMAtVLn0,638289
|
643
|
+
tccli/services/lke/v20231130/examples.json,sha256=Mel-0EeVknI-3hKLNJuLhcRe4k-CMuaMxHnOgprJWIY,163690
|
644
644
|
tccli/services/lkeap/__init__.py,sha256=asxLax87Gwt4UF1pQoh5GX51weKCm6t8FPDRq-aKv7w,89
|
645
645
|
tccli/services/lkeap/lkeap_client.py,sha256=7iyLsRM7reoQm753Dmfemu7fMx_UtD8tFjdNS5UM5BI,86124
|
646
|
-
tccli/services/lkeap/v20240522/api.json,sha256=
|
647
|
-
tccli/services/lkeap/v20240522/examples.json,sha256=
|
646
|
+
tccli/services/lkeap/v20240522/api.json,sha256=PFCr42G3BEOb_t53kO5Ls1mHMJssbkJz2o0TJuYIScM,114374
|
647
|
+
tccli/services/lkeap/v20240522/examples.json,sha256=U9DYVTMwIAy2nSYzSfy5a2hrGO2umjm9j0-Y8xC2b10,36551
|
648
648
|
tccli/services/lowcode/__init__.py,sha256=Kwnfhcs3YjlqMpMouELxDMbP4F0BLDwcaqTPutTSvDs,93
|
649
649
|
tccli/services/lowcode/lowcode_client.py,sha256=bLjf4aqsK98wpW0SrfsJoKW-lTWHLYasDIN8wtu9lN8,58891
|
650
650
|
tccli/services/lowcode/v20210108/api.json,sha256=ebkRxfkzEkm6cfEnXc0TOBDDXnKOB0aLzEQIG8jgWeA,119263
|
@@ -677,7 +677,7 @@ tccli/services/mongodb/__init__.py,sha256=Xj1cMJt16_OaoYzXR0TgIRPw-DADd-yJkmk3Ce
|
|
677
677
|
tccli/services/mongodb/mongodb_client.py,sha256=LcEVfukyivEeQHymyFv-tiFtaQYH3PKOCr6svv9otEg,189794
|
678
678
|
tccli/services/mongodb/v20180408/api.json,sha256=Ai4oQbpYCWeVyXIjHeoSlvQsNmD-lpVwzvVAhBtsYwQ,63063
|
679
679
|
tccli/services/mongodb/v20180408/examples.json,sha256=oTgTVyLGP49TqMeX7Ot6MiPVsu3UYp511j9UJfXb5ko,10726
|
680
|
-
tccli/services/mongodb/v20190725/api.json,sha256=
|
680
|
+
tccli/services/mongodb/v20190725/api.json,sha256=uFjSBLaV31hdQTINED-YmgOEBV8LnyHgp8MTATybSjc,266213
|
681
681
|
tccli/services/mongodb/v20190725/examples.json,sha256=6_Ij-esXHh9H_5wbZKP6E0CdPW8nrLePJb3nYCCHnMI,63597
|
682
682
|
tccli/services/monitor/__init__.py,sha256=Fqyy64XBMByiqJHyjxbaJeQDJAGMyktujsYRmXhosc8,93
|
683
683
|
tccli/services/monitor/monitor_client.py,sha256=nJcmd61mwTx1FbRFHaJaM1zGcvEqKzLkBumL8Bmz3cE,530798
|
@@ -687,7 +687,7 @@ tccli/services/monitor/v20230616/api.json,sha256=eHSlhfvgT0JF1L8m916C_j3VFRgXXgg
|
|
687
687
|
tccli/services/monitor/v20230616/examples.json,sha256=IUk1Py3tMmQ3pemhisNxJ1wR0ApZQlKBtrypMGpOkrc,656
|
688
688
|
tccli/services/mps/__init__.py,sha256=4M5o2xc0u3rqtgz_5an9Qxw2QaOqwBq8Fjc3IB64p2o,85
|
689
689
|
tccli/services/mps/mps_client.py,sha256=E_6RrVxGemtmEnIq9KHZLPOHHDltF_jH2f3-SvKZvmU,430058
|
690
|
-
tccli/services/mps/v20190612/api.json,sha256=
|
690
|
+
tccli/services/mps/v20190612/api.json,sha256=1Lv44XvtSvc1uHm8UK9K0DCP3tfNqHjLjuPaOexWG2w,1333609
|
691
691
|
tccli/services/mps/v20190612/examples.json,sha256=jMGkH3LzBlr1qQRJOJQHm1gnmF_ETSL9QuOgiHxN8_Y,351712
|
692
692
|
tccli/services/mqtt/__init__.py,sha256=zchTxfWVKqmIOpb6siJtQcRDR5OfcpauX-ONDH5g32w,87
|
693
693
|
tccli/services/mqtt/mqtt_client.py,sha256=hC0R2aeuKSPthTgoFG79Ix4hJLETcM8NrqfD2D_lGko,189100
|
@@ -719,7 +719,7 @@ tccli/services/oceanus/v20190422/api.json,sha256=vO25Gt5QHpwMfPJsg7ILoZc0Rduubvr
|
|
719
719
|
tccli/services/oceanus/v20190422/examples.json,sha256=jg196cVzwEOMgSCQe8MMHCXF9JlLlehdv0kFp7__Ltg,57754
|
720
720
|
tccli/services/ocr/__init__.py,sha256=1UdHN9VtB5qVwAn2FMefSi4BhMTJOjmFgYZT-zTEVBM,85
|
721
721
|
tccli/services/ocr/ocr_client.py,sha256=yUh0q-HohmEDXta-eqMe34hRq0pCIJ7yI0p9bWDEAw4,283371
|
722
|
-
tccli/services/ocr/v20181119/api.json,sha256=
|
722
|
+
tccli/services/ocr/v20181119/api.json,sha256=71t13VzlC4Onq8VdDj4AmlcARwW6nGUiSYg8lzXxaWQ,898260
|
723
723
|
tccli/services/ocr/v20181119/examples.json,sha256=6DxTPGN3rfY7UfXechdQIU_cVa6Na3D97x2MrVeOxQs,526992
|
724
724
|
tccli/services/omics/__init__.py,sha256=2Uhk7Pv4ejuVCryMqNlAdn8xPMdHO2Hr4500KAZ0W-M,89
|
725
725
|
tccli/services/omics/omics_client.py,sha256=FMdcSDblBVzrf_RsMH7SCUVr3kFj8M24Eet4gyeeu2w,67560
|
@@ -737,7 +737,7 @@ tccli/services/partners/v20180321/api.json,sha256=ORhgpg75RVh0STB4qTyilORxkGeNYl
|
|
737
737
|
tccli/services/partners/v20180321/examples.json,sha256=E739tOyA3R_Y6V-P1xSXvRQitsSS6SEVMPzpK0epGCk,24644
|
738
738
|
tccli/services/postgres/__init__.py,sha256=pFwBnP_75cfCRyWRE6pmLAk61JejE7mIgR2jDKG0UzE,95
|
739
739
|
tccli/services/postgres/postgres_client.py,sha256=pvUWLCQFTWyGbl-Zv7-DRh0VpoE9X6rt1QAKzHCBDkE,317391
|
740
|
-
tccli/services/postgres/v20170312/api.json,sha256=
|
740
|
+
tccli/services/postgres/v20170312/api.json,sha256=PTQMJTCg1siRziisDUr-JtWXy0bn4b6dI35nDToPyTk,418391
|
741
741
|
tccli/services/postgres/v20170312/examples.json,sha256=cLKmVm2vFegDSLGYyuvXC9l5pa_WULjSzyf3GQSvnEs,156400
|
742
742
|
tccli/services/privatedns/__init__.py,sha256=2grsKaWT8q6_xqjJXyXFxJmqRj7ODW_DJRl8c9Xx9fA,99
|
743
743
|
tccli/services/privatedns/privatedns_client.py,sha256=wmN-OOuCeG6_T7GBuhdqn0WxLE_TcH56Hsqi0pnjZz8,83960
|
@@ -1047,7 +1047,7 @@ tccli/services/vtc/v20240223/api.json,sha256=vCtwDt0plWxc67XTTAQ93sHs8lfBKqEu7ld
|
|
1047
1047
|
tccli/services/vtc/v20240223/examples.json,sha256=wyWFQrJpTR4hEWSEuskeVjZBdRCTiyCLWJRQiC3DTIs,6616
|
1048
1048
|
tccli/services/waf/__init__.py,sha256=CQIYSctAXRbX8x5xidAj7CBzOVIdMOZJQ0e6ENff3HU,85
|
1049
1049
|
tccli/services/waf/waf_client.py,sha256=ttCE8TFXBY3iypRp1PuN7X4oW5bYIyxnn0UmdMMBjIk,579176
|
1050
|
-
tccli/services/waf/v20180125/api.json,sha256=
|
1050
|
+
tccli/services/waf/v20180125/api.json,sha256=kevR-hLKtgeijN4nXomyaeJ7FJiywKhrqG0IBjd2Xzo,950354
|
1051
1051
|
tccli/services/waf/v20180125/examples.json,sha256=oHDeNQln9N1xGEIkZajZvmMTPaWMDcjhWJK5r-XSZX0,266520
|
1052
1052
|
tccli/services/wav/__init__.py,sha256=iOdPQbxYh0cdKcDo0kRWmQMiCl38owcMur1PRm3R6R8,85
|
1053
1053
|
tccli/services/wav/wav_client.py,sha256=yS19S4YsQD0nnBB2mCvZn3vBHCsxNw4e64rZiJ2x8Qo,86768
|
@@ -1085,8 +1085,8 @@ tccli/services/yunsou/v20180504/api.json,sha256=2808fil5p3pTEJ3SqXEEq7eSrASZOiv8
|
|
1085
1085
|
tccli/services/yunsou/v20180504/examples.json,sha256=Jg4WuqS_Wxl7eTBMbzjem65FuUZQi3qq3xtlBNFZlTU,11870
|
1086
1086
|
tccli/services/yunsou/v20191115/api.json,sha256=r_p7c7fMNylQVDpSN0CkUB4Cx1nYW1lI3BM_Zi50FNs,15932
|
1087
1087
|
tccli/services/yunsou/v20191115/examples.json,sha256=vN5MzexHVPMckm4MbnXNiOe3KKiVchvf4_uLpjOskuk,3983
|
1088
|
-
tccli-3.0.
|
1089
|
-
tccli-3.0.
|
1090
|
-
tccli-3.0.
|
1091
|
-
tccli-3.0.
|
1092
|
-
tccli-3.0.
|
1088
|
+
tccli-3.0.1401.1.dist-info/METADATA,sha256=wHHdioxqDmQFTH0gvPhul6Y2vOUBA4juTtdHuqpLltg,16406
|
1089
|
+
tccli-3.0.1401.1.dist-info/WHEEL,sha256=HyPWovjK_wfsxZqVnw7Bu5rgKxNh3Nm__lHm0ALDcb4,101
|
1090
|
+
tccli-3.0.1401.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
|
1091
|
+
tccli-3.0.1401.1.dist-info/license_files/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
1092
|
+
tccli-3.0.1401.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|