tccli-intl-en 3.0.1237.1__py2.py3-none-any.whl → 3.0.1282.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 (214) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +17 -1
  3. tccli/services/advisor/advisor_client.py +8 -2
  4. tccli/services/aiart/aiart_client.py +4 -1
  5. tccli/services/ams/ams_client.py +16 -4
  6. tccli/services/antiddos/antiddos_client.py +280 -70
  7. tccli/services/apigateway/apigateway_client.py +372 -93
  8. tccli/services/apm/apm_client.py +52 -13
  9. tccli/services/asr/asr_client.py +8 -2
  10. tccli/services/autoscaling/autoscaling_client.py +232 -58
  11. tccli/services/autoscaling/v20180419/api.json +1 -1
  12. tccli/services/batch/batch_client.py +112 -28
  13. tccli/services/bi/bi_client.py +1242 -4
  14. tccli/services/bi/v20220105/api.json +5340 -107
  15. tccli/services/bi/v20220105/examples.json +196 -1
  16. tccli/services/billing/billing_client.py +168 -42
  17. tccli/services/cam/cam_client.py +324 -81
  18. tccli/services/captcha/captcha_client.py +4 -1
  19. tccli/services/car/car_client.py +132 -33
  20. tccli/services/cbs/cbs_client.py +152 -38
  21. tccli/services/ccc/ccc_client.py +732 -98
  22. tccli/services/ccc/v20200210/api.json +1727 -196
  23. tccli/services/ccc/v20200210/examples.json +64 -0
  24. tccli/services/cdb/cdb_client.py +532 -133
  25. tccli/services/cdc/cdc_client.py +80 -20
  26. tccli/services/cdc/v20201214/api.json +2 -2
  27. tccli/services/cdc/v20201214/examples.json +4 -4
  28. tccli/services/cdn/cdn_client.py +176 -44
  29. tccli/services/cdwdoris/cdwdoris_client.py +308 -77
  30. tccli/services/cdwpg/cdwpg_client.py +96 -24
  31. tccli/services/cdz/__init__.py +4 -0
  32. tccli/services/cdz/cdz_client.py +210 -0
  33. tccli/services/cdz/v20221123/api.json +233 -0
  34. tccli/services/cdz/v20221123/examples.json +12 -0
  35. tccli/services/cfg/cfg_client.py +64 -16
  36. tccli/services/cfs/cfs_client.py +156 -39
  37. tccli/services/cfw/cfw_client.py +264 -66
  38. tccli/services/chdfs/chdfs_client.py +116 -29
  39. tccli/services/ciam/ciam_client.py +64 -16
  40. tccli/services/ckafka/ckafka_client.py +575 -77
  41. tccli/services/ckafka/v20190819/api.json +2749 -1470
  42. tccli/services/ckafka/v20190819/examples.json +209 -155
  43. tccli/services/clb/clb_client.py +332 -83
  44. tccli/services/clb/v20180317/api.json +29 -14
  45. tccli/services/cloudaudit/cloudaudit_client.py +72 -18
  46. tccli/services/cls/cls_client.py +348 -87
  47. tccli/services/cmq/cmq_client.py +12 -801
  48. tccli/services/cmq/v20190304/api.json +173 -1367
  49. tccli/services/cmq/v20190304/examples.json +0 -120
  50. tccli/services/config/config_client.py +24 -6
  51. tccli/services/controlcenter/controlcenter_client.py +4 -1
  52. tccli/services/csip/csip_client.py +136 -34
  53. tccli/services/ctsdb/ctsdb_client.py +8 -2
  54. tccli/services/cvm/cvm_client.py +627 -110
  55. tccli/services/cvm/v20170312/api.json +750 -340
  56. tccli/services/cvm/v20170312/examples.json +105 -59
  57. tccli/services/cwp/cwp_client.py +1860 -465
  58. tccli/services/cynosdb/cynosdb_client.py +1749 -439
  59. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  60. tccli/services/cynosdb/v20190107/examples.json +132 -4
  61. tccli/services/dataintegration/dataintegration_client.py +4 -1
  62. tccli/services/dayu/dayu_client.py +412 -103
  63. tccli/services/dbbrain/dbbrain_client.py +168 -42
  64. tccli/services/dc/dc_client.py +72 -18
  65. tccli/services/dcdb/dcdb_client.py +248 -62
  66. tccli/services/dlc/dlc_client.py +756 -111
  67. tccli/services/dlc/v20210125/api.json +637 -13
  68. tccli/services/dlc/v20210125/examples.json +48 -0
  69. tccli/services/dms/dms_client.py +8 -2
  70. tccli/services/dnspod/dnspod_client.py +353 -74
  71. tccli/services/dnspod/v20210323/api.json +196 -0
  72. tccli/services/dnspod/v20210323/examples.json +24 -0
  73. tccli/services/domain/domain_client.py +96 -24
  74. tccli/services/dts/dts_client.py +332 -83
  75. tccli/services/eb/eb_client.py +104 -26
  76. tccli/services/ecdn/ecdn_client.py +60 -15
  77. tccli/services/ecm/ecm_client.py +496 -124
  78. tccli/services/eiam/eiam_client.py +160 -40
  79. tccli/services/emr/emr_client.py +2784 -115
  80. tccli/services/emr/v20190103/api.json +14647 -4756
  81. tccli/services/emr/v20190103/examples.json +408 -40
  82. tccli/services/es/es_client.py +84 -21
  83. tccli/services/facefusion/facefusion_client.py +12 -3
  84. tccli/services/faceid/faceid_client.py +76 -19
  85. tccli/services/faceid/v20180301/api.json +79 -14
  86. tccli/services/faceid/v20180301/examples.json +3 -3
  87. tccli/services/gaap/gaap_client.py +352 -88
  88. tccli/services/gme/gme_client.py +40 -10
  89. tccli/services/gpm/gpm_client.py +72 -18
  90. tccli/services/gse/gse_client.py +88 -22
  91. tccli/services/gwlb/gwlb_client.py +72 -18
  92. tccli/services/iai/iai_client.py +116 -29
  93. tccli/services/iap/iap_client.py +24 -6
  94. tccli/services/ims/ims_client.py +4 -1
  95. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +168 -42
  96. tccli/services/intlpartnersmgt/v20220928/api.json +11 -11
  97. tccli/services/iotcloud/iotcloud_client.py +80 -20
  98. tccli/services/ip/ip_client.py +24 -6
  99. tccli/services/kms/kms_client.py +272 -68
  100. tccli/services/lcic/lcic_client.py +212 -53
  101. tccli/services/lighthouse/lighthouse_client.py +296 -74
  102. tccli/services/lighthouse/v20200324/api.json +14 -14
  103. tccli/services/lighthouse/v20200324/examples.json +5 -5
  104. tccli/services/live/live_client.py +480 -120
  105. tccli/services/lke/lke_client.py +360 -90
  106. tccli/services/lke/v20231130/api.json +182 -39
  107. tccli/services/lkeap/__init__.py +4 -0
  108. tccli/services/lkeap/lkeap_client.py +546 -0
  109. tccli/services/lkeap/v20240522/api.json +855 -0
  110. tccli/services/lkeap/v20240522/examples.json +72 -0
  111. tccli/services/mariadb/mariadb_client.py +200 -50
  112. tccli/services/mdc/mdc_client.py +72 -18
  113. tccli/services/mdl/mdl_client.py +132 -33
  114. tccli/services/mdl/v20200326/api.json +186 -12
  115. tccli/services/mdl/v20200326/examples.json +16 -16
  116. tccli/services/mdp/mdp_client.py +680 -70
  117. tccli/services/mdp/v20200527/api.json +748 -23
  118. tccli/services/mdp/v20200527/examples.json +143 -79
  119. tccli/services/message/__init__.py +4 -0
  120. tccli/services/message/message_client.py +210 -0
  121. tccli/services/message/v20181225/api.json +72 -0
  122. tccli/services/message/v20181225/examples.json +13 -0
  123. tccli/services/mongodb/mongodb_client.py +340 -29
  124. tccli/services/mongodb/v20190725/api.json +811 -226
  125. tccli/services/mongodb/v20190725/examples.json +54 -22
  126. tccli/services/monitor/monitor_client.py +864 -152
  127. tccli/services/monitor/v20180724/api.json +657 -8
  128. tccli/services/monitor/v20180724/examples.json +152 -4
  129. tccli/services/mps/mps_client.py +592 -92
  130. tccli/services/mps/v20190612/api.json +2931 -399
  131. tccli/services/mps/v20190612/examples.json +64 -14
  132. tccli/services/msp/msp_client.py +28 -7
  133. tccli/services/ocr/ocr_client.py +212 -45
  134. tccli/services/ocr/v20181119/api.json +872 -112
  135. tccli/services/ocr/v20181119/examples.json +12 -4
  136. tccli/services/omics/omics_client.py +80 -20
  137. tccli/services/organization/organization_client.py +464 -116
  138. tccli/services/postgres/postgres_client.py +364 -91
  139. tccli/services/postgres/v20170312/api.json +134 -109
  140. tccli/services/postgres/v20170312/examples.json +14 -14
  141. tccli/services/privatedns/privatedns_client.py +124 -31
  142. tccli/services/pts/pts_client.py +192 -48
  143. tccli/services/quota/__init__.py +4 -0
  144. tccli/services/quota/quota_client.py +434 -0
  145. tccli/services/quota/v20241204/api.json +548 -0
  146. tccli/services/quota/v20241204/examples.json +51 -0
  147. tccli/services/rce/rce_client.py +4 -1
  148. tccli/services/redis/redis_client.py +592 -106
  149. tccli/services/redis/v20180412/api.json +636 -240
  150. tccli/services/redis/v20180412/examples.json +98 -56
  151. tccli/services/region/region_client.py +12 -3
  152. tccli/services/rum/rum_client.py +240 -60
  153. tccli/services/scf/scf_client.py +168 -42
  154. tccli/services/ses/ses_client.py +116 -29
  155. tccli/services/sms/sms_client.py +72 -18
  156. tccli/services/sqlserver/sqlserver_client.py +3772 -387
  157. tccli/services/sqlserver/v20180328/api.json +9760 -3380
  158. tccli/services/sqlserver/v20180328/examples.json +478 -18
  159. tccli/services/ssl/ssl_client.py +152 -38
  160. tccli/services/ssm/ssm_client.py +96 -24
  161. tccli/services/sts/sts_client.py +20 -5
  162. tccli/services/tag/tag_client.py +120 -30
  163. tccli/services/tat/tat_client.py +76 -19
  164. tccli/services/tbaas/tbaas_client.py +16 -4
  165. tccli/services/tcaplusdb/tcaplusdb_client.py +208 -52
  166. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  167. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  168. tccli/services/tchd/tchd_client.py +4 -1
  169. tccli/services/tcmpp/tcmpp_client.py +416 -104
  170. tccli/services/tcr/tcr_client.py +304 -76
  171. tccli/services/tcsas/tcsas_client.py +236 -59
  172. tccli/services/tcsas/v20250106/api.json +155 -79
  173. tccli/services/tcsas/v20250106/examples.json +3 -3
  174. tccli/services/tcss/tcss_client.py +1320 -330
  175. tccli/services/tdid/tdid_client.py +192 -48
  176. tccli/services/tdmq/tdmq_client.py +376 -94
  177. tccli/services/tem/tem_client.py +224 -56
  178. tccli/services/teo/teo_client.py +1127 -245
  179. tccli/services/teo/v20220901/api.json +382 -58
  180. tccli/services/teo/v20220901/examples.json +24 -0
  181. tccli/services/tione/__init__.py +4 -0
  182. tccli/services/tione/tione_client.py +210 -0
  183. tccli/services/tione/v20211111/api.json +3074 -0
  184. tccli/services/tione/v20211111/examples.json +12 -0
  185. tccli/services/tiw/tiw_client.py +204 -51
  186. tccli/services/tke/tke_client.py +552 -138
  187. tccli/services/tms/tms_client.py +4 -1
  188. tccli/services/tmt/tmt_client.py +4 -1
  189. tccli/services/trabbit/trabbit_client.py +116 -29
  190. tccli/services/trro/trro_client.py +76 -19
  191. tccli/services/trtc/trtc_client.py +420 -55
  192. tccli/services/trtc/v20190722/api.json +685 -23
  193. tccli/services/trtc/v20190722/examples.json +39 -7
  194. tccli/services/tts/tts_client.py +4 -1
  195. tccli/services/vclm/vclm_client.py +8 -2
  196. tccli/services/vm/vm_client.py +16 -4
  197. tccli/services/vod/v20180717/examples.json +1 -1
  198. tccli/services/vod/vod_client.py +716 -179
  199. tccli/services/vpc/v20170312/api.json +970 -75
  200. tccli/services/vpc/v20170312/examples.json +106 -10
  201. tccli/services/vpc/vpc_client.py +1876 -361
  202. tccli/services/waf/v20180125/api.json +1372 -194
  203. tccli/services/waf/v20180125/examples.json +89 -1
  204. tccli/services/waf/waf_client.py +1051 -147
  205. tccli/services/wedata/v20250806/api.json +13644 -0
  206. tccli/services/wedata/v20250806/examples.json +621 -0
  207. tccli/services/wedata/wedata_client.py +5830 -1026
  208. tccli/services/yunjing/yunjing_client.py +284 -71
  209. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/METADATA +4 -7
  210. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/RECORD +214 -192
  211. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/WHEEL +1 -1
  212. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/entry_points.txt +0 -1
  213. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/LICENSE +0 -0
  214. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.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",
@@ -364,6 +392,13 @@
364
392
  "output": "DescribeResultDownloadResponse",
365
393
  "status": "online"
366
394
  },
395
+ "DescribeSessionImageVersion": {
396
+ "document": "This API is used to retrieve all built-in images of all minor versions under a specified major version.",
397
+ "input": "DescribeSessionImageVersionRequest",
398
+ "name": "Retrieve built-in mirror information",
399
+ "output": "DescribeSessionImageVersionResponse",
400
+ "status": "online"
401
+ },
367
402
  "DescribeSparkAppJob": {
368
403
  "document": "u200cThis API is used to query the information of a Spark job.",
369
404
  "input": "DescribeSparkAppJobRequest",
@@ -700,6 +735,13 @@
700
735
  "output": "UpdateDataEngineConfigResponse",
701
736
  "status": "online"
702
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
+ },
703
745
  "UpdateRowFilter": {
704
746
  "document": "This API is used to update row filters. Please note that it updates filters only but not catalogs, databases, or tables.",
705
747
  "input": "UpdateRowFilterRequest",
@@ -983,6 +1025,33 @@
983
1025
  ],
984
1026
  "usage": "both"
985
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
+ },
986
1055
  "AttachUserPolicyRequest": {
987
1056
  "document": "AttachUserPolicy request structure.",
988
1057
  "members": [
@@ -2343,6 +2412,43 @@
2343
2412
  ],
2344
2413
  "type": "object"
2345
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
+ },
2346
2452
  "CreateInternalTableRequest": {
2347
2453
  "document": "CreateInternalTable request structure.",
2348
2454
  "members": [
@@ -4905,6 +5011,255 @@
4905
5011
  ],
4906
5012
  "usage": "both"
4907
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
+ },
4908
5263
  "DeleteCHDFSBindingProductRequest": {
4909
5264
  "document": "DeleteCHDFSBindingProduct request structure.",
4910
5265
  "members": [
@@ -4995,6 +5350,33 @@
4995
5350
  ],
4996
5351
  "type": "object"
4997
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
+ },
4998
5380
  "DeleteSparkAppRequest": {
4999
5381
  "document": "DeleteSparkApp request structure.",
5000
5382
  "members": [
@@ -5841,6 +6223,71 @@
5841
6223
  ],
5842
6224
  "type": "object"
5843
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
+ },
5844
6291
  "DescribeEngineUsageInfoRequest": {
5845
6292
  "document": "DescribeEngineUsageInfo request structure.",
5846
6293
  "members": [
@@ -6326,6 +6773,52 @@
6326
6773
  ],
6327
6774
  "type": "object"
6328
6775
  },
6776
+ "DescribeSessionImageVersionRequest": {
6777
+ "document": "DescribeSessionImageVersion request structure.",
6778
+ "members": [
6779
+ {
6780
+ "disabled": false,
6781
+ "document": "Engine Id.",
6782
+ "example": "DataEngine-e482ijv6",
6783
+ "member": "string",
6784
+ "name": "DataEngineId",
6785
+ "required": true,
6786
+ "type": "string"
6787
+ },
6788
+ {
6789
+ "disabled": false,
6790
+ "document": "Framework type: machine-learning, python, spark-ml.",
6791
+ "example": "machine-learning",
6792
+ "member": "string",
6793
+ "name": "FrameworkType",
6794
+ "required": true,
6795
+ "type": "string"
6796
+ }
6797
+ ],
6798
+ "type": "object"
6799
+ },
6800
+ "DescribeSessionImageVersionResponse": {
6801
+ "document": "DescribeSessionImageVersion response structure.",
6802
+ "members": [
6803
+ {
6804
+ "disabled": false,
6805
+ "document": "Expands the image list.\nNote: This field may return null, indicating that no valid values can be obtained.",
6806
+ "example": "无",
6807
+ "member": "EngineSessionImage",
6808
+ "name": "EngineSessionImages",
6809
+ "output_required": true,
6810
+ "type": "list",
6811
+ "value_allowed_null": true
6812
+ },
6813
+ {
6814
+ "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.",
6815
+ "member": "string",
6816
+ "name": "RequestId",
6817
+ "type": "string"
6818
+ }
6819
+ ],
6820
+ "type": "object"
6821
+ },
6329
6822
  "DescribeSparkAppJobRequest": {
6330
6823
  "document": "DescribeSparkAppJob request structure.",
6331
6824
  "members": [
@@ -7966,6 +8459,56 @@
7966
8459
  ],
7967
8460
  "type": "object"
7968
8461
  },
8462
+ "EngineSessionImage": {
8463
+ "document": "TensorFlow, Pytorch, SK-learn image information list.",
8464
+ "members": [
8465
+ {
8466
+ "disabled": false,
8467
+ "document": "Specifies the unique id of the Spark mirror.\nNote: This field may return null, indicating that no valid values can be obtained.",
8468
+ "example": "无",
8469
+ "member": "string",
8470
+ "name": "SparkImageId",
8471
+ "output_required": true,
8472
+ "required": false,
8473
+ "type": "string",
8474
+ "value_allowed_null": true
8475
+ },
8476
+ {
8477
+ "disabled": false,
8478
+ "document": "Spark image version name.\nNote: This field may return null, indicating that no valid values can be obtained.",
8479
+ "example": "无",
8480
+ "member": "string",
8481
+ "name": "SparkImageVersion",
8482
+ "output_required": true,
8483
+ "required": false,
8484
+ "type": "string",
8485
+ "value_allowed_null": true
8486
+ },
8487
+ {
8488
+ "disabled": false,
8489
+ "document": "Minor version image type. 1: TensorFlow, 2: Pytorch, 3: SK-learn.\n\nNote: This field may return null, indicating that no valid values can be obtained.",
8490
+ "example": "1",
8491
+ "member": "int64",
8492
+ "name": "SparkImageType",
8493
+ "output_required": true,
8494
+ "required": false,
8495
+ "type": "int",
8496
+ "value_allowed_null": true
8497
+ },
8498
+ {
8499
+ "disabled": false,
8500
+ "document": "Image address.\n\nNote: This field may return null, indicating that no valid values can be obtained.",
8501
+ "example": "无",
8502
+ "member": "string",
8503
+ "name": "SparkImageTag",
8504
+ "output_required": true,
8505
+ "required": false,
8506
+ "type": "string",
8507
+ "value_allowed_null": true
8508
+ }
8509
+ ],
8510
+ "usage": "both"
8511
+ },
7969
8512
  "Execution": {
7970
8513
  "document": "SQL statement objects",
7971
8514
  "members": [
@@ -8110,22 +8653,20 @@
8110
8653
  {
8111
8654
  "disabled": false,
8112
8655
  "document": "Attribute name. If more than one filter exists, the logical relationship between these filters is `OR`.",
8113
- "example": "task-id",
8656
+ "example": "house_name",
8114
8657
  "member": "string",
8115
8658
  "name": "Name",
8116
8659
  "required": true,
8117
- "type": "string",
8118
- "value_allowed_null": false
8660
+ "type": "string"
8119
8661
  },
8120
8662
  {
8121
8663
  "disabled": false,
8122
8664
  "document": "Attribute value. If multiple values exist in one filter, the logical relationship between these values is `OR`.",
8123
- "example": "",
8665
+ "example": "dlc-engine",
8124
8666
  "member": "string",
8125
8667
  "name": "Values",
8126
8668
  "required": true,
8127
- "type": "list",
8128
- "value_allowed_null": false
8669
+ "type": "list"
8129
8670
  }
8130
8671
  ],
8131
8672
  "usage": "in"
@@ -8303,6 +8844,34 @@
8303
8844
  ],
8304
8845
  "type": "object"
8305
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
+ },
8306
8875
  "JobResponseInfo": {
8307
8876
  "document": "Job information",
8308
8877
  "members": [
@@ -9409,30 +9978,33 @@
9409
9978
  "members": [
9410
9979
  {
9411
9980
  "disabled": false,
9412
- "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.",
9413
9982
  "example": "test_database",
9414
9983
  "member": "string",
9415
9984
  "name": "Database",
9985
+ "output_required": true,
9416
9986
  "required": true,
9417
9987
  "type": "string",
9418
9988
  "value_allowed_null": false
9419
9989
  },
9420
9990
  {
9421
9991
  "disabled": false,
9422
- "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.",
9423
9993
  "example": "DataLakeCatalog",
9424
9994
  "member": "string",
9425
9995
  "name": "Catalog",
9996
+ "output_required": true,
9426
9997
  "required": true,
9427
9998
  "type": "string",
9428
9999
  "value_allowed_null": false
9429
10000
  },
9430
10001
  {
9431
10002
  "disabled": false,
9432
- "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.",
9433
10004
  "example": "test_table",
9434
10005
  "member": "string",
9435
10006
  "name": "Table",
10007
+ "output_required": true,
9436
10008
  "required": true,
9437
10009
  "type": "string",
9438
10010
  "value_allowed_null": false
@@ -9443,6 +10015,7 @@
9443
10015
  "example": "ALL",
9444
10016
  "member": "string",
9445
10017
  "name": "Operation",
10018
+ "output_required": true,
9446
10019
  "required": true,
9447
10020
  "type": "string",
9448
10021
  "value_allowed_null": false
@@ -9453,46 +10026,51 @@
9453
10026
  "example": "ADMIN",
9454
10027
  "member": "string",
9455
10028
  "name": "PolicyType",
10029
+ "output_required": true,
9456
10030
  "required": false,
9457
10031
  "type": "string",
9458
10032
  "value_allowed_null": false
9459
10033
  },
9460
10034
  {
9461
10035
  "disabled": false,
9462
- "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.",
9463
10037
  "example": "fun1",
9464
10038
  "member": "string",
9465
10039
  "name": "Function",
10040
+ "output_required": true,
9466
10041
  "required": false,
9467
10042
  "type": "string",
9468
10043
  "value_allowed_null": true
9469
10044
  },
9470
10045
  {
9471
10046
  "disabled": false,
9472
- "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.",
9473
10048
  "example": "view1",
9474
10049
  "member": "string",
9475
10050
  "name": "View",
10051
+ "output_required": true,
9476
10052
  "required": false,
9477
10053
  "type": "string",
9478
10054
  "value_allowed_null": true
9479
10055
  },
9480
10056
  {
9481
10057
  "disabled": false,
9482
- "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.",
9483
10059
  "example": "column1",
9484
10060
  "member": "string",
9485
10061
  "name": "Column",
10062
+ "output_required": true,
9486
10063
  "required": false,
9487
10064
  "type": "string",
9488
10065
  "value_allowed_null": true
9489
10066
  },
9490
10067
  {
9491
10068
  "disabled": false,
9492
- "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.",
9493
10070
  "example": "dataEngine1",
9494
10071
  "member": "string",
9495
10072
  "name": "DataEngine",
10073
+ "output_required": true,
9496
10074
  "required": false,
9497
10075
  "type": "string",
9498
10076
  "value_allowed_null": true
@@ -9503,6 +10081,7 @@
9503
10081
  "example": "false",
9504
10082
  "member": "bool",
9505
10083
  "name": "ReAuth",
10084
+ "output_required": true,
9506
10085
  "required": false,
9507
10086
  "type": "bool",
9508
10087
  "value_allowed_null": true
@@ -9513,6 +10092,7 @@
9513
10092
  "example": "USER",
9514
10093
  "member": "string",
9515
10094
  "name": "Source",
10095
+ "output_required": true,
9516
10096
  "required": false,
9517
10097
  "type": "string",
9518
10098
  "value_allowed_null": true
@@ -9523,6 +10103,7 @@
9523
10103
  "example": "COMMON",
9524
10104
  "member": "string",
9525
10105
  "name": "Mode",
10106
+ "output_required": true,
9526
10107
  "required": false,
9527
10108
  "type": "string",
9528
10109
  "value_allowed_null": true
@@ -9533,6 +10114,7 @@
9533
10114
  "example": "12345678",
9534
10115
  "member": "string",
9535
10116
  "name": "Operator",
10117
+ "output_required": true,
9536
10118
  "required": false,
9537
10119
  "type": "string",
9538
10120
  "value_allowed_null": true
@@ -9543,6 +10125,7 @@
9543
10125
  "example": "2021-07-28 16:19:32",
9544
10126
  "member": "string",
9545
10127
  "name": "CreateTime",
10128
+ "output_required": true,
9546
10129
  "required": false,
9547
10130
  "type": "string",
9548
10131
  "value_allowed_null": true
@@ -9553,6 +10136,7 @@
9553
10136
  "example": "1",
9554
10137
  "member": "int64",
9555
10138
  "name": "SourceId",
10139
+ "output_required": true,
9556
10140
  "required": false,
9557
10141
  "type": "int",
9558
10142
  "value_allowed_null": true
@@ -9563,6 +10147,7 @@
9563
10147
  "example": "test_group",
9564
10148
  "member": "string",
9565
10149
  "name": "SourceName",
10150
+ "output_required": true,
9566
10151
  "required": false,
9567
10152
  "type": "string",
9568
10153
  "value_allowed_null": true
@@ -9573,9 +10158,21 @@
9573
10158
  "example": "1",
9574
10159
  "member": "int64",
9575
10160
  "name": "Id",
10161
+ "output_required": true,
9576
10162
  "required": false,
9577
10163
  "type": "int",
9578
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
9579
10176
  }
9580
10177
  ],
9581
10178
  "usage": "both"
@@ -12767,6 +13364,33 @@
12767
13364
  ],
12768
13365
  "type": "object"
12769
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
+ },
12770
13394
  "UpdateRowFilterRequest": {
12771
13395
  "document": "UpdateRowFilter request structure.",
12772
13396
  "members": [