tccli 3.0.1264.1__py2.py3-none-any.whl → 3.0.1266.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.
Files changed (53) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/batch/v20170312/api.json +1 -1
  3. tccli/services/bh/v20230418/api.json +490 -5
  4. tccli/services/bh/v20230418/examples.json +2 -2
  5. tccli/services/billing/v20180709/api.json +4 -2
  6. tccli/services/cbs/v20170312/api.json +12 -2
  7. tccli/services/cbs/v20170312/examples.json +2 -2
  8. tccli/services/cdn/v20180606/api.json +33 -11
  9. tccli/services/chdfs/v20201112/api.json +7 -7
  10. tccli/services/cls/v20201016/api.json +11 -2
  11. tccli/services/cvm/v20170312/api.json +13 -3
  12. tccli/services/ess/v20201111/api.json +19 -19
  13. tccli/services/essbasic/v20210526/api.json +2 -2
  14. tccli/services/facefusion/v20220927/api.json +2 -2
  15. tccli/services/lcic/v20220817/api.json +30 -35
  16. tccli/services/lighthouse/v20200324/api.json +7 -7
  17. tccli/services/lkeap/v20240522/api.json +412 -9
  18. tccli/services/lkeap/v20240522/examples.json +19 -19
  19. tccli/services/mna/v20210119/api.json +21 -21
  20. tccli/services/mongodb/mongodb_client.py +53 -0
  21. tccli/services/mongodb/v20190725/api.json +70 -0
  22. tccli/services/mongodb/v20190725/examples.json +8 -0
  23. tccli/services/mps/v20190612/api.json +84 -8
  24. tccli/services/mqtt/mqtt_client.py +658 -75
  25. tccli/services/mqtt/v20240516/api.json +1038 -54
  26. tccli/services/mqtt/v20240516/examples.json +88 -0
  27. tccli/services/ocr/v20181119/api.json +52 -22
  28. tccli/services/rum/v20210622/api.json +12 -12
  29. tccli/services/rum/v20210622/examples.json +6 -6
  30. tccli/services/ssl/ssl_client.py +122 -16
  31. tccli/services/ssl/v20191205/api.json +468 -22
  32. tccli/services/ssl/v20191205/examples.json +18 -2
  33. tccli/services/sts/v20180813/api.json +1 -1
  34. tccli/services/tcr/v20190924/api.json +2 -2
  35. tccli/services/teo/v20220901/api.json +1 -1
  36. tccli/services/tke/v20180525/api.json +18 -0
  37. tccli/services/tmt/v20180321/api.json +1 -1
  38. tccli/services/trro/v20220325/api.json +1 -1
  39. tccli/services/trtc/v20190722/api.json +34 -35
  40. tccli/services/trtc/v20190722/examples.json +14 -14
  41. tccli/services/vms/v20200902/api.json +9 -9
  42. tccli/services/vms/v20200902/examples.json +5 -5
  43. tccli/services/vpc/v20170312/api.json +6 -6
  44. tccli/services/vpc/v20170312/examples.json +4 -4
  45. tccli/services/waf/v20180125/api.json +24 -2
  46. tccli/services/wedata/v20210820/api.json +107 -0
  47. tccli/services/wedata/v20210820/examples.json +8 -0
  48. tccli/services/wedata/wedata_client.py +53 -0
  49. {tccli-3.0.1264.1.dist-info → tccli-3.0.1266.1.dist-info}/METADATA +2 -2
  50. {tccli-3.0.1264.1.dist-info → tccli-3.0.1266.1.dist-info}/RECORD +53 -53
  51. {tccli-3.0.1264.1.dist-info → tccli-3.0.1266.1.dist-info}/WHEEL +0 -0
  52. {tccli-3.0.1264.1.dist-info → tccli-3.0.1266.1.dist-info}/entry_points.txt +0 -0
  53. {tccli-3.0.1264.1.dist-info → tccli-3.0.1266.1.dist-info}/license_files/LICENSE +0 -0
@@ -686,52 +686,47 @@
686
686
  {
687
687
  "disabled": false,
688
688
  "document": "场景参数,一个应用下可以设置多个不同场景。",
689
- "example": "abc",
689
+ "example": "Test",
690
690
  "member": "string",
691
691
  "name": "Scene",
692
692
  "required": true,
693
- "type": "string",
694
- "value_allowed_null": false
693
+ "type": "string"
695
694
  },
696
695
  {
697
696
  "disabled": false,
698
697
  "document": "logo地址,用于上课时展示的课堂或平台图标,支持开发商自定义业务品牌展示。",
699
- "example": "abc",
698
+ "example": "https://tcic-dev-siwygftrdtfghj5678853/36e7627678jh-8916-ac33b240cfb3",
700
699
  "member": "string",
701
700
  "name": "LogoUrl",
702
701
  "required": false,
703
- "type": "string",
704
- "value_allowed_null": false
702
+ "type": "string"
705
703
  },
706
704
  {
707
705
  "disabled": false,
708
706
  "document": "HomeUrl:主页地址,用于上课结束后课堂跳转,支持跳转到自己的业务系统。如果配置为空则下课后关闭课堂页面。",
709
- "example": "abc",
707
+ "example": "www.baidu.com",
710
708
  "member": "string",
711
709
  "name": "HomeUrl",
712
710
  "required": false,
713
- "type": "string",
714
- "value_allowed_null": false
711
+ "type": "string"
715
712
  },
716
713
  {
717
714
  "disabled": false,
718
715
  "document": "JsUrl :自定义js。针对应用用于开发上自定义课堂界面、模块功能、监控操作,支持数据请求与响应处理。",
719
- "example": "abc",
716
+ "example": "https://lifeid0ecsfsdec0341127.umd.min.js",
720
717
  "member": "string",
721
718
  "name": "JsUrl",
722
719
  "required": false,
723
- "type": "string",
724
- "value_allowed_null": false
720
+ "type": "string"
725
721
  },
726
722
  {
727
723
  "disabled": false,
728
724
  "document": "Css : 自定义的css。针对应用用于支持课堂界面的、模块的UI渲染修改、皮肤配色修改、功能模块的隐藏和展示。",
729
- "example": "abc",
725
+ "example": "https://lifeisfddskjdhg1cbeec0341127.css",
730
726
  "member": "string",
731
727
  "name": "CssUrl",
732
728
  "required": false,
733
- "type": "string",
734
- "value_allowed_null": false
729
+ "type": "string"
735
730
  }
736
731
  ],
737
732
  "usage": "in"
@@ -1110,13 +1105,13 @@
1110
1105
  "members": [
1111
1106
  {
1112
1107
  "disabled": false,
1113
- "document": "注册成功的用户列表\n注意:此字段可能返回 null,表示取不到有效值。",
1108
+ "document": "注册成功的用户列表",
1114
1109
  "example": "无",
1115
1110
  "member": "BatchUserInfo",
1116
1111
  "name": "Users",
1117
1112
  "output_required": true,
1118
1113
  "type": "list",
1119
- "value_allowed_null": true
1114
+ "value_allowed_null": false
1120
1115
  },
1121
1116
  {
1122
1117
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -1256,7 +1251,7 @@
1256
1251
  {
1257
1252
  "disabled": false,
1258
1253
  "document": "课堂iD\n注意:此字段可能返回 null,表示取不到有效值。",
1259
- "example": "123456",
1254
+ "example": "3451381",
1260
1255
  "member": "uint64",
1261
1256
  "name": "RoomId",
1262
1257
  "output_required": true,
@@ -3543,13 +3538,13 @@
3543
3538
  "members": [
3544
3539
  {
3545
3540
  "disabled": false,
3546
- "document": "禁言用户信息数组,内容包括被禁言的成员 ID,及其被禁言到的时间(使用 UTC 时间,即世界协调时间)\n注意:此字段可能返回 null,表示取不到有效值。",
3541
+ "document": "禁言用户信息数组,内容包括被禁言的成员 ID,及其被禁言到的时间(使用 UTC 时间,即世界协调时间)",
3547
3542
  "example": "无",
3548
3543
  "member": "MutedAccountList",
3549
3544
  "name": "MutedAccountList",
3550
3545
  "output_required": true,
3551
3546
  "type": "list",
3552
- "value_allowed_null": true
3547
+ "value_allowed_null": false
3553
3548
  },
3554
3549
  {
3555
3550
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -4080,7 +4075,7 @@
4080
4075
  {
4081
4076
  "disabled": false,
4082
4077
  "document": "总数",
4083
- "example": "50",
4078
+ "example": "500",
4084
4079
  "member": "uint64",
4085
4080
  "name": "Total",
4086
4081
  "output_required": true,
@@ -4089,13 +4084,13 @@
4089
4084
  },
4090
4085
  {
4091
4086
  "disabled": false,
4092
- "document": "课堂评分列表\n注意:此字段可能返回 null,表示取不到有效值。",
4087
+ "document": "课堂评分列表",
4093
4088
  "example": "无",
4094
4089
  "member": "ClassScoreItem",
4095
4090
  "name": "Scores",
4096
4091
  "output_required": true,
4097
4092
  "type": "list",
4098
- "value_allowed_null": true
4093
+ "value_allowed_null": false
4099
4094
  },
4100
4095
  {
4101
4096
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -4112,7 +4107,7 @@
4112
4107
  {
4113
4108
  "disabled": false,
4114
4109
  "document": "应用ID",
4115
- "example": "123456",
4110
+ "example": "38901092",
4116
4111
  "member": "uint64",
4117
4112
  "name": "SdkAppId",
4118
4113
  "required": true,
@@ -4154,13 +4149,13 @@
4154
4149
  },
4155
4150
  {
4156
4151
  "disabled": false,
4157
- "document": "当前获取用户信息数组列表\n注意:此字段可能返回 null,表示取不到有效值。",
4152
+ "document": "当前获取用户信息数组列表",
4158
4153
  "example": "无",
4159
4154
  "member": "UserInfo",
4160
4155
  "name": "Users",
4161
4156
  "output_required": true,
4162
4157
  "type": "list",
4163
- "value_allowed_null": true
4158
+ "value_allowed_null": false
4164
4159
  },
4165
4160
  {
4166
4161
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -6209,17 +6204,17 @@
6209
6204
  "example": "a304828e-c109-436e-aada-59aec20b7aab",
6210
6205
  "member": "string",
6211
6206
  "name": "QuestionId",
6212
- "required": false,
6207
+ "output_required": true,
6213
6208
  "type": "string",
6214
6209
  "value_allowed_null": false
6215
6210
  },
6216
6211
  {
6217
6212
  "disabled": false,
6218
6213
  "document": "问题内容",
6219
- "example": "测试题",
6214
+ "example": "测试",
6220
6215
  "member": "string",
6221
6216
  "name": "QuestionContent",
6222
- "required": false,
6217
+ "output_required": true,
6223
6218
  "type": "string",
6224
6219
  "value_allowed_null": false
6225
6220
  },
@@ -6229,7 +6224,7 @@
6229
6224
  "example": "1",
6230
6225
  "member": "uint64",
6231
6226
  "name": "Duration",
6232
- "required": false,
6227
+ "output_required": true,
6233
6228
  "type": "int",
6234
6229
  "value_allowed_null": false
6235
6230
  },
@@ -6239,7 +6234,7 @@
6239
6234
  "example": "1",
6240
6235
  "member": "int64",
6241
6236
  "name": "CorrectAnswer",
6242
- "required": false,
6237
+ "output_required": true,
6243
6238
  "type": "int",
6244
6239
  "value_allowed_null": false
6245
6240
  },
@@ -6249,7 +6244,7 @@
6249
6244
  "example": "无",
6250
6245
  "member": "AnswerStat",
6251
6246
  "name": "AnswerStats",
6252
- "required": false,
6247
+ "output_required": true,
6253
6248
  "type": "list",
6254
6249
  "value_allowed_null": true
6255
6250
  }
@@ -7698,7 +7693,7 @@
7698
7693
  {
7699
7694
  "disabled": false,
7700
7695
  "document": "应用Id。\n注意:此字段可能返回 null,表示取不到有效值。",
7701
- "example": "123456",
7696
+ "example": "397682",
7702
7697
  "member": "uint64",
7703
7698
  "name": "SdkAppId",
7704
7699
  "output_required": true,
@@ -7718,7 +7713,7 @@
7718
7713
  {
7719
7714
  "disabled": false,
7720
7715
  "document": "用户昵称。\n注意:此字段可能返回 null,表示取不到有效值。",
7721
- "example": "abc",
7716
+ "example": "Tom",
7722
7717
  "member": "string",
7723
7718
  "name": "Name",
7724
7719
  "output_required": true,
@@ -7728,7 +7723,7 @@
7728
7723
  {
7729
7724
  "disabled": false,
7730
7725
  "document": "用户头像Url。\n注意:此字段可能返回 null,表示取不到有效值。",
7731
- "example": "abc",
7726
+ "example": "https://sdffdsjhgfcgh-2347283829d265a6414f8.pdf",
7732
7727
  "member": "string",
7733
7728
  "name": "Avatar",
7734
7729
  "output_required": true,
@@ -2936,13 +2936,13 @@
2936
2936
  "members": [
2937
2937
  {
2938
2938
  "disabled": false,
2939
- "document": "云联网关联的实例列表。\n注意:此字段可能返回 null,表示取不到有效值。",
2939
+ "document": "云联网关联的实例列表。",
2940
2940
  "example": "无",
2941
2941
  "member": "CcnAttachedInstance",
2942
2942
  "name": "CcnAttachedInstanceSet",
2943
- "required": true,
2943
+ "output_required": true,
2944
2944
  "type": "list",
2945
- "value_allowed_null": true
2945
+ "value_allowed_null": false
2946
2946
  },
2947
2947
  {
2948
2948
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -6801,23 +6801,23 @@
6801
6801
  },
6802
6802
  {
6803
6803
  "disabled": false,
6804
- "document": "数据盘价格信息列表。\n注意:此字段可能返回 null,表示取不到有效值。",
6804
+ "document": "数据盘价格信息列表。",
6805
6805
  "example": "无",
6806
6806
  "member": "DataDiskPrice",
6807
6807
  "name": "DataDiskPriceSet",
6808
6808
  "output_required": true,
6809
6809
  "type": "list",
6810
- "value_allowed_null": true
6810
+ "value_allowed_null": false
6811
6811
  },
6812
6812
  {
6813
6813
  "disabled": false,
6814
- "document": "待续费实例价格列表。\n注意:此字段可能返回 null,表示取不到有效值。",
6814
+ "document": "待续费实例价格列表。",
6815
6815
  "example": "无",
6816
6816
  "member": "InstancePriceDetail",
6817
6817
  "name": "InstancePriceDetailSet",
6818
6818
  "output_required": true,
6819
6819
  "type": "list",
6820
- "value_allowed_null": true
6820
+ "value_allowed_null": false
6821
6821
  },
6822
6822
  {
6823
6823
  "disabled": false,