tccli 3.0.1306.1__py2.py3-none-any.whl → 3.0.1308.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 (52) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/v20221229/api.json +34 -22
  3. tccli/services/apm/v20210622/api.json +38 -0
  4. tccli/services/asr/v20190614/api.json +64 -64
  5. tccli/services/asr/v20190614/examples.json +4 -4
  6. tccli/services/bh/v20230418/api.json +2 -2
  7. tccli/services/cbs/v20170312/api.json +26 -16
  8. tccli/services/cdwch/v20200915/api.json +3 -3
  9. tccli/services/chc/v20230418/api.json +46 -1
  10. tccli/services/ckafka/v20190819/api.json +24 -24
  11. tccli/services/ckafka/v20190819/examples.json +1 -1
  12. tccli/services/clb/v20180317/api.json +232 -181
  13. tccli/services/clb/v20180317/examples.json +38 -38
  14. tccli/services/cloudaudit/v20190319/api.json +67 -67
  15. tccli/services/cloudaudit/v20190319/examples.json +2 -2
  16. tccli/services/config/v20220802/api.json +184 -165
  17. tccli/services/cvm/v20170312/api.json +5 -5
  18. tccli/services/cynosdb/cynosdb_client.py +53 -0
  19. tccli/services/cynosdb/v20190107/api.json +72 -9
  20. tccli/services/cynosdb/v20190107/examples.json +8 -0
  21. tccli/services/dlc/v20210125/api.json +19 -0
  22. tccli/services/domain/v20180808/api.json +72 -72
  23. tccli/services/domain/v20180808/examples.json +4 -4
  24. tccli/services/dsgc/dsgc_client.py +53 -0
  25. tccli/services/dsgc/v20190723/api.json +221 -7
  26. tccli/services/dsgc/v20190723/examples.json +8 -0
  27. tccli/services/es/v20250101/api.json +45 -45
  28. tccli/services/essbasic/v20210526/examples.json +7 -1
  29. tccli/services/iss/v20230517/api.json +40 -40
  30. tccli/services/lowcode/v20210108/api.json +10 -1
  31. tccli/services/ocr/v20181119/api.json +13 -3
  32. tccli/services/organization/v20210331/api.json +12 -12
  33. tccli/services/tdmq/v20200217/api.json +118 -14
  34. tccli/services/tdmq/v20200217/examples.json +1 -1
  35. tccli/services/tke/v20180525/api.json +37 -37
  36. tccli/services/trocket/v20230308/api.json +123 -19
  37. tccli/services/trocket/v20230308/examples.json +1 -1
  38. tccli/services/tsf/v20180326/api.json +2 -2
  39. tccli/services/vod/v20180717/api.json +9 -0
  40. tccli/services/vpc/v20170312/api.json +173 -166
  41. tccli/services/vpc/v20170312/examples.json +5 -5
  42. tccli/services/waf/v20180125/api.json +24 -0
  43. tccli/services/waf/v20180125/examples.json +8 -0
  44. tccli/services/waf/waf_client.py +57 -4
  45. tccli/services/wedata/v20210820/api.json +972 -18
  46. tccli/services/wedata/v20210820/examples.json +44 -4
  47. tccli/services/wedata/wedata_client.py +297 -32
  48. {tccli-3.0.1306.1.dist-info → tccli-3.0.1308.1.dist-info}/METADATA +2 -2
  49. {tccli-3.0.1306.1.dist-info → tccli-3.0.1308.1.dist-info}/RECORD +52 -52
  50. {tccli-3.0.1306.1.dist-info → tccli-3.0.1308.1.dist-info}/WHEEL +0 -0
  51. {tccli-3.0.1306.1.dist-info → tccli-3.0.1308.1.dist-info}/entry_points.txt +0 -0
  52. {tccli-3.0.1306.1.dist-info → tccli-3.0.1308.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1306.1'
1
+ __version__ = '3.0.1308.1'
@@ -701,79 +701,89 @@
701
701
  "members": [
702
702
  {
703
703
  "disabled": false,
704
- "document": "水印 Url",
705
- "example": "",
704
+ "document": "水印 Url\n注意:此字段可能返回 null,表示取不到有效值。",
705
+ "example": "https://xxx.com/logo.jpg",
706
706
  "member": "string",
707
707
  "name": "LogoUrl",
708
+ "output_required": false,
708
709
  "required": false,
709
- "type": "string"
710
+ "type": "string",
711
+ "value_allowed_null": true
710
712
  },
711
713
  {
712
714
  "disabled": false,
713
- "document": "水印 Base64,Url 和 Base64 二选一传入,如果都提供以 Url 为准",
714
- "example": "",
715
+ "document": "水印 Base64,Url 和 Base64 二选一传入,如果都提供以 Url 为准\n注意:此字段可能返回 null,表示取不到有效值。",
716
+ "example": "/9j/4QlQaHR0c...N6a2M5ZCI",
715
717
  "member": "string",
716
718
  "name": "LogoImage",
719
+ "output_required": false,
717
720
  "required": false,
718
- "type": "string"
721
+ "type": "string",
722
+ "value_allowed_null": true
719
723
  },
720
724
  {
721
725
  "disabled": false,
722
- "document": "水印图片位于生成结果图中的坐标,将按照坐标对标识图片进行位置和大小的拉伸匹配",
723
- "example": "",
726
+ "document": "水印图片位于生成结果图中的坐标,将按照坐标对标识图片进行位置和大小的拉伸匹配\n注意:此字段可能返回 null,表示取不到有效值。",
727
+ "example": "{\"X\": 10, \"Y\": 10, \"Width\": 10, \"Height\": 10}",
724
728
  "member": "LogoRect",
725
729
  "name": "LogoRect",
730
+ "output_required": false,
726
731
  "required": false,
727
- "type": "object"
732
+ "type": "object",
733
+ "value_allowed_null": true
728
734
  }
729
735
  ],
730
- "usage": "in"
736
+ "usage": "both"
731
737
  },
732
738
  "LogoRect": {
733
739
  "document": "输入框",
734
740
  "members": [
735
741
  {
736
742
  "disabled": false,
737
- "document": "左上角X坐标",
738
- "example": "",
743
+ "document": "左上角X坐标\n注意:此字段可能返回 null,表示取不到有效值。",
744
+ "example": "10",
739
745
  "member": "int64",
740
746
  "name": "X",
747
+ "output_required": false,
741
748
  "required": false,
742
749
  "type": "int",
743
750
  "value_allowed_null": true
744
751
  },
745
752
  {
746
753
  "disabled": false,
747
- "document": "左上角Y坐标",
748
- "example": "",
754
+ "document": "左上角Y坐标\n注意:此字段可能返回 null,表示取不到有效值。",
755
+ "example": "10",
749
756
  "member": "int64",
750
757
  "name": "Y",
758
+ "output_required": false,
751
759
  "required": false,
752
760
  "type": "int",
753
761
  "value_allowed_null": true
754
762
  },
755
763
  {
756
764
  "disabled": false,
757
- "document": "方框宽度",
758
- "example": "",
765
+ "document": "方框宽度\n注意:此字段可能返回 null,表示取不到有效值。",
766
+ "example": "10",
759
767
  "member": "int64",
760
768
  "name": "Width",
769
+ "output_required": false,
761
770
  "required": false,
762
771
  "type": "int",
763
772
  "value_allowed_null": true
764
773
  },
765
774
  {
766
775
  "disabled": false,
767
- "document": "方框高度",
768
- "example": "",
776
+ "document": "方框高度\n注意:此字段可能返回 null,表示取不到有效值。",
777
+ "example": "10",
769
778
  "member": "int64",
770
779
  "name": "Height",
780
+ "output_required": false,
771
781
  "required": false,
772
782
  "type": "int",
773
783
  "value_allowed_null": true
774
784
  }
775
785
  ],
776
- "usage": "in"
786
+ "usage": "both"
777
787
  },
778
788
  "QueryDrawPortraitJobRequest": {
779
789
  "document": "QueryDrawPortraitJob请求参数结构体",
@@ -1428,15 +1438,17 @@
1428
1438
  "members": [
1429
1439
  {
1430
1440
  "disabled": false,
1431
- "document": "生成图分辨率\n\n图像风格化(图生图)支持生成以下分辨率的图片:origin(与输入图分辨率一致,长边最高为2000,超出将做等比例缩小)、768:768(1:1)、768:1024(3:4)、1024:768(4:3),不传默认使用origin,如果指定生成的长宽比与输入图长宽比差异过大可能导致图片内容被裁剪。",
1441
+ "document": "生成图分辨率\n\n图像风格化(图生图)支持生成以下分辨率的图片:origin(与输入图分辨率一致,长边最高为2000,超出将做等比例缩小)、768:768(1:1)、768:1024(3:4)、1024:768(4:3),不传默认使用origin,如果指定生成的长宽比与输入图长宽比差异过大可能导致图片内容被裁剪。\n注意:此字段可能返回 null,表示取不到有效值。",
1432
1442
  "example": "768:768",
1433
1443
  "member": "string",
1434
1444
  "name": "Resolution",
1445
+ "output_required": false,
1435
1446
  "required": false,
1436
- "type": "string"
1447
+ "type": "string",
1448
+ "value_allowed_null": true
1437
1449
  }
1438
1450
  ],
1439
- "usage": "in"
1451
+ "usage": "both"
1440
1452
  },
1441
1453
  "SketchToImageRequest": {
1442
1454
  "document": "SketchToImage请求参数结构体",
@@ -872,6 +872,26 @@
872
872
  "output_required": true,
873
873
  "type": "int",
874
874
  "value_allowed_null": false
875
+ },
876
+ {
877
+ "disabled": false,
878
+ "document": "是否开远程命令执行检测(0=关, 1=开)",
879
+ "example": "0",
880
+ "member": "int64",
881
+ "name": "IsRemoteCommandExecutionAnalysis",
882
+ "output_required": true,
883
+ "type": "int",
884
+ "value_allowed_null": false
885
+ },
886
+ {
887
+ "disabled": false,
888
+ "document": "是否开内存马执行检测(0=关, 1=开)",
889
+ "example": "0",
890
+ "member": "int64",
891
+ "name": "IsMemoryHijackingAnalysis",
892
+ "output_required": true,
893
+ "type": "int",
894
+ "value_allowed_null": false
875
895
  }
876
896
  ],
877
897
  "usage": "out"
@@ -2280,6 +2300,24 @@
2280
2300
  "name": "IsInstrumentationVulnerabilityScan",
2281
2301
  "required": false,
2282
2302
  "type": "int"
2303
+ },
2304
+ {
2305
+ "disabled": false,
2306
+ "document": "是否开启远程命令攻击检测",
2307
+ "example": "0",
2308
+ "member": "int64",
2309
+ "name": "IsRemoteCommandExecutionAnalysis",
2310
+ "required": false,
2311
+ "type": "int"
2312
+ },
2313
+ {
2314
+ "disabled": false,
2315
+ "document": "是否开启内存马检测",
2316
+ "example": "0",
2317
+ "member": "int64",
2318
+ "name": "IsMemoryHijackingAnalysis",
2319
+ "required": false,
2320
+ "type": "int"
2283
2321
  }
2284
2322
  ],
2285
2323
  "type": "object"