tccli-intl-en 3.0.1265.1__py2.py3-none-any.whl → 3.0.1283.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 (185) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/services/__init__.py +5 -1
  4. tccli/services/advisor/advisor_client.py +10 -4
  5. tccli/services/aiart/aiart_client.py +5 -2
  6. tccli/services/ams/ams_client.py +20 -8
  7. tccli/services/antiddos/antiddos_client.py +350 -140
  8. tccli/services/apigateway/apigateway_client.py +465 -186
  9. tccli/services/apm/apm_client.py +835 -68
  10. tccli/services/apm/v20210622/api.json +3936 -1145
  11. tccli/services/apm/v20210622/examples.json +133 -23
  12. tccli/services/asr/asr_client.py +10 -4
  13. tccli/services/autoscaling/autoscaling_client.py +290 -116
  14. tccli/services/autoscaling/v20180419/api.json +1 -1
  15. tccli/services/batch/batch_client.py +140 -56
  16. tccli/services/bi/bi_client.py +120 -48
  17. tccli/services/billing/billing_client.py +210 -84
  18. tccli/services/cam/cam_client.py +405 -162
  19. tccli/services/captcha/captcha_client.py +5 -2
  20. tccli/services/car/car_client.py +165 -66
  21. tccli/services/cbs/cbs_client.py +190 -76
  22. tccli/services/ccc/ccc_client.py +515 -146
  23. tccli/services/ccc/v20200210/api.json +511 -27
  24. tccli/services/ccc/v20200210/examples.json +24 -0
  25. tccli/services/cdb/cdb_client.py +665 -266
  26. tccli/services/cdc/cdc_client.py +100 -40
  27. tccli/services/cdn/cdn_client.py +220 -88
  28. tccli/services/cdwdoris/cdwdoris_client.py +385 -154
  29. tccli/services/cdwpg/cdwpg_client.py +120 -48
  30. tccli/services/cdz/cdz_client.py +5 -2
  31. tccli/services/cfg/cfg_client.py +80 -32
  32. tccli/services/cfs/cfs_client.py +195 -78
  33. tccli/services/cfw/cfw_client.py +330 -132
  34. tccli/services/chdfs/chdfs_client.py +145 -58
  35. tccli/services/ciam/ciam_client.py +80 -32
  36. tccli/services/ckafka/ckafka_client.py +629 -131
  37. tccli/services/ckafka/v20190819/api.json +2749 -1470
  38. tccli/services/ckafka/v20190819/examples.json +209 -155
  39. tccli/services/clb/clb_client.py +415 -166
  40. tccli/services/clb/v20180317/api.json +29 -14
  41. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  42. tccli/services/cls/cls_client.py +434 -173
  43. tccli/services/cmq/cmq_client.py +10 -4
  44. tccli/services/config/config_client.py +30 -12
  45. tccli/services/controlcenter/controlcenter_client.py +5 -2
  46. tccli/services/csip/csip_client.py +170 -68
  47. tccli/services/ctsdb/ctsdb_client.py +10 -4
  48. tccli/services/cvm/cvm_client.py +420 -168
  49. tccli/services/cvm/v20170312/api.json +239 -133
  50. tccli/services/cvm/v20170312/examples.json +101 -101
  51. tccli/services/cwp/cwp_client.py +2325 -930
  52. tccli/services/cynosdb/cynosdb_client.py +1887 -577
  53. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  54. tccli/services/cynosdb/v20190107/examples.json +132 -4
  55. tccli/services/dataintegration/dataintegration_client.py +5 -2
  56. tccli/services/dayu/dayu_client.py +515 -206
  57. tccli/services/dbbrain/dbbrain_client.py +210 -84
  58. tccli/services/dc/dc_client.py +90 -36
  59. tccli/services/dcdb/dcdb_client.py +310 -124
  60. tccli/services/dlc/dlc_client.py +808 -216
  61. tccli/services/dlc/v20210125/api.json +534 -13
  62. tccli/services/dlc/v20210125/examples.json +40 -0
  63. tccli/services/dms/dms_client.py +10 -4
  64. tccli/services/dnspod/dnspod_client.py +200 -80
  65. tccli/services/domain/domain_client.py +120 -48
  66. tccli/services/dts/dts_client.py +415 -166
  67. tccli/services/eb/eb_client.py +130 -52
  68. tccli/services/ecdn/ecdn_client.py +75 -30
  69. tccli/services/ecm/ecm_client.py +620 -248
  70. tccli/services/eiam/eiam_client.py +200 -80
  71. tccli/services/emr/emr_client.py +385 -154
  72. tccli/services/es/es_client.py +105 -42
  73. tccli/services/facefusion/facefusion_client.py +15 -6
  74. tccli/services/faceid/faceid_client.py +95 -38
  75. tccli/services/faceid/v20180301/examples.json +2 -2
  76. tccli/services/gaap/gaap_client.py +440 -176
  77. tccli/services/gme/gme_client.py +50 -20
  78. tccli/services/gpm/gpm_client.py +90 -36
  79. tccli/services/gse/gse_client.py +110 -44
  80. tccli/services/gwlb/gwlb_client.py +90 -36
  81. tccli/services/iai/iai_client.py +145 -58
  82. tccli/services/iap/iap_client.py +30 -12
  83. tccli/services/ims/ims_client.py +5 -2
  84. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +210 -84
  85. tccli/services/iotcloud/iotcloud_client.py +100 -40
  86. tccli/services/ip/ip_client.py +30 -12
  87. tccli/services/kms/kms_client.py +340 -136
  88. tccli/services/lcic/lcic_client.py +265 -106
  89. tccli/services/lighthouse/lighthouse_client.py +370 -148
  90. tccli/services/live/live_client.py +600 -240
  91. tccli/services/lke/lke_client.py +450 -180
  92. tccli/services/lkeap/lkeap_client.py +142 -12
  93. tccli/services/lkeap/v20240522/api.json +263 -0
  94. tccli/services/lkeap/v20240522/examples.json +35 -1
  95. tccli/services/mariadb/mariadb_client.py +250 -100
  96. tccli/services/mdc/mdc_client.py +90 -36
  97. tccli/services/mdl/mdl_client.py +165 -66
  98. tccli/services/mdl/v20200326/api.json +186 -12
  99. tccli/services/mdl/v20200326/examples.json +16 -16
  100. tccli/services/mdp/mdp_client.py +416 -124
  101. tccli/services/mdp/v20200527/api.json +146 -14
  102. tccli/services/mdp/v20200527/examples.json +95 -79
  103. tccli/services/message/__init__.py +4 -0
  104. tccli/services/message/message_client.py +210 -0
  105. tccli/services/message/v20181225/api.json +72 -0
  106. tccli/services/message/v20181225/examples.json +13 -0
  107. tccli/services/mongodb/mongodb_client.py +369 -58
  108. tccli/services/mongodb/v20190725/api.json +811 -226
  109. tccli/services/mongodb/v20190725/examples.json +54 -22
  110. tccli/services/monitor/monitor_client.py +1008 -296
  111. tccli/services/monitor/v20180724/api.json +657 -8
  112. tccli/services/monitor/v20180724/examples.json +152 -4
  113. tccli/services/mps/mps_client.py +684 -184
  114. tccli/services/mps/v20190612/api.json +1656 -222
  115. tccli/services/mps/v20190612/examples.json +60 -10
  116. tccli/services/msp/msp_client.py +35 -14
  117. tccli/services/ocr/ocr_client.py +246 -76
  118. tccli/services/ocr/v20181119/api.json +83 -4
  119. tccli/services/ocr/v20181119/examples.json +8 -0
  120. tccli/services/omics/omics_client.py +100 -40
  121. tccli/services/organization/organization_client.py +580 -232
  122. tccli/services/postgres/postgres_client.py +455 -182
  123. tccli/services/privatedns/privatedns_client.py +155 -62
  124. tccli/services/pts/pts_client.py +240 -96
  125. tccli/services/quota/quota_client.py +229 -2
  126. tccli/services/quota/v20241204/api.json +451 -2
  127. tccli/services/quota/v20241204/examples.json +42 -3
  128. tccli/services/rce/rce_client.py +5 -2
  129. tccli/services/redis/redis_client.py +545 -218
  130. tccli/services/redis/v20180412/api.json +225 -113
  131. tccli/services/redis/v20180412/examples.json +19 -19
  132. tccli/services/region/region_client.py +15 -6
  133. tccli/services/rum/rum_client.py +300 -120
  134. tccli/services/scf/scf_client.py +210 -84
  135. tccli/services/ses/ses_client.py +145 -58
  136. tccli/services/sms/sms_client.py +90 -36
  137. tccli/services/sqlserver/sqlserver_client.py +695 -278
  138. tccli/services/ssl/ssl_client.py +190 -76
  139. tccli/services/ssm/ssm_client.py +120 -48
  140. tccli/services/sts/sts_client.py +25 -10
  141. tccli/services/tag/tag_client.py +150 -60
  142. tccli/services/tat/tat_client.py +95 -38
  143. tccli/services/tbaas/tbaas_client.py +20 -8
  144. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  145. tccli/services/tchd/tchd_client.py +5 -2
  146. tccli/services/tcmpp/tcmpp_client.py +520 -208
  147. tccli/services/tcr/tcr_client.py +380 -152
  148. tccli/services/tcsas/tcsas_client.py +295 -118
  149. tccli/services/tcsas/v20250106/api.json +101 -61
  150. tccli/services/tcsas/v20250106/examples.json +2 -2
  151. tccli/services/tcss/tcss_client.py +1650 -660
  152. tccli/services/tdid/tdid_client.py +240 -96
  153. tccli/services/tdmq/tdmq_client.py +470 -188
  154. tccli/services/tem/tem_client.py +280 -112
  155. tccli/services/teo/teo_client.py +1365 -483
  156. tccli/services/teo/v20220901/api.json +354 -39
  157. tccli/services/teo/v20220901/examples.json +24 -0
  158. tccli/services/tione/tione_client.py +5 -2
  159. tccli/services/tiw/tiw_client.py +255 -102
  160. tccli/services/tke/tke_client.py +690 -276
  161. tccli/services/tms/tms_client.py +5 -2
  162. tccli/services/tmt/tmt_client.py +5 -2
  163. tccli/services/trabbit/trabbit_client.py +145 -58
  164. tccli/services/trro/trro_client.py +95 -38
  165. tccli/services/trtc/trtc_client.py +255 -102
  166. tccli/services/trtc/v20190722/api.json +6 -6
  167. tccli/services/trtc/v20190722/examples.json +7 -7
  168. tccli/services/tts/tts_client.py +5 -2
  169. tccli/services/vclm/vclm_client.py +10 -4
  170. tccli/services/vm/vm_client.py +20 -8
  171. tccli/services/vod/vod_client.py +895 -358
  172. tccli/services/vpc/v20170312/api.json +970 -75
  173. tccli/services/vpc/v20170312/examples.json +106 -10
  174. tccli/services/vpc/vpc_client.py +2159 -644
  175. tccli/services/waf/waf_client.py +535 -214
  176. tccli/services/wedata/v20250806/api.json +13644 -0
  177. tccli/services/wedata/v20250806/examples.json +621 -0
  178. tccli/services/wedata/wedata_client.py +6067 -1263
  179. tccli/services/yunjing/yunjing_client.py +355 -142
  180. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/METADATA +4 -7
  181. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/RECORD +185 -179
  182. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/WHEEL +1 -1
  183. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/entry_points.txt +0 -1
  184. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/LICENSE +0 -0
  185. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/top_level.txt +0 -0
@@ -14,6 +14,13 @@
14
14
  "output": "AlterDMSDatabaseResponse",
15
15
  "status": "online"
16
16
  },
17
+ "AttachDataMaskPolicy": {
18
+ "document": "This API is used to bind a DMask policy.",
19
+ "input": "AttachDataMaskPolicyRequest",
20
+ "name": "Bind a DMask policy",
21
+ "output": "AttachDataMaskPolicyResponse",
22
+ "status": "online"
23
+ },
17
24
  "AttachUserPolicy": {
18
25
  "document": "This API is used to bind the authentication policy to the user.",
19
26
  "input": "AttachUserPolicyRequest",
@@ -112,6 +119,13 @@
112
119
  "output": "CreateDataEngineResponse",
113
120
  "status": "online"
114
121
  },
122
+ "CreateDataMaskStrategy": {
123
+ "document": "This API is used to create a DMask policy.",
124
+ "input": "CreateDataMaskStrategyRequest",
125
+ "name": "Creates a DMask policy",
126
+ "output": "CreateDataMaskStrategyResponse",
127
+ "status": "online"
128
+ },
115
129
  "CreateInternalTable": {
116
130
  "document": "This API is used to create a managed internal table. It has been disused.",
117
131
  "input": "CreateInternalTableRequest",
@@ -196,6 +210,13 @@
196
210
  "output": "DeleteDataEngineResponse",
197
211
  "status": "online"
198
212
  },
213
+ "DeleteDataMaskStrategy": {
214
+ "document": "This API is used to delete a data masking policy.",
215
+ "input": "DeleteDataMaskStrategyRequest",
216
+ "name": "Delete a DMask policy",
217
+ "output": "DeleteDataMaskStrategyResponse",
218
+ "status": "online"
219
+ },
199
220
  "DeleteSparkApp": {
200
221
  "document": "This API is used to delete a Spark job.",
201
222
  "input": "DeleteSparkAppRequest",
@@ -301,6 +322,13 @@
301
322
  "output": "DescribeDataEnginesScaleDetailResponse",
302
323
  "status": "online"
303
324
  },
325
+ "DescribeDataMaskStrategies": {
326
+ "document": "This API is used to query the DMask list.",
327
+ "input": "DescribeDataMaskStrategiesRequest",
328
+ "name": "Query DMask policy list",
329
+ "output": "DescribeDataMaskStrategiesResponse",
330
+ "status": "online"
331
+ },
304
332
  "DescribeEngineUsageInfo": {
305
333
  "document": "This API is used to query the resource usage of a data engine based on its ID.",
306
334
  "input": "DescribeEngineUsageInfoRequest",
@@ -707,6 +735,13 @@
707
735
  "output": "UpdateDataEngineConfigResponse",
708
736
  "status": "online"
709
737
  },
738
+ "UpdateDataMaskStrategy": {
739
+ "document": "This API is used to update the DMask policy.",
740
+ "input": "UpdateDataMaskStrategyRequest",
741
+ "name": "Update the DMask policy",
742
+ "output": "UpdateDataMaskStrategyResponse",
743
+ "status": "online"
744
+ },
710
745
  "UpdateRowFilter": {
711
746
  "document": "This API is used to update row filters. Please note that it updates filters only but not catalogs, databases, or tables.",
712
747
  "input": "UpdateRowFilterRequest",
@@ -990,6 +1025,33 @@
990
1025
  ],
991
1026
  "usage": "both"
992
1027
  },
1028
+ "AttachDataMaskPolicyRequest": {
1029
+ "document": "AttachDataMaskPolicy request structure.",
1030
+ "members": [
1031
+ {
1032
+ "disabled": false,
1033
+ "document": "Collection of DMask permission objects that should be bound.",
1034
+ "example": "无",
1035
+ "member": "DataMaskStrategyPolicy",
1036
+ "name": "DataMaskStrategyPolicySet",
1037
+ "required": false,
1038
+ "type": "list"
1039
+ }
1040
+ ],
1041
+ "type": "object"
1042
+ },
1043
+ "AttachDataMaskPolicyResponse": {
1044
+ "document": "AttachDataMaskPolicy response structure.",
1045
+ "members": [
1046
+ {
1047
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
1048
+ "member": "string",
1049
+ "name": "RequestId",
1050
+ "type": "string"
1051
+ }
1052
+ ],
1053
+ "type": "object"
1054
+ },
993
1055
  "AttachUserPolicyRequest": {
994
1056
  "document": "AttachUserPolicy request structure.",
995
1057
  "members": [
@@ -2350,6 +2412,43 @@
2350
2412
  ],
2351
2413
  "type": "object"
2352
2414
  },
2415
+ "CreateDataMaskStrategyRequest": {
2416
+ "document": "CreateDataMaskStrategy request structure.",
2417
+ "members": [
2418
+ {
2419
+ "disabled": false,
2420
+ "document": "Masking policy description.",
2421
+ "example": "无",
2422
+ "member": "DataMaskStrategyInfo",
2423
+ "name": "Strategy",
2424
+ "required": false,
2425
+ "type": "object"
2426
+ }
2427
+ ],
2428
+ "type": "object"
2429
+ },
2430
+ "CreateDataMaskStrategyResponse": {
2431
+ "document": "CreateDataMaskStrategy response structure.",
2432
+ "members": [
2433
+ {
2434
+ "disabled": false,
2435
+ "document": "Policy ID",
2436
+ "example": "71a88499-266f-4b24-9944-2d80078ec0a6",
2437
+ "member": "string",
2438
+ "name": "StrategyId",
2439
+ "output_required": false,
2440
+ "type": "string",
2441
+ "value_allowed_null": false
2442
+ },
2443
+ {
2444
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
2445
+ "member": "string",
2446
+ "name": "RequestId",
2447
+ "type": "string"
2448
+ }
2449
+ ],
2450
+ "type": "object"
2451
+ },
2353
2452
  "CreateInternalTableRequest": {
2354
2453
  "document": "CreateInternalTable request structure.",
2355
2454
  "members": [
@@ -4912,6 +5011,255 @@
4912
5011
  ],
4913
5012
  "usage": "both"
4914
5013
  },
5014
+ "DataMaskStrategy": {
5015
+ "document": "DMask policy information.",
5016
+ "members": [
5017
+ {
5018
+ "disabled": false,
5019
+ "document": "Policy ID\n\nNote: This field may return null, indicating that no valid values can be obtained.",
5020
+ "example": "1",
5021
+ "member": "string",
5022
+ "name": "StrategyId",
5023
+ "output_required": false,
5024
+ "required": false,
5025
+ "type": "string",
5026
+ "value_allowed_null": true
5027
+ },
5028
+ {
5029
+ "disabled": false,
5030
+ "document": "User AppId\n\nNote: This field may return null, indicating that no valid values can be obtained.",
5031
+ "example": "1232121211",
5032
+ "member": "string",
5033
+ "name": "UserAppId",
5034
+ "output_required": false,
5035
+ "required": false,
5036
+ "type": "string",
5037
+ "value_allowed_null": true
5038
+ },
5039
+ {
5040
+ "disabled": false,
5041
+ "document": "User UIN\n\nNote: This field may return null, indicating that no valid values can be obtained.",
5042
+ "example": "1212313121",
5043
+ "member": "string",
5044
+ "name": "Uin",
5045
+ "output_required": false,
5046
+ "required": false,
5047
+ "type": "string",
5048
+ "value_allowed_null": true
5049
+ },
5050
+ {
5051
+ "disabled": false,
5052
+ "document": "Specifies the uin of the user sub-account to operate.\nNote: This field may return null, indicating that no valid values can be obtained.",
5053
+ "example": "1213124121",
5054
+ "member": "string",
5055
+ "name": "SubAccountUin",
5056
+ "output_required": false,
5057
+ "required": false,
5058
+ "type": "string",
5059
+ "value_allowed_null": true
5060
+ },
5061
+ {
5062
+ "disabled": false,
5063
+ "document": "Policy name\n\nNote: This field may return null, indicating that no valid values can be obtained.",
5064
+ "example": "策略1",
5065
+ "member": "string",
5066
+ "name": "StrategyName",
5067
+ "output_required": false,
5068
+ "required": false,
5069
+ "type": "string",
5070
+ "value_allowed_null": true
5071
+ },
5072
+ {
5073
+ "disabled": false,
5074
+ "document": "MASK_SHOW_FIRST_4, MASK_SHOW_LAST_4, MASK_HASH, MASK_DATE_SHOW_YEAR, MASK_NULL, MASK_DEFAULT.\nNote: This field may return null, indicating that no valid values can be obtained.",
5075
+ "example": "MASK_SHOW_FIRST_4",
5076
+ "member": "string",
5077
+ "name": "StrategyType",
5078
+ "output_required": false,
5079
+ "required": false,
5080
+ "type": "string",
5081
+ "value_allowed_null": true
5082
+ },
5083
+ {
5084
+ "disabled": false,
5085
+ "document": "Policy description\n\nNote: This field may return null, indicating that no valid values can be obtained.",
5086
+ "example": "描述",
5087
+ "member": "string",
5088
+ "name": "StrategyDesc",
5089
+ "output_required": false,
5090
+ "required": false,
5091
+ "type": "string",
5092
+ "value_allowed_null": true
5093
+ },
5094
+ {
5095
+ "disabled": false,
5096
+ "document": "User group policy list.\nNote: This field may return null, indicating that no valid values can be obtained.",
5097
+ "example": "无",
5098
+ "member": "GroupInfo",
5099
+ "name": "Groups",
5100
+ "output_required": false,
5101
+ "required": false,
5102
+ "type": "list",
5103
+ "value_allowed_null": true
5104
+ },
5105
+ {
5106
+ "disabled": false,
5107
+ "document": "User sub-account uin list, concatenated by ;.\nNote: This field may return null, indicating that no valid values can be obtained.",
5108
+ "example": "12312314112;1231231231",
5109
+ "member": "string",
5110
+ "name": "Users",
5111
+ "output_required": false,
5112
+ "required": false,
5113
+ "type": "string",
5114
+ "value_allowed_null": true
5115
+ },
5116
+ {
5117
+ "disabled": false,
5118
+ "document": "1: in effect; 0: deleted.\nNote: This field may return null, indicating that no valid values can be obtained.",
5119
+ "example": "1",
5120
+ "member": "int64",
5121
+ "name": "State",
5122
+ "output_required": false,
5123
+ "required": false,
5124
+ "type": "int",
5125
+ "value_allowed_null": true
5126
+ },
5127
+ {
5128
+ "disabled": false,
5129
+ "document": "Policy creation time. timestamp in milliseconds.\nNote: This field may return null, indicating that no valid values can be obtained.",
5130
+ "example": "1723106621346",
5131
+ "member": "int64",
5132
+ "name": "CreateTime",
5133
+ "output_required": false,
5134
+ "required": false,
5135
+ "type": "int",
5136
+ "value_allowed_null": true
5137
+ },
5138
+ {
5139
+ "disabled": false,
5140
+ "document": "Policy update time. timestamp in milliseconds.\nNote: This field may return null, indicating that no valid values can be obtained.",
5141
+ "example": "1723106621346",
5142
+ "member": "int64",
5143
+ "name": "UpdateTime",
5144
+ "output_required": false,
5145
+ "required": false,
5146
+ "type": "int",
5147
+ "value_allowed_null": true
5148
+ }
5149
+ ],
5150
+ "usage": "both"
5151
+ },
5152
+ "DataMaskStrategyInfo": {
5153
+ "document": "DMask policy information.",
5154
+ "members": [
5155
+ {
5156
+ "disabled": false,
5157
+ "document": "Policy name",
5158
+ "example": "策略1",
5159
+ "member": "string",
5160
+ "name": "StrategyName",
5161
+ "output_required": false,
5162
+ "required": false,
5163
+ "type": "string",
5164
+ "value_allowed_null": false
5165
+ },
5166
+ {
5167
+ "disabled": false,
5168
+ "document": "MASK_SHOW_FIRST_4, MASK_SHOW_LAST_4, MASK_HASH, MASK_DATE_SHOW_YEAR, MASK_NULL, MASK_DEFAULT.",
5169
+ "example": "MASK_SHOW_FIRST_4",
5170
+ "member": "string",
5171
+ "name": "StrategyType",
5172
+ "output_required": false,
5173
+ "required": false,
5174
+ "type": "string",
5175
+ "value_allowed_null": false
5176
+ },
5177
+ {
5178
+ "disabled": false,
5179
+ "document": "Policy description",
5180
+ "example": "for testing purpose",
5181
+ "member": "string",
5182
+ "name": "StrategyDesc",
5183
+ "output_required": false,
5184
+ "required": false,
5185
+ "type": "string",
5186
+ "value_allowed_null": false
5187
+ },
5188
+ {
5189
+ "disabled": false,
5190
+ "document": "User group policy list.\nNote: This field may return null, indicating that no valid values can be obtained.",
5191
+ "example": "无",
5192
+ "member": "GroupInfo",
5193
+ "name": "Groups",
5194
+ "output_required": false,
5195
+ "required": false,
5196
+ "type": "list",
5197
+ "value_allowed_null": true
5198
+ },
5199
+ {
5200
+ "disabled": false,
5201
+ "document": "User sub-account uin list, concatenated by ;.",
5202
+ "example": "12312314112;1231231231",
5203
+ "member": "string",
5204
+ "name": "Users",
5205
+ "output_required": false,
5206
+ "required": false,
5207
+ "type": "string",
5208
+ "value_allowed_null": false
5209
+ },
5210
+ {
5211
+ "disabled": false,
5212
+ "document": "Policy ID",
5213
+ "example": "1",
5214
+ "member": "string",
5215
+ "name": "StrategyId",
5216
+ "output_required": false,
5217
+ "required": false,
5218
+ "type": "string",
5219
+ "value_allowed_null": false
5220
+ }
5221
+ ],
5222
+ "usage": "both"
5223
+ },
5224
+ "DataMaskStrategyPolicy": {
5225
+ "document": "Masking policy permission object.",
5226
+ "members": [
5227
+ {
5228
+ "disabled": false,
5229
+ "document": "Masking permission object.\nNote: This field may return null, indicating that no valid values can be obtained.",
5230
+ "example": "无",
5231
+ "member": "Policy",
5232
+ "name": "PolicyInfo",
5233
+ "output_required": false,
5234
+ "required": false,
5235
+ "type": "object",
5236
+ "value_allowed_null": true
5237
+ },
5238
+ {
5239
+ "disabled": false,
5240
+ "document": "Masking policy ID. specifies the ID of the data masking policy.\nNote: This field may return null, indicating that no valid values can be obtained.",
5241
+ "example": "1123-12a-31231",
5242
+ "member": "string",
5243
+ "name": "DataMaskStrategyId",
5244
+ "output_required": false,
5245
+ "required": false,
5246
+ "type": "string",
5247
+ "value_allowed_null": true
5248
+ },
5249
+ {
5250
+ "disabled": false,
5251
+ "document": "Bound field type.\nNote: This field may return null, indicating that no valid values can be obtained.",
5252
+ "example": "int",
5253
+ "member": "string",
5254
+ "name": "ColumnType",
5255
+ "output_required": false,
5256
+ "required": false,
5257
+ "type": "string",
5258
+ "value_allowed_null": true
5259
+ }
5260
+ ],
5261
+ "usage": "both"
5262
+ },
4915
5263
  "DeleteCHDFSBindingProductRequest": {
4916
5264
  "document": "DeleteCHDFSBindingProduct request structure.",
4917
5265
  "members": [
@@ -5002,6 +5350,33 @@
5002
5350
  ],
5003
5351
  "type": "object"
5004
5352
  },
5353
+ "DeleteDataMaskStrategyRequest": {
5354
+ "document": "DeleteDataMaskStrategy request structure.",
5355
+ "members": [
5356
+ {
5357
+ "disabled": false,
5358
+ "document": "DMask policy Id. specifies the Id of the data masking policy.",
5359
+ "example": "1",
5360
+ "member": "string",
5361
+ "name": "StrategyId",
5362
+ "required": false,
5363
+ "type": "string"
5364
+ }
5365
+ ],
5366
+ "type": "object"
5367
+ },
5368
+ "DeleteDataMaskStrategyResponse": {
5369
+ "document": "DeleteDataMaskStrategy response structure.",
5370
+ "members": [
5371
+ {
5372
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
5373
+ "member": "string",
5374
+ "name": "RequestId",
5375
+ "type": "string"
5376
+ }
5377
+ ],
5378
+ "type": "object"
5379
+ },
5005
5380
  "DeleteSparkAppRequest": {
5006
5381
  "document": "DeleteSparkApp request structure.",
5007
5382
  "members": [
@@ -5848,6 +6223,71 @@
5848
6223
  ],
5849
6224
  "type": "object"
5850
6225
  },
6226
+ "DescribeDataMaskStrategiesRequest": {
6227
+ "document": "DescribeDataMaskStrategies request structure.",
6228
+ "members": [
6229
+ {
6230
+ "disabled": false,
6231
+ "document": "The pagination parameter, specifies the amount of data returned per page. it is 10 by default.",
6232
+ "example": "10",
6233
+ "member": "int64",
6234
+ "name": "Limit",
6235
+ "required": false,
6236
+ "type": "int"
6237
+ },
6238
+ {
6239
+ "disabled": false,
6240
+ "document": "Pagination parameters. data offset. default: 0.",
6241
+ "example": "0",
6242
+ "member": "int64",
6243
+ "name": "Offset",
6244
+ "required": false,
6245
+ "type": "int"
6246
+ },
6247
+ {
6248
+ "disabled": false,
6249
+ "document": "Filter field. strategy-name: search by policy name.",
6250
+ "example": "无",
6251
+ "member": "Filter",
6252
+ "name": "Filters",
6253
+ "required": false,
6254
+ "type": "list"
6255
+ }
6256
+ ],
6257
+ "type": "object"
6258
+ },
6259
+ "DescribeDataMaskStrategiesResponse": {
6260
+ "document": "DescribeDataMaskStrategies response structure.",
6261
+ "members": [
6262
+ {
6263
+ "disabled": false,
6264
+ "document": "Total DMask policies.",
6265
+ "example": "10",
6266
+ "member": "uint64",
6267
+ "name": "TotalCount",
6268
+ "output_required": false,
6269
+ "type": "int",
6270
+ "value_allowed_null": false
6271
+ },
6272
+ {
6273
+ "disabled": false,
6274
+ "document": "DMask policy list. specifies the list of data masking policies.",
6275
+ "example": "无",
6276
+ "member": "DataMaskStrategy",
6277
+ "name": "Strategies",
6278
+ "output_required": false,
6279
+ "type": "list",
6280
+ "value_allowed_null": false
6281
+ },
6282
+ {
6283
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
6284
+ "member": "string",
6285
+ "name": "RequestId",
6286
+ "type": "string"
6287
+ }
6288
+ ],
6289
+ "type": "object"
6290
+ },
5851
6291
  "DescribeEngineUsageInfoRequest": {
5852
6292
  "document": "DescribeEngineUsageInfo request structure.",
5853
6293
  "members": [
@@ -8213,22 +8653,20 @@
8213
8653
  {
8214
8654
  "disabled": false,
8215
8655
  "document": "Attribute name. If more than one filter exists, the logical relationship between these filters is `OR`.",
8216
- "example": "task-id",
8656
+ "example": "house_name",
8217
8657
  "member": "string",
8218
8658
  "name": "Name",
8219
8659
  "required": true,
8220
- "type": "string",
8221
- "value_allowed_null": false
8660
+ "type": "string"
8222
8661
  },
8223
8662
  {
8224
8663
  "disabled": false,
8225
8664
  "document": "Attribute value. If multiple values exist in one filter, the logical relationship between these values is `OR`.",
8226
- "example": "",
8665
+ "example": "dlc-engine",
8227
8666
  "member": "string",
8228
8667
  "name": "Values",
8229
8668
  "required": true,
8230
- "type": "list",
8231
- "value_allowed_null": false
8669
+ "type": "list"
8232
8670
  }
8233
8671
  ],
8234
8672
  "usage": "in"
@@ -8406,6 +8844,34 @@
8406
8844
  ],
8407
8845
  "type": "object"
8408
8846
  },
8847
+ "GroupInfo": {
8848
+ "document": "DMask user group information.",
8849
+ "members": [
8850
+ {
8851
+ "disabled": false,
8852
+ "document": "User group ID.",
8853
+ "example": "212123",
8854
+ "member": "int64",
8855
+ "name": "WorkGroupId",
8856
+ "output_required": true,
8857
+ "required": false,
8858
+ "type": "int",
8859
+ "value_allowed_null": false
8860
+ },
8861
+ {
8862
+ "disabled": false,
8863
+ "document": "Policy type.",
8864
+ "example": "MASK_SHOW_FIRST_4; MASK_SHOW_LAST_4;MASK_HASH; MASK_DATE_SHOW_YEAR; MASK_NULL; MASK_DEFAULT 等",
8865
+ "member": "string",
8866
+ "name": "StrategyType",
8867
+ "output_required": true,
8868
+ "required": false,
8869
+ "type": "string",
8870
+ "value_allowed_null": false
8871
+ }
8872
+ ],
8873
+ "usage": "both"
8874
+ },
8409
8875
  "JobResponseInfo": {
8410
8876
  "document": "Job information",
8411
8877
  "members": [
@@ -9512,30 +9978,33 @@
9512
9978
  "members": [
9513
9979
  {
9514
9980
  "disabled": false,
9515
- "document": "The name of the target database. `*` represents all databases in the current catalog. To grant admin permissions, it must be `*`; to grant data connection permissions, it must be null; to grant other permissions, it can be any database.",
9981
+ "document": "The database name requiring authorization. use * to represent all databases under the current Catalog. for administrator level authorization type, only * is allowed. for data connection level authorization type, leave it blank. for other types, any specified database is allowed.",
9516
9982
  "example": "test_database",
9517
9983
  "member": "string",
9518
9984
  "name": "Database",
9985
+ "output_required": true,
9519
9986
  "required": true,
9520
9987
  "type": "string",
9521
9988
  "value_allowed_null": false
9522
9989
  },
9523
9990
  {
9524
9991
  "disabled": false,
9525
- "document": "The name of the target data source. To grant admin permission, it must be `*` (all resources at this level); to grant data source and database permissions, it must be `COSDataCatalog` or `*`; to grant table permissions, it can be a custom data source; if it is left empty, `DataLakeCatalog` is used. Note: To grant permissions on a custom data source, the permissions that can be managed in the Data Lake Compute console are subsets of the account permissions granted when you connect the data source to the console.",
9992
+ "document": "Specifies the name of the data source requiring authorization. at administrator level, only * is supported (representing all resources at this level). for database-level or data source-level authentication, only COSDataCatalog or * is supported. for table-level authentication, user-defined data sources can be filled. defaults to DataLakeCatalog if left blank. note: if authenticating a user-defined data source, the permissions DLC can manage are a subset of the account provided when the user accesses the data source.",
9526
9993
  "example": "DataLakeCatalog",
9527
9994
  "member": "string",
9528
9995
  "name": "Catalog",
9996
+ "output_required": true,
9529
9997
  "required": true,
9530
9998
  "type": "string",
9531
9999
  "value_allowed_null": false
9532
10000
  },
9533
10001
  {
9534
10002
  "disabled": false,
9535
- "document": "The name of the target table. `*` represents all tables in the current database. To grant admin permissions, it must be `*`; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any table.",
10003
+ "document": "Specifies the table name requiring authorization. use * to represent all tables in the current Database. for administrator-level authorization type, only * is allowed. for data connection level or Database-level authorization type, leave it blank. for other types, any specific data table can be specified.",
9536
10004
  "example": "test_table",
9537
10005
  "member": "string",
9538
10006
  "name": "Table",
10007
+ "output_required": true,
9539
10008
  "required": true,
9540
10009
  "type": "string",
9541
10010
  "value_allowed_null": false
@@ -9546,6 +10015,7 @@
9546
10015
  "example": "ALL",
9547
10016
  "member": "string",
9548
10017
  "name": "Operation",
10018
+ "output_required": true,
9549
10019
  "required": true,
9550
10020
  "type": "string",
9551
10021
  "value_allowed_null": false
@@ -9556,46 +10026,51 @@
9556
10026
  "example": "ADMIN",
9557
10027
  "member": "string",
9558
10028
  "name": "PolicyType",
10029
+ "output_required": true,
9559
10030
  "required": false,
9560
10031
  "type": "string",
9561
10032
  "value_allowed_null": false
9562
10033
  },
9563
10034
  {
9564
10035
  "disabled": false,
9565
- "document": "The name of the target function. `*` represents all functions in the current catalog. To grant admin permissions, it must be `*`; to grant data connection permissions, it must be null; to grant other permissions, it can be any function.\nNote: This field may return null, indicating that no valid values can be obtained.",
10036
+ "document": "Name of the function requiring authorization. use * to represent all functions in the current Catalog. for administrator-level authorization type, only * is allowed. for data connection-level authorization type, leave it blank. for other types, any function can be specified.\nNote: This field may return null, indicating that no valid values can be obtained.",
9566
10037
  "example": "fun1",
9567
10038
  "member": "string",
9568
10039
  "name": "Function",
10040
+ "output_required": true,
9569
10041
  "required": false,
9570
10042
  "type": "string",
9571
10043
  "value_allowed_null": true
9572
10044
  },
9573
10045
  {
9574
10046
  "disabled": false,
9575
- "document": "The name of the target view. `*` represents all views in the current database. To grant admin permissions, it must be `*`; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any view.\nNote: This field may return null, indicating that no valid values can be obtained.",
10047
+ "document": "Authorization is required for the view. fill in * to represent all views under the current Database. when the authorization type is administrator level, only * is allowed. when the authorization type is data connection level or Database level, only blank is allowed. for other types, any view can be specified.\nNote: This field may return null, indicating that no valid values can be obtained.",
9576
10048
  "example": "view1",
9577
10049
  "member": "string",
9578
10050
  "name": "View",
10051
+ "output_required": true,
9579
10052
  "required": false,
9580
10053
  "type": "string",
9581
10054
  "value_allowed_null": true
9582
10055
  },
9583
10056
  {
9584
10057
  "disabled": false,
9585
- "document": "The name of the target column. `*` represents all columns. To grant admin permissions, it must be `*`.\nNote: This field may return null, indicating that no valid values can be obtained.",
10058
+ "document": "Columns requiring authorization. use * to represent all current columns. when the authorization type is administrator level, only * is allowed.\nNote: This field may return null, indicating that no valid values can be obtained.",
9586
10059
  "example": "column1",
9587
10060
  "member": "string",
9588
10061
  "name": "Column",
10062
+ "output_required": true,
9589
10063
  "required": false,
9590
10064
  "type": "string",
9591
10065
  "value_allowed_null": true
9592
10066
  },
9593
10067
  {
9594
10068
  "disabled": false,
9595
- "document": "The name of the target data engine. `*` represents all engines. To grant admin permissions, it must be `*`.\nNote: This field may return null, indicating that no valid values can be obtained.",
10069
+ "document": "The data engine requiring authorization. use * to represent all current engines. when the authorization type is administrator level, only * is allowed.\nNote: This field may return null, indicating that no valid values can be obtained.",
9596
10070
  "example": "dataEngine1",
9597
10071
  "member": "string",
9598
10072
  "name": "DataEngine",
10073
+ "output_required": true,
9599
10074
  "required": false,
9600
10075
  "type": "string",
9601
10076
  "value_allowed_null": true
@@ -9606,6 +10081,7 @@
9606
10081
  "example": "false",
9607
10082
  "member": "bool",
9608
10083
  "name": "ReAuth",
10084
+ "output_required": true,
9609
10085
  "required": false,
9610
10086
  "type": "bool",
9611
10087
  "value_allowed_null": true
@@ -9616,6 +10092,7 @@
9616
10092
  "example": "USER",
9617
10093
  "member": "string",
9618
10094
  "name": "Source",
10095
+ "output_required": true,
9619
10096
  "required": false,
9620
10097
  "type": "string",
9621
10098
  "value_allowed_null": true
@@ -9626,6 +10103,7 @@
9626
10103
  "example": "COMMON",
9627
10104
  "member": "string",
9628
10105
  "name": "Mode",
10106
+ "output_required": true,
9629
10107
  "required": false,
9630
10108
  "type": "string",
9631
10109
  "value_allowed_null": true
@@ -9636,6 +10114,7 @@
9636
10114
  "example": "12345678",
9637
10115
  "member": "string",
9638
10116
  "name": "Operator",
10117
+ "output_required": true,
9639
10118
  "required": false,
9640
10119
  "type": "string",
9641
10120
  "value_allowed_null": true
@@ -9646,6 +10125,7 @@
9646
10125
  "example": "2021-07-28 16:19:32",
9647
10126
  "member": "string",
9648
10127
  "name": "CreateTime",
10128
+ "output_required": true,
9649
10129
  "required": false,
9650
10130
  "type": "string",
9651
10131
  "value_allowed_null": true
@@ -9656,6 +10136,7 @@
9656
10136
  "example": "1",
9657
10137
  "member": "int64",
9658
10138
  "name": "SourceId",
10139
+ "output_required": true,
9659
10140
  "required": false,
9660
10141
  "type": "int",
9661
10142
  "value_allowed_null": true
@@ -9666,6 +10147,7 @@
9666
10147
  "example": "test_group",
9667
10148
  "member": "string",
9668
10149
  "name": "SourceName",
10150
+ "output_required": true,
9669
10151
  "required": false,
9670
10152
  "type": "string",
9671
10153
  "value_allowed_null": true
@@ -9676,9 +10158,21 @@
9676
10158
  "example": "1",
9677
10159
  "member": "int64",
9678
10160
  "name": "Id",
10161
+ "output_required": true,
9679
10162
  "required": false,
9680
10163
  "type": "int",
9681
10164
  "value_allowed_null": true
10165
+ },
10166
+ {
10167
+ "disabled": false,
10168
+ "document": "Specifies the engine type.\n",
10169
+ "example": "SuperSQL/Native",
10170
+ "member": "string",
10171
+ "name": "EngineGeneration",
10172
+ "output_required": false,
10173
+ "required": false,
10174
+ "type": "string",
10175
+ "value_allowed_null": false
9682
10176
  }
9683
10177
  ],
9684
10178
  "usage": "both"
@@ -12870,6 +13364,33 @@
12870
13364
  ],
12871
13365
  "type": "object"
12872
13366
  },
13367
+ "UpdateDataMaskStrategyRequest": {
13368
+ "document": "UpdateDataMaskStrategy request structure.",
13369
+ "members": [
13370
+ {
13371
+ "disabled": false,
13372
+ "document": "Masking policy description.",
13373
+ "example": "无",
13374
+ "member": "DataMaskStrategyInfo",
13375
+ "name": "Strategy",
13376
+ "required": false,
13377
+ "type": "object"
13378
+ }
13379
+ ],
13380
+ "type": "object"
13381
+ },
13382
+ "UpdateDataMaskStrategyResponse": {
13383
+ "document": "UpdateDataMaskStrategy response structure.",
13384
+ "members": [
13385
+ {
13386
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
13387
+ "member": "string",
13388
+ "name": "RequestId",
13389
+ "type": "string"
13390
+ }
13391
+ ],
13392
+ "type": "object"
13393
+ },
12873
13394
  "UpdateRowFilterRequest": {
12874
13395
  "document": "UpdateRowFilter request structure.",
12875
13396
  "members": [