tccli 3.0.1251.1__py2.py3-none-any.whl → 3.0.1253.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 (55) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/v20221229/api.json +12 -3
  3. tccli/services/bi/v20220105/api.json +6 -6
  4. tccli/services/ca/v20230228/api.json +16 -16
  5. tccli/services/cat/v20180409/api.json +25 -24
  6. tccli/services/cat/v20180409/examples.json +17 -17
  7. tccli/services/ccc/ccc_client.py +53 -0
  8. tccli/services/ccc/v20200210/api.json +89 -0
  9. tccli/services/ccc/v20200210/examples.json +8 -0
  10. tccli/services/cdb/v20170320/api.json +12 -0
  11. tccli/services/cdwdoris/v20211228/api.json +522 -479
  12. tccli/services/cdwdoris/v20211228/examples.json +55 -37
  13. tccli/services/clb/v20180317/api.json +88 -6
  14. tccli/services/clb/v20180317/examples.json +4 -4
  15. tccli/services/cloudaudit/v20190319/api.json +2 -2
  16. tccli/services/cloudaudit/v20190319/examples.json +2 -2
  17. tccli/services/config/v20220802/api.json +20 -9
  18. tccli/services/config/v20220802/examples.json +1 -1
  19. tccli/services/dc/v20180410/api.json +21 -2
  20. tccli/services/dc/v20180410/examples.json +2 -2
  21. tccli/services/dcdb/v20180411/api.json +1 -1
  22. tccli/services/dcdb/v20180411/examples.json +1 -1
  23. tccli/services/dlc/v20210125/api.json +53 -4
  24. tccli/services/emr/v20190103/api.json +161 -141
  25. tccli/services/ess/v20201111/api.json +100 -98
  26. tccli/services/ess/v20201111/examples.json +18 -18
  27. tccli/services/essbasic/v20210526/api.json +9 -9
  28. tccli/services/essbasic/v20210526/examples.json +6 -6
  29. tccli/services/hunyuan/v20230901/api.json +25 -5
  30. tccli/services/lcic/v20220817/api.json +1 -1
  31. tccli/services/lke/v20231130/api.json +9 -0
  32. tccli/services/lkeap/v20240522/api.json +2 -2
  33. tccli/services/mariadb/v20170312/api.json +1 -1
  34. tccli/services/mariadb/v20170312/examples.json +1 -1
  35. tccli/services/monitor/v20180724/api.json +68 -50
  36. tccli/services/monitor/v20180724/examples.json +21 -21
  37. tccli/services/mps/mps_client.py +379 -61
  38. tccli/services/mps/v20190612/api.json +499 -17
  39. tccli/services/mps/v20190612/examples.json +48 -0
  40. tccli/services/ocr/v20181119/api.json +28 -0
  41. tccli/services/ssl/v20191205/api.json +3 -3
  42. tccli/services/ssl/v20191205/examples.json +1 -1
  43. tccli/services/tchd/v20230306/api.json +3 -3
  44. tccli/services/tiw/v20190919/api.json +1 -1
  45. tccli/services/trtc/v20190722/api.json +11 -0
  46. tccli/services/tse/v20201207/api.json +10 -0
  47. tccli/services/vpc/v20170312/api.json +249 -19
  48. tccli/services/vpc/v20170312/examples.json +4 -4
  49. tccli/services/wedata/v20210820/api.json +382 -96
  50. tccli/services/wedata/v20210820/examples.json +1 -1
  51. {tccli-3.0.1251.1.dist-info → tccli-3.0.1253.1.dist-info}/METADATA +2 -2
  52. {tccli-3.0.1251.1.dist-info → tccli-3.0.1253.1.dist-info}/RECORD +55 -55
  53. {tccli-3.0.1251.1.dist-info → tccli-3.0.1253.1.dist-info}/WHEEL +0 -0
  54. {tccli-3.0.1251.1.dist-info → tccli-3.0.1253.1.dist-info}/entry_points.txt +0 -0
  55. {tccli-3.0.1251.1.dist-info → tccli-3.0.1253.1.dist-info}/license_files/LICENSE +0 -0
@@ -565,6 +565,7 @@
565
565
  "example": "instance-123",
566
566
  "member": "string",
567
567
  "name": "ResourceId",
568
+ "output_required": true,
568
569
  "type": "string",
569
570
  "value_allowed_null": true
570
571
  },
@@ -574,6 +575,7 @@
574
575
  "example": "QCS::CVM::Instance",
575
576
  "member": "string",
576
577
  "name": "ResourceType",
578
+ "output_required": true,
577
579
  "type": "string",
578
580
  "value_allowed_null": true
579
581
  },
@@ -583,6 +585,7 @@
583
585
  "example": "cvm",
584
586
  "member": "string",
585
587
  "name": "ResourceName",
588
+ "output_required": true,
586
589
  "type": "string",
587
590
  "value_allowed_null": true
588
591
  },
@@ -592,6 +595,7 @@
592
595
  "example": "ap-guangzhou",
593
596
  "member": "string",
594
597
  "name": "ResourceRegion",
598
+ "output_required": true,
595
599
  "type": "string",
596
600
  "value_allowed_null": true
597
601
  },
@@ -601,24 +605,27 @@
601
605
  "example": "ap-guangzhou-1",
602
606
  "member": "string",
603
607
  "name": "ResourceZone",
608
+ "output_required": true,
604
609
  "type": "string",
605
610
  "value_allowed_null": true
606
611
  },
607
612
  {
608
613
  "disabled": false,
609
614
  "document": "资源配置\n注意:此字段可能返回 null,表示取不到有效值。",
610
- "example": "qq",
615
+ "example": "{\"\"}",
611
616
  "member": "string",
612
617
  "name": "Configuration",
618
+ "output_required": true,
613
619
  "type": "string",
614
620
  "value_allowed_null": true
615
621
  },
616
622
  {
617
623
  "disabled": false,
618
624
  "document": "资源创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
619
- "example": "12332",
625
+ "example": "2025-01-09 14:35:26",
620
626
  "member": "string",
621
627
  "name": "ResourceCreateTime",
628
+ "output_required": true,
622
629
  "type": "string",
623
630
  "value_allowed_null": true
624
631
  },
@@ -628,15 +635,17 @@
628
635
  "example": "无",
629
636
  "member": "Tag",
630
637
  "name": "Tags",
638
+ "output_required": true,
631
639
  "type": "list",
632
640
  "value_allowed_null": true
633
641
  },
634
642
  {
635
643
  "disabled": false,
636
644
  "document": "资源更新时间\n注意:此字段可能返回 null,表示取不到有效值。",
637
- "example": "",
645
+ "example": "2025-01-09 14:35:26",
638
646
  "member": "string",
639
647
  "name": "UpdateTime",
648
+ "output_required": true,
640
649
  "type": "string",
641
650
  "value_allowed_null": true
642
651
  },
@@ -1100,8 +1109,8 @@
1100
1109
  },
1101
1110
  {
1102
1111
  "disabled": false,
1103
- "document": "resourceName:资源名 resourceId :资源ID",
1104
- "example": "",
1112
+ "document": "resourceName:资源名 resourceId :资源ID resourceType:资源类型",
1113
+ "example": "[ { \"Values\": [ \"QCS::CVM::Instance\" ], \"Name\": \"resourceType\" } ]",
1105
1114
  "member": "Filter",
1106
1115
  "name": "Filters",
1107
1116
  "required": false,
@@ -1110,7 +1119,7 @@
1110
1119
  {
1111
1120
  "disabled": false,
1112
1121
  "document": "标签",
1113
- "example": " 无",
1122
+ "example": "  [ { \"TagKey\": \"TAG1\", \"TagValue\": \"TAG3\" } ]",
1114
1123
  "member": "Tag",
1115
1124
  "name": "Tags",
1116
1125
  "required": false,
@@ -1119,7 +1128,7 @@
1119
1128
  {
1120
1129
  "disabled": false,
1121
1130
  "document": "下一页token",
1122
- "example": "\"\"",
1131
+ "example": "E5WbfJQIT0Abtaj4RxODhsX",
1123
1132
  "member": "string",
1124
1133
  "name": "NextToken",
1125
1134
  "required": false,
@@ -1146,15 +1155,17 @@
1146
1155
  "example": "无",
1147
1156
  "member": "AggregateResourceInfo",
1148
1157
  "name": "Items",
1158
+ "output_required": true,
1149
1159
  "type": "list",
1150
1160
  "value_allowed_null": false
1151
1161
  },
1152
1162
  {
1153
1163
  "disabled": false,
1154
1164
  "document": "下一页\n注意:此字段可能返回 null,表示取不到有效值。",
1155
- "example": "x",
1165
+ "example": "E5WbfJQIT0Abtaj4RxODhsX",
1156
1166
  "member": "string",
1157
1167
  "name": "NextToken",
1168
+ "output_required": true,
1158
1169
  "type": "string",
1159
1170
  "value_allowed_null": true
1160
1171
  },
@@ -1252,7 +1263,7 @@
1252
1263
  {
1253
1264
  "disabled": false,
1254
1265
  "document": "详情",
1255
- "example": "[ { \"AccountGroupId\": null, \"AccountGroupName\": null, \"Annotation\": null, \"CompliancePackId\": \"\", \"CompliancePackName\": null, \"ComplianceResult\": \"NON_COMPLIANT\", \"ConfigRuleId\": \"cr-xxxxxxZePDhR0Bxxxxx\", \"ConfigRuleInvokedTime\": null, \"CreateTime\": \"2024-11-15 14:21:47\", \"Description\": \"CAM用户下不存在已禁用的 AccessKey,则符合规则。\", \"ExcludeResourceIdsScope\": [], \"Identifier\": \"cam-user-invalid-ak-check\", \"IdentifierType\": \"SYSTEM\", \"InputParameter\": [], \"Labels\": [ \"用户\", \"密钥\" ], \"ManageInputParameter\": [], \"ManageTriggerType\": [ \"ConfigurationItemChangeNotification\" ], \"RegionsScope\": [], \"ResourceType\": [ \"QCS::CAM::User\" ], \"RiskLevel\": 3, \"RuleName\": \"CAM用户下不存在已禁用的访问密钥AccessKey\", \"RuleOwnerId\": xxxxxxx, \"ServiceFunction\": null, \"SourceCondition\": [], \"Status\": \"ACTIVE\", \"TagsScope\": [], \"TriggerType\": [ { \"MaximumExecutionFrequency\": null, \"MessageType\": \"ConfigurationItemChangeNotification\" } ] } ]",
1266
+ "example": "",
1256
1267
  "member": "ConfigRule",
1257
1268
  "name": "Items",
1258
1269
  "output_required": true,
@@ -28,7 +28,7 @@
28
28
  {
29
29
  "document": "获取资源列表",
30
30
  "input": "POST / HTTP/1.1\nHost: config.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListAggregateDiscoveredResources\n<公共请求参数>\n\n{\n \"AccountGroupId\": \"ca-sdfsdfsdf\",\n \"OrderType\": \"DESC\",\n \"Tags\": [\n {\n \"TagKey\": \"TAG1\",\n \"TagValue\": \"TAG3\"\n }\n ],\n \"MaxResults\": 1,\n \"Filters\": [\n {\n \"Values\": [\n \"CVM\"\n ],\n \"Name\": \"resourceType\"\n }\n ],\n \"NextToken\": \"sdfsdfsdf456457rsf\"\n}",
31
- "output": "{\n \"Response\": {\n \"Items\": [\n {\n \"ResourceStatus\": \"1\",\n \"ResourceOwnerId\": 1,\n \"Tags\": [\n {\n \"TagKey\": \"TAG2\",\n \"TagValue\": \"33ATG5\"\n }\n ],\n \"ResourceType\": \"cvm\",\n \"ResourceId\": \"ins-324234\",\n \"ResourceCreateTime\": \"234234234234\",\n \"ResourceRegion\": \"ap-hangzhou\",\n \"ResourceName\": \"服务器\",\n \"ResourceZone\": \"ap-guanghzou\",\n \"ResourceDelete\": 1,\n \"ComplianceResult\": \"COMPLIANCE\"\n }\n ],\n \"NextToken\": \"0f6ac54682ee49d5b0\",\n \"RequestId\": \"3d105d8-5820-434f-9fac-76f92\"\n }\n}",
31
+ "output": "{\n \"Response\": {\n \"Items\": [\n {\n \"ResourceOwnerName\": \"昵称\",\n \"ResourceStatus\": \"1\",\n \"ResourceOwnerId\": 1,\n \"Tags\": [\n {\n \"TagKey\": \"TAG2\",\n \"TagValue\": \"33ATG5\"\n }\n ],\n \"ResourceType\": \"cvm\",\n \"ResourceId\": \"ins-324234\",\n \"ResourceCreateTime\": \"234234234234\",\n \"ResourceRegion\": \"ap-hangzhou\",\n \"ResourceName\": \"服务器\",\n \"ResourceZone\": \"ap-guanghzou\",\n \"ResourceDelete\": 1,\n \"ComplianceResult\": \"COMPLIANCE\"\n }\n ],\n \"NextToken\": \"0f6ac54682ee49d5b0\",\n \"RequestId\": \"3d105d8-5820-434f-9fac-76f92\"\n }\n}",
32
32
  "title": "获取资源列表"
33
33
  }
34
34
  ],
@@ -558,13 +558,13 @@
558
558
  },
559
559
  {
560
560
  "disabled": false,
561
- "document": "敏捷上云建设完成的时间\n注意:此字段可能返回 null,表示取不到有效值。",
561
+ "document": "敏捷上云建设完成的时间",
562
562
  "example": "2020-01-12 12:12:23",
563
563
  "member": "datetime",
564
564
  "name": "ReadyTime",
565
565
  "output_required": true,
566
566
  "type": "string",
567
- "value_allowed_null": true
567
+ "value_allowed_null": false
568
568
  },
569
569
  {
570
570
  "disabled": false,
@@ -655,6 +655,16 @@
655
655
  "output_required": true,
656
656
  "type": "bool",
657
657
  "value_allowed_null": false
658
+ },
659
+ {
660
+ "disabled": false,
661
+ "document": "接入地域",
662
+ "example": "gz",
663
+ "member": "string",
664
+ "name": "ArRegion",
665
+ "output_required": false,
666
+ "type": "string",
667
+ "value_allowed_null": false
658
668
  }
659
669
  ],
660
670
  "usage": "out"
@@ -741,6 +751,15 @@
741
751
  "name": "Remarks",
742
752
  "required": true,
743
753
  "type": "string"
754
+ },
755
+ {
756
+ "disabled": false,
757
+ "document": "接入地域",
758
+ "example": "gz",
759
+ "member": "string",
760
+ "name": "ArRegion",
761
+ "required": false,
762
+ "type": "string"
744
763
  }
745
764
  ],
746
765
  "usage": "in"
@@ -25,8 +25,8 @@
25
25
  "CreateCloudAttachService": [
26
26
  {
27
27
  "document": "创建敏捷上云服务",
28
- "input": "https://dc.tencentcloudapi.com/?Action=CreateCloudAttachService\n&Data.Name=test\n&Data.IdcAddress=北京东城区IDC地址\n&Data.IdcType=CUCC\n&Data.Bandwidth=100\n&Data.Telephone=18888888888\n&Data.Remarks=字符串\n&<公共请求参数>",
29
- "output": "{\n \"Response\": {\n \"CloudAttach\": {\n \"Uin\": \"100001332514\",\n \"CustomerAuthName\": \"网测技术\",\n \"InstanceId\": \"cas-3vocyz07\",\n \"Name\": \"test\",\n \"AppId\": \"1254277469\",\n \"IapId\": \"\",\n \"IdcAddress\": \"北京东城区IDC地址\",\n \"IdcType\": \"CUCC\",\n \"DirectConnectId\": \"\",\n \"CloudAttachServiceGatewaysSupport\": false,\n \"BUpdateBandwidth\": false,\n \"Bandwidth\": 100,\n \"RegionStatus\": \"same-region\",\n \"Status\": \"applying\",\n \"ApplyTime\": \"2024-10-14 13:04:33\",\n \"ReadyTime\": null,\n \"ExpireTime\": \"2038-01-08 23:59:59\",\n \"Telephone\": \"18888888888\",\n \"Remarks\": \"6个月,其他\"\n },\n \"RequestId\": \"4fb676d2-3100-4018-aa07-73008eaa135d\"\n }\n}",
28
+ "input": "https://dc.tencentcloudapi.com/?Action=CreateCloudAttachService\n&Data.Name=我的实例01\n&Data.IdcAddress=北京东城区IDC地址\n&Data.IdcType=CUCC\n&Data.Bandwidth=100\n&Data.Telephone=18888888888\n&Data.Remarks=字符串\n&<公共请求参数>",
29
+ "output": "{\n \"Response\": {\n \"CloudAttach\": {\n \"Uin\": \"100001332514\",\n \"CustomerAuthName\": \"网测技术\",\n \"InstanceId\": \"cas-3vocyz07\",\n \"Name\": \"我的实例01\",\n \"AppId\": \"1254277469\",\n \"IapId\": \"\",\n \"IdcAddress\": \"北京东城区IDC地址\",\n \"IdcType\": \"CUCC\",\n \"DirectConnectId\": \"\",\n \"CloudAttachServiceGatewaysSupport\": false,\n \"BUpdateBandwidth\": false,\n \"Bandwidth\": 100,\n \"RegionStatus\": \"same-region\",\n \"Status\": \"applying\",\n \"ApplyTime\": \"2024-10-14 13:04:33\",\n \"ReadyTime\": \"2038-01-08 23:59:59\",\n \"ExpireTime\": \"2038-01-08 23:59:59\",\n \"Telephone\": \"18888888888\",\n \"Remarks\": \"6个月,其他\"\n },\n \"RequestId\": \"4fb676d2-3100-4018-aa07-73008eaa135d\"\n }\n}",
30
30
  "title": "创建敏捷上云服务"
31
31
  }
32
32
  ],
@@ -1228,7 +1228,7 @@
1228
1228
  {
1229
1229
  "disabled": false,
1230
1230
  "document": "使用GetPublicKey返回的RSA2048公钥加密后的密码",
1231
- "example": "+5DzNPbJ5s6e/SkAFgMKQ4ezgmIyKqwHR/TtkwCQP5oFzYTpXJC6iEYVkAmlbreL8XX2I/YdNsqfy184B5sKt7LcfcvTCDspbQrDlRawvcWU0lLxvSpBgL4zXlixxOIR5UmC6lvSJFHOdMzoeK2UKGuV2EG3BMuvVthHAKaFDEQh5C5UP5FsN8G+Zsf27tofNm6KRFrQksNcYvFqMEnnGWV4luXISbJI0yK0m6kyKJSAgtHtDvsGBbJ1fA3RO1p5K/usvARNPB1jzjK5TJtG5eFDsPLXDHwiHh8clQpSLhYj531Ba1uXi9yL1Zkhoc0lf4y2xoJU3N+ce+6IAfJiaw==",
1231
+ "example": "MTIzNDU2Nzg5MTA=",
1232
1232
  "member": "string",
1233
1233
  "name": "EncryptedPassword",
1234
1234
  "required": false,
@@ -51,7 +51,7 @@
51
51
  "CreateAccount": [
52
52
  {
53
53
  "document": "",
54
- "input": "POST / HTTP/1.1\nHost: dcdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAccount\n<公共请求参数>\n\n{\n \"InstanceId\": \"dcdbt-fdpjf5zh\",\n \"UserName\": \"testuser1\",\n \"Host\": \"172.17.%\",\n \"Password\": \"1234qweri#\",\n \"Description\": \"测试帐号\"\n}",
54
+ "input": "POST / HTTP/1.1\nHost: dcdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAccount\n<公共请求参数>\n\n{\n \"InstanceId\": \"dcdbt-fdpjf5zh\",\n \"UserName\": \"testuser1\",\n \"Host\": \"172.17.%\",\n \"Password\": \"1234qweri#\",\n \"Description\": \"测试账号\"\n}",
55
55
  "output": "{\n \"Response\": {\n \"RequestId\": \"2cc4e4dc-c3e9-4858-ab80-03e3526cf24d\",\n \"InstanceId\": \"dcdbt-fdpjf5zh\",\n \"UserName\": \"testuser1\",\n \"Host\": \"172.17.%\",\n \"ReadOnly\": 0\n }\n}",
56
56
  "title": "为云数据库实例创建访问账号"
57
57
  }
@@ -16274,6 +16274,23 @@
16274
16274
  ],
16275
16275
  "usage": "both"
16276
16276
  },
16277
+ "SmartOptimizerChangeTablePolicy": {
16278
+ "document": "混合表中,change表的数据保存时间,单位为天",
16279
+ "members": [
16280
+ {
16281
+ "disabled": false,
16282
+ "document": "change表的数据保存时间,单位为天\n注意:此字段可能返回 null,表示取不到有效值。",
16283
+ "example": "8",
16284
+ "member": "int64",
16285
+ "name": "DataRetentionTime",
16286
+ "output_required": false,
16287
+ "required": false,
16288
+ "type": "int",
16289
+ "value_allowed_null": true
16290
+ }
16291
+ ],
16292
+ "usage": "both"
16293
+ },
16277
16294
  "SmartOptimizerIndexPolicy": {
16278
16295
  "document": "SmartOptimizerIndexPolicy",
16279
16296
  "members": [
@@ -16409,6 +16426,17 @@
16409
16426
  "required": false,
16410
16427
  "type": "object",
16411
16428
  "value_allowed_null": true
16429
+ },
16430
+ {
16431
+ "disabled": false,
16432
+ "document": "SmartOptimizerChangeTablePolicy\n注意:此字段可能返回 null,表示取不到有效值。",
16433
+ "example": "无",
16434
+ "member": "SmartOptimizerChangeTablePolicy",
16435
+ "name": "ChangeTable",
16436
+ "output_required": false,
16437
+ "required": false,
16438
+ "type": "object",
16439
+ "value_allowed_null": true
16412
16440
  }
16413
16441
  ],
16414
16442
  "usage": "both"
@@ -17816,6 +17844,17 @@
17816
17844
  "required": false,
17817
17845
  "type": "object",
17818
17846
  "value_allowed_null": true
17847
+ },
17848
+ {
17849
+ "disabled": false,
17850
+ "document": "T-ICEBERG表的主键\n注意:此字段可能返回 null,表示取不到有效值。",
17851
+ "example": "无",
17852
+ "member": "string",
17853
+ "name": "PrimaryKeys",
17854
+ "output_required": false,
17855
+ "required": false,
17856
+ "type": "list",
17857
+ "value_allowed_null": true
17819
17858
  }
17820
17859
  ],
17821
17860
  "usage": "both"
@@ -17882,7 +17921,7 @@
17882
17921
  {
17883
17922
  "disabled": false,
17884
17923
  "document": "数据表基本信息。",
17885
- "example": "{}",
17924
+ "example": "{\"name\":\"test\"}",
17886
17925
  "member": "TableBaseInfo",
17887
17926
  "name": "TableBaseInfo",
17888
17927
  "output_required": true,
@@ -17892,7 +17931,7 @@
17892
17931
  {
17893
17932
  "disabled": false,
17894
17933
  "document": "数据表列信息。\n注意:此字段可能返回 null,表示取不到有效值。",
17895
- "example": "{}",
17934
+ "example": "[{\"name\":\"aa\"}]",
17896
17935
  "member": "Column",
17897
17936
  "name": "Columns",
17898
17937
  "output_required": true,
@@ -17902,7 +17941,7 @@
17902
17941
  {
17903
17942
  "disabled": false,
17904
17943
  "document": "数据表分块信息。\n注意:此字段可能返回 null,表示取不到有效值。",
17905
- "example": "{}",
17944
+ "example": "[{\"day\":\"a\"}]",
17906
17945
  "member": "Partition",
17907
17946
  "name": "Partitions",
17908
17947
  "output_required": true,
@@ -17922,7 +17961,7 @@
17922
17961
  {
17923
17962
  "disabled": false,
17924
17963
  "document": "数据表属性信息。\n注意:此字段可能返回 null,表示取不到有效值。",
17925
- "example": "{}",
17964
+ "example": "[{\"day\":\"a\"}]",
17926
17965
  "member": "Property",
17927
17966
  "name": "Properties",
17928
17967
  "output_required": true,
@@ -17998,6 +18037,16 @@
17998
18037
  "output_required": false,
17999
18038
  "type": "int",
18000
18039
  "value_allowed_null": true
18040
+ },
18041
+ {
18042
+ "disabled": false,
18043
+ "document": "InputFormat的缩写",
18044
+ "example": "orc",
18045
+ "member": "string",
18046
+ "name": "InputFormatShort",
18047
+ "output_required": false,
18048
+ "type": "string",
18049
+ "value_allowed_null": false
18001
18050
  }
18002
18051
  ],
18003
18052
  "usage": "out"