tccli 3.0.828.1__py2.py3-none-any.whl → 3.0.829.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (30) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/autoscaling/v20180419/api.json +14 -14
  3. tccli/services/cloudstudio/cloudstudio_client.py +53 -0
  4. tccli/services/cloudstudio/v20210524/api.json +89 -0
  5. tccli/services/cloudstudio/v20210524/examples.json +8 -0
  6. tccli/services/ess/v20201111/api.json +9 -0
  7. tccli/services/ess/v20201111/examples.json +1 -1
  8. tccli/services/essbasic/v20210526/api.json +133 -364
  9. tccli/services/essbasic/v20210526/examples.json +89 -95
  10. tccli/services/ic/v20190307/api.json +1 -1
  11. tccli/services/live/v20180801/api.json +2 -6
  12. tccli/services/live/v20180801/examples.json +1 -1
  13. tccli/services/mrs/v20200910/api.json +8130 -2302
  14. tccli/services/mrs/v20200910/examples.json +1 -1
  15. tccli/services/ocr/v20181119/api.json +32 -134
  16. tccli/services/ocr/v20181119/examples.json +15 -15
  17. tccli/services/pts/v20210728/api.json +27 -78
  18. tccli/services/sslpod/v20190605/api.json +1 -1
  19. tccli/services/tem/v20210701/api.json +1 -1
  20. tccli/services/tione/v20191022/api.json +1 -1
  21. tccli/services/tione/v20211111/api.json +1 -1
  22. tccli/services/trtc/v20190722/api.json +3 -25
  23. tccli/services/vpc/v20170312/api.json +60 -51
  24. tccli/services/vpc/v20170312/examples.json +17 -17
  25. {tccli-3.0.828.1.dist-info → tccli-3.0.829.1.dist-info}/METADATA +2 -2
  26. {tccli-3.0.828.1.dist-info → tccli-3.0.829.1.dist-info}/RECORD +30 -30
  27. {tccli-3.0.828.1.dist-info → tccli-3.0.829.1.dist-info}/LICENSE +0 -0
  28. {tccli-3.0.828.1.dist-info → tccli-3.0.829.1.dist-info}/WHEEL +0 -0
  29. {tccli-3.0.828.1.dist-info → tccli-3.0.829.1.dist-info}/entry_points.txt +0 -0
  30. {tccli-3.0.828.1.dist-info → tccli-3.0.829.1.dist-info}/top_level.txt +0 -0
@@ -67,7 +67,7 @@
67
67
  "metadata": {
68
68
  "apiVersion": "2019-03-07",
69
69
  "api_brief": "介绍如何使用API对物联卡进行操作,包括查询卡片信息、查询应用信息、群发短信等。",
70
- "serviceNameCN": "物联网卡",
70
+ "serviceNameCN": "图片瘦身",
71
71
  "serviceShortName": "ic"
72
72
  },
73
73
  "objects": {
@@ -113,7 +113,7 @@
113
113
  "status": "online"
114
114
  },
115
115
  "CreateLiveTranscodeRule": {
116
- "document": "创建转码规则,需要先调用[CreateLiveTranscodeTemplate](/document/product/267/32646)接口创建转码模板,将返回的模板id绑定到流使用。\n<br>转码相关文档:[直播转封装及转码](/document/product/267/32736)。",
116
+ "document": "创建转码规则,数量上限:50,需要先调用[CreateLiveTranscodeTemplate](/document/product/267/32646)接口创建转码模板,将返回的模板id绑定到流使用。\n<br>转码相关文档:[直播转封装及转码](/document/product/267/32736)。",
117
117
  "input": "CreateLiveTranscodeRuleRequest",
118
118
  "name": "创建转码规则",
119
119
  "output": "CreateLiveTranscodeRuleResponse",
@@ -3154,7 +3154,6 @@
3154
3154
  "document": "CreateLiveTranscodeRule请求参数结构体",
3155
3155
  "members": [
3156
3156
  {
3157
- "default": "",
3158
3157
  "document": "播放域名。",
3159
3158
  "example": "xxx.xx.com",
3160
3159
  "member": "string",
@@ -3163,8 +3162,7 @@
3163
3162
  "type": "string"
3164
3163
  },
3165
3164
  {
3166
- "default": "",
3167
- "document": "推流路径,与推流和播放地址中的AppName保持一致。如果只绑定域名,则此处填空。",
3165
+ "document": "推流路径,与推流和播放地址中的AppName保持一致。如果只绑定域名,则此处填\"\"。",
3168
3166
  "example": "live",
3169
3167
  "member": "string",
3170
3168
  "name": "AppName",
@@ -3172,7 +3170,6 @@
3172
3170
  "type": "string"
3173
3171
  },
3174
3172
  {
3175
- "default": "",
3176
3173
  "document": "流名称。如果只绑定域名或路径,则此处填空。",
3177
3174
  "example": "stream",
3178
3175
  "member": "string",
@@ -3181,7 +3178,6 @@
3181
3178
  "type": "string"
3182
3179
  },
3183
3180
  {
3184
- "default": "",
3185
3181
  "document": "指定已有的模板Id。",
3186
3182
  "example": "1000",
3187
3183
  "member": "int64",
@@ -154,7 +154,7 @@
154
154
  ],
155
155
  "CreateLiveTranscodeRule": [
156
156
  {
157
- "document": "",
157
+ "document": "CreateLiveTranscodeRule 默认示例。",
158
158
  "input": "https://live.tencentcloudapi.com/?Action=CreateLiveTranscodeRule\n&DomainName=5000.liveplay.myqcloud.com\n&AppName=live\n&StreamName=stream1\n&TemplateId=1000\n&<公共请求参数>",
159
159
  "output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
160
160
  "title": "请求示例"