tccli 3.0.908.1__py2.py3-none-any.whl → 3.0.910.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/cdn/v20180606/DescribeHttpsPackages.md +19 -18
- tccli/examples/cdn/v20180606/DescribeTrafficPackages.md +16 -14
- tccli/examples/cfs/v20190719/DescribeCfsFileSystems.md +31 -31
- tccli/examples/cfs/v20190719/UpdateCfsPGroup.md +1 -1
- tccli/examples/cms/v20190321/CreateKeywordsSamples.md +10 -0
- tccli/examples/cms/v20190321/DeleteLibSamples.md +2 -1
- tccli/examples/cms/v20190321/DescribeLibSamples.md +2 -1
- tccli/examples/cvm/v20170312/DescribeImportImageOs.md +1 -1
- tccli/examples/cynosdb/v20190107/AddInstances.md +8 -8
- tccli/examples/cynosdb/v20190107/DescribeParamTemplates.md +2 -2
- tccli/examples/ecm/v20190719/AllocateIpv6AddressesBandwidth.md +25 -0
- tccli/examples/ecm/v20190719/AssignIpv6CidrBlock.md +23 -0
- tccli/examples/ecm/v20190719/AssignIpv6CidrBlocks.md +29 -0
- tccli/examples/ecm/v20190719/AssignIpv6SubnetCidrBlock.md +29 -0
- tccli/examples/ecm/v20190719/DescribeRegionIpv6Addresses.md +41 -0
- tccli/examples/ecm/v20190719/ModifyIpv6AddressesBandwidth.md +22 -0
- tccli/examples/ecm/v20190719/QueryVpcTaskResult.md +22 -0
- tccli/examples/ecm/v20190719/ReleaseIpv6AddressesBandwidth.md +22 -0
- tccli/examples/ecm/v20190719/UnassignIpv6SubnetCidrBlock.md +23 -0
- tccli/examples/emr/v20190103/InquiryPriceRenewInstance.md +32 -1
- tccli/examples/es/v20180416/ModifyEsVipSecurityGroup.md +21 -0
- tccli/examples/ess/v20201111/CreateFlowGroupByFiles.md +118 -0
- tccli/examples/ess/v20201111/CreateFlowGroupByTemplates.md +61 -0
- tccli/examples/ess/v20201111/CreateFlowReminds.md +3 -3
- tccli/examples/ess/v20201111/CreateFlowSignReview.md +2 -2
- tccli/examples/essbasic/v20210526/ChannelCreateFlowGroupByTemplates.md +49 -0
- tccli/examples/lcic/v20220817/DescribeDocument.md +52 -16
- tccli/examples/live/v20180801/DeleteLiveTranscodeTemplate.md +1 -1
- tccli/examples/monitor/v20180724/DeletePrometheusScrapeJobs.md +4 -4
- tccli/examples/monitor/v20180724/DescribeExporterIntegrations.md +5 -5
- tccli/examples/monitor/v20180724/DescribePrometheusAgents.md +10 -10
- tccli/examples/monitor/v20180724/DescribePrometheusScrapeJobs.md +8 -8
- tccli/examples/ocr/v20181119/DriverLicenseOCR.md +2 -2
- tccli/examples/smh/v20210712/DeleteLibrary.md +1 -1
- tccli/examples/sqlserver/v20180328/InquiryPriceRenewDBInstance.md +1 -1
- tccli/examples/sqlserver/v20180328/InquiryPriceUpgradeDBInstance.md +1 -1
- tccli/examples/ssl/v20191205/DescribeDeployedResources.md +5 -5
- tccli/examples/tchd/v20230306/DescribeEvents.md +35 -0
- tccli/examples/tdmq/v20200217/CreateTopic.md +1 -1
- tccli/examples/vod/v20180717/CreateRebuildMediaTemplate.md +2 -2
- tccli/examples/vod/v20180717/DeleteRebuildMediaTemplate.md +2 -2
- tccli/examples/vod/v20180717/DescribeRebuildMediaTemplates.md +2 -2
- tccli/examples/vod/v20180717/ModifyRebuildMediaTemplate.md +2 -2
- tccli/examples/vod/v20180717/RebuildMedia.md +2 -2
- tccli/examples/vod/v20180717/RebuildMediaByTemplate.md +2 -2
- tccli/examples/vpc/v20170312/DescribeSecurityGroups.md +1 -1
- tccli/examples/wav/v20210129/QueryClueInfoList.md +1 -0
- tccli/examples/wedata/v20210820/DescribeColumnLineage.md +77 -0
- tccli/examples/wedata/v20210820/DescribeTableLineage.md +79 -0
- tccli/services/__init__.py +3 -0
- tccli/services/autoscaling/v20180419/api.json +1 -1
- tccli/services/cdn/v20180606/api.json +49 -67
- tccli/services/cdn/v20180606/examples.json +3 -3
- tccli/services/cfs/v20190719/api.json +65 -26
- tccli/services/cfs/v20190719/examples.json +3 -3
- tccli/services/cls/v20201016/api.json +7 -2
- tccli/services/cms/v20190321/api.json +37 -2
- tccli/services/cms/v20190321/examples.json +3 -3
- tccli/services/cvm/v20170312/api.json +2 -0
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cynosdb/v20190107/api.json +58 -73
- tccli/services/cynosdb/v20190107/examples.json +3 -3
- tccli/services/ecm/ecm_client.py +493 -16
- tccli/services/ecm/v20190719/api.json +657 -26
- tccli/services/ecm/v20190719/examples.json +72 -0
- tccli/services/emr/v20190103/api.json +5 -12
- tccli/services/emr/v20190103/examples.json +7 -1
- tccli/services/es/es_client.py +65 -12
- tccli/services/es/v20180416/api.json +43 -0
- tccli/services/es/v20180416/examples.json +8 -0
- tccli/services/ess/ess_client.py +145 -39
- tccli/services/ess/v20201111/api.json +417 -41
- tccli/services/ess/v20201111/examples.json +19 -3
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +105 -3
- tccli/services/essbasic/v20210526/examples.json +8 -0
- tccli/services/lcic/v20220817/api.json +27 -16
- tccli/services/lcic/v20220817/examples.json +10 -4
- tccli/services/live/v20180801/api.json +3 -3
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/monitor/v20180724/api.json +20 -24
- tccli/services/monitor/v20180724/examples.json +11 -11
- tccli/services/ocr/v20181119/api.json +22 -5
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/smh/v20210712/api.json +1 -1
- tccli/services/smh/v20210712/examples.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +8 -15
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +1 -0
- tccli/services/ssl/v20191205/examples.json +2 -2
- tccli/services/tcb/v20180608/api.json +33 -39
- tccli/services/tchd/__init__.py +4 -0
- tccli/services/tchd/tchd_client.py +194 -0
- tccli/services/tchd/v20230306/api.json +167 -0
- tccli/services/tchd/v20230306/examples.json +13 -0
- tccli/services/tdmq/v20200217/api.json +7 -14
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/tke/v20180525/api.json +33 -20
- tccli/services/trtc/trtc_client.py +8 -61
- tccli/services/trtc/v20190722/api.json +0 -240
- tccli/services/trtc/v20190722/examples.json +0 -8
- tccli/services/tse/v20201207/api.json +20 -39
- tccli/services/tts/v20190823/api.json +1 -1
- tccli/services/vod/v20180717/api.json +40 -36
- tccli/services/vod/v20180717/examples.json +12 -12
- tccli/services/vpc/v20170312/api.json +21 -7
- tccli/services/vpc/v20170312/examples.json +1 -1
- tccli/services/wav/v20210129/api.json +10 -0
- tccli/services/wav/v20210129/examples.json +1 -1
- tccli/services/wedata/v20210820/api.json +1146 -211
- tccli/services/wedata/v20210820/examples.json +16 -0
- tccli/services/wedata/wedata_client.py +106 -0
- {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/METADATA +82 -3
- {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/RECORD +118 -98
- {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/license_files/LICENSE +0 -0
@@ -42,13 +42,6 @@
|
|
42
42
|
"output": "DescribeCloudRecordingResponse",
|
43
43
|
"status": "online"
|
44
44
|
},
|
45
|
-
"DescribeExternalTrtcMeasure": {
|
46
|
-
"document": "接口内部调用计量接口,计量接口迁通用集群后不可用。目前已有新的对外接口可以供用户使用。\n\n获取Trtc的用量统计数据。走计费渠道二期 只允许查两天的数据。\n当前接口已不再更新维护,请使用新版音视频用量接口:DescribeTrtcUsage (https://cloud.tencent.com/document/product/647/81425)",
|
47
|
-
"input": "DescribeExternalTrtcMeasureRequest",
|
48
|
-
"name": "查询音视频用量计费时长(旧)",
|
49
|
-
"output": "DescribeExternalTrtcMeasureResponse",
|
50
|
-
"status": "deprecated"
|
51
|
-
},
|
52
45
|
"DescribeMixTranscodingUsage": {
|
53
46
|
"document": "获取TRTC混流转码的用量明细。\n- 查询时间小于等于1天时,返回每5分钟粒度的数据;查询时间大于1天时,返回按天汇总的数据。\n- 单次查询统计区间最多不能超过31天。\n- 若查询当天用量,由于统计延迟等原因,返回数据可能不够准确。\n- 该接口只用于历史用量数据统计或核对数据使用,关键业务逻辑不能使用。\n- 默认接口请求频率限制:5次/秒。",
|
54
47
|
"input": "DescribeMixTranscodingUsageRequest",
|
@@ -1049,84 +1042,6 @@
|
|
1049
1042
|
],
|
1050
1043
|
"type": "object"
|
1051
1044
|
},
|
1052
|
-
"DescribeExternalTrtcMeasureRequest": {
|
1053
|
-
"document": "DescribeExternalTrtcMeasure请求参数结构体",
|
1054
|
-
"members": [
|
1055
|
-
{
|
1056
|
-
"default": "",
|
1057
|
-
"disabled": false,
|
1058
|
-
"document": "查询开始日期。",
|
1059
|
-
"example": "2022-01-03 00:00:00",
|
1060
|
-
"member": "string",
|
1061
|
-
"name": "StartTime",
|
1062
|
-
"required": true,
|
1063
|
-
"type": "string"
|
1064
|
-
},
|
1065
|
-
{
|
1066
|
-
"default": "",
|
1067
|
-
"disabled": false,
|
1068
|
-
"document": "查询结束日期。",
|
1069
|
-
"example": "2022-01-03 00:00:00",
|
1070
|
-
"member": "string",
|
1071
|
-
"name": "EndTime",
|
1072
|
-
"required": true,
|
1073
|
-
"type": "string"
|
1074
|
-
},
|
1075
|
-
{
|
1076
|
-
"default": "",
|
1077
|
-
"disabled": false,
|
1078
|
-
"document": "对应的应用。如果没有这个参数,表示获取用户名下全部实时音视频应用的汇总。",
|
1079
|
-
"example": "134324524",
|
1080
|
-
"member": "uint64",
|
1081
|
-
"name": "SdkAppId",
|
1082
|
-
"required": false,
|
1083
|
-
"type": "int"
|
1084
|
-
}
|
1085
|
-
],
|
1086
|
-
"type": "object"
|
1087
|
-
},
|
1088
|
-
"DescribeExternalTrtcMeasureResponse": {
|
1089
|
-
"document": "DescribeExternalTrtcMeasure返回参数结构体",
|
1090
|
-
"members": [
|
1091
|
-
{
|
1092
|
-
"disabled": false,
|
1093
|
-
"document": "每个SdkAppId的时长使用信息",
|
1094
|
-
"example": "无",
|
1095
|
-
"member": "SdkAppIdNewTrtcTimeUsage",
|
1096
|
-
"name": "SdkAppIdTrtrTimeUsages",
|
1097
|
-
"required": true,
|
1098
|
-
"type": "list",
|
1099
|
-
"value_allowed_null": false
|
1100
|
-
},
|
1101
|
-
{
|
1102
|
-
"disabled": false,
|
1103
|
-
"document": "主播的用量统计方式。取值\"InRoomTime\":房间时长,\"SubscribeTime\":\"订阅时长\",\"Bandwidth\":带宽",
|
1104
|
-
"example": "无",
|
1105
|
-
"member": "string",
|
1106
|
-
"name": "AnchorUsageMode",
|
1107
|
-
"required": true,
|
1108
|
-
"type": "string",
|
1109
|
-
"value_allowed_null": false
|
1110
|
-
},
|
1111
|
-
{
|
1112
|
-
"disabled": false,
|
1113
|
-
"document": "观众的用量统计方式。取值\"InRoomTime\":在房间时长,\"SubscribeTime\":\"订阅时长\",\"Bandwidth\":带宽,\"MergeWithAnchor\":\"不区分麦上麦下\"",
|
1114
|
-
"example": "无",
|
1115
|
-
"member": "string",
|
1116
|
-
"name": "AudienceUsageMode",
|
1117
|
-
"required": true,
|
1118
|
-
"type": "string",
|
1119
|
-
"value_allowed_null": false
|
1120
|
-
},
|
1121
|
-
{
|
1122
|
-
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
1123
|
-
"member": "string",
|
1124
|
-
"name": "RequestId",
|
1125
|
-
"type": "string"
|
1126
|
-
}
|
1127
|
-
],
|
1128
|
-
"type": "object"
|
1129
|
-
},
|
1130
1045
|
"DescribeMixTranscodingUsageRequest": {
|
1131
1046
|
"document": "DescribeMixTranscodingUsage请求参数结构体",
|
1132
1047
|
"members": [
|
@@ -4653,45 +4568,6 @@
|
|
4653
4568
|
],
|
4654
4569
|
"usage": "out"
|
4655
4570
|
},
|
4656
|
-
"SdkAppIdNewTrtcTimeUsage": {
|
4657
|
-
"document": "SdkAppId级别实时音视频的用量数据",
|
4658
|
-
"members": [
|
4659
|
-
{
|
4660
|
-
"default": "",
|
4661
|
-
"disabled": false,
|
4662
|
-
"document": "SdkAppId的值。",
|
4663
|
-
"example": "无",
|
4664
|
-
"member": "string",
|
4665
|
-
"name": "SdkAppId",
|
4666
|
-
"required": true,
|
4667
|
-
"type": "string",
|
4668
|
-
"value_allowed_null": false
|
4669
|
-
},
|
4670
|
-
{
|
4671
|
-
"default": "",
|
4672
|
-
"disabled": false,
|
4673
|
-
"document": "统计的时间点数据。",
|
4674
|
-
"example": "无",
|
4675
|
-
"member": "TrtcTimeNewUsage",
|
4676
|
-
"name": "TrtcTimeUsages",
|
4677
|
-
"required": true,
|
4678
|
-
"type": "list",
|
4679
|
-
"value_allowed_null": false
|
4680
|
-
},
|
4681
|
-
{
|
4682
|
-
"default": "",
|
4683
|
-
"disabled": false,
|
4684
|
-
"document": "统计的麦下用量的时间点数据。",
|
4685
|
-
"example": "无",
|
4686
|
-
"member": "TrtcTimeNewUsage",
|
4687
|
-
"name": "AudienceTrtcTimeUsages",
|
4688
|
-
"required": true,
|
4689
|
-
"type": "list",
|
4690
|
-
"value_allowed_null": false
|
4691
|
-
}
|
4692
|
-
],
|
4693
|
-
"usage": "out"
|
4694
|
-
},
|
4695
4571
|
"SdkAppIdRecordUsage": {
|
4696
4572
|
"document": "SdkAppId级别录制时长数据。",
|
4697
4573
|
"members": [
|
@@ -5595,122 +5471,6 @@
|
|
5595
5471
|
],
|
5596
5472
|
"usage": "out"
|
5597
5473
|
},
|
5598
|
-
"TrtcTimeNewUsage": {
|
5599
|
-
"document": "实时音视频用量的某一时间段的统计信息. ",
|
5600
|
-
"members": [
|
5601
|
-
{
|
5602
|
-
"default": "",
|
5603
|
-
"disabled": false,
|
5604
|
-
"document": "时间点。",
|
5605
|
-
"example": "无",
|
5606
|
-
"member": "string",
|
5607
|
-
"name": "TimeKey",
|
5608
|
-
"required": true,
|
5609
|
-
"type": "string",
|
5610
|
-
"value_allowed_null": false
|
5611
|
-
},
|
5612
|
-
{
|
5613
|
-
"default": "",
|
5614
|
-
"disabled": false,
|
5615
|
-
"document": "通话人数。仅供参考。在线人数以仪表盘查询结果为准。",
|
5616
|
-
"example": "无",
|
5617
|
-
"member": "uint64",
|
5618
|
-
"name": "VoiceUserNum",
|
5619
|
-
"required": true,
|
5620
|
-
"type": "int",
|
5621
|
-
"value_allowed_null": false
|
5622
|
-
},
|
5623
|
-
{
|
5624
|
-
"default": "",
|
5625
|
-
"disabled": false,
|
5626
|
-
"document": "音视频通话收费时长。单位:秒。",
|
5627
|
-
"example": "无",
|
5628
|
-
"member": "uint64",
|
5629
|
-
"name": "VideoTime",
|
5630
|
-
"required": true,
|
5631
|
-
"type": "int",
|
5632
|
-
"value_allowed_null": false
|
5633
|
-
},
|
5634
|
-
{
|
5635
|
-
"default": "",
|
5636
|
-
"disabled": false,
|
5637
|
-
"document": "标清视频通话收费时长。单位:秒。",
|
5638
|
-
"example": "无",
|
5639
|
-
"member": "uint64",
|
5640
|
-
"name": "Class1VideoTime",
|
5641
|
-
"required": true,
|
5642
|
-
"type": "int",
|
5643
|
-
"value_allowed_null": false
|
5644
|
-
},
|
5645
|
-
{
|
5646
|
-
"default": "",
|
5647
|
-
"disabled": false,
|
5648
|
-
"document": "高清视频通话收费时长。单位:秒。",
|
5649
|
-
"example": "无",
|
5650
|
-
"member": "uint64",
|
5651
|
-
"name": "Class2VideoTime",
|
5652
|
-
"required": true,
|
5653
|
-
"type": "int",
|
5654
|
-
"value_allowed_null": false
|
5655
|
-
},
|
5656
|
-
{
|
5657
|
-
"default": "",
|
5658
|
-
"disabled": false,
|
5659
|
-
"document": "超高清视频通话收费时长。单位:秒。",
|
5660
|
-
"example": "无",
|
5661
|
-
"member": "uint64",
|
5662
|
-
"name": "Class3VideoTime",
|
5663
|
-
"required": true,
|
5664
|
-
"type": "int",
|
5665
|
-
"value_allowed_null": false
|
5666
|
-
},
|
5667
|
-
{
|
5668
|
-
"default": "",
|
5669
|
-
"disabled": false,
|
5670
|
-
"document": "音频通话收费时长。单位:秒。",
|
5671
|
-
"example": "无",
|
5672
|
-
"member": "uint64",
|
5673
|
-
"name": "AudioTime",
|
5674
|
-
"required": true,
|
5675
|
-
"type": "int",
|
5676
|
-
"value_allowed_null": false
|
5677
|
-
},
|
5678
|
-
{
|
5679
|
-
"default": "",
|
5680
|
-
"disabled": false,
|
5681
|
-
"document": "带宽。单位:Mbps。",
|
5682
|
-
"example": "无",
|
5683
|
-
"member": "float",
|
5684
|
-
"name": "Bandwidth",
|
5685
|
-
"required": true,
|
5686
|
-
"type": "float",
|
5687
|
-
"value_allowed_null": false
|
5688
|
-
},
|
5689
|
-
{
|
5690
|
-
"default": "",
|
5691
|
-
"disabled": false,
|
5692
|
-
"document": "2k视频通话收费时长。单位:秒。",
|
5693
|
-
"example": "无",
|
5694
|
-
"member": "uint64",
|
5695
|
-
"name": "Video2KTime",
|
5696
|
-
"required": true,
|
5697
|
-
"type": "int",
|
5698
|
-
"value_allowed_null": false
|
5699
|
-
},
|
5700
|
-
{
|
5701
|
-
"default": "",
|
5702
|
-
"disabled": false,
|
5703
|
-
"document": "4k视频通话收费时长。单位:秒。",
|
5704
|
-
"example": "无",
|
5705
|
-
"member": "uint64",
|
5706
|
-
"name": "Video4KTime",
|
5707
|
-
"required": true,
|
5708
|
-
"type": "int",
|
5709
|
-
"value_allowed_null": false
|
5710
|
-
}
|
5711
|
-
],
|
5712
|
-
"usage": "out"
|
5713
|
-
},
|
5714
5474
|
"TrtcUsage": {
|
5715
5475
|
"document": "实时音视频用量在某一时间段的统计信息。",
|
5716
5476
|
"members": [
|
@@ -48,14 +48,6 @@
|
|
48
48
|
"title": "查询SdkAppId 为 1234 TaskId 为 xx 的录制状态。"
|
49
49
|
}
|
50
50
|
],
|
51
|
-
"DescribeExternalTrtcMeasure": [
|
52
|
-
{
|
53
|
-
"document": "",
|
54
|
-
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeExternalTrtcMeasure\n<公共请求参数>\n\n{\n \"EndTime\": \"2022-01-01 00:00:00\",\n \"StartTime\": \"2022-01-03 00:00:00\",\n \"SdkAppId\": 1\n}",
|
55
|
-
"output": "{\n \"Response\": {\n \"AnchorUsageMode\": \"xx\",\n \"AudienceUsageMode\": \"xx\",\n \"RequestId\": \"xx\",\n \"SdkAppIdTrtrTimeUsages\": [\n {\n \"TrtcTimeUsages\": [\n {\n \"AudioTime\": 1,\n \"Video4KTime\": 1,\n \"VideoTime\": 1,\n \"Class1VideoTime\": 1,\n \"TimeKey\": \"xx\",\n \"Class3VideoTime\": 1,\n \"Video2KTime\": 1,\n \"Bandwidth\": 0.0,\n \"VoiceUserNum\": 1,\n \"Class2VideoTime\": 1\n },\n {\n \"AudioTime\": 1,\n \"Video4KTime\": 1,\n \"TimeKey\": \"xx\",\n \"Class1VideoTime\": 1,\n \"VideoTime\": 1,\n \"Class3VideoTime\": 1,\n \"Video2KTime\": 1,\n \"Bandwidth\": 0.0,\n \"VoiceUserNum\": 1,\n \"Class2VideoTime\": 1\n },\n {\n \"AudioTime\": 1,\n \"Video4KTime\": 1,\n \"TimeKey\": \"xx\",\n \"Class1VideoTime\": 1,\n \"VideoTime\": 1,\n \"Class3VideoTime\": 1,\n \"Video2KTime\": 1,\n \"Bandwidth\": 0.0,\n \"VoiceUserNum\": 1,\n \"Class2VideoTime\": 1\n }\n ],\n \"AudienceTrtcTimeUsages\": [\n {\n \"AudioTime\": 1,\n \"Video4KTime\": 1,\n \"VideoTime\": 1,\n \"Class1VideoTime\": 1,\n \"TimeKey\": \"xx\",\n \"Class3VideoTime\": 1,\n \"Video2KTime\": 1,\n \"Bandwidth\": 0.0,\n \"VoiceUserNum\": 1,\n \"Class2VideoTime\": 1\n }\n ],\n \"SdkAppId\": \"xx\"\n }\n ]\n }\n}",
|
56
|
-
"title": "获取实时音视频的时长统计数据 。走计费渠道第二版"
|
57
|
-
}
|
58
|
-
],
|
59
51
|
"DescribeMixTranscodingUsage": [
|
60
52
|
{
|
61
53
|
"document": "",
|
@@ -3465,8 +3465,7 @@
|
|
3465
3465
|
"member": "string",
|
3466
3466
|
"name": "Host",
|
3467
3467
|
"required": false,
|
3468
|
-
"type": "string"
|
3469
|
-
"value_allowed_null": true
|
3468
|
+
"type": "string"
|
3470
3469
|
},
|
3471
3470
|
{
|
3472
3471
|
"disabled": false,
|
@@ -3475,8 +3474,7 @@
|
|
3475
3474
|
"member": "int64",
|
3476
3475
|
"name": "Port",
|
3477
3476
|
"required": false,
|
3478
|
-
"type": "int"
|
3479
|
-
"value_allowed_null": true
|
3477
|
+
"type": "int"
|
3480
3478
|
},
|
3481
3479
|
{
|
3482
3480
|
"disabled": false,
|
@@ -3485,18 +3483,16 @@
|
|
3485
3483
|
"member": "string",
|
3486
3484
|
"name": "SourceID",
|
3487
3485
|
"required": false,
|
3488
|
-
"type": "string"
|
3489
|
-
"value_allowed_null": true
|
3486
|
+
"type": "string"
|
3490
3487
|
},
|
3491
3488
|
{
|
3492
3489
|
"disabled": false,
|
3493
|
-
"document": "
|
3490
|
+
"document": "命名空间",
|
3494
3491
|
"example": "Default",
|
3495
3492
|
"member": "string",
|
3496
3493
|
"name": "Namespace",
|
3497
3494
|
"required": false,
|
3498
|
-
"type": "string"
|
3499
|
-
"value_allowed_null": true
|
3495
|
+
"type": "string"
|
3500
3496
|
},
|
3501
3497
|
{
|
3502
3498
|
"disabled": false,
|
@@ -3505,8 +3501,7 @@
|
|
3505
3501
|
"member": "string",
|
3506
3502
|
"name": "ServiceName",
|
3507
3503
|
"required": false,
|
3508
|
-
"type": "string"
|
3509
|
-
"value_allowed_null": true
|
3504
|
+
"type": "string"
|
3510
3505
|
},
|
3511
3506
|
{
|
3512
3507
|
"disabled": false,
|
@@ -3515,8 +3510,7 @@
|
|
3515
3510
|
"member": "KongTarget",
|
3516
3511
|
"name": "Targets",
|
3517
3512
|
"required": false,
|
3518
|
-
"type": "list"
|
3519
|
-
"value_allowed_null": true
|
3513
|
+
"type": "list"
|
3520
3514
|
},
|
3521
3515
|
{
|
3522
3516
|
"disabled": false,
|
@@ -3525,8 +3519,7 @@
|
|
3525
3519
|
"member": "string",
|
3526
3520
|
"name": "SourceType",
|
3527
3521
|
"required": false,
|
3528
|
-
"type": "string"
|
3529
|
-
"value_allowed_null": true
|
3522
|
+
"type": "string"
|
3530
3523
|
},
|
3531
3524
|
{
|
3532
3525
|
"disabled": false,
|
@@ -3535,8 +3528,7 @@
|
|
3535
3528
|
"member": "string",
|
3536
3529
|
"name": "ScfType",
|
3537
3530
|
"required": false,
|
3538
|
-
"type": "string"
|
3539
|
-
"value_allowed_null": true
|
3531
|
+
"type": "string"
|
3540
3532
|
},
|
3541
3533
|
{
|
3542
3534
|
"disabled": false,
|
@@ -3545,8 +3537,7 @@
|
|
3545
3537
|
"member": "string",
|
3546
3538
|
"name": "ScfNamespace",
|
3547
3539
|
"required": false,
|
3548
|
-
"type": "string"
|
3549
|
-
"value_allowed_null": true
|
3540
|
+
"type": "string"
|
3550
3541
|
},
|
3551
3542
|
{
|
3552
3543
|
"disabled": false,
|
@@ -3555,8 +3546,7 @@
|
|
3555
3546
|
"member": "string",
|
3556
3547
|
"name": "ScfLambdaName",
|
3557
3548
|
"required": false,
|
3558
|
-
"type": "string"
|
3559
|
-
"value_allowed_null": true
|
3549
|
+
"type": "string"
|
3560
3550
|
},
|
3561
3551
|
{
|
3562
3552
|
"disabled": false,
|
@@ -3565,8 +3555,7 @@
|
|
3565
3555
|
"member": "string",
|
3566
3556
|
"name": "ScfLambdaQualifier",
|
3567
3557
|
"required": false,
|
3568
|
-
"type": "string"
|
3569
|
-
"value_allowed_null": true
|
3558
|
+
"type": "string"
|
3570
3559
|
},
|
3571
3560
|
{
|
3572
3561
|
"disabled": false,
|
@@ -3575,8 +3564,7 @@
|
|
3575
3564
|
"member": "int64",
|
3576
3565
|
"name": "SlowStart",
|
3577
3566
|
"required": false,
|
3578
|
-
"type": "int"
|
3579
|
-
"value_allowed_null": true
|
3567
|
+
"type": "int"
|
3580
3568
|
},
|
3581
3569
|
{
|
3582
3570
|
"disabled": false,
|
@@ -3585,8 +3573,7 @@
|
|
3585
3573
|
"member": "string",
|
3586
3574
|
"name": "Algorithm",
|
3587
3575
|
"required": false,
|
3588
|
-
"type": "string"
|
3589
|
-
"value_allowed_null": true
|
3576
|
+
"type": "string"
|
3590
3577
|
},
|
3591
3578
|
{
|
3592
3579
|
"disabled": false,
|
@@ -3595,8 +3582,7 @@
|
|
3595
3582
|
"member": "string",
|
3596
3583
|
"name": "AutoScalingGroupID",
|
3597
3584
|
"required": false,
|
3598
|
-
"type": "string"
|
3599
|
-
"value_allowed_null": true
|
3585
|
+
"type": "string"
|
3600
3586
|
},
|
3601
3587
|
{
|
3602
3588
|
"disabled": false,
|
@@ -3605,8 +3591,7 @@
|
|
3605
3591
|
"member": "uint64",
|
3606
3592
|
"name": "AutoScalingCvmPort",
|
3607
3593
|
"required": false,
|
3608
|
-
"type": "int"
|
3609
|
-
"value_allowed_null": true
|
3594
|
+
"type": "int"
|
3610
3595
|
},
|
3611
3596
|
{
|
3612
3597
|
"disabled": false,
|
@@ -3615,8 +3600,7 @@
|
|
3615
3600
|
"member": "string",
|
3616
3601
|
"name": "AutoScalingTatCmdStatus",
|
3617
3602
|
"required": false,
|
3618
|
-
"type": "string"
|
3619
|
-
"value_allowed_null": true
|
3603
|
+
"type": "string"
|
3620
3604
|
},
|
3621
3605
|
{
|
3622
3606
|
"disabled": false,
|
@@ -3625,8 +3609,7 @@
|
|
3625
3609
|
"member": "string",
|
3626
3610
|
"name": "AutoScalingHookStatus",
|
3627
3611
|
"required": false,
|
3628
|
-
"type": "string"
|
3629
|
-
"value_allowed_null": true
|
3612
|
+
"type": "string"
|
3630
3613
|
},
|
3631
3614
|
{
|
3632
3615
|
"disabled": false,
|
@@ -3635,8 +3618,7 @@
|
|
3635
3618
|
"member": "string",
|
3636
3619
|
"name": "SourceName",
|
3637
3620
|
"required": false,
|
3638
|
-
"type": "string"
|
3639
|
-
"value_allowed_null": true
|
3621
|
+
"type": "string"
|
3640
3622
|
},
|
3641
3623
|
{
|
3642
3624
|
"disabled": false,
|
@@ -3645,8 +3627,7 @@
|
|
3645
3627
|
"member": "string",
|
3646
3628
|
"name": "RealSourceType",
|
3647
3629
|
"required": false,
|
3648
|
-
"type": "string"
|
3649
|
-
"value_allowed_null": true
|
3630
|
+
"type": "string"
|
3650
3631
|
}
|
3651
3632
|
],
|
3652
3633
|
"usage": "in"
|
@@ -415,7 +415,7 @@
|
|
415
415
|
},
|
416
416
|
{
|
417
417
|
"disabled": false,
|
418
|
-
"document": "
|
418
|
+
"document": "音频采样率:\n<li>24000:24k(部分音色支持,请参见[音色列表](https://cloud.tencent.com/document/product/1073/92668))</li>\n<li>16000:16k(默认)</li>\n<li>8000:8k</li>",
|
419
419
|
"example": "16000",
|
420
420
|
"member": "uint64",
|
421
421
|
"name": "SampleRate",
|