tccli 3.0.1214.1__py2.py3-none-any.whl → 3.0.1216.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/configure.py +46 -1
- tccli/services/__init__.py +0 -3
- tccli/services/ams/v20201229/examples.json +2 -2
- tccli/services/apm/v20210622/api.json +20 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/bi/v20220105/api.json +32 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +304 -0
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +222 -17
- tccli/services/bsca/v20210811/examples.json +4 -4
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +176 -18
- tccli/services/ccc/v20200210/examples.json +11 -3
- tccli/services/cdb/v20170320/api.json +22 -4
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cdn/v20180606/api.json +5 -3
- tccli/services/cdwdoris/v20211228/api.json +23 -2
- tccli/services/cfs/v20190719/api.json +3 -3
- tccli/services/cfw/v20190904/api.json +86 -52
- tccli/services/cfw/v20190904/examples.json +68 -56
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- tccli/services/ckafka/v20190819/api.json +1 -1
- tccli/services/cloudaudit/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +215 -186
- tccli/services/cloudaudit/v20190319/examples.json +13 -13
- tccli/services/cls/v20201016/api.json +365 -66
- tccli/services/cls/v20201016/examples.json +9 -3
- tccli/services/csip/v20221121/api.json +4 -4
- tccli/services/cvm/v20170312/api.json +42 -0
- tccli/services/cwp/v20180228/api.json +865 -809
- tccli/services/cwp/v20180228/examples.json +98 -110
- tccli/services/cynosdb/v20190107/api.json +77 -29
- tccli/services/cynosdb/v20190107/examples.json +22 -22
- tccli/services/dasb/v20191018/api.json +77 -0
- tccli/services/dasb/v20191018/examples.json +5 -5
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +11 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +9 -0
- tccli/services/es/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +521 -0
- tccli/services/es/v20180416/examples.json +32 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +155 -10
- tccli/services/ess/v20201111/examples.json +15 -1
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +244 -13
- tccli/services/essbasic/v20210526/examples.json +22 -0
- tccli/services/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- tccli/services/hunyuan/v20230901/examples.json +6 -0
- tccli/services/iotexplorer/v20190423/api.json +40 -0
- tccli/services/iss/v20230517/api.json +19 -0
- tccli/services/live/v20180801/api.json +35 -9
- tccli/services/mongodb/v20190725/api.json +6 -8
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mqtt/v20240516/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/organization/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +451 -0
- tccli/services/organization/v20210331/examples.json +48 -0
- tccli/services/partners/partners_client.py +57 -4
- tccli/services/partners/v20180321/api.json +44 -0
- tccli/services/partners/v20180321/examples.json +8 -0
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +554 -0
- tccli/services/scf/v20180416/examples.json +46 -0
- tccli/services/ssl/v20191205/api.json +34 -5
- tccli/services/tat/v20201028/api.json +27 -25
- tccli/services/tat/v20201028/examples.json +4 -4
- tccli/services/tcss/v20201101/api.json +256 -14
- tccli/services/tcss/v20201101/examples.json +7 -7
- tccli/services/tdmq/v20200217/api.json +64 -63
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/tem/v20210701/api.json +144 -103
- tccli/services/tem/v20210701/examples.json +27 -27
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1023 -146
- tccli/services/teo/v20220901/examples.json +71 -1
- tccli/services/tke/tke_client.py +53 -0
- tccli/services/tke/v20180525/api.json +43 -0
- tccli/services/tke/v20180525/examples.json +8 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/trtc/v20190722/api.json +221 -22
- tccli/services/vpc/v20170312/api.json +111 -34
- tccli/services/vpc/v20170312/examples.json +11 -3
- tccli/services/vpc/vpc_client.py +107 -54
- tccli/services/waf/v20180125/api.json +61 -0
- tccli/services/waf/v20180125/examples.json +8 -0
- tccli/services/waf/waf_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +686 -0
- tccli/services/wedata/v20210820/examples.json +16 -0
- tccli/services/wedata/wedata_client.py +106 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/RECORD +108 -112
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/license_files/LICENSE +0 -0
@@ -2758,6 +2758,26 @@
|
|
2758
2758
|
"CreateIotVideoCloudStorageResponse": {
|
2759
2759
|
"document": "CreateIotVideoCloudStorage返回参数结构体",
|
2760
2760
|
"members": [
|
2761
|
+
{
|
2762
|
+
"disabled": false,
|
2763
|
+
"document": "订单金额,单位为分\n注意:此字段可能返回 null,表示取不到有效值。",
|
2764
|
+
"example": "100",
|
2765
|
+
"member": "uint64",
|
2766
|
+
"name": "Price",
|
2767
|
+
"output_required": false,
|
2768
|
+
"type": "int",
|
2769
|
+
"value_allowed_null": true
|
2770
|
+
},
|
2771
|
+
{
|
2772
|
+
"disabled": false,
|
2773
|
+
"document": "支付金额,单位为分\n注意:此字段可能返回 null,表示取不到有效值。",
|
2774
|
+
"example": "100",
|
2775
|
+
"member": "uint64",
|
2776
|
+
"name": "Amount",
|
2777
|
+
"output_required": false,
|
2778
|
+
"type": "int",
|
2779
|
+
"value_allowed_null": true
|
2780
|
+
},
|
2761
2781
|
{
|
2762
2782
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
2763
2783
|
"member": "string",
|
@@ -4691,6 +4711,26 @@
|
|
4691
4711
|
"type": "int",
|
4692
4712
|
"value_allowed_null": false
|
4693
4713
|
},
|
4714
|
+
{
|
4715
|
+
"disabled": false,
|
4716
|
+
"document": "订单金额,单位为分\n注意:此字段可能返回 null,表示取不到有效值。",
|
4717
|
+
"example": "100",
|
4718
|
+
"member": "uint64",
|
4719
|
+
"name": "Price",
|
4720
|
+
"output_required": false,
|
4721
|
+
"type": "int",
|
4722
|
+
"value_allowed_null": true
|
4723
|
+
},
|
4724
|
+
{
|
4725
|
+
"disabled": false,
|
4726
|
+
"document": "支付金额,单位为分\n注意:此字段可能返回 null,表示取不到有效值。",
|
4727
|
+
"example": "100",
|
4728
|
+
"member": "uint64",
|
4729
|
+
"name": "Amount",
|
4730
|
+
"output_required": false,
|
4731
|
+
"type": "int",
|
4732
|
+
"value_allowed_null": true
|
4733
|
+
},
|
4694
4734
|
{
|
4695
4735
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4696
4736
|
"member": "string",
|
@@ -4013,6 +4013,16 @@
|
|
4013
4013
|
"output_required": false,
|
4014
4014
|
"type": "string",
|
4015
4015
|
"value_allowed_null": true
|
4016
|
+
},
|
4017
|
+
{
|
4018
|
+
"disabled": false,
|
4019
|
+
"document": "是否开启静音帧(0:关闭;1 开启)\n注意:此字段可能返回 null,表示取不到有效值。",
|
4020
|
+
"example": "0",
|
4021
|
+
"member": "int64",
|
4022
|
+
"name": "SilentFrameSwitch",
|
4023
|
+
"output_required": false,
|
4024
|
+
"type": "int",
|
4025
|
+
"value_allowed_null": true
|
4016
4026
|
}
|
4017
4027
|
],
|
4018
4028
|
"usage": "out"
|
@@ -10699,6 +10709,15 @@
|
|
10699
10709
|
"name": "SubscribeSwitch",
|
10700
10710
|
"required": false,
|
10701
10711
|
"type": "int"
|
10712
|
+
},
|
10713
|
+
{
|
10714
|
+
"disabled": false,
|
10715
|
+
"document": "是否开启静音帧(0:关闭;1 开启)",
|
10716
|
+
"example": "1",
|
10717
|
+
"member": "int64",
|
10718
|
+
"name": "SilentFrameSwitch",
|
10719
|
+
"required": false,
|
10720
|
+
"type": "int"
|
10702
10721
|
}
|
10703
10722
|
],
|
10704
10723
|
"type": "object"
|
@@ -17054,7 +17054,7 @@
|
|
17054
17054
|
"example": "无",
|
17055
17055
|
"member": "string",
|
17056
17056
|
"name": "DomainGroup",
|
17057
|
-
"
|
17057
|
+
"output_required": true,
|
17058
17058
|
"type": "string",
|
17059
17059
|
"value_allowed_null": true
|
17060
17060
|
},
|
@@ -17064,7 +17064,7 @@
|
|
17064
17064
|
"example": "无",
|
17065
17065
|
"member": "string",
|
17066
17066
|
"name": "Domain",
|
17067
|
-
"
|
17067
|
+
"output_required": true,
|
17068
17068
|
"type": "string",
|
17069
17069
|
"value_allowed_null": false
|
17070
17070
|
},
|
@@ -17074,7 +17074,7 @@
|
|
17074
17074
|
"example": "无",
|
17075
17075
|
"member": "string",
|
17076
17076
|
"name": "AppName",
|
17077
|
-
"
|
17077
|
+
"output_required": true,
|
17078
17078
|
"type": "string",
|
17079
17079
|
"value_allowed_null": false
|
17080
17080
|
},
|
@@ -17084,7 +17084,7 @@
|
|
17084
17084
|
"example": "无",
|
17085
17085
|
"member": "string",
|
17086
17086
|
"name": "StreamName",
|
17087
|
-
"
|
17087
|
+
"output_required": true,
|
17088
17088
|
"type": "string",
|
17089
17089
|
"value_allowed_null": false
|
17090
17090
|
},
|
@@ -17094,7 +17094,7 @@
|
|
17094
17094
|
"example": "无",
|
17095
17095
|
"member": "int64",
|
17096
17096
|
"name": "StartTime",
|
17097
|
-
"
|
17097
|
+
"output_required": true,
|
17098
17098
|
"type": "int",
|
17099
17099
|
"value_allowed_null": false
|
17100
17100
|
},
|
@@ -17104,7 +17104,7 @@
|
|
17104
17104
|
"example": "无",
|
17105
17105
|
"member": "int64",
|
17106
17106
|
"name": "EndTime",
|
17107
|
-
"
|
17107
|
+
"output_required": true,
|
17108
17108
|
"type": "int",
|
17109
17109
|
"value_allowed_null": false
|
17110
17110
|
},
|
@@ -17114,7 +17114,7 @@
|
|
17114
17114
|
"example": "无",
|
17115
17115
|
"member": "uint64",
|
17116
17116
|
"name": "TransCodeId",
|
17117
|
-
"
|
17117
|
+
"output_required": true,
|
17118
17118
|
"type": "int",
|
17119
17119
|
"value_allowed_null": true
|
17120
17120
|
},
|
@@ -17124,7 +17124,7 @@
|
|
17124
17124
|
"example": "无",
|
17125
17125
|
"member": "int64",
|
17126
17126
|
"name": "StreamType",
|
17127
|
-
"
|
17127
|
+
"output_required": true,
|
17128
17128
|
"type": "int",
|
17129
17129
|
"value_allowed_null": false
|
17130
17130
|
},
|
@@ -17134,9 +17134,35 @@
|
|
17134
17134
|
"example": "无",
|
17135
17135
|
"member": "uint64",
|
17136
17136
|
"name": "Duration",
|
17137
|
-
"
|
17137
|
+
"output_required": true,
|
17138
17138
|
"type": "int",
|
17139
17139
|
"value_allowed_null": true
|
17140
|
+
},
|
17141
|
+
{
|
17142
|
+
"disabled": false,
|
17143
|
+
"document": "时移自适应码率子流列表。\n注意:此字段可能返回 null,表示取不到有效值。",
|
17144
|
+
"example": "无",
|
17145
|
+
"member": "TimeShiftSubStream",
|
17146
|
+
"name": "TimeShiftSubStreams",
|
17147
|
+
"output_required": false,
|
17148
|
+
"type": "list",
|
17149
|
+
"value_allowed_null": true
|
17150
|
+
}
|
17151
|
+
],
|
17152
|
+
"usage": "out"
|
17153
|
+
},
|
17154
|
+
"TimeShiftSubStream": {
|
17155
|
+
"document": "时移自适应码率子流信息。",
|
17156
|
+
"members": [
|
17157
|
+
{
|
17158
|
+
"disabled": false,
|
17159
|
+
"document": "时移自适应码率子流转码模板ID。",
|
17160
|
+
"example": "无",
|
17161
|
+
"member": "uint64",
|
17162
|
+
"name": "TransCodeId",
|
17163
|
+
"output_required": true,
|
17164
|
+
"type": "int",
|
17165
|
+
"value_allowed_null": false
|
17140
17166
|
}
|
17141
17167
|
],
|
17142
17168
|
"usage": "out"
|
@@ -3827,23 +3827,21 @@
|
|
3827
3827
|
"members": [
|
3828
3828
|
{
|
3829
3829
|
"disabled": false,
|
3830
|
-
"document": "购买实例的时长,单位:月。取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36。默认为1
|
3831
|
-
"example": "",
|
3830
|
+
"document": "购买实例的时长,单位:月。取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36。默认为1。",
|
3831
|
+
"example": "无",
|
3832
3832
|
"member": "int64",
|
3833
3833
|
"name": "Period",
|
3834
3834
|
"required": false,
|
3835
|
-
"type": "int"
|
3836
|
-
"value_allowed_null": false
|
3835
|
+
"type": "int"
|
3837
3836
|
},
|
3838
3837
|
{
|
3839
3838
|
"disabled": false,
|
3840
|
-
"document": "自动续费标识。取值范围:\
|
3841
|
-
"example": "",
|
3839
|
+
"document": "自动续费标识。取值范围:\n- NOTIFY_AND_AUTO_RENEW:通知过期且自动续费。在账户余额充足的情况下,实例到期后将按月自动续费。\n- NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费。默认为NOTIFY_AND_MANUAL_RENEW。\n- DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费。",
|
3840
|
+
"example": "无",
|
3842
3841
|
"member": "string",
|
3843
3842
|
"name": "RenewFlag",
|
3844
3843
|
"required": false,
|
3845
|
-
"type": "string"
|
3846
|
-
"value_allowed_null": false
|
3844
|
+
"type": "string"
|
3847
3845
|
}
|
3848
3846
|
],
|
3849
3847
|
"usage": "in"
|
@@ -439,7 +439,7 @@
|
|
439
439
|
},
|
440
440
|
{
|
441
441
|
"disabled": false,
|
442
|
-
"document": "
|
442
|
+
"document": "IP地址",
|
443
443
|
"example": "127.0.0.1",
|
444
444
|
"member": "string",
|
445
445
|
"name": "Ip",
|
@@ -1795,7 +1795,7 @@
|
|
1795
1795
|
},
|
1796
1796
|
{
|
1797
1797
|
"disabled": false,
|
1798
|
-
"document": "
|
1798
|
+
"document": "IP",
|
1799
1799
|
"example": "127.0.0.1",
|
1800
1800
|
"member": "string",
|
1801
1801
|
"name": "Ip",
|
@@ -113,7 +113,7 @@
|
|
113
113
|
"ModifyAuthorizationPolicy": [
|
114
114
|
{
|
115
115
|
"document": "示例",
|
116
|
-
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAuthorizationPolicy\n<公共请求参数>\n\n{\n \"Id\": 18,\n \"InstanceId\": \"mqtt-jeredv33\",\n \"PolicyName\": \"
|
116
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAuthorizationPolicy\n<公共请求参数>\n\n{\n \"Id\": 18,\n \"InstanceId\": \"mqtt-jeredv33\",\n \"PolicyName\": \"policy-1\"\n}",
|
117
117
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"657a771d-a70e-4c0d-a70a-eb7f82471000\"\n }\n}",
|
118
118
|
"title": "示例"
|
119
119
|
}
|
@@ -15228,7 +15228,7 @@
|
|
15228
15228
|
"members": [
|
15229
15229
|
{
|
15230
15230
|
"disabled": false,
|
15231
|
-
"document": "图片的 Url
|
15231
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
15232
15232
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/docume",
|
15233
15233
|
"member": "string",
|
15234
15234
|
"name": "ImageUrl",
|
@@ -15237,7 +15237,7 @@
|
|
15237
15237
|
},
|
15238
15238
|
{
|
15239
15239
|
"disabled": false,
|
15240
|
-
"document": "图片的 Base64
|
15240
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
15241
15241
|
"example": "无",
|
15242
15242
|
"member": "string",
|
15243
15243
|
"name": "ImageBase64",
|