tccli 3.0.1287.1__py2.py3-none-any.whl → 3.0.1289.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 (77) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/plugins/sso/__init__.py +11 -1
  3. tccli/plugins/sso/login.py +3 -3
  4. tccli/services/asr/v20190614/api.json +6 -6
  5. tccli/services/asr/v20190614/examples.json +4 -4
  6. tccli/services/bi/v20220105/api.json +43 -0
  7. tccli/services/billing/v20180709/api.json +564 -504
  8. tccli/services/captcha/v20190722/api.json +79 -77
  9. tccli/services/cdc/v20201214/api.json +16 -16
  10. tccli/services/cdwpg/v20201230/api.json +5 -5
  11. tccli/services/cdwpg/v20201230/examples.json +6 -6
  12. tccli/services/cdz/v20221123/api.json +4 -4
  13. tccli/services/cfg/v20210820/api.json +197 -197
  14. tccli/services/cfg/v20210820/examples.json +1 -1
  15. tccli/services/cfs/v20190719/api.json +1 -1
  16. tccli/services/clb/v20180317/api.json +2 -2
  17. tccli/services/cvm/cvm_client.py +53 -0
  18. tccli/services/cvm/v20170312/api.json +110 -5
  19. tccli/services/cvm/v20170312/examples.json +8 -0
  20. tccli/services/cwp/v20180228/api.json +102 -24
  21. tccli/services/dbbrain/dbbrain_client.py +383 -12
  22. tccli/services/dbbrain/v20210527/api.json +884 -101
  23. tccli/services/dbbrain/v20210527/examples.json +56 -0
  24. tccli/services/domain/v20180808/api.json +52 -32
  25. tccli/services/dts/v20180330/api.json +34 -34
  26. tccli/services/dts/v20180330/examples.json +1 -1
  27. tccli/services/dts/v20211206/api.json +225 -223
  28. tccli/services/dts/v20211206/examples.json +2 -2
  29. tccli/services/ess/v20201111/api.json +53 -2
  30. tccli/services/essbasic/v20210526/api.json +54 -3
  31. tccli/services/hunyuan/v20230901/api.json +45 -12
  32. tccli/services/iotexplorer/iotexplorer_client.py +159 -0
  33. tccli/services/iotexplorer/v20190423/api.json +561 -0
  34. tccli/services/iotexplorer/v20190423/examples.json +24 -0
  35. tccli/services/iotvideo/iotvideo_client.py +106 -0
  36. tccli/services/iotvideo/v20211125/api.json +105 -0
  37. tccli/services/iotvideo/v20211125/examples.json +16 -0
  38. tccli/services/lighthouse/v20200324/api.json +46 -46
  39. tccli/services/lighthouse/v20200324/examples.json +2 -2
  40. tccli/services/lke/v20231130/api.json +6 -6
  41. tccli/services/lke/v20231130/examples.json +1 -1
  42. tccli/services/lkeap/v20240522/api.json +2 -2
  43. tccli/services/mariadb/v20170312/api.json +30 -30
  44. tccli/services/mongodb/v20190725/api.json +3 -3
  45. tccli/services/mps/v20190612/api.json +88 -6
  46. tccli/services/mqtt/v20240516/api.json +3 -3
  47. tccli/services/mqtt/v20240516/examples.json +5 -11
  48. tccli/services/organization/v20210331/api.json +113 -113
  49. tccli/services/redis/v20180412/api.json +4 -4
  50. tccli/services/ses/v20201002/api.json +1 -1
  51. tccli/services/svp/v20240125/api.json +1 -1
  52. tccli/services/tat/v20201028/api.json +7 -7
  53. tccli/services/tcb/v20180608/api.json +236 -235
  54. tccli/services/tcb/v20180608/examples.json +1 -7
  55. tccli/services/tdmq/v20200217/api.json +231 -221
  56. tccli/services/teo/v20220901/api.json +670 -12
  57. tccli/services/teo/v20220901/examples.json +21 -3
  58. tccli/services/tione/v20211111/api.json +64 -6
  59. tccli/services/trocket/trocket_client.py +53 -0
  60. tccli/services/trocket/v20230308/api.json +61 -0
  61. tccli/services/trocket/v20230308/examples.json +8 -0
  62. tccli/services/trro/trro_client.py +53 -0
  63. tccli/services/trro/v20220325/api.json +70 -0
  64. tccli/services/trro/v20220325/examples.json +8 -0
  65. tccli/services/vdb/v20230616/api.json +31 -2
  66. tccli/services/vdb/v20230616/examples.json +8 -2
  67. tccli/services/vrs/v20200824/api.json +14 -2
  68. tccli/services/vrs/v20200824/examples.json +1 -1
  69. tccli/services/waf/v20180125/api.json +225 -0
  70. tccli/services/waf/v20180125/examples.json +24 -0
  71. tccli/services/waf/waf_client.py +159 -0
  72. tccli/services/wedata/v20210820/api.json +48 -0
  73. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/METADATA +2 -2
  74. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/RECORD +77 -77
  75. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/WHEEL +0 -0
  76. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/entry_points.txt +0 -0
  77. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/license_files/LICENSE +0 -0
@@ -9426,7 +9426,7 @@
9426
9426
  },
9427
9427
  {
9428
9428
  "disabled": false,
9429
- "document": "投递的日志集ID。通过接口[DescribeInstanceLogDelivery](https://cloud.tencent.com/document/product/239/110878)的返回参数 **SlowLog** 的子参数 **LogsetId** 获取。",
9429
+ "document": "投递的日志集ID。通过接口[DescribeLogsets](https://cloud.tencent.com/document/api/614/58624)获取到日志集ID。",
9430
9430
  "example": "4ae3d686-0dcf-4db3-9867-482def442c9a",
9431
9431
  "member": "string",
9432
9432
  "name": "LogsetId",
@@ -9435,7 +9435,7 @@
9435
9435
  },
9436
9436
  {
9437
9437
  "disabled": false,
9438
- "document": "投递的日志主题ID。请通过接口[DescribeInstanceLogDelivery](https://cloud.tencent.com/document/product/239/110878)的返回参数 **SlowLog** 的子参数 **TopicId** 获取。",
9438
+ "document": "投递的日志主题ID。通过接口[DescribeTopics](https://cloud.tencent.com/document/api/614/56454)获取到日志主题ID。",
9439
9439
  "example": "27197b72-e1cb-4fc1-ab21-3865f589136f",
9440
9440
  "member": "string",
9441
9441
  "name": "TopicId",
@@ -9444,7 +9444,7 @@
9444
9444
  },
9445
9445
  {
9446
9446
  "disabled": false,
9447
- "document": "日志集名称。若**LogsetId**未指定具体的日志集ID,请配置该参数,设置日志集名称,系统会以设置的日志集名称自动创建新的日志集。",
9447
+ "document": "日志集名称。**LogsetId**为空时必传,系统会以LogsetName为名称来创建新的日志集并投递日志。",
9448
9448
  "example": "test-set-name",
9449
9449
  "member": "string",
9450
9450
  "name": "LogsetName",
@@ -9453,7 +9453,7 @@
9453
9453
  },
9454
9454
  {
9455
9455
  "disabled": false,
9456
- "document": "日志主题名称,TopicId为空时必传,会自动创建新的日志主题。",
9456
+ "document": "日志主题名称。**TopicId**为空时必传,系统会以TopicName为名称来创建新的日志主题并投递日志。",
9457
9457
  "example": "test-topic-name",
9458
9458
  "member": "string",
9459
9459
  "name": "TopicName",
@@ -308,7 +308,7 @@
308
308
  },
309
309
  {
310
310
  "disabled": false,
311
- "document": "已废弃\n<dx-alert infotype=\"notice\" title=\"说明\"> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>",
311
+ "document": "已废弃<dx-alert infotype=\"notice\" title=\"说明\"> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>",
312
312
  "example": "无",
313
313
  "member": "Simple",
314
314
  "name": "Simple",
@@ -1030,7 +1030,7 @@
1030
1030
  {
1031
1031
  "disabled": false,
1032
1032
  "document": "地域",
1033
- "example": "[\"*\"]",
1033
+ "example": "[\"33\"]",
1034
1034
  "member": "string",
1035
1035
  "name": "Region",
1036
1036
  "output_required": true,
@@ -1644,13 +1644,13 @@
1644
1644
  },
1645
1645
  {
1646
1646
  "disabled": false,
1647
- "document": "注册码信息列表。\n注意:此字段可能返回 null,表示取不到有效值。",
1647
+ "document": "注册码信息列表。",
1648
1648
  "example": "无",
1649
1649
  "member": "RegisterCodeInfo",
1650
1650
  "name": "RegisterCodeSet",
1651
1651
  "output_required": true,
1652
1652
  "type": "list",
1653
- "value_allowed_null": true
1653
+ "value_allowed_null": false
1654
1654
  },
1655
1655
  {
1656
1656
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -2284,7 +2284,7 @@
2284
2284
  },
2285
2285
  {
2286
2286
  "disabled": false,
2287
- "document": "调用来源。",
2287
+ "document": "调用来源。\n\n- USER:来源于用户调用。\n- INVOKER:来源于定时执行。",
2288
2288
  "example": "USER",
2289
2289
  "member": "string",
2290
2290
  "name": "InvocationSource",
@@ -2516,13 +2516,13 @@
2516
2516
  },
2517
2517
  {
2518
2518
  "disabled": false,
2519
- "document": "执行器周期计划。周期执行器会返回此字段。\n注意:此字段可能返回 null,表示取不到有效值。",
2519
+ "document": "执行器周期计划。周期执行器会返回此字段。",
2520
2520
  "example": "无",
2521
2521
  "member": "ScheduleSettings",
2522
2522
  "name": "ScheduleSettings",
2523
2523
  "output_required": false,
2524
2524
  "type": "object",
2525
- "value_allowed_null": true
2525
+ "value_allowed_null": false
2526
2526
  },
2527
2527
  {
2528
2528
  "disabled": false,
@@ -3067,7 +3067,7 @@
3067
3067
  },
3068
3068
  {
3069
3069
  "disabled": false,
3070
- "document": "实例ID。",
3070
+ "document": "托管实例ID。",
3071
3071
  "example": "rins-8d5cxxxx",
3072
3072
  "member": "string",
3073
3073
  "name": "InstanceId",
@@ -3077,7 +3077,7 @@
3077
3077
  },
3078
3078
  {
3079
3079
  "disabled": false,
3080
- "document": "实例名。",
3080
+ "document": "托管实例名。",
3081
3081
  "example": "register-test",
3082
3082
  "member": "string",
3083
3083
  "name": "InstanceName",