tccli 3.0.1128.1__py2.py3-none-any.whl → 3.0.1130.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 (51) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/asr/v20190614/api.json +1 -1
  3. tccli/services/billing/v20180709/api.json +3 -2
  4. tccli/services/bpaas/v20181217/api.json +5 -0
  5. tccli/services/cat/v20180409/api.json +1 -0
  6. tccli/services/cdwdoris/v20211228/api.json +20 -0
  7. tccli/services/ciam/v20220331/api.json +92 -104
  8. tccli/services/cls/v20201016/api.json +5 -5
  9. tccli/services/cynosdb/v20190107/api.json +5 -3
  10. tccli/services/dc/v20180410/api.json +139 -121
  11. tccli/services/dc/v20180410/examples.json +6 -6
  12. tccli/services/es/v20180416/api.json +10 -0
  13. tccli/services/ess/v20201111/api.json +5 -5
  14. tccli/services/essbasic/v20210526/api.json +54 -3
  15. tccli/services/essbasic/v20210526/examples.json +2 -2
  16. tccli/services/hunyuan/v20230901/api.json +4 -4
  17. tccli/services/lighthouse/v20200324/api.json +2 -4
  18. tccli/services/monitor/v20180724/api.json +29 -16
  19. tccli/services/mps/v20190612/api.json +122 -4
  20. tccli/services/mrs/v20200910/api.json +315 -65
  21. tccli/services/ocr/v20181119/api.json +1 -1
  22. tccli/services/organization/v20210331/api.json +28 -0
  23. tccli/services/rce/v20201103/api.json +9 -9
  24. tccli/services/redis/redis_client.py +220 -8
  25. tccli/services/redis/v20180412/api.json +254 -28
  26. tccli/services/redis/v20180412/examples.json +36 -4
  27. tccli/services/ssl/v20191205/api.json +63 -38
  28. tccli/services/ssl/v20191205/examples.json +1 -1
  29. tccli/services/tcm/v20210413/api.json +75 -22
  30. tccli/services/tcm/v20210413/examples.json +1 -1
  31. tccli/services/tcr/v20190924/api.json +8 -8
  32. tccli/services/tcr/v20190924/examples.json +1 -1
  33. tccli/services/tdmq/v20200217/api.json +31 -18
  34. tccli/services/tdmq/v20200217/examples.json +8 -8
  35. tccli/services/teo/v20220901/api.json +4 -4
  36. tccli/services/tke/v20180525/api.json +67 -53
  37. tccli/services/tke/v20180525/examples.json +12 -12
  38. tccli/services/trtc/v20190722/api.json +2 -2
  39. tccli/services/tse/v20201207/api.json +103 -0
  40. tccli/services/tts/v20190823/api.json +1 -1
  41. tccli/services/waf/v20180125/api.json +109 -0
  42. tccli/services/waf/v20180125/examples.json +14 -0
  43. tccli/services/waf/waf_client.py +61 -8
  44. tccli/services/wedata/v20210820/api.json +177 -1
  45. tccli/services/wedata/v20210820/examples.json +10 -2
  46. tccli/services/wedata/wedata_client.py +53 -0
  47. {tccli-3.0.1128.1.dist-info → tccli-3.0.1130.1.dist-info}/METADATA +2 -2
  48. {tccli-3.0.1128.1.dist-info → tccli-3.0.1130.1.dist-info}/RECORD +51 -51
  49. {tccli-3.0.1128.1.dist-info → tccli-3.0.1130.1.dist-info}/WHEEL +0 -0
  50. {tccli-3.0.1128.1.dist-info → tccli-3.0.1130.1.dist-info}/entry_points.txt +0 -0
  51. {tccli-3.0.1128.1.dist-info → tccli-3.0.1130.1.dist-info}/license_files/LICENSE +0 -0
@@ -442,7 +442,7 @@
442
442
  "status": "online"
443
443
  },
444
444
  "DescribePartitions": {
445
- "document": "本接口用于获取主题分区列表。",
445
+ "document": "该接口已废弃,如需获取分区数量,请使用DescribeTopics接口。",
446
446
  "input": "DescribePartitionsRequest",
447
447
  "name": "获取分区列表",
448
448
  "output": "DescribePartitionsResponse",
@@ -484,7 +484,7 @@
484
484
  "status": "online"
485
485
  },
486
486
  "MergePartition": {
487
- "document": "本接口用于合并一个读写态的主题分区,合并时指定一个主题分区 ID,日志服务会自动合并范围右相邻的分区。",
487
+ "document": "该接口已废弃,如需修改分区数量,请使用ModifyTopic接口。",
488
488
  "input": "MergePartitionRequest",
489
489
  "name": "合并分区",
490
490
  "output": "MergePartitionResponse",
@@ -666,7 +666,7 @@
666
666
  "status": "online"
667
667
  },
668
668
  "SplitPartition": {
669
- "document": "本接口用于分裂主题分区",
669
+ "document": "该接口已废弃,如需修改分区数量,请使用ModifyTopic接口。",
670
670
  "input": "SplitPartitionRequest",
671
671
  "name": "分裂主题分区",
672
672
  "output": "SplitPartitionResponse",
@@ -7368,7 +7368,7 @@
7368
7368
  "example": "无",
7369
7369
  "member": "PartitionInfo",
7370
7370
  "name": "Partitions",
7371
- "required": true,
7371
+ "output_required": true,
7372
7372
  "type": "list",
7373
7373
  "value_allowed_null": false
7374
7374
  },
@@ -13402,7 +13402,7 @@
13402
13402
  "example": "无",
13403
13403
  "member": "PartitionInfo",
13404
13404
  "name": "Partitions",
13405
- "required": true,
13405
+ "output_required": true,
13406
13406
  "type": "list",
13407
13407
  "value_allowed_null": false
13408
13408
  },
@@ -3026,6 +3026,7 @@
3026
3026
  "example": "无",
3027
3027
  "member": "int64",
3028
3028
  "name": "FlowId",
3029
+ "output_required": true,
3029
3030
  "type": "int",
3030
3031
  "value_allowed_null": false
3031
3032
  },
@@ -3035,6 +3036,7 @@
3035
3036
  "example": "无",
3036
3037
  "member": "int64",
3037
3038
  "name": "TaskId",
3039
+ "output_required": true,
3038
3040
  "type": "int",
3039
3041
  "value_allowed_null": false
3040
3042
  },
@@ -10479,7 +10481,7 @@
10479
10481
  "example": "无",
10480
10482
  "member": "SecurityGroup",
10481
10483
  "name": "Groups",
10482
- "required": true,
10484
+ "output_required": true,
10483
10485
  "type": "list",
10484
10486
  "value_allowed_null": false
10485
10487
  },
@@ -10489,7 +10491,7 @@
10489
10491
  "example": "10",
10490
10492
  "member": "int64",
10491
10493
  "name": "Total",
10492
- "required": true,
10494
+ "output_required": true,
10493
10495
  "type": "int",
10494
10496
  "value_allowed_null": false
10495
10497
  },
@@ -17377,7 +17379,7 @@
17377
17379
  "example": "1008306",
17378
17380
  "member": "int64",
17379
17381
  "name": "FlowId",
17380
- "required": true,
17382
+ "output_required": true,
17381
17383
  "type": "int",
17382
17384
  "value_allowed_null": false
17383
17385
  },