tccli 3.0.1307.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.
- tccli/__init__.py +1 -1
- tccli/services/aiart/v20221229/api.json +29 -19
- tccli/services/apm/v20210622/api.json +38 -0
- tccli/services/asr/v20190614/api.json +64 -64
- tccli/services/asr/v20190614/examples.json +4 -4
- tccli/services/bh/v20230418/api.json +2 -2
- tccli/services/cdwch/v20200915/api.json +3 -3
- tccli/services/clb/v20180317/api.json +120 -78
- tccli/services/clb/v20180317/examples.json +31 -31
- tccli/services/cloudaudit/v20190319/api.json +67 -67
- tccli/services/cloudaudit/v20190319/examples.json +2 -2
- tccli/services/config/v20220802/api.json +184 -165
- tccli/services/cvm/v20170312/api.json +2 -2
- tccli/services/cynosdb/cynosdb_client.py +53 -0
- tccli/services/cynosdb/v20190107/api.json +63 -0
- tccli/services/cynosdb/v20190107/examples.json +8 -0
- tccli/services/dsgc/dsgc_client.py +53 -0
- tccli/services/dsgc/v20190723/api.json +221 -7
- tccli/services/dsgc/v20190723/examples.json +8 -0
- tccli/services/ocr/v20181119/api.json +13 -3
- tccli/services/organization/v20210331/api.json +12 -12
- tccli/services/tdmq/v20200217/api.json +118 -14
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/trocket/v20230308/api.json +123 -19
- tccli/services/trocket/v20230308/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +106 -104
- tccli/services/vpc/v20170312/examples.json +3 -3
- tccli/services/waf/v20180125/api.json +24 -0
- tccli/services/waf/v20180125/examples.json +8 -0
- tccli/services/waf/waf_client.py +57 -4
- tccli/services/wedata/v20210820/api.json +946 -10
- tccli/services/wedata/v20210820/examples.json +41 -1
- tccli/services/wedata/wedata_client.py +297 -32
- {tccli-3.0.1307.1.dist-info → tccli-3.0.1308.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1307.1.dist-info → tccli-3.0.1308.1.dist-info}/RECORD +38 -38
- {tccli-3.0.1307.1.dist-info → tccli-3.0.1308.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1307.1.dist-info → tccli-3.0.1308.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1307.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.
|
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": "
|
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": "
|
786
|
+
"usage": "both"
|
777
787
|
},
|
778
788
|
"QueryDrawPortraitJobRequest": {
|
779
789
|
"document": "QueryDrawPortraitJob请求参数结构体",
|
@@ -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"
|