tccli 3.0.1297.1__py2.py3-none-any.whl → 3.0.1299.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 (85) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/batch/batch_client.py +4 -110
  3. tccli/services/batch/v20170312/api.json +0 -527
  4. tccli/services/batch/v20170312/examples.json +0 -16
  5. tccli/services/bi/v20220105/api.json +87 -1
  6. tccli/services/bi/v20220105/examples.json +7 -7
  7. tccli/services/cam/v20190116/api.json +84 -84
  8. tccli/services/cbs/v20170312/api.json +24 -24
  9. tccli/services/cdn/v20180606/api.json +240 -179
  10. tccli/services/cdn/v20180606/examples.json +1 -1
  11. tccli/services/cfg/v20210820/api.json +5 -3
  12. tccli/services/cfg/v20210820/examples.json +1 -1
  13. tccli/services/chdfs/v20201112/api.json +7 -1
  14. tccli/services/cls/cls_client.py +235 -23
  15. tccli/services/cls/v20201016/api.json +457 -3
  16. tccli/services/cls/v20201016/examples.json +32 -0
  17. tccli/services/controlcenter/v20230110/api.json +63 -58
  18. tccli/services/cvm/v20170312/api.json +2 -2
  19. tccli/services/dbbrain/dbbrain_client.py +106 -0
  20. tccli/services/dbbrain/v20191016/api.json +365 -6
  21. tccli/services/dbbrain/v20191016/examples.json +8 -0
  22. tccli/services/dbbrain/v20210527/api.json +550 -21
  23. tccli/services/dbbrain/v20210527/examples.json +16 -0
  24. tccli/services/dcdb/v20180411/api.json +102 -6
  25. tccli/services/dcdb/v20180411/examples.json +4 -4
  26. tccli/services/dlc/dlc_client.py +53 -0
  27. tccli/services/dlc/v20210125/api.json +162 -0
  28. tccli/services/dlc/v20210125/examples.json +8 -0
  29. tccli/services/dnspod/v20210323/api.json +128 -127
  30. tccli/services/ess/v20201111/api.json +1 -1
  31. tccli/services/essbasic/v20210526/api.json +5 -5
  32. tccli/services/facefusion/v20220927/api.json +2 -2
  33. tccli/services/facefusion/v20220927/examples.json +1 -1
  34. tccli/services/gs/v20191118/api.json +22 -3
  35. tccli/services/gs/v20191118/examples.json +1 -1
  36. tccli/services/hai/v20230812/api.json +16 -16
  37. tccli/services/iotcloud/v20210408/api.json +2 -2
  38. tccli/services/iotcloud/v20210408/examples.json +3 -3
  39. tccli/services/iotexplorer/v20190423/api.json +947 -857
  40. tccli/services/iotexplorer/v20190423/examples.json +83 -83
  41. tccli/services/live/v20180801/api.json +2 -2
  42. tccli/services/lkeap/v20240522/api.json +3 -3
  43. tccli/services/mariadb/v20170312/api.json +84 -8
  44. tccli/services/mariadb/v20170312/examples.json +3 -3
  45. tccli/services/mps/v20190612/api.json +63 -61
  46. tccli/services/mps/v20190612/examples.json +48 -48
  47. tccli/services/mqtt/v20240516/api.json +62 -12
  48. tccli/services/mqtt/v20240516/examples.json +6 -6
  49. tccli/services/ocr/ocr_client.py +307 -360
  50. tccli/services/ocr/v20181119/api.json +73 -289
  51. tccli/services/ocr/v20181119/examples.json +0 -8
  52. tccli/services/organization/v20210331/api.json +9 -0
  53. tccli/services/partners/v20180321/api.json +10 -0
  54. tccli/services/sqlserver/v20180328/api.json +9 -0
  55. tccli/services/sqlserver/v20180328/examples.json +1 -1
  56. tccli/services/tcb/v20180608/api.json +11 -1
  57. tccli/services/tdmq/v20200217/api.json +30 -0
  58. tccli/services/teo/v20220106/api.json +4 -4
  59. tccli/services/teo/v20220901/api.json +48 -7
  60. tccli/services/teo/v20220901/examples.json +51 -15
  61. tccli/services/tione/v20211111/api.json +25 -5
  62. tccli/services/tke/v20180525/api.json +2 -2
  63. tccli/services/trro/trro_client.py +269 -4
  64. tccli/services/trro/v20220325/api.json +504 -0
  65. tccli/services/trro/v20220325/examples.json +40 -0
  66. tccli/services/tse/v20201207/api.json +34 -34
  67. tccli/services/vdb/v20230616/api.json +738 -15
  68. tccli/services/vdb/v20230616/examples.json +64 -0
  69. tccli/services/vdb/vdb_client.py +428 -4
  70. tccli/services/vod/v20180717/api.json +9 -0
  71. tccli/services/vod/v20240718/api.json +985 -0
  72. tccli/services/vod/v20240718/examples.json +66 -0
  73. tccli/services/vod/vod_client.py +330 -12
  74. tccli/services/vpc/v20170312/api.json +175 -0
  75. tccli/services/vpc/v20170312/examples.json +8 -0
  76. tccli/services/vpc/vpc_client.py +53 -0
  77. tccli/services/wedata/v20210820/api.json +464 -1
  78. tccli/services/wedata/v20210820/examples.json +22 -0
  79. tccli/services/wedata/wedata_client.py +114 -8
  80. tccli/services/weilingwith/v20230427/api.json +10 -10
  81. {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/METADATA +2 -2
  82. {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/RECORD +85 -85
  83. {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/WHEEL +0 -0
  84. {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/entry_points.txt +0 -0
  85. {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/license_files/LICENSE +0 -0
@@ -943,25 +943,25 @@
943
943
  "members": [
944
944
  {
945
945
  "disabled": false,
946
- "document": "扩容行为配置\n注意:此字段可能返回 null,表示取不到有效值。",
946
+ "document": "扩容行为配置",
947
947
  "example": "无",
948
948
  "member": "AutoScalerRules",
949
949
  "name": "ScaleUp",
950
950
  "output_required": false,
951
951
  "required": false,
952
952
  "type": "object",
953
- "value_allowed_null": true
953
+ "value_allowed_null": false
954
954
  },
955
955
  {
956
956
  "disabled": false,
957
- "document": "缩容行为配置\n注意:此字段可能返回 null,表示取不到有效值。",
957
+ "document": "缩容行为配置",
958
958
  "example": "无",
959
959
  "member": "AutoScalerRules",
960
960
  "name": "ScaleDown",
961
961
  "output_required": false,
962
962
  "required": false,
963
963
  "type": "object",
964
- "value_allowed_null": true
964
+ "value_allowed_null": false
965
965
  }
966
966
  ],
967
967
  "usage": "both"
@@ -971,36 +971,36 @@
971
971
  "members": [
972
972
  {
973
973
  "disabled": false,
974
- "document": "类型,Pods\n注意:此字段可能返回 null,表示取不到有效值。",
974
+ "document": "类型,Pods",
975
975
  "example": "Pods",
976
976
  "member": "string",
977
977
  "name": "Type",
978
978
  "output_required": false,
979
979
  "required": false,
980
980
  "type": "string",
981
- "value_allowed_null": true
981
+ "value_allowed_null": false
982
982
  },
983
983
  {
984
984
  "disabled": false,
985
- "document": "数量\n注意:此字段可能返回 null,表示取不到有效值。",
985
+ "document": "数量",
986
986
  "example": "1",
987
987
  "member": "int64",
988
988
  "name": "Value",
989
989
  "output_required": false,
990
990
  "required": false,
991
991
  "type": "int",
992
- "value_allowed_null": true
992
+ "value_allowed_null": false
993
993
  },
994
994
  {
995
995
  "disabled": false,
996
- "document": "扩容周期\n注意:此字段可能返回 null,表示取不到有效值。",
996
+ "document": "扩容周期",
997
997
  "example": "10",
998
998
  "member": "int64",
999
999
  "name": "PeriodSeconds",
1000
1000
  "output_required": false,
1001
1001
  "required": false,
1002
1002
  "type": "int",
1003
- "value_allowed_null": true
1003
+ "value_allowed_null": false
1004
1004
  }
1005
1005
  ],
1006
1006
  "usage": "both"
@@ -1010,36 +1010,36 @@
1010
1010
  "members": [
1011
1011
  {
1012
1012
  "disabled": false,
1013
- "document": "稳定窗口时间,扩容时默认0,缩容时默认300\n注意:此字段可能返回 null,表示取不到有效值。",
1013
+ "document": "稳定窗口时间,扩容时默认0,缩容时默认300",
1014
1014
  "example": "300",
1015
1015
  "member": "int64",
1016
1016
  "name": "StabilizationWindowSeconds",
1017
1017
  "output_required": false,
1018
1018
  "required": false,
1019
1019
  "type": "int",
1020
- "value_allowed_null": true
1020
+ "value_allowed_null": false
1021
1021
  },
1022
1022
  {
1023
1023
  "disabled": false,
1024
- "document": "选择策略依据\n注意:此字段可能返回 null,表示取不到有效值。",
1024
+ "document": "选择策略依据",
1025
1025
  "example": "Max",
1026
1026
  "member": "string",
1027
1027
  "name": "SelectPolicy",
1028
1028
  "output_required": false,
1029
1029
  "required": false,
1030
1030
  "type": "string",
1031
- "value_allowed_null": true
1031
+ "value_allowed_null": false
1032
1032
  },
1033
1033
  {
1034
1034
  "disabled": false,
1035
- "document": "扩缩容策略\n注意:此字段可能返回 null,表示取不到有效值。",
1035
+ "document": "扩缩容策略",
1036
1036
  "example": "无",
1037
1037
  "member": "AutoScalerPolicy",
1038
1038
  "name": "Policies",
1039
1039
  "output_required": false,
1040
1040
  "required": false,
1041
1041
  "type": "list",
1042
- "value_allowed_null": true
1042
+ "value_allowed_null": false
1043
1043
  }
1044
1044
  ],
1045
1045
  "usage": "both"
@@ -2201,14 +2201,14 @@
2201
2201
  "members": [
2202
2202
  {
2203
2203
  "disabled": false,
2204
- "document": "最大副本数\n注意:此字段可能返回 null,表示取不到有效值。",
2204
+ "document": "最大副本数",
2205
2205
  "example": "5",
2206
2206
  "member": "int64",
2207
2207
  "name": "MaxReplicas",
2208
2208
  "output_required": true,
2209
2209
  "required": false,
2210
2210
  "type": "int",
2211
- "value_allowed_null": true
2211
+ "value_allowed_null": false
2212
2212
  },
2213
2213
  {
2214
2214
  "disabled": false,
@@ -2306,36 +2306,36 @@
2306
2306
  },
2307
2307
  {
2308
2308
  "disabled": false,
2309
- "document": "指标资源名称\n- cpu\n- memory\n注意:此字段可能返回 null,表示取不到有效值。",
2309
+ "document": "指标资源名称\n- cpu\n- memory",
2310
2310
  "example": "cpu",
2311
2311
  "member": "string",
2312
2312
  "name": "ResourceName",
2313
2313
  "output_required": true,
2314
2314
  "required": false,
2315
2315
  "type": "string",
2316
- "value_allowed_null": true
2316
+ "value_allowed_null": false
2317
2317
  },
2318
2318
  {
2319
2319
  "disabled": false,
2320
- "document": "指标目标类型,目前只支持百分比Utilization\n注意:此字段可能返回 null,表示取不到有效值。",
2320
+ "document": "指标目标类型,目前只支持百分比Utilization",
2321
2321
  "example": "Utilization",
2322
2322
  "member": "string",
2323
2323
  "name": "TargetType",
2324
2324
  "output_required": true,
2325
2325
  "required": false,
2326
2326
  "type": "string",
2327
- "value_allowed_null": true
2327
+ "value_allowed_null": false
2328
2328
  },
2329
2329
  {
2330
2330
  "disabled": false,
2331
- "document": "指标目标值\n注意:此字段可能返回 null,表示取不到有效值。",
2331
+ "document": "指标目标值",
2332
2332
  "example": "80",
2333
2333
  "member": "int64",
2334
2334
  "name": "TargetValue",
2335
2335
  "output_required": true,
2336
2336
  "required": false,
2337
2337
  "type": "int",
2338
- "value_allowed_null": true
2338
+ "value_allowed_null": false
2339
2339
  }
2340
2340
  ],
2341
2341
  "usage": "both"
@@ -2462,47 +2462,47 @@
2462
2462
  "members": [
2463
2463
  {
2464
2464
  "disabled": false,
2465
- "document": "定时伸缩周期\n注意:此字段可能返回 null,表示取不到有效值。",
2465
+ "document": "定时伸缩周期",
2466
2466
  "example": "1 * *",
2467
2467
  "member": "string",
2468
2468
  "name": "Period",
2469
2469
  "output_required": true,
2470
2470
  "required": false,
2471
2471
  "type": "string",
2472
- "value_allowed_null": true
2472
+ "value_allowed_null": false
2473
2473
  },
2474
2474
  {
2475
2475
  "disabled": false,
2476
- "document": "定时伸缩开始时间\n注意:此字段可能返回 null,表示取不到有效值。",
2476
+ "document": "定时伸缩开始时间",
2477
2477
  "example": "17:00",
2478
2478
  "member": "string",
2479
2479
  "name": "StartAt",
2480
2480
  "output_required": true,
2481
2481
  "required": false,
2482
2482
  "type": "string",
2483
- "value_allowed_null": true
2483
+ "value_allowed_null": false
2484
2484
  },
2485
2485
  {
2486
2486
  "disabled": false,
2487
- "document": "定时伸缩目标节点数,不超过指标伸缩中定义的最大节点数\n注意:此字段可能返回 null,表示取不到有效值。",
2487
+ "document": "定时伸缩目标节点数,不超过指标伸缩中定义的最大节点数",
2488
2488
  "example": "50",
2489
2489
  "member": "int64",
2490
2490
  "name": "TargetReplicas",
2491
2491
  "output_required": true,
2492
2492
  "required": false,
2493
2493
  "type": "int",
2494
- "value_allowed_null": true
2494
+ "value_allowed_null": false
2495
2495
  },
2496
2496
  {
2497
2497
  "disabled": false,
2498
- "document": "定时伸缩cron表达式,无需输入\n注意:此字段可能返回 null,表示取不到有效值。",
2498
+ "document": "定时伸缩cron表达式,无需输入",
2499
2499
  "example": "0 00 00 * * *",
2500
2500
  "member": "string",
2501
2501
  "name": "Crontab",
2502
2502
  "output_required": false,
2503
2503
  "required": false,
2504
2504
  "type": "string",
2505
- "value_allowed_null": true
2505
+ "value_allowed_null": false
2506
2506
  }
2507
2507
  ],
2508
2508
  "usage": "both"
@@ -3785,13 +3785,13 @@
3785
3785
  },
3786
3786
  {
3787
3787
  "disabled": false,
3788
- "document": "策略Id\n注意:此字段可能返回 null,表示取不到有效值。",
3788
+ "document": "策略Id",
3789
3789
  "example": "strategy-xxxxxxxx",
3790
3790
  "member": "string",
3791
3791
  "name": "StrategyId",
3792
3792
  "output_required": false,
3793
3793
  "type": "string",
3794
- "value_allowed_null": true
3794
+ "value_allowed_null": false
3795
3795
  },
3796
3796
  {
3797
3797
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",