tencentcloud-sdk-nodejs-intl-en 3.0.1263 → 3.0.1265
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.
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/cvm/v20170312/models.js +74 -60
- package/tencentcloud/dlc/v20210125/dlc_client.js +42 -13
- package/tencentcloud/dlc/v20210125/models.js +338 -34
- package/tencentcloud/index.js +1 -0
- package/tencentcloud/mdl/v20200326/mdl_client.js +1 -0
- package/tencentcloud/mdl/v20200326/models.js +54 -1
- package/tencentcloud/mdp/v20200527/mdp_client.js +1 -0
- package/tencentcloud/mdp/v20200527/models.js +70 -1
- package/tencentcloud/message/index.js +3 -0
- package/tencentcloud/message/v20181225/index.js +4 -0
- package/tencentcloud/message/v20181225/message_client.js +47 -0
- package/tencentcloud/message/v20181225/models.js +123 -0
- package/tencentcloud/sms/index.js +1 -1
- package/tencentcloud/tem/index.js +1 -1
- package/tencentcloud/teo/v20220901/teo_client.js +3 -3
- package/tencentcloud/tke/index.js +1 -1
- package/tencentcloud/vm/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1265";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -1205,8 +1205,8 @@ Default value: Current disk types with inventory available.
|
|
|
1205
1205
|
this.DiskType = null;
|
|
1206
1206
|
|
|
1207
1207
|
/**
|
|
1208
|
-
*
|
|
1209
|
-
|
|
1208
|
+
* System disk ID.
|
|
1209
|
+
Currently, this parameter is only used for response parameters in query apis such as [DescribeInstances](https://www.tencentcloud.comom/document/product/213/15728?from_cn_redirect=1) and is not applicable to request parameters in write apis such as [RunInstances](https://www.tencentcloud.comom/document/product/213/15730?from_cn_redirect=1).
|
|
1210
1210
|
* @type {string || null}
|
|
1211
1211
|
*/
|
|
1212
1212
|
this.DiskId = null;
|
|
@@ -1218,7 +1218,8 @@ This parameter currently only serves as a response parameter for query apis such
|
|
|
1218
1218
|
this.DiskSize = null;
|
|
1219
1219
|
|
|
1220
1220
|
/**
|
|
1221
|
-
* Specifies the
|
|
1221
|
+
* Specifies the dedicated cluster ID belonging to.
|
|
1222
|
+
Note: This field may return null, indicating that no valid value is found.
|
|
1222
1223
|
* @type {string || null}
|
|
1223
1224
|
*/
|
|
1224
1225
|
this.CdcId = null;
|
|
@@ -3462,13 +3463,13 @@ class Placement extends AbstractModel {
|
|
|
3462
3463
|
this.Zone = null;
|
|
3463
3464
|
|
|
3464
3465
|
/**
|
|
3465
|
-
*
|
|
3466
|
+
* Instance'S project ID. obtain this parameter by calling the `ProjectId` field in the return value of [DescribeProject](https://www.tencentcloud.comom/document/api/651/78725?from_cn_redirect=1). default value 0 means default project.
|
|
3466
3467
|
* @type {number || null}
|
|
3467
3468
|
*/
|
|
3468
3469
|
this.ProjectId = null;
|
|
3469
3470
|
|
|
3470
3471
|
/**
|
|
3471
|
-
* ID list
|
|
3472
|
+
* Specifies the dedicated host ID list for instance ownership, only used for input parameters. if you purchase a dedicated host and specify this parameter, instances you purchase will be randomly deployed on these dedicated hosts. obtain this parameter by calling the `HostId` field in the return value of [DescribeHosts](https://www.tencentcloud.comom/document/api/213/16474?from_cn_redirect=1).
|
|
3472
3473
|
* @type {Array.<string> || null}
|
|
3473
3474
|
*/
|
|
3474
3475
|
this.HostIds = null;
|
|
@@ -4901,7 +4902,7 @@ class DataDisk extends AbstractModel {
|
|
|
4901
4902
|
this.DiskSize = null;
|
|
4902
4903
|
|
|
4903
4904
|
/**
|
|
4904
|
-
*
|
|
4905
|
+
* Specifies the data disk type. for restrictions on data disk types, refer to [storage overview](https://www.tencentcloud.comom/document/product/213/4952?from_cn_redirect=1). valid values: <br /><li>LOCAL_BASIC: LOCAL disk</li> <li>LOCAL_SSD: LOCAL SSD</li><li>LOCAL_NVME: LOCAL NVME disk, which is closely related to InstanceType and cannot be specified</li><li>LOCAL_PRO: LOCAL HDD, which is closely related to InstanceType and cannot be specified</li><li>cloud_BASIC: BASIC cloud disk</li><li>cloud_PREMIUM: high-performance cloud block storage</li><li>cloud_SSD: SSD cloud disk</li><li>cloud_HSSD: enhanced SSD cloud disk</li> <li>cloud_TSSD: ultra-fast SSD cbs</li><li>cloud_BSSD: universal SSD cloud disk</li><br />default: LOCAL_BASIC.<br/><br />this parameter is invalid for the `ResizeInstanceDisk` api.
|
|
4905
4906
|
* @type {string || null}
|
|
4906
4907
|
*/
|
|
4907
4908
|
this.DiskType = null;
|
|
@@ -4932,30 +4933,33 @@ This parameter currently only serves as a response parameter for query apis such
|
|
|
4932
4933
|
this.Encrypt = null;
|
|
4933
4934
|
|
|
4934
4935
|
/**
|
|
4935
|
-
* Custom CMK
|
|
4936
|
+
* Custom CMK ID, value is UUID or similar to kms-abcd1234. used for encrypted cloud disk.
|
|
4936
4937
|
|
|
4937
4938
|
This parameter is currently only used for the `RunInstances` api.
|
|
4939
|
+
Note: This field may return null, indicating that no valid value is found.
|
|
4938
4940
|
* @type {string || null}
|
|
4939
4941
|
*/
|
|
4940
4942
|
this.KmsKeyId = null;
|
|
4941
4943
|
|
|
4942
4944
|
/**
|
|
4943
|
-
*
|
|
4944
|
-
Currently only supports
|
|
4945
|
+
* Cloud disk performance (unit: MiB/s). specifies additional performance for cloud disks.
|
|
4946
|
+
Currently only supports extreme cbs (CLOUD_TSSD) and enhanced SSD CLOUD disk (CLOUD_HSSD).
|
|
4947
|
+
Note: This field may return null, indicating that no valid value is found.
|
|
4945
4948
|
* @type {number || null}
|
|
4946
4949
|
*/
|
|
4947
4950
|
this.ThroughputPerformance = null;
|
|
4948
4951
|
|
|
4949
4952
|
/**
|
|
4950
|
-
* Specifies the
|
|
4953
|
+
* Specifies the dedicated cluster ID belonging to.
|
|
4954
|
+
Note: This field may return null, indicating that no valid value is found.
|
|
4951
4955
|
* @type {string || null}
|
|
4952
4956
|
*/
|
|
4953
4957
|
this.CdcId = null;
|
|
4954
4958
|
|
|
4955
4959
|
/**
|
|
4956
|
-
*
|
|
4960
|
+
* Burstable performance.
|
|
4957
4961
|
|
|
4958
|
-
<B>Note: this
|
|
4962
|
+
<B>Note: this field is in beta test.</b>.
|
|
4959
4963
|
* @type {boolean || null}
|
|
4960
4964
|
*/
|
|
4961
4965
|
this.BurstPerformance = null;
|
|
@@ -5913,13 +5917,13 @@ class Instance extends AbstractModel {
|
|
|
5913
5917
|
this.CPU = null;
|
|
5914
5918
|
|
|
5915
5919
|
/**
|
|
5916
|
-
*
|
|
5920
|
+
* Instance memory capacity. unit: GiB.
|
|
5917
5921
|
* @type {number || null}
|
|
5918
5922
|
*/
|
|
5919
5923
|
this.Memory = null;
|
|
5920
5924
|
|
|
5921
5925
|
/**
|
|
5922
|
-
* Instance status.
|
|
5926
|
+
* Instance business status. valid values:<br><li>NORMAL: indicates an instance in the NORMAL state</li><li>EXPIRED: indicates an EXPIRED instance</li><li>PROTECTIVELY_ISOLATED: PROTECTIVELY ISOLATED instance</li>.
|
|
5923
5927
|
* @type {string || null}
|
|
5924
5928
|
*/
|
|
5925
5929
|
this.RestrictState = null;
|
|
@@ -5980,8 +5984,8 @@ Note: This field may return null, indicating that no valid value is found.
|
|
|
5980
5984
|
this.ImageId = null;
|
|
5981
5985
|
|
|
5982
5986
|
/**
|
|
5983
|
-
*
|
|
5984
|
-
|
|
5987
|
+
* AUTO-Renewal flag. valid values:<br><li>`NOTIFY_AND_MANUAL_RENEW`: indicates that a notification of impending expiration is made but AUTO-renewal is not performed</li><li>`NOTIFY_AND_AUTO_RENEW`: indicates that a notification of impending expiration is made AND AUTO-renewal is performed</li><li>`DISABLE_NOTIFY_AND_MANUAL_RENEW`: indicates that notification that it is about to expire is not made AND AUTO-renewal is not performed.
|
|
5988
|
+
Note: this field is null in postpaid mode.
|
|
5985
5989
|
* @type {string || null}
|
|
5986
5990
|
*/
|
|
5987
5991
|
this.RenewFlag = null;
|
|
@@ -6017,7 +6021,7 @@ Note: This field may return null, indicating that no valid value is found.
|
|
|
6017
6021
|
this.LoginSettings = null;
|
|
6018
6022
|
|
|
6019
6023
|
/**
|
|
6020
|
-
* Instance
|
|
6024
|
+
* Instance status. for specific status types, see the instance status table (https://www.tencentcloud.comom/document/api/213/15753?from_cn_redirect=1#InstanceStatus).
|
|
6021
6025
|
* @type {string || null}
|
|
6022
6026
|
*/
|
|
6023
6027
|
this.InstanceState = null;
|
|
@@ -6029,8 +6033,9 @@ Note: This field may return null, indicating that no valid value is found.
|
|
|
6029
6033
|
this.Tags = null;
|
|
6030
6034
|
|
|
6031
6035
|
/**
|
|
6032
|
-
*
|
|
6033
|
-
|
|
6036
|
+
* Shutdown billing mode of an instance.
|
|
6037
|
+
|
|
6038
|
+
Valid values: <br><li>KEEP_CHARGING: billing continues after shutdown</li><li>STOP_CHARGING: billing stops after shutdown</li><li>NOT_APPLICABLE: the instance is NOT shut down or stopping billing after shutdown is NOT APPLICABLE to the instance</li>.
|
|
6034
6039
|
* @type {string || null}
|
|
6035
6040
|
*/
|
|
6036
6041
|
this.StopChargingMode = null;
|
|
@@ -6048,7 +6053,8 @@ Valid values: <br><li>KEEP_CHARGING: billing continues after shutdown <br><li>ST
|
|
|
6048
6053
|
this.LatestOperation = null;
|
|
6049
6054
|
|
|
6050
6055
|
/**
|
|
6051
|
-
* The latest operation status of the instance.
|
|
6056
|
+
* The latest operation status of the instance. valid values:<br><li>SUCCESS: indicates that the operation succeeded</li><li>OPERATING: indicates that the operation is in progress</li><li>FAILED: indicates that the operation FAILED</li>.
|
|
6057
|
+
Note: This field may return null, indicating that no valid value is found.
|
|
6052
6058
|
* @type {string || null}
|
|
6053
6059
|
*/
|
|
6054
6060
|
this.LatestOperationState = null;
|
|
@@ -6060,8 +6066,7 @@ Valid values: <br><li>KEEP_CHARGING: billing continues after shutdown <br><li>ST
|
|
|
6060
6066
|
this.LatestOperationRequestId = null;
|
|
6061
6067
|
|
|
6062
6068
|
/**
|
|
6063
|
-
*
|
|
6064
|
-
Note: this field may return null, indicating that no valid value is obtained.
|
|
6069
|
+
* Spread placement group ID.
|
|
6065
6070
|
* @type {string || null}
|
|
6066
6071
|
*/
|
|
6067
6072
|
this.DisasterRecoverGroupId = null;
|
|
@@ -6081,8 +6086,7 @@ Note: this field may return null, indicating that no valid value is obtained.
|
|
|
6081
6086
|
this.CamRoleName = null;
|
|
6082
6087
|
|
|
6083
6088
|
/**
|
|
6084
|
-
*
|
|
6085
|
-
Note: this field may return null, indicating that no valid value was found.
|
|
6089
|
+
* High-performance computing cluster ID.
|
|
6086
6090
|
* @type {string || null}
|
|
6087
6091
|
*/
|
|
6088
6092
|
this.HpcClusterId = null;
|
|
@@ -6095,21 +6099,19 @@ Note: this field may return null, indicating that no valid value was found.
|
|
|
6095
6099
|
this.RdmaIpAddresses = null;
|
|
6096
6100
|
|
|
6097
6101
|
/**
|
|
6098
|
-
*
|
|
6102
|
+
* Dedicated cluster ID where the instance is located.
|
|
6099
6103
|
* @type {string || null}
|
|
6100
6104
|
*/
|
|
6101
6105
|
this.DedicatedClusterId = null;
|
|
6102
6106
|
|
|
6103
6107
|
/**
|
|
6104
|
-
*
|
|
6105
|
-
Note: this field may return null, indicating that no valid value was found.
|
|
6108
|
+
* Instance isolation type. valid values:<br><li>ARREAR: indicates arrears isolation<br></li><li>EXPIRE: indicates isolation upon expiration<br></li><li>MANMADE: indicates voluntarily refunded isolation<br></li><li>NOTISOLATED: indicates unisolated<br></li>.
|
|
6106
6109
|
* @type {string || null}
|
|
6107
6110
|
*/
|
|
6108
6111
|
this.IsolatedSource = null;
|
|
6109
6112
|
|
|
6110
6113
|
/**
|
|
6111
|
-
* GPU information.
|
|
6112
|
-
Note: this field may return null, indicating that no valid value was found.
|
|
6114
|
+
* GPU information. if it is a gpu type instance, this value will be returned. for other type instances, it does not return.
|
|
6113
6115
|
* @type {GPUInfo || null}
|
|
6114
6116
|
*/
|
|
6115
6117
|
this.GPUInfo = null;
|
|
@@ -6121,7 +6123,7 @@ Note: this field may return null, indicating that no valid value was found.
|
|
|
6121
6123
|
this.LicenseType = null;
|
|
6122
6124
|
|
|
6123
6125
|
/**
|
|
6124
|
-
*
|
|
6126
|
+
* Instance destruction protection flag indicates whether an instance is allowed to be deleted through an api. value ranges from:<br><li>true: indicates that instance protection is enabled, deletion through apis is not allowed</li><li>false: indicates that instance protection is disabled, allow passage</li><br>default value: false.
|
|
6125
6127
|
* @type {boolean || null}
|
|
6126
6128
|
*/
|
|
6127
6129
|
this.DisableApiTermination = null;
|
|
@@ -6146,8 +6148,13 @@ Note: This field may return `null`, indicating that no valid values can be obtai
|
|
|
6146
6148
|
this.LatestOperationErrorMsg = null;
|
|
6147
6149
|
|
|
6148
6150
|
/**
|
|
6149
|
-
*
|
|
6150
|
-
|
|
6151
|
+
* Custom metadata. this parameter corresponds to the metadata information specified when creating a CVM. **note: in beta test**.
|
|
6152
|
+
* @type {Metadata || null}
|
|
6153
|
+
*/
|
|
6154
|
+
this.Metadata = null;
|
|
6155
|
+
|
|
6156
|
+
/**
|
|
6157
|
+
* Specifies the public IPv6 address bound to the instance.
|
|
6151
6158
|
* @type {Array.<string> || null}
|
|
6152
6159
|
*/
|
|
6153
6160
|
this.PublicIPv6Addresses = null;
|
|
@@ -6248,6 +6255,12 @@ Note: this field may return null, indicating that no valid value was found.
|
|
|
6248
6255
|
this.DefaultLoginUser = 'DefaultLoginUser' in params ? params.DefaultLoginUser : null;
|
|
6249
6256
|
this.DefaultLoginPort = 'DefaultLoginPort' in params ? params.DefaultLoginPort : null;
|
|
6250
6257
|
this.LatestOperationErrorMsg = 'LatestOperationErrorMsg' in params ? params.LatestOperationErrorMsg : null;
|
|
6258
|
+
|
|
6259
|
+
if (params.Metadata) {
|
|
6260
|
+
let obj = new Metadata();
|
|
6261
|
+
obj.deserialize(params.Metadata)
|
|
6262
|
+
this.Metadata = obj;
|
|
6263
|
+
}
|
|
6251
6264
|
this.PublicIPv6Addresses = 'PublicIPv6Addresses' in params ? params.PublicIPv6Addresses : null;
|
|
6252
6265
|
|
|
6253
6266
|
}
|
|
@@ -10921,22 +10934,19 @@ class GPUInfo extends AbstractModel {
|
|
|
10921
10934
|
super();
|
|
10922
10935
|
|
|
10923
10936
|
/**
|
|
10924
|
-
*
|
|
10925
|
-
Note: this field may return `null`, indicating that no valid value can be found.
|
|
10937
|
+
* Specifies the GPU count of the instance. a value less than 1 indicates VGPU type, and a value larger than 1 indicates GPU passthrough type.
|
|
10926
10938
|
* @type {number || null}
|
|
10927
10939
|
*/
|
|
10928
10940
|
this.GPUCount = null;
|
|
10929
10941
|
|
|
10930
10942
|
/**
|
|
10931
|
-
* GPU address
|
|
10932
|
-
Note: this field may return `null`, indicating that no valid value can be found.
|
|
10943
|
+
* Specifies the GPU address of the instance.
|
|
10933
10944
|
* @type {Array.<string> || null}
|
|
10934
10945
|
*/
|
|
10935
10946
|
this.GPUId = null;
|
|
10936
10947
|
|
|
10937
10948
|
/**
|
|
10938
|
-
* GPU type of the instance.
|
|
10939
|
-
Note: this field may return `null`, indicating that no valid value can be found.
|
|
10949
|
+
* Specifies the GPU type of the instance.
|
|
10940
10950
|
* @type {string || null}
|
|
10941
10951
|
*/
|
|
10942
10952
|
this.GPUType = null;
|
|
@@ -12003,14 +12013,13 @@ class MetadataItem extends AbstractModel {
|
|
|
12003
12013
|
super();
|
|
12004
12014
|
|
|
12005
12015
|
/**
|
|
12006
|
-
* Custom metadata key
|
|
12007
|
-
|
|
12016
|
+
* Custom metadata key, consisting of uppercase letters (A-Z), lowercase letters (A-Z), digits (0-9), underscores (_), or hyphens (-), with a size limit of 128 bytes.
|
|
12008
12017
|
* @type {string || null}
|
|
12009
12018
|
*/
|
|
12010
12019
|
this.Key = null;
|
|
12011
12020
|
|
|
12012
12021
|
/**
|
|
12013
|
-
*
|
|
12022
|
+
* Custom metadata value. The upper limit of message size is 256 KB.
|
|
12014
12023
|
* @type {string || null}
|
|
12015
12024
|
*/
|
|
12016
12025
|
this.Value = null;
|
|
@@ -12067,7 +12076,7 @@ class VirtualPrivateCloud extends AbstractModel {
|
|
|
12067
12076
|
super();
|
|
12068
12077
|
|
|
12069
12078
|
/**
|
|
12070
|
-
*
|
|
12079
|
+
* vpc ID, such as `vpc-xxx`. valid vpc ids can be queried by logging in to the console (https://console.cloud.tencent.com/vpc/vpc?rid=1) or by calling the API [DescribeVpcs](https://www.tencentcloud.comom/document/product/215/15778?from_cn_redirect=1) and obtaining the `VpcId` field from the API response. if both VpcId and SubnetId are input as `DEFAULT` when creating an instance, the DEFAULT vpc network will be forcibly used.
|
|
12071
12080
|
* @type {string || null}
|
|
12072
12081
|
*/
|
|
12073
12082
|
this.VpcId = null;
|
|
@@ -12391,41 +12400,46 @@ class InternetAccessible extends AbstractModel {
|
|
|
12391
12400
|
this.BandwidthPackageId = null;
|
|
12392
12401
|
|
|
12393
12402
|
/**
|
|
12394
|
-
*
|
|
12395
|
-
|
|
12396
|
-
For a user
|
|
12397
|
-
|
|
12398
|
-
|
|
12403
|
+
* Line type. for details on various types of lines and supported regions, refer to [EIP IP address types](https://www.tencentcloud.comom/document/product/1199/41646?from_cn_redirect=1). default value: BGP.
|
|
12404
|
+
<Li>BGP: specifies the general bgp line.</li>.
|
|
12405
|
+
For a user with static single-line IP allowlist enabled, valid values include:.
|
|
12406
|
+
<Li>CMCC: china mobile.</li>.
|
|
12407
|
+
<Li>CTCC: china telecom</li>.
|
|
12408
|
+
<Li>CUCC: china unicom</li>.
|
|
12409
|
+
Note: The static single-line IP is only supported in some regions.
|
|
12410
|
+
|
|
12411
|
+
|
|
12399
12412
|
* @type {string || null}
|
|
12400
12413
|
*/
|
|
12401
12414
|
this.InternetServiceProvider = null;
|
|
12402
12415
|
|
|
12403
12416
|
/**
|
|
12404
|
-
*
|
|
12417
|
+
* Specifies the public IP type.
|
|
12405
12418
|
|
|
12406
|
-
<
|
|
12407
|
-
|
|
12408
|
-
|
|
12419
|
+
<Li>WanIP: specifies the public ip address.</li>.
|
|
12420
|
+
<Li>HighQualityEIP: specifies a high quality ip. high quality ip is only supported in Singapore and hong kong (china).</li>.
|
|
12421
|
+
<li> AntiDDoSEIP: specifies the anti-ddos eip. only partial regions support anti-ddos eip. details visible in the [elastic IP product overview](https://www.tencentcloud.comom/document/product/1199/41646?from_cn_redirect=1).</li>.
|
|
12422
|
+
If needed, assign a public IPv4 address to the resource by specifying the IPv4 address type.
|
|
12423
|
+
|
|
12424
|
+
This feature is in beta test in selected regions. submit a ticket for consultation (https://console.cloud.tencent.com/workorder/category) if needed.
|
|
12409
12425
|
* @type {string || null}
|
|
12410
12426
|
*/
|
|
12411
12427
|
this.IPv4AddressType = null;
|
|
12412
12428
|
|
|
12413
12429
|
/**
|
|
12414
|
-
* Indicates the type of
|
|
12415
|
-
|
|
12416
|
-
<
|
|
12417
|
-
|
|
12418
|
-
Note: Contact the product team to enable the dedicated IPv6 allowlist. The dedicated IPv6 is only supported in some regions.
|
|
12430
|
+
* Indicates the type of elastic public IPv6.
|
|
12431
|
+
<Li>EIPv6: elastic ip version 6.</li>.
|
|
12432
|
+
<Li>HighQualityEIPv6: specifies the high quality ipv6. highqualityeipv6 is only supported in hong kong (china).</li>.
|
|
12433
|
+
If needed, assign an elastic IPv6 address for resource allocation.
|
|
12419
12434
|
|
|
12420
|
-
|
|
12421
|
-
|
|
12422
|
-
This feature is currently in gradually released phase. To access it, please [contact us](https://console.tencentcloud.com/workorder).
|
|
12435
|
+
This feature is in beta test in selected regions. submit a ticket for consultation (https://console.cloud.tencent.com/workorder/category) if needed.
|
|
12423
12436
|
* @type {string || null}
|
|
12424
12437
|
*/
|
|
12425
12438
|
this.IPv6AddressType = null;
|
|
12426
12439
|
|
|
12427
12440
|
/**
|
|
12428
|
-
*
|
|
12441
|
+
* DDoS protection package unique ID. this field is required when applying for a ddos protection IP.
|
|
12442
|
+
|
|
12429
12443
|
* @type {string || null}
|
|
12430
12444
|
*/
|
|
12431
12445
|
this.AntiDDoSPackageId = null;
|
|
@@ -70,6 +70,7 @@ const UserRole = models.UserRole;
|
|
|
70
70
|
const DataEngineBasicInfo = models.DataEngineBasicInfo;
|
|
71
71
|
const DetachWorkGroupPolicyResponse = models.DetachWorkGroupPolicyResponse;
|
|
72
72
|
const DescribeSparkSessionBatchSqlLogResponse = models.DescribeSparkSessionBatchSqlLogResponse;
|
|
73
|
+
const DescribeDLCTableListResponse = models.DescribeDLCTableListResponse;
|
|
73
74
|
const GenerateCreateMangedTableSqlRequest = models.GenerateCreateMangedTableSqlRequest;
|
|
74
75
|
const DescribeUserTypeRequest = models.DescribeUserTypeRequest;
|
|
75
76
|
const SwitchDataEngineResponse = models.SwitchDataEngineResponse;
|
|
@@ -125,6 +126,8 @@ const DescribeSparkAppJobsRequest = models.DescribeSparkAppJobsRequest;
|
|
|
125
126
|
const PermissionResponseInfo = models.PermissionResponseInfo;
|
|
126
127
|
const DescribeJobsResponse = models.DescribeJobsResponse;
|
|
127
128
|
const DescribeDataEngineRequest = models.DescribeDataEngineRequest;
|
|
129
|
+
const DataMaskStrategyInfo = models.DataMaskStrategyInfo;
|
|
130
|
+
const GroupInfo = models.GroupInfo;
|
|
128
131
|
const RollbackDataEngineImageResponse = models.RollbackDataEngineImageResponse;
|
|
129
132
|
const QueryResultRequest = models.QueryResultRequest;
|
|
130
133
|
const LakeFsInfo = models.LakeFsInfo;
|
|
@@ -155,6 +158,7 @@ const SmartOptimizerLifecyclePolicy = models.SmartOptimizerLifecyclePolicy;
|
|
|
155
158
|
const DeleteUsersFromWorkGroupResponse = models.DeleteUsersFromWorkGroupResponse;
|
|
156
159
|
const AddUsersToWorkGroupRequest = models.AddUsersToWorkGroupRequest;
|
|
157
160
|
const DescribeStoreLocationRequest = models.DescribeStoreLocationRequest;
|
|
161
|
+
const CreateDataMaskStrategyRequest = models.CreateDataMaskStrategyRequest;
|
|
158
162
|
const DescribeDLCCatalogAccessResponse = models.DescribeDLCCatalogAccessResponse;
|
|
159
163
|
const AddUsersToWorkGroupResponse = models.AddUsersToWorkGroupResponse;
|
|
160
164
|
const CreateResultDownloadResponse = models.CreateResultDownloadResponse;
|
|
@@ -173,7 +177,7 @@ const DescribeSubUserAccessPolicyResponse = models.DescribeSubUserAccessPolicyRe
|
|
|
173
177
|
const TaskResponseInfo = models.TaskResponseInfo;
|
|
174
178
|
const RevokeDLCCatalogAccessRequest = models.RevokeDLCCatalogAccessRequest;
|
|
175
179
|
const UpgradeDataEngineImageResponse = models.UpgradeDataEngineImageResponse;
|
|
176
|
-
const
|
|
180
|
+
const AttachDataMaskPolicyRequest = models.AttachDataMaskPolicyRequest;
|
|
177
181
|
const DMSSds = models.DMSSds;
|
|
178
182
|
const OpendThirdAccessUserInfo = models.OpendThirdAccessUserInfo;
|
|
179
183
|
const WorkGroupInfo = models.WorkGroupInfo;
|
|
@@ -183,6 +187,7 @@ const CheckPermission = models.CheckPermission;
|
|
|
183
187
|
const DropDMSDatabaseRequest = models.DropDMSDatabaseRequest;
|
|
184
188
|
const DescribeDataEngineImageVersionsRequest = models.DescribeDataEngineImageVersionsRequest;
|
|
185
189
|
const BindWorkGroupsToUserResponse = models.BindWorkGroupsToUserResponse;
|
|
190
|
+
const CreateDataMaskStrategyResponse = models.CreateDataMaskStrategyResponse;
|
|
186
191
|
const DescribeStoreLocationResponse = models.DescribeStoreLocationResponse;
|
|
187
192
|
const DescribeJobRequest = models.DescribeJobRequest;
|
|
188
193
|
const DropDLCTableResponse = models.DropDLCTableResponse;
|
|
@@ -270,6 +275,7 @@ const RenewDataEngineResponse = models.RenewDataEngineResponse;
|
|
|
270
275
|
const UpdateRowFilterResponse = models.UpdateRowFilterResponse;
|
|
271
276
|
const UserInfo = models.UserInfo;
|
|
272
277
|
const CreateTasksResponse = models.CreateTasksResponse;
|
|
278
|
+
const DataMaskStrategyPolicy = models.DataMaskStrategyPolicy;
|
|
273
279
|
const GrantDLCCatalogAccessResponse = models.GrantDLCCatalogAccessResponse;
|
|
274
280
|
const CreateSparkAppRequest = models.CreateSparkAppRequest;
|
|
275
281
|
const DataEngineScaleInfo = models.DataEngineScaleInfo;
|
|
@@ -285,6 +291,7 @@ const CreateWorkGroupRequest = models.CreateWorkGroupRequest;
|
|
|
285
291
|
const CreateInternalTableResponse = models.CreateInternalTableResponse;
|
|
286
292
|
const DataEngineInfo = models.DataEngineInfo;
|
|
287
293
|
const DescribeSessionImageVersionResponse = models.DescribeSessionImageVersionResponse;
|
|
294
|
+
const AttachDataMaskPolicyResponse = models.AttachDataMaskPolicyResponse;
|
|
288
295
|
const DescribeSessionImageVersionRequest = models.DescribeSessionImageVersionRequest;
|
|
289
296
|
const AlterDMSDatabaseRequest = models.AlterDMSDatabaseRequest;
|
|
290
297
|
const CheckDataEngineImageCanBeUpgradeRequest = models.CheckDataEngineImageCanBeUpgradeRequest;
|
|
@@ -890,14 +897,14 @@ class DlcClient extends AbstractClient {
|
|
|
890
897
|
}
|
|
891
898
|
|
|
892
899
|
/**
|
|
893
|
-
* This API is used to
|
|
894
|
-
* @param {
|
|
895
|
-
* @param {function(string,
|
|
900
|
+
* This API is used to copy a table.
|
|
901
|
+
* @param {CopyDLCTableRequest} req
|
|
902
|
+
* @param {function(string, CopyDLCTableResponse):void} cb
|
|
896
903
|
* @public
|
|
897
904
|
*/
|
|
898
|
-
|
|
899
|
-
let resp = new
|
|
900
|
-
this.request("
|
|
905
|
+
CopyDLCTable(req, cb) {
|
|
906
|
+
let resp = new CopyDLCTableResponse();
|
|
907
|
+
this.request("CopyDLCTable", req, resp, cb);
|
|
901
908
|
}
|
|
902
909
|
|
|
903
910
|
/**
|
|
@@ -1231,14 +1238,14 @@ class DlcClient extends AbstractClient {
|
|
|
1231
1238
|
}
|
|
1232
1239
|
|
|
1233
1240
|
/**
|
|
1234
|
-
* This API is used to
|
|
1235
|
-
* @param {
|
|
1236
|
-
* @param {function(string,
|
|
1241
|
+
* This API is used to change data governance event thresholds.
|
|
1242
|
+
* @param {ModifyGovernEventRuleRequest} req
|
|
1243
|
+
* @param {function(string, ModifyGovernEventRuleResponse):void} cb
|
|
1237
1244
|
* @public
|
|
1238
1245
|
*/
|
|
1239
|
-
|
|
1240
|
-
let resp = new
|
|
1241
|
-
this.request("
|
|
1246
|
+
ModifyGovernEventRule(req, cb) {
|
|
1247
|
+
let resp = new ModifyGovernEventRuleResponse();
|
|
1248
|
+
this.request("ModifyGovernEventRule", req, resp, cb);
|
|
1242
1249
|
}
|
|
1243
1250
|
|
|
1244
1251
|
/**
|
|
@@ -1318,6 +1325,17 @@ class DlcClient extends AbstractClient {
|
|
|
1318
1325
|
this.request("RestartDataEngine", req, resp, cb);
|
|
1319
1326
|
}
|
|
1320
1327
|
|
|
1328
|
+
/**
|
|
1329
|
+
* This API is used to bind a DMask policy.
|
|
1330
|
+
* @param {AttachDataMaskPolicyRequest} req
|
|
1331
|
+
* @param {function(string, AttachDataMaskPolicyResponse):void} cb
|
|
1332
|
+
* @public
|
|
1333
|
+
*/
|
|
1334
|
+
AttachDataMaskPolicy(req, cb) {
|
|
1335
|
+
let resp = new AttachDataMaskPolicyResponse();
|
|
1336
|
+
this.request("AttachDataMaskPolicy", req, resp, cb);
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1321
1339
|
/**
|
|
1322
1340
|
* This API is used to renew the data engine.
|
|
1323
1341
|
* @param {RenewDataEngineRequest} req
|
|
@@ -1406,6 +1424,17 @@ class DlcClient extends AbstractClient {
|
|
|
1406
1424
|
this.request("DropDMSTable", req, resp, cb);
|
|
1407
1425
|
}
|
|
1408
1426
|
|
|
1427
|
+
/**
|
|
1428
|
+
* This API is used to create a DMask policy.
|
|
1429
|
+
* @param {CreateDataMaskStrategyRequest} req
|
|
1430
|
+
* @param {function(string, CreateDataMaskStrategyResponse):void} cb
|
|
1431
|
+
* @public
|
|
1432
|
+
*/
|
|
1433
|
+
CreateDataMaskStrategy(req, cb) {
|
|
1434
|
+
let resp = new CreateDataMaskStrategyResponse();
|
|
1435
|
+
this.request("CreateDataMaskStrategy", req, resp, cb);
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1409
1438
|
/**
|
|
1410
1439
|
* This API is used to query the storage location of calculation results.
|
|
1411
1440
|
* @param {DescribeStoreLocationRequest} req
|