tccli 3.0.1268.1__py2.py3-none-any.whl → 3.0.1270.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 (107) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +5 -4
  3. tccli/services/aiart/aiart_client.py +106 -0
  4. tccli/services/aiart/v20221229/api.json +286 -11
  5. tccli/services/aiart/v20221229/examples.json +18 -2
  6. tccli/services/antiddos/v20200309/api.json +201 -132
  7. tccli/services/antiddos/v20200309/examples.json +12 -12
  8. tccli/services/apm/v20210622/api.json +13 -3
  9. tccli/services/billing/billing_client.py +4 -163
  10. tccli/services/billing/v20180709/api.json +0 -489
  11. tccli/services/billing/v20180709/examples.json +0 -24
  12. tccli/services/cam/v20190116/api.json +8 -8
  13. tccli/services/cat/v20180409/api.json +3 -1
  14. tccli/services/cbs/cbs_client.py +220 -8
  15. tccli/services/cbs/v20170312/api.json +418 -2
  16. tccli/services/cbs/v20170312/examples.json +32 -0
  17. tccli/services/ccc/v20200210/api.json +11 -11
  18. tccli/services/ccc/v20200210/examples.json +2 -2
  19. tccli/services/cdb/v20170320/api.json +48 -18
  20. tccli/services/cdwdoris/v20211228/api.json +10 -1
  21. tccli/services/cfw/v20190904/api.json +30 -30
  22. tccli/services/ckafka/v20190819/api.json +10 -0
  23. tccli/services/cls/v20201016/api.json +11 -0
  24. tccli/services/csip/v20221121/api.json +38 -38
  25. tccli/services/cwp/cwp_client.py +4 -57
  26. tccli/services/cwp/v20180228/api.json +0 -184
  27. tccli/services/cwp/v20180228/examples.json +0 -8
  28. tccli/services/cynosdb/v20190107/api.json +1 -1
  29. tccli/services/cynosdb/v20190107/examples.json +1 -1
  30. tccli/services/dcdb/dcdb_client.py +122 -16
  31. tccli/services/dcdb/v20180411/api.json +222 -0
  32. tccli/services/dcdb/v20180411/examples.json +16 -0
  33. tccli/services/dlc/v20210125/api.json +169 -50
  34. tccli/services/dlc/v20210125/examples.json +20 -20
  35. tccli/services/domain/v20180808/api.json +8 -8
  36. tccli/services/domain/v20180808/examples.json +3 -3
  37. tccli/services/dts/v20211206/api.json +1 -1
  38. tccli/services/es/v20180416/api.json +9 -9
  39. tccli/services/ess/v20201111/api.json +1 -1
  40. tccli/services/essbasic/v20210526/api.json +3 -3
  41. tccli/services/essbasic/v20210526/examples.json +2 -2
  42. tccli/services/facefusion/v20220927/api.json +4 -4
  43. tccli/services/faceid/v20180301/api.json +5 -5
  44. tccli/services/faceid/v20180301/examples.json +6 -0
  45. tccli/services/gme/v20180711/api.json +147 -141
  46. tccli/services/gme/v20180711/examples.json +9 -9
  47. tccli/services/hunyuan/v20230901/api.json +9 -0
  48. tccli/services/iotexplorer/v20190423/api.json +4 -4
  49. tccli/services/iotexplorer/v20190423/examples.json +5 -5
  50. tccli/services/keewidb/v20220308/api.json +2 -2
  51. tccli/services/lcic/v20220817/api.json +177 -177
  52. tccli/services/lcic/v20220817/examples.json +2 -2
  53. tccli/services/lighthouse/v20200324/api.json +76 -67
  54. tccli/services/live/v20180801/api.json +1 -1
  55. tccli/services/lke/v20231130/api.json +31 -0
  56. tccli/services/lkeap/v20240522/api.json +55 -9
  57. tccli/services/lkeap/v20240522/examples.json +1 -1
  58. tccli/services/mna/mna_client.py +106 -0
  59. tccli/services/mna/v20210119/api.json +246 -0
  60. tccli/services/mna/v20210119/examples.json +16 -0
  61. tccli/services/monitor/monitor_client.py +62 -57
  62. tccli/services/monitor/v20230616/api.json +266 -0
  63. tccli/services/monitor/v20230616/examples.json +19 -0
  64. tccli/services/mqtt/mqtt_client.py +489 -12
  65. tccli/services/mqtt/v20240516/api.json +864 -3
  66. tccli/services/mqtt/v20240516/examples.json +72 -0
  67. tccli/services/ocr/ocr_client.py +53 -0
  68. tccli/services/ocr/v20181119/api.json +319 -2
  69. tccli/services/ocr/v20181119/examples.json +8 -0
  70. tccli/services/postgres/postgres_client.py +334 -16
  71. tccli/services/postgres/v20170312/api.json +717 -34
  72. tccli/services/postgres/v20170312/examples.json +72 -0
  73. tccli/services/ses/v20201002/api.json +15 -5
  74. tccli/services/ssl/v20191205/api.json +496 -493
  75. tccli/services/ssl/v20191205/examples.json +144 -24
  76. tccli/services/svp/v20240125/api.json +6 -6
  77. tccli/services/taf/taf_client.py +0 -159
  78. tccli/services/taf/v20200210/api.json +0 -665
  79. tccli/services/taf/v20200210/examples.json +0 -24
  80. tccli/services/teo/v20220901/api.json +40 -2
  81. tccli/services/tione/v20211111/api.json +14 -3
  82. tccli/services/trabbit/__init__.py +4 -0
  83. tccli/services/trabbit/trabbit_client.py +1691 -0
  84. tccli/services/trabbit/v20230418/api.json +4773 -0
  85. tccli/services/trabbit/v20230418/examples.json +237 -0
  86. tccli/services/trp/v20210515/api.json +549 -513
  87. tccli/services/trp/v20210515/examples.json +5 -5
  88. tccli/services/trtc/v20190722/api.json +8 -8
  89. tccli/services/trtc/v20190722/examples.json +2 -2
  90. tccli/services/vclm/v20240523/api.json +0 -450
  91. tccli/services/vclm/v20240523/examples.json +0 -48
  92. tccli/services/vclm/vclm_client.py +0 -159
  93. tccli/services/vpc/v20170312/api.json +124 -0
  94. tccli/services/vpc/v20170312/examples.json +16 -0
  95. tccli/services/vpc/vpc_client.py +106 -0
  96. tccli/services/wedata/v20210820/api.json +211 -33
  97. tccli/services/wedata/v20210820/examples.json +14 -0
  98. tccli/services/wedata/wedata_client.py +53 -0
  99. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/METADATA +2 -2
  100. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/RECORD +103 -101
  101. tccli/services/aa/__init__.py +0 -4
  102. tccli/services/aa/aa_client.py +0 -207
  103. tccli/services/aa/v20200224/api.json +0 -397
  104. tccli/services/aa/v20200224/examples.json +0 -13
  105. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/WHEEL +0 -0
  106. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/entry_points.txt +0 -0
  107. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/license_files/LICENSE +0 -0
@@ -1173,6 +1173,15 @@
1173
1173
  "name": "Asset",
1174
1174
  "required": false,
1175
1175
  "type": "object"
1176
+ },
1177
+ {
1178
+ "disabled": false,
1179
+ "document": "数据源连接名",
1180
+ "example": "DataLakeCatalog",
1181
+ "member": "string",
1182
+ "name": "DatasourceConnectionName",
1183
+ "required": false,
1184
+ "type": "string"
1176
1185
  }
1177
1186
  ],
1178
1187
  "type": "object"
@@ -1227,6 +1236,15 @@
1227
1236
  "name": "Partition",
1228
1237
  "required": false,
1229
1238
  "type": "object"
1239
+ },
1240
+ {
1241
+ "disabled": false,
1242
+ "document": "数据源连接名",
1243
+ "example": "DataLakeCatalog",
1244
+ "member": "string",
1245
+ "name": "DatasourceConnectionName",
1246
+ "required": false,
1247
+ "type": "string"
1230
1248
  }
1231
1249
  ],
1232
1250
  "type": "object"
@@ -1407,6 +1425,15 @@
1407
1425
  "name": "Name",
1408
1426
  "required": false,
1409
1427
  "type": "string"
1428
+ },
1429
+ {
1430
+ "disabled": false,
1431
+ "document": "数据源连接名",
1432
+ "example": "DataLakeCatalog",
1433
+ "member": "string",
1434
+ "name": "DatasourceConnectionName",
1435
+ "required": false,
1436
+ "type": "string"
1410
1437
  }
1411
1438
  ],
1412
1439
  "type": "object"
@@ -2256,7 +2283,7 @@
2256
2283
  {
2257
2284
  "disabled": false,
2258
2285
  "document": "任务Id,全局唯一",
2259
- "example": "“”",
2286
+ "example": "8548111ce1611ef8bb45254006a8683",
2260
2287
  "member": "string",
2261
2288
  "name": "TaskId",
2262
2289
  "required": true,
@@ -2902,6 +2929,15 @@
2902
2929
  "name": "Name",
2903
2930
  "required": false,
2904
2931
  "type": "string"
2932
+ },
2933
+ {
2934
+ "disabled": false,
2935
+ "document": "数据源连接名",
2936
+ "example": "DataLakeCatalog",
2937
+ "member": "string",
2938
+ "name": "DatasourceConnectionName",
2939
+ "required": false,
2940
+ "type": "string"
2905
2941
  }
2906
2942
  ],
2907
2943
  "type": "object"
@@ -3064,6 +3100,15 @@
3064
3100
  "name": "Name",
3065
3101
  "required": false,
3066
3102
  "type": "string"
3103
+ },
3104
+ {
3105
+ "disabled": false,
3106
+ "document": "数据源连接名",
3107
+ "example": "DataLakeCatalog",
3108
+ "member": "string",
3109
+ "name": "DatasourceConnectionName",
3110
+ "required": false,
3111
+ "type": "string"
3067
3112
  }
3068
3113
  ],
3069
3114
  "type": "object"
@@ -5327,6 +5372,17 @@
5327
5372
  "required": false,
5328
5373
  "type": "object",
5329
5374
  "value_allowed_null": false
5375
+ },
5376
+ {
5377
+ "disabled": false,
5378
+ "document": "数据源连接名",
5379
+ "example": "DataLakeCatalog",
5380
+ "member": "string",
5381
+ "name": "DatasourceConnectionName",
5382
+ "output_required": false,
5383
+ "required": false,
5384
+ "type": "string",
5385
+ "value_allowed_null": false
5330
5386
  }
5331
5387
  ],
5332
5388
  "usage": "both"
@@ -5738,13 +5794,13 @@
5738
5794
  },
5739
5795
  {
5740
5796
  "disabled": false,
5741
- "document": "返回信息\n注意:此字段可能返回 null,表示取不到有效值。",
5797
+ "document": "返回信息",
5742
5798
  "example": "测试资源",
5743
5799
  "member": "string",
5744
5800
  "name": "Message",
5745
5801
  "output_required": true,
5746
5802
  "type": "string",
5747
- "value_allowed_null": true
5803
+ "value_allowed_null": false
5748
5804
  },
5749
5805
  {
5750
5806
  "disabled": false,
@@ -5758,33 +5814,33 @@
5758
5814
  },
5759
5815
  {
5760
5816
  "disabled": false,
5761
- "document": "引擎类型,有效值:PrestoSQL/SparkSQL/SparkBatch\n注意:此字段可能返回 null,表示取不到有效值。",
5817
+ "document": "引擎类型,有效值:PrestoSQL/SparkSQL/SparkBatch",
5762
5818
  "example": "SparkSQL",
5763
5819
  "member": "string",
5764
5820
  "name": "DataEngineType",
5765
5821
  "output_required": true,
5766
5822
  "type": "string",
5767
- "value_allowed_null": true
5823
+ "value_allowed_null": false
5768
5824
  },
5769
5825
  {
5770
5826
  "disabled": false,
5771
- "document": "用户ID\n注意:此字段可能返回 null,表示取不到有效值。",
5827
+ "document": "用户ID",
5772
5828
  "example": "130****568",
5773
5829
  "member": "int64",
5774
5830
  "name": "AppId",
5775
5831
  "output_required": true,
5776
5832
  "type": "int",
5777
- "value_allowed_null": true
5833
+ "value_allowed_null": false
5778
5834
  },
5779
5835
  {
5780
5836
  "disabled": false,
5781
- "document": "账号ID\n注意:此字段可能返回 null,表示取不到有效值。",
5837
+ "document": "账号ID",
5782
5838
  "example": "1000****6235",
5783
5839
  "member": "string",
5784
5840
  "name": "UserUin",
5785
5841
  "output_required": true,
5786
5842
  "type": "string",
5787
- "value_allowed_null": true
5843
+ "value_allowed_null": false
5788
5844
  }
5789
5845
  ],
5790
5846
  "usage": "out"
@@ -5830,25 +5886,25 @@
5830
5886
  "members": [
5831
5887
  {
5832
5888
  "disabled": false,
5833
- "document": "配置项\n注意:此字段可能返回 null,表示取不到有效值。",
5889
+ "document": "配置项",
5834
5890
  "example": "dlc.query.execution.timeout",
5835
5891
  "member": "string",
5836
5892
  "name": "ConfigItem",
5837
5893
  "output_required": true,
5838
5894
  "required": true,
5839
5895
  "type": "string",
5840
- "value_allowed_null": true
5896
+ "value_allowed_null": false
5841
5897
  },
5842
5898
  {
5843
5899
  "disabled": false,
5844
- "document": "配置值\n注意:此字段可能返回 null,表示取不到有效值。",
5900
+ "document": "配置值",
5845
5901
  "example": "360",
5846
5902
  "member": "string",
5847
5903
  "name": "ConfigValue",
5848
5904
  "output_required": true,
5849
5905
  "required": true,
5850
5906
  "type": "string",
5851
- "value_allowed_null": true
5907
+ "value_allowed_null": false
5852
5908
  }
5853
5909
  ],
5854
5910
  "usage": "both"
@@ -6609,33 +6665,33 @@
6609
6665
  "members": [
6610
6666
  {
6611
6667
  "disabled": false,
6612
- "document": "引擎ID\n注意:此字段可能返回 null,表示取不到有效值。",
6668
+ "document": "引擎ID",
6613
6669
  "example": "dataengine-abc",
6614
6670
  "member": "string",
6615
6671
  "name": "DataEngineId",
6616
6672
  "output_required": false,
6617
6673
  "type": "string",
6618
- "value_allowed_null": true
6674
+ "value_allowed_null": false
6619
6675
  },
6620
6676
  {
6621
6677
  "disabled": false,
6622
- "document": "引擎名称\n注意:此字段可能返回 null,表示取不到有效值。",
6678
+ "document": "引擎名称",
6623
6679
  "example": "dlc_engine",
6624
6680
  "member": "string",
6625
6681
  "name": "DataEngineName",
6626
6682
  "output_required": false,
6627
6683
  "type": "string",
6628
- "value_allowed_null": true
6684
+ "value_allowed_null": false
6629
6685
  },
6630
6686
  {
6631
6687
  "disabled": false,
6632
- "document": "引擎规格详情\n注意:此字段可能返回 null,表示取不到有效值。",
6688
+ "document": "引擎规格详情",
6633
6689
  "example": " [ { \"StartTime\": \"2024-06-06 12:00:00\", \"EndTime\": \"2024-06-06 13:00:00\", \"CU\": 0 } ]",
6634
6690
  "member": "DataEngineScaleInfoDetail",
6635
6691
  "name": "ScaleDetail",
6636
6692
  "output_required": false,
6637
6693
  "type": "list",
6638
- "value_allowed_null": true
6694
+ "value_allowed_null": false
6639
6695
  }
6640
6696
  ],
6641
6697
  "usage": "out"
@@ -6645,33 +6701,33 @@
6645
6701
  "members": [
6646
6702
  {
6647
6703
  "disabled": false,
6648
- "document": "统计开始时间,格式为:yyyy-MM-dd HH:mm:ss\n注意:此字段可能返回 null,表示取不到有效值。",
6704
+ "document": "统计开始时间,格式为:yyyy-MM-dd HH:mm:ss",
6649
6705
  "example": "2024-06-06 12:00:00",
6650
6706
  "member": "string",
6651
6707
  "name": "StartTime",
6652
6708
  "output_required": false,
6653
6709
  "type": "string",
6654
- "value_allowed_null": true
6710
+ "value_allowed_null": false
6655
6711
  },
6656
6712
  {
6657
6713
  "disabled": false,
6658
- "document": "统计结束时间,格式为:yyyy-MM-dd HH:mm:ss\n注意:此字段可能返回 null,表示取不到有效值。",
6714
+ "document": "统计结束时间,格式为:yyyy-MM-dd HH:mm:ss",
6659
6715
  "example": "2024-06-06 13:00:00",
6660
6716
  "member": "string",
6661
6717
  "name": "EndTime",
6662
6718
  "output_required": false,
6663
6719
  "type": "string",
6664
- "value_allowed_null": true
6720
+ "value_allowed_null": false
6665
6721
  },
6666
6722
  {
6667
6723
  "disabled": false,
6668
- "document": "当前统计时间段,引擎规格\n注意:此字段可能返回 null,表示取不到有效值。",
6724
+ "document": "当前统计时间段,引擎规格",
6669
6725
  "example": "16",
6670
6726
  "member": "int64",
6671
6727
  "name": "CU",
6672
6728
  "output_required": false,
6673
6729
  "type": "int",
6674
- "value_allowed_null": true
6730
+ "value_allowed_null": false
6675
6731
  }
6676
6732
  ],
6677
6733
  "usage": "out"
@@ -7874,7 +7930,7 @@
7874
7930
  {
7875
7931
  "disabled": false,
7876
7932
  "document": "schema名称",
7877
- "example": "xxxx",
7933
+ "example": "schema1",
7878
7934
  "member": "string",
7879
7935
  "name": "SchemaName",
7880
7936
  "required": false,
@@ -7882,12 +7938,21 @@
7882
7938
  },
7883
7939
  {
7884
7940
  "disabled": false,
7885
- "document": "匹配规则",
7886
- "example": "*",
7941
+ "document": "匹配规则,只支持填*",
7942
+ "example": "",
7887
7943
  "member": "string",
7888
7944
  "name": "Pattern",
7889
7945
  "required": false,
7890
7946
  "type": "string"
7947
+ },
7948
+ {
7949
+ "disabled": false,
7950
+ "document": "数据源连接名",
7951
+ "example": "DataLakeCatalog",
7952
+ "member": "string",
7953
+ "name": "DatasourceConnectionName",
7954
+ "required": false,
7955
+ "type": "string"
7891
7956
  }
7892
7957
  ],
7893
7958
  "type": "object"
@@ -8054,6 +8119,15 @@
8054
8119
  "name": "Expression",
8055
8120
  "required": false,
8056
8121
  "type": "string"
8122
+ },
8123
+ {
8124
+ "disabled": false,
8125
+ "document": "数据源连接名",
8126
+ "example": "DataLakeCatalog",
8127
+ "member": "string",
8128
+ "name": "DatasourceConnectionName",
8129
+ "required": false,
8130
+ "type": "string"
8057
8131
  }
8058
8132
  ],
8059
8133
  "type": "object"
@@ -8122,8 +8196,8 @@
8122
8196
  },
8123
8197
  {
8124
8198
  "disabled": false,
8125
- "document": "数据目录",
8126
- "example": "DataLakeCatalog",
8199
+ "document": "catalog类型",
8200
+ "example": "hive",
8127
8201
  "member": "string",
8128
8202
  "name": "Catalog",
8129
8203
  "required": false,
@@ -8140,8 +8214,8 @@
8140
8214
  },
8141
8215
  {
8142
8216
  "disabled": false,
8143
- "document": "查询模式",
8144
- "example": "*",
8217
+ "document": "查询模式,只支持填*",
8218
+ "example": "",
8145
8219
  "member": "string",
8146
8220
  "name": "Pattern",
8147
8221
  "required": false,
@@ -8155,6 +8229,15 @@
8155
8229
  "name": "Type",
8156
8230
  "required": false,
8157
8231
  "type": "string"
8232
+ },
8233
+ {
8234
+ "disabled": false,
8235
+ "document": "数据源连接名",
8236
+ "example": "DataLakeCatalog",
8237
+ "member": "string",
8238
+ "name": "DatasourceConnectionName",
8239
+ "required": false,
8240
+ "type": "string"
8158
8241
  }
8159
8242
  ],
8160
8243
  "type": "object"
@@ -8383,8 +8466,8 @@
8383
8466
  },
8384
8467
  {
8385
8468
  "disabled": false,
8386
- "document": "数据目录",
8387
- "example": "DataLakeCatalog",
8469
+ "document": "catalog类型",
8470
+ "example": "hive",
8388
8471
  "member": "string",
8389
8472
  "name": "Catalog",
8390
8473
  "required": false,
@@ -8401,8 +8484,8 @@
8401
8484
  },
8402
8485
  {
8403
8486
  "disabled": false,
8404
- "document": "查询模式",
8405
- "example": "*",
8487
+ "document": "查询模式,只支持填*",
8488
+ "example": "",
8406
8489
  "member": "string",
8407
8490
  "name": "Pattern",
8408
8491
  "required": false,
@@ -8470,6 +8553,15 @@
8470
8553
  "name": "Asc",
8471
8554
  "required": false,
8472
8555
  "type": "bool"
8556
+ },
8557
+ {
8558
+ "disabled": false,
8559
+ "document": "数据源连接名",
8560
+ "example": "DataLakeCatalog",
8561
+ "member": "string",
8562
+ "name": "DatasourceConnectionName",
8563
+ "required": false,
8564
+ "type": "string"
8473
8565
  }
8474
8566
  ],
8475
8567
  "type": "object"
@@ -12300,6 +12392,15 @@
12300
12392
  "name": "Cascade",
12301
12393
  "required": false,
12302
12394
  "type": "bool"
12395
+ },
12396
+ {
12397
+ "disabled": false,
12398
+ "document": "数据源连接名",
12399
+ "example": "DataLakeCatalog",
12400
+ "member": "string",
12401
+ "name": "DatasourceConnectionName",
12402
+ "required": false,
12403
+ "type": "string"
12303
12404
  }
12304
12405
  ],
12305
12406
  "type": "object"
@@ -12372,6 +12473,15 @@
12372
12473
  "name": "DeleteData",
12373
12474
  "required": false,
12374
12475
  "type": "bool"
12476
+ },
12477
+ {
12478
+ "disabled": false,
12479
+ "document": "数据源连接名",
12480
+ "example": "DataLakeCatalog",
12481
+ "member": "string",
12482
+ "name": "DatasourceConnectionName",
12483
+ "required": false,
12484
+ "type": "string"
12375
12485
  }
12376
12486
  ],
12377
12487
  "type": "object"
@@ -12436,6 +12546,15 @@
12436
12546
  "name": "EnvProps",
12437
12547
  "required": false,
12438
12548
  "type": "object"
12549
+ },
12550
+ {
12551
+ "disabled": false,
12552
+ "document": "数据目录信息",
12553
+ "example": "DataLakeCatalog",
12554
+ "member": "string",
12555
+ "name": "DatasourceConnectionName",
12556
+ "required": false,
12557
+ "type": "string"
12439
12558
  }
12440
12559
  ],
12441
12560
  "type": "object"
@@ -13350,7 +13469,7 @@
13350
13469
  {
13351
13470
  "disabled": false,
13352
13471
  "document": "下一次分页参数,第一次传空",
13353
- "example": "xx",
13472
+ "example": "null",
13354
13473
  "member": "string",
13355
13474
  "name": "Context",
13356
13475
  "required": true,
@@ -13392,7 +13511,7 @@
13392
13511
  {
13393
13512
  "disabled": false,
13394
13513
  "document": "下一次分页参数\n注意:此字段可能返回 null,表示取不到有效值。",
13395
- "example": "",
13514
+ "example": "Y29udGV4dC0xNjRiYzJlMy02OGM3LTQwNDctOTU1Ni0zYjkwMThkYTY3YWMxNzM4ODAyNzgxNDc4",
13396
13515
  "member": "string",
13397
13516
  "name": "Context",
13398
13517
  "output_required": true,
@@ -13422,7 +13541,7 @@
13422
13541
  {
13423
13542
  "disabled": false,
13424
13543
  "document": "日志url\n注意:此字段可能返回 null,表示取不到有效值。",
13425
- "example": "",
13544
+ "example": "null",
13426
13545
  "member": "string",
13427
13546
  "name": "LogUrl",
13428
13547
  "output_required": true,
@@ -15059,7 +15178,7 @@
15059
15178
  {
15060
15179
  "disabled": false,
15061
15180
  "document": "创建者",
15062
- "example": "test",
15181
+ "example": "1000****040",
15063
15182
  "member": "string",
15064
15183
  "name": "Creator",
15065
15184
  "output_required": true,
@@ -17037,20 +17156,20 @@
17037
17156
  {
17038
17157
  "disabled": false,
17039
17158
  "document": "shuffle写溢出到COS数据量,单位:byte\n注意:此字段可能返回 null,表示取不到有效值。",
17040
- "example": "",
17159
+ "example": "0",
17041
17160
  "member": "int64",
17042
17161
  "name": "ShuffleWriteBytesCos",
17043
- "required": false,
17162
+ "output_required": true,
17044
17163
  "type": "int",
17045
17164
  "value_allowed_null": true
17046
17165
  },
17047
17166
  {
17048
17167
  "disabled": false,
17049
17168
  "document": "shuffle写数据量,单位:byte\n注意:此字段可能返回 null,表示取不到有效值。",
17050
- "example": "",
17169
+ "example": "59174754650",
17051
17170
  "member": "int64",
17052
17171
  "name": "ShuffleWriteBytesTotal",
17053
- "required": false,
17172
+ "output_required": true,
17054
17173
  "type": "int",
17055
17174
  "value_allowed_null": true
17056
17175
  }
@@ -17895,7 +18014,7 @@
17895
18014
  {
17896
18015
  "disabled": false,
17897
18016
  "document": "T-ICEBERG表的主键\n注意:此字段可能返回 null,表示取不到有效值。",
17898
- "example": "",
18017
+ "example": "id",
17899
18018
  "member": "string",
17900
18019
  "name": "PrimaryKeys",
17901
18020
  "output_required": false,
@@ -19819,7 +19938,7 @@
19819
19938
  {
19820
19939
  "disabled": false,
19821
19940
  "document": "子网Id\n注意:此字段可能返回 null,表示取不到有效值。",
19822
- "example": "",
19941
+ "example": "subnet-e4****xj",
19823
19942
  "member": "string",
19824
19943
  "name": "CidrId",
19825
19944
  "output_required": true,
@@ -19847,7 +19966,7 @@
19847
19966
  {
19848
19967
  "disabled": false,
19849
19968
  "document": "vpc Id\n注意:此字段可能返回 null,表示取不到有效值。",
19850
- "example": "",
19969
+ "example": "vpc-f37xxxx",
19851
19970
  "member": "string",
19852
19971
  "name": "VpcId",
19853
19972
  "output_required": true,
@@ -19858,7 +19977,7 @@
19858
19977
  {
19859
19978
  "disabled": false,
19860
19979
  "document": "vpc子网\n注意:此字段可能返回 null,表示取不到有效值。",
19861
- "example": "10.0.0.1/22",
19980
+ "example": "10.*.*.*/*",
19862
19981
  "member": "string",
19863
19982
  "name": "VpcCidrBlock",
19864
19983
  "output_required": true,
@@ -19869,7 +19988,7 @@
19869
19988
  {
19870
19989
  "disabled": false,
19871
19990
  "document": "规则Id\n注意:此字段可能返回 null,表示取不到有效值。",
19872
- "example": "",
19991
+ "example": "4549",
19873
19992
  "member": "int64",
19874
19993
  "name": "RuleId",
19875
19994
  "output_required": false,
@@ -19880,7 +19999,7 @@
19880
19999
  {
19881
20000
  "disabled": false,
19882
20001
  "document": "权限组Id\n注意:此字段可能返回 null,表示取不到有效值。",
19883
- "example": "",
20002
+ "example": "ag-cj91234e",
19884
20003
  "member": "string",
19885
20004
  "name": "AccessGroupId",
19886
20005
  "output_required": false,