tccli 3.0.1252.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 (31) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/ca/v20230228/api.json +16 -16
  3. tccli/services/cdwdoris/v20211228/api.json +289 -286
  4. tccli/services/cdwdoris/v20211228/examples.json +49 -31
  5. tccli/services/clb/v20180317/api.json +88 -6
  6. tccli/services/clb/v20180317/examples.json +4 -4
  7. tccli/services/dc/v20180410/api.json +21 -2
  8. tccli/services/dc/v20180410/examples.json +2 -2
  9. tccli/services/dcdb/v20180411/api.json +1 -1
  10. tccli/services/dcdb/v20180411/examples.json +1 -1
  11. tccli/services/dlc/v20210125/api.json +53 -4
  12. tccli/services/emr/v20190103/api.json +161 -141
  13. tccli/services/ess/v20201111/api.json +6 -6
  14. tccli/services/ess/v20201111/examples.json +9 -9
  15. tccli/services/essbasic/v20210526/api.json +7 -7
  16. tccli/services/hunyuan/v20230901/api.json +25 -5
  17. tccli/services/lke/v20231130/api.json +9 -0
  18. tccli/services/lkeap/v20240522/api.json +2 -2
  19. tccli/services/mariadb/v20170312/api.json +1 -1
  20. tccli/services/mariadb/v20170312/examples.json +1 -1
  21. tccli/services/mps/v20190612/api.json +4 -4
  22. tccli/services/ocr/v20181119/api.json +28 -0
  23. tccli/services/tchd/v20230306/api.json +3 -3
  24. tccli/services/tiw/v20190919/api.json +1 -1
  25. tccli/services/vpc/v20170312/api.json +249 -19
  26. tccli/services/vpc/v20170312/examples.json +4 -4
  27. {tccli-3.0.1252.1.dist-info → tccli-3.0.1253.1.dist-info}/METADATA +2 -2
  28. {tccli-3.0.1252.1.dist-info → tccli-3.0.1253.1.dist-info}/RECORD +31 -31
  29. {tccli-3.0.1252.1.dist-info → tccli-3.0.1253.1.dist-info}/WHEEL +0 -0
  30. {tccli-3.0.1252.1.dist-info → tccli-3.0.1253.1.dist-info}/entry_points.txt +0 -0
  31. {tccli-3.0.1252.1.dist-info → tccli-3.0.1253.1.dist-info}/license_files/LICENSE +0 -0
@@ -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"