tencentcloud-sdk-nodejs-intl-en 3.0.1373 → 3.0.1375
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/as/v20180419/as_client.js +3 -2
- package/tencentcloud/as/v20180419/models.js +103 -87
- package/tencentcloud/billing/v20180709/billing_client.js +15 -1
- package/tencentcloud/billing/v20180709/models.js +248 -55
- package/tencentcloud/cdb/v20170320/models.js +8 -8
- package/tencentcloud/cdn/v20180606/cdn_client.js +15 -11
- package/tencentcloud/cdn/v20180606/models.js +319 -80
- package/tencentcloud/cls/v20201016/cls_client.js +1709 -374
- package/tencentcloud/cls/v20201016/models.js +23480 -6683
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/cvm/v20170312/cvm_client.js +4 -4
- package/tencentcloud/cvm/v20170312/models.js +20 -22
- package/tencentcloud/cwp/v20180228/cwp_client.js +615 -350
- package/tencentcloud/cwp/v20180228/models.js +10317 -5290
- package/tencentcloud/cynosdb/v20190107/models.js +305 -286
- package/tencentcloud/faceid/v20180301/models.js +29 -12
- package/tencentcloud/gme/v20180711/models.js +13 -3
- package/tencentcloud/iai/v20200303/iai_client.js +1 -1
- package/tencentcloud/mna/v20210119/models.js +2 -2
- package/tencentcloud/mongodb/v20190725/models.js +12 -12
- package/tencentcloud/postgres/v20170312/models.js +9 -9
- package/tencentcloud/rum/v20210622/models.js +16 -16
- package/tencentcloud/rum/v20210622/rum_client.js +1 -1
- package/tencentcloud/scf/v20180416/models.js +2 -2
- package/tencentcloud/tat/v20201028/models.js +56 -47
- package/tencentcloud/tcsas/v20250106/models.js +11162 -7488
- package/tencentcloud/tcsas/v20250106/tcsas_client.js +613 -324
- package/tencentcloud/tcss/v20201101/models.js +7275 -2457
- package/tencentcloud/tcss/v20201101/tcss_client.js +2328 -2021
- package/tencentcloud/teo/v20220901/models.js +880 -153
- package/tencentcloud/teo/v20220901/teo_client.js +103 -47
- package/tencentcloud/trtc/v20190722/models.js +315 -83
- package/tencentcloud/trtc/v20190722/trtc_client.js +5 -1
- package/tencentcloud/vod/v20180717/models.js +693 -229
- package/tencentcloud/vod/v20180717/vod_client.js +24 -6
|
@@ -112,7 +112,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
/**
|
|
115
|
-
*
|
|
115
|
+
* Additional details
|
|
116
116
|
* @class
|
|
117
117
|
*/
|
|
118
118
|
class ExtraInfo extends AbstractModel {
|
|
@@ -120,7 +120,7 @@ class ExtraInfo extends AbstractModel {
|
|
|
120
120
|
super();
|
|
121
121
|
|
|
122
122
|
/**
|
|
123
|
-
*
|
|
123
|
+
* Full details of the hit template; return solely the template with the maximum similarity.
|
|
124
124
|
* @type {Array.<RetrievalLivenessExtraInfo> || null}
|
|
125
125
|
*/
|
|
126
126
|
this.RetrievalLivenessExtraInfo = null;
|
|
@@ -504,7 +504,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
504
504
|
this.CardBackCutImageBase64 = null;
|
|
505
505
|
|
|
506
506
|
/**
|
|
507
|
-
* <p>Alarm code</p><p>Enumeration value:</p><ul><li
|
|
507
|
+
* <p>Alarm code</p><p>Enumeration value:</p><ul><li>9101: Alarm for incomplete document border</li><li>9102: Alarm for document photocopy</li><li>9103: Alarm for rephotographing</li><li>9104: PS alarm</li><li>9107: Reflective alarm</li><li>9108: Blurry alarm</li><li>9109: Alarm capability not enabled</li></ul>
|
|
508
508
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
509
509
|
* @type {Array.<number> || null}
|
|
510
510
|
*/
|
|
@@ -651,7 +651,8 @@ class LivenessCompareResponse extends AbstractModel {
|
|
|
651
651
|
this.Description = null;
|
|
652
652
|
|
|
653
653
|
/**
|
|
654
|
-
*
|
|
654
|
+
* Best screenshot list.
|
|
655
|
+
Returned only when multiple best screenshots are configured to be returned.
|
|
655
656
|
* @type {Array.<string> || null}
|
|
656
657
|
*/
|
|
657
658
|
this.BestFrameList = null;
|
|
@@ -1866,7 +1867,7 @@ class ApplyWebVerificationBizTokenIntlResponse extends AbstractModel {
|
|
|
1866
1867
|
|
|
1867
1868
|
/**
|
|
1868
1869
|
* The token identifying this web-based verification process, valid for 7,200s after issuance. It is required for getting the result after the verification process is completed.
|
|
1869
|
-
Example: https://intl.faceid.qq.com/reflect/?token=81EEF678-28EE-4759-A82E-6CBBBE6BC442
|
|
1870
|
+
Example: `https://intl.faceid.qq.com/reflect/?token=81EEF678-28EE-4759-A82E-6CBBBE6BC442`
|
|
1870
1871
|
* @type {string || null}
|
|
1871
1872
|
*/
|
|
1872
1873
|
this.VerificationUrl = null;
|
|
@@ -2502,17 +2503,30 @@ false : Expired HKID is rejected and cannot enter the liveness process.
|
|
|
2502
2503
|
this.AllowExpiredDocument = null;
|
|
2503
2504
|
|
|
2504
2505
|
/**
|
|
2505
|
-
*
|
|
2506
|
+
* <p>Whether to display the final result page</p><p>Enumeration values:</p><ul><li>true: Do not display the result page</li><li>false: Display the result page</li></ul><p>Default value: false</p>
|
|
2506
2507
|
* @type {boolean || null}
|
|
2507
2508
|
*/
|
|
2508
2509
|
this.SkipResultPage = null;
|
|
2509
2510
|
|
|
2510
2511
|
/**
|
|
2511
|
-
*
|
|
2512
|
+
* <p>Identified fields displayed during document OCR</p><p>Parameter format: ["ChineseName","FullName"]</p><p>Input constraints: <strong>Supported field names by document type:</strong><br><strong>HK (Hong Kong Identity Card):</strong> "ChineseName","FullName","LicenseNumber","Birthday","Sex", "IssuedDate", "Permanent", "Symbol", "CurrentIssueDate"<br><strong>ML (Malaysia Identity Card):</strong> "FullName","LicenseNumber","Sex", "Birthday", "Type", "FormattedAddress"<br><strong>IndonesiaIDCard (Indonesia Identity Card):</strong> "LicenseNumber","FullName","Sex", "Birthday", "FormattedAddress", "Nationality", "DueDate", "IssuedDate", "Street", "Village","Area","Province","City","MaritalStatus", "BloodType", "Religion", "Occupation"<br><strong>PhilippinesVoteID (Philippines Voter's ID):</strong> "FirstName","LastName","Birthday"<br><strong>PhilippinesDrivingLicense (Philippines Driving License):</strong> "LastName","FirstName","MiddleName","Sex","Birthday"<br><strong>PhilippinesTinID (Philippines TIN ID):</strong> "LicenseNumber", "FullName", "Birthday"<br><strong>PhilippinesSSSID (Philippines SSS ID):</strong> "LicenseNumber", "FullName", "Birthday"<br><strong>PhilippinesUMID (Philippines UMID):</strong> "Surname", "MiddleName", "GivenName", "Sex", "Birthday"<br><strong>MLIDPassport (Passports of Hong Kong, Macao, Taiwan and overseas regions):</strong> "LicenseNumber","FullName", "Surname", "GivenName", "Birthday", "Sex","DateOfExpiration","IssuingCountry"<br><strong>ThailandIDCard (Thailand Identity Card):</strong> "FullName", "LastName", "FirstName", "FormattedAddress", "LicenseNumber", "Birthday", "ExpirationDate", "IssuedDate", "RegistrationNumber", "Religion", "ThaiBirthday", "ThaiExpirationDate", "ThaiIssueDate"<br><strong>MainlandIDCard (Chinese Mainland Identity Card):</strong> "LicenseNumber", "FullName", "Sex", "Nation", "Birthday", "FormattedAddress"<br><strong>SingaporeIDCard (Singapore Identity Card):</strong> "ChineseName","Sex","Birthday","LicenseNumber","Nationality","FullName","Address"<br><strong>HMTPermit (Mainland Travel Permit for Hong Kong and Macao Residents / Mainland Travel Permit for Taiwan Residents):</strong> "Name", "EnglishName", "Sex", "Number", "ValidDate", "Birthday"</p><p>If no fields are specified, all identified fields will be displayed by default.</p>
|
|
2513
|
+
|
|
2512
2514
|
* @type {Array.<string> || null}
|
|
2513
2515
|
*/
|
|
2514
2516
|
this.CardOcrDisplayFields = null;
|
|
2515
2517
|
|
|
2518
|
+
/**
|
|
2519
|
+
* <p>Liveness retry attempts</p><p>Value range: [1, 5]</p><p>Default value: 5</p>
|
|
2520
|
+
* @type {number || null}
|
|
2521
|
+
*/
|
|
2522
|
+
this.RetryLimit = null;
|
|
2523
|
+
|
|
2524
|
+
/**
|
|
2525
|
+
* <p>Enable multi-image anti-spoofing for single-angle Identity Document Recognition</p><p>Default value: false</p><p>true - Enabled; false - Disabled</p>
|
|
2526
|
+
* @type {boolean || null}
|
|
2527
|
+
*/
|
|
2528
|
+
this.EnableForgeryDetectionImages = null;
|
|
2529
|
+
|
|
2516
2530
|
}
|
|
2517
2531
|
|
|
2518
2532
|
/**
|
|
@@ -2536,6 +2550,8 @@ false : Expired HKID is rejected and cannot enter the liveness process.
|
|
|
2536
2550
|
this.AllowExpiredDocument = 'AllowExpiredDocument' in params ? params.AllowExpiredDocument : null;
|
|
2537
2551
|
this.SkipResultPage = 'SkipResultPage' in params ? params.SkipResultPage : null;
|
|
2538
2552
|
this.CardOcrDisplayFields = 'CardOcrDisplayFields' in params ? params.CardOcrDisplayFields : null;
|
|
2553
|
+
this.RetryLimit = 'RetryLimit' in params ? params.RetryLimit : null;
|
|
2554
|
+
this.EnableForgeryDetectionImages = 'EnableForgeryDetectionImages' in params ? params.EnableForgeryDetectionImages : null;
|
|
2539
2555
|
|
|
2540
2556
|
}
|
|
2541
2557
|
}
|
|
@@ -4900,7 +4916,7 @@ class GenerateReflectSequenceRequest extends AbstractModel {
|
|
|
4900
4916
|
}
|
|
4901
4917
|
|
|
4902
4918
|
/**
|
|
4903
|
-
*
|
|
4919
|
+
* EKYC Document OCR Result Modification Details
|
|
4904
4920
|
* @class
|
|
4905
4921
|
*/
|
|
4906
4922
|
class EditDetail extends AbstractModel {
|
|
@@ -5011,7 +5027,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5011
5027
|
}
|
|
5012
5028
|
|
|
5013
5029
|
/**
|
|
5014
|
-
*
|
|
5030
|
+
* Sensitive Data Encryption
|
|
5015
5031
|
* @class
|
|
5016
5032
|
*/
|
|
5017
5033
|
class Encryption extends AbstractModel {
|
|
@@ -5523,8 +5539,8 @@ class ApplyWebVerificationBizTokenIntlRequest extends AbstractModel {
|
|
|
5523
5539
|
|
|
5524
5540
|
/**
|
|
5525
5541
|
* Web callback URL to redirect to after the verification is completed, including the protocol, hostname, and path.
|
|
5526
|
-
After the verification process is completed, the BizToken of this process will be spliced to the callback URL in the format of https://www.tencentcloud.com/products/faceid?token={BizToken} before redirect.
|
|
5527
|
-
Example: https://www.tencentcloud.com/products/faceid
|
|
5542
|
+
After the verification process is completed, the BizToken of this process will be spliced to the callback URL in the format of `https://www.tencentcloud.com/products/faceid?token={BizToken}` before redirect.
|
|
5543
|
+
Example: `https://www.tencentcloud.com/products/faceid.`
|
|
5528
5544
|
* @type {string || null}
|
|
5529
5545
|
*/
|
|
5530
5546
|
this.RedirectURL = null;
|
|
@@ -6797,6 +6813,7 @@ class PhoneVerificationRequest extends AbstractModel {
|
|
|
6797
6813
|
|
|
6798
6814
|
/**
|
|
6799
6815
|
* Users with encryption requirements can import the CiphertextBlob of kms. Read the <a href="https://www.tencentcloud.com/document/product/1007/47180?from_cn_redirect=1">data encryption</a> document about encrypting data.
|
|
6816
|
+
|
|
6800
6817
|
* @type {string || null}
|
|
6801
6818
|
*/
|
|
6802
6819
|
this.CiphertextBlob = null;
|
|
@@ -7210,7 +7227,7 @@ class BankCard2EVerificationRequest extends AbstractModel {
|
|
|
7210
7227
|
}
|
|
7211
7228
|
|
|
7212
7229
|
/**
|
|
7213
|
-
*
|
|
7230
|
+
* Overseas Document Address
|
|
7214
7231
|
* @class
|
|
7215
7232
|
*/
|
|
7216
7233
|
class Address extends AbstractModel {
|
|
@@ -260,6 +260,12 @@ class DeleteRoomMemberRequest extends AbstractModel {
|
|
|
260
260
|
*/
|
|
261
261
|
this.Uids = null;
|
|
262
262
|
|
|
263
|
+
/**
|
|
264
|
+
* List of users to exclude (string type)
|
|
265
|
+
* @type {Array.<string> || null}
|
|
266
|
+
*/
|
|
267
|
+
this.StrUids = null;
|
|
268
|
+
|
|
263
269
|
}
|
|
264
270
|
|
|
265
271
|
/**
|
|
@@ -273,6 +279,7 @@ class DeleteRoomMemberRequest extends AbstractModel {
|
|
|
273
279
|
this.DeleteType = 'DeleteType' in params ? params.DeleteType : null;
|
|
274
280
|
this.BizId = 'BizId' in params ? params.BizId : null;
|
|
275
281
|
this.Uids = 'Uids' in params ? params.Uids : null;
|
|
282
|
+
this.StrUids = 'StrUids' in params ? params.StrUids : null;
|
|
276
283
|
|
|
277
284
|
}
|
|
278
285
|
}
|
|
@@ -1458,19 +1465,22 @@ class SceneInfo extends AbstractModel {
|
|
|
1458
1465
|
super();
|
|
1459
1466
|
|
|
1460
1467
|
/**
|
|
1461
|
-
*
|
|
1468
|
+
* RealTime: Real-time Voice Analysis;
|
|
1469
|
+
VoiceMessage: Voice Message;
|
|
1470
|
+
GMECloudApi: GME Cloud API;
|
|
1462
1471
|
* @type {string || null}
|
|
1463
1472
|
*/
|
|
1464
1473
|
this.SceneId = null;
|
|
1465
1474
|
|
|
1466
1475
|
/**
|
|
1467
|
-
*
|
|
1476
|
+
* Switch state, true for on, false for off.
|
|
1477
|
+
|
|
1468
1478
|
* @type {boolean || null}
|
|
1469
1479
|
*/
|
|
1470
1480
|
this.Status = null;
|
|
1471
1481
|
|
|
1472
1482
|
/**
|
|
1473
|
-
*
|
|
1483
|
+
* callback URL
|
|
1474
1484
|
* @type {string || null}
|
|
1475
1485
|
*/
|
|
1476
1486
|
this.CallbackUrl = null;
|
|
@@ -352,7 +352,7 @@ This API recognizes each face image of a person as an independent one. By contra
|
|
|
352
352
|
}
|
|
353
353
|
|
|
354
354
|
/**
|
|
355
|
-
* Compare the faces in the two pictures for similarity and return the face similarity score. If you need to determine "whether this person is someone", that is, to verify whether the person in a picture is someone with a known identity, such as a common face login scenario, it is recommended to use [VerifyFace]
|
|
355
|
+
* Compare the faces in the two pictures for similarity and return the face similarity score. If you need to determine "whether this person is someone", that is, to verify whether the person in a picture is someone with a known identity, such as a common face login scenario, it is recommended to use [VerifyFace](`https://www.tencentcloud.com/document/product/1059/36972`) or [VerifyPerson](`https://www.tencentcloud.com/document/product/1059/36971`) inferface.
|
|
356
356
|
Please use the V3 version for the signature method in the public parameters, that is, configure the SignatureMethod parameter to TC3-HMAC-SHA256
|
|
357
357
|
* @param {DetectFaceSimilarityRequest} req
|
|
358
358
|
* @param {function(string, DetectFaceSimilarityResponse):void} cb
|
|
@@ -2623,9 +2623,9 @@ Note: When the device is paid by the tenant and inactive (not selected for month
|
|
|
2623
2623
|
|
|
2624
2624
|
/**
|
|
2625
2625
|
* Authorization validity period
|
|
2626
|
-
Monthly authorization
|
|
2626
|
+
0: Monthly authorization
|
|
2627
2627
|
1: Permanent license
|
|
2628
|
-
-Unknown
|
|
2628
|
+
-1: Unknown
|
|
2629
2629
|
* @type {number || null}
|
|
2630
2630
|
*/
|
|
2631
2631
|
this.LicensePayMode = null;
|
|
@@ -3968,7 +3968,7 @@ class DescribeLogDownloadTasksRequest extends AbstractModel {
|
|
|
3968
3968
|
}
|
|
3969
3969
|
|
|
3970
3970
|
/**
|
|
3971
|
-
*
|
|
3971
|
+
* User Permissions
|
|
3972
3972
|
* @class
|
|
3973
3973
|
*/
|
|
3974
3974
|
class Auth extends AbstractModel {
|
|
@@ -4945,7 +4945,7 @@ class DescribeAccountUsersResponse extends AbstractModel {
|
|
|
4945
4945
|
super();
|
|
4946
4946
|
|
|
4947
4947
|
/**
|
|
4948
|
-
*
|
|
4948
|
+
* The list of instance accounts.
|
|
4949
4949
|
* @type {Array.<UserInfo> || null}
|
|
4950
4950
|
*/
|
|
4951
4951
|
this.Users = null;
|
|
@@ -5094,37 +5094,37 @@ class UserInfo extends AbstractModel {
|
|
|
5094
5094
|
super();
|
|
5095
5095
|
|
|
5096
5096
|
/**
|
|
5097
|
-
*
|
|
5097
|
+
* The account name.
|
|
5098
5098
|
* @type {string || null}
|
|
5099
5099
|
*/
|
|
5100
5100
|
this.UserName = null;
|
|
5101
5101
|
|
|
5102
5102
|
/**
|
|
5103
|
-
*
|
|
5103
|
+
* The account permission details.
|
|
5104
5104
|
* @type {Array.<Auth> || null}
|
|
5105
5105
|
*/
|
|
5106
5106
|
this.AuthRole = null;
|
|
5107
5107
|
|
|
5108
5108
|
/**
|
|
5109
|
-
*
|
|
5109
|
+
* The time when the account was created.
|
|
5110
5110
|
* @type {string || null}
|
|
5111
5111
|
*/
|
|
5112
5112
|
this.CreateTime = null;
|
|
5113
5113
|
|
|
5114
5114
|
/**
|
|
5115
|
-
*
|
|
5115
|
+
* The time when the account was last updated.
|
|
5116
5116
|
* @type {string || null}
|
|
5117
5117
|
*/
|
|
5118
5118
|
this.UpdateTime = null;
|
|
5119
5119
|
|
|
5120
5120
|
/**
|
|
5121
|
-
*
|
|
5121
|
+
* The remarks for the account.
|
|
5122
5122
|
* @type {string || null}
|
|
5123
5123
|
*/
|
|
5124
5124
|
this.UserDesc = null;
|
|
5125
5125
|
|
|
5126
5126
|
/**
|
|
5127
|
-
*
|
|
5127
|
+
* The time when the console password was last updated.
|
|
5128
5128
|
* @type {string || null}
|
|
5129
5129
|
*/
|
|
5130
5130
|
this.ConsolePassUpdateTime = null;
|
|
@@ -5818,7 +5818,7 @@ class ParamTpl extends AbstractModel {
|
|
|
5818
5818
|
* Database type that the parameter template applies to.
|
|
5819
5819
|
- REPLSET: replica set instance.
|
|
5820
5820
|
- SHARD: shard instance.
|
|
5821
|
-
-STANDALONE: Single-node instance.
|
|
5821
|
+
- STANDALONE: Single-node instance.
|
|
5822
5822
|
* @type {string || null}
|
|
5823
5823
|
*/
|
|
5824
5824
|
this.ClusterType = null;
|
|
@@ -5831,8 +5831,8 @@ class ParamTpl extends AbstractModel {
|
|
|
5831
5831
|
|
|
5832
5832
|
/**
|
|
5833
5833
|
* Template type.
|
|
5834
|
-
-DEFAULT: System default template.
|
|
5835
|
-
-CUSTOMIZE: custom template.
|
|
5834
|
+
- DEFAULT: System default template.
|
|
5835
|
+
- CUSTOMIZE: custom template.
|
|
5836
5836
|
* @type {string || null}
|
|
5837
5837
|
*/
|
|
5838
5838
|
this.TplType = null;
|
|
@@ -8002,7 +8002,7 @@ class DescribeMongodbLogsRequest extends AbstractModel {
|
|
|
8002
8002
|
|
|
8003
8003
|
/**
|
|
8004
8004
|
* Log category.
|
|
8005
|
-
- Log categories include but are not limited to COMMAND, ACCESS, CONTROL, FTDC, INDEX, NETWORK, QUERY, REPL, SHARDING, STORAGE, RECOVERY, JOURNAL, and WRITE. The specific supported categories may vary depending on the MongoDB version. For details, see Log Messages
|
|
8005
|
+
- Log categories include but are not limited to COMMAND, ACCESS, CONTROL, FTDC, INDEX, NETWORK, QUERY, REPL, SHARDING, STORAGE, RECOVERY, JOURNAL, and WRITE. The specific supported categories may vary depending on the MongoDB version. For details, see [Log Messages](https://www.mongodb.com/docs/v5.0/reference/log-messages/#log-message-examples).
|
|
8006
8006
|
- Log in to the [TencentDB for MongoDB console](https://console.cloud.tencent.com/mongodb), and view the **log category** on the **Error Log** tab of the **Log Management** page.
|
|
8007
8007
|
* @type {Array.<string> || null}
|
|
8008
8008
|
*/
|
|
@@ -2798,7 +2798,7 @@ Name specification: consists of letters (a-z, a-z), digits (0-9), and underscore
|
|
|
2798
2798
|
this.DatabaseName = null;
|
|
2799
2799
|
|
|
2800
2800
|
/**
|
|
2801
|
-
* Owner of the database. obtain through the api [DescribeAccounts](https://www.tencentcloud.com/document/
|
|
2801
|
+
* Owner of the database. obtain through the api [DescribeAccounts](https://www.tencentcloud.com/document/product/409/18109).
|
|
2802
2802
|
* @type {string || null}
|
|
2803
2803
|
*/
|
|
2804
2804
|
this.DatabaseOwner = null;
|
|
@@ -11336,7 +11336,7 @@ class DeleteAccountRequest extends AbstractModel {
|
|
|
11336
11336
|
this.DBInstanceId = null;
|
|
11337
11337
|
|
|
11338
11338
|
/**
|
|
11339
|
-
* Account name to be deleted. obtain through the api [DescribeAccounts](https://www.tencentcloud.com/document/
|
|
11339
|
+
* Account name to be deleted. obtain through the api [DescribeAccounts](https://www.tencentcloud.com/document/product/409/18109).
|
|
11340
11340
|
* @type {string || null}
|
|
11341
11341
|
*/
|
|
11342
11342
|
this.UserName = null;
|
|
@@ -11630,7 +11630,7 @@ class ModifyAccountPrivilegesRequest extends AbstractModel {
|
|
|
11630
11630
|
this.DBInstanceId = null;
|
|
11631
11631
|
|
|
11632
11632
|
/**
|
|
11633
|
-
* Modify the permission of this account for a database object. obtain through the [DescribeAccounts](https://www.tencentcloud.com/document/
|
|
11633
|
+
* Modify the permission of this account for a database object. obtain through the [DescribeAccounts](https://www.tencentcloud.com/document/product/409/18109) api.
|
|
11634
11634
|
* @type {string || null}
|
|
11635
11635
|
*/
|
|
11636
11636
|
this.UserName = null;
|
|
@@ -12626,7 +12626,7 @@ class ModifyDatabaseOwnerRequest extends AbstractModel {
|
|
|
12626
12626
|
this.DatabaseName = null;
|
|
12627
12627
|
|
|
12628
12628
|
/**
|
|
12629
|
-
* New owner of the database. obtain through the api [DescribeAccounts](https://www.tencentcloud.com/document/
|
|
12629
|
+
* New owner of the database. obtain through the api [DescribeAccounts](https://www.tencentcloud.com/document/product/409/18109).
|
|
12630
12630
|
* @type {string || null}
|
|
12631
12631
|
*/
|
|
12632
12632
|
this.DatabaseOwner = null;
|
|
@@ -13013,7 +13013,7 @@ class ResetAccountPasswordRequest extends AbstractModel {
|
|
|
13013
13013
|
this.DBInstanceId = null;
|
|
13014
13014
|
|
|
13015
13015
|
/**
|
|
13016
|
-
* Instance account name. obtain through the api [DescribeAccounts](https://www.tencentcloud.com/document/
|
|
13016
|
+
* Instance account name. obtain through the api [DescribeAccounts](https://www.tencentcloud.com/document/product/409/18109).
|
|
13017
13017
|
* @type {string || null}
|
|
13018
13018
|
*/
|
|
13019
13019
|
this.UserName = null;
|
|
@@ -13022,10 +13022,10 @@ class ResetAccountPasswordRequest extends AbstractModel {
|
|
|
13022
13022
|
* Specifies the new password for the UserName account.
|
|
13023
13023
|
Password settings rule specifies the following:.
|
|
13024
13024
|
- valid values: 8 to 32 characters. a password with more than 12 characters is recommended.
|
|
13025
|
-
-Must not start with "/".
|
|
13026
|
-
-Must include the following four items:.
|
|
13027
|
-
Lowercase letters a
|
|
13028
|
-
Uppercase letters: A
|
|
13025
|
+
- Must not start with "/".
|
|
13026
|
+
- Must include the following four items:.
|
|
13027
|
+
Lowercase letters a - z.
|
|
13028
|
+
Uppercase letters: A - Z.
|
|
13029
13029
|
Digits: 0-9.
|
|
13030
13030
|
Special symbols: ()`~!@#$%^&*-+=_|{}[]:<>,.?/.
|
|
13031
13031
|
* @type {string || null}
|
|
@@ -507,31 +507,31 @@ class DescribeTawInstancesRequest extends AbstractModel {
|
|
|
507
507
|
this.Offset = null;
|
|
508
508
|
|
|
509
509
|
/**
|
|
510
|
-
* Region
|
|
510
|
+
* Region Id
|
|
511
511
|
* @type {Array.<number> || null}
|
|
512
512
|
*/
|
|
513
513
|
this.AreaIds = null;
|
|
514
514
|
|
|
515
515
|
/**
|
|
516
|
-
* Instance status (1
|
|
516
|
+
* Instance status (1=creating, 2=running, 3=abnormal, 4=restarting, 5=stopping, 6=stopped, 7=being destroyed, 8=terminated). Deprecated. Please note in Filters.
|
|
517
517
|
* @type {Array.<number> || null}
|
|
518
518
|
*/
|
|
519
519
|
this.InstanceStatuses = null;
|
|
520
520
|
|
|
521
521
|
/**
|
|
522
|
-
* Instance
|
|
522
|
+
* Instance Id, deprecated. Please note in Filters.
|
|
523
523
|
* @type {Array.<string> || null}
|
|
524
524
|
*/
|
|
525
525
|
this.InstanceIds = null;
|
|
526
526
|
|
|
527
527
|
/**
|
|
528
|
-
* Filter
|
|
528
|
+
* Filter parameters; In demo mode, pass {"Name": "IsDemo", "Values":["1"]}.
|
|
529
529
|
* @type {Array.<Filter> || null}
|
|
530
530
|
*/
|
|
531
531
|
this.Filters = null;
|
|
532
532
|
|
|
533
533
|
/**
|
|
534
|
-
*
|
|
534
|
+
* Deprecated. For demo mode, please note in Filters.
|
|
535
535
|
* @type {number || null}
|
|
536
536
|
*/
|
|
537
537
|
this.IsDemo = null;
|
|
@@ -2426,7 +2426,7 @@ class DescribeDataStaticUrlV2Response extends AbstractModel {
|
|
|
2426
2426
|
}
|
|
2427
2427
|
|
|
2428
2428
|
/**
|
|
2429
|
-
* Tag
|
|
2429
|
+
* Tag.
|
|
2430
2430
|
* @class
|
|
2431
2431
|
*/
|
|
2432
2432
|
class Tag extends AbstractModel {
|
|
@@ -11570,7 +11570,7 @@ class DescribeDataSetUrlStatisticsResponse extends AbstractModel {
|
|
|
11570
11570
|
}
|
|
11571
11571
|
|
|
11572
11572
|
/**
|
|
11573
|
-
*
|
|
11573
|
+
* Rum instance information
|
|
11574
11574
|
* @class
|
|
11575
11575
|
*/
|
|
11576
11576
|
class RumInstanceInfo extends AbstractModel {
|
|
@@ -11578,13 +11578,13 @@ class RumInstanceInfo extends AbstractModel {
|
|
|
11578
11578
|
super();
|
|
11579
11579
|
|
|
11580
11580
|
/**
|
|
11581
|
-
* Instance status (1
|
|
11581
|
+
* Instance status (1=creating, 2=running, 3=abnormal, 4=restarting, 5=stopping, 6=stopped, 7=deleted)
|
|
11582
11582
|
* @type {number || null}
|
|
11583
11583
|
*/
|
|
11584
11584
|
this.InstanceStatus = null;
|
|
11585
11585
|
|
|
11586
11586
|
/**
|
|
11587
|
-
*
|
|
11587
|
+
* Zone Id
|
|
11588
11588
|
* @type {number || null}
|
|
11589
11589
|
*/
|
|
11590
11590
|
this.AreaId = null;
|
|
@@ -11596,7 +11596,7 @@ class RumInstanceInfo extends AbstractModel {
|
|
|
11596
11596
|
this.Tags = null;
|
|
11597
11597
|
|
|
11598
11598
|
/**
|
|
11599
|
-
* Instance ID
|
|
11599
|
+
* Instance ID.
|
|
11600
11600
|
* @type {string || null}
|
|
11601
11601
|
*/
|
|
11602
11602
|
this.InstanceId = null;
|
|
@@ -11614,13 +11614,13 @@ class RumInstanceInfo extends AbstractModel {
|
|
|
11614
11614
|
this.InstanceDesc = null;
|
|
11615
11615
|
|
|
11616
11616
|
/**
|
|
11617
|
-
* Billing status (1
|
|
11617
|
+
* Billing status (1=Active, 2=Expired, 3=Terminated, 4=Allocating, 5=Allocation failure)
|
|
11618
11618
|
* @type {number || null}
|
|
11619
11619
|
*/
|
|
11620
11620
|
this.ChargeStatus = null;
|
|
11621
11621
|
|
|
11622
11622
|
/**
|
|
11623
|
-
* Billing type (1
|
|
11623
|
+
* Billing type (1=Free edition, 2=Prepayment, 3=Pay-as-you-go)
|
|
11624
11624
|
* @type {number || null}
|
|
11625
11625
|
*/
|
|
11626
11626
|
this.ChargeType = null;
|
|
@@ -11632,25 +11632,25 @@ class RumInstanceInfo extends AbstractModel {
|
|
|
11632
11632
|
this.UpdatedAt = null;
|
|
11633
11633
|
|
|
11634
11634
|
/**
|
|
11635
|
-
* Data retention
|
|
11635
|
+
* Data retention time (days)
|
|
11636
11636
|
* @type {number || null}
|
|
11637
11637
|
*/
|
|
11638
11638
|
this.DataRetentionDays = null;
|
|
11639
11639
|
|
|
11640
11640
|
/**
|
|
11641
|
-
* Instance name
|
|
11641
|
+
* Instance name.
|
|
11642
11642
|
* @type {string || null}
|
|
11643
11643
|
*/
|
|
11644
11644
|
this.InstanceName = null;
|
|
11645
11645
|
|
|
11646
11646
|
/**
|
|
11647
|
-
* Creation time
|
|
11647
|
+
* Creation time.
|
|
11648
11648
|
* @type {string || null}
|
|
11649
11649
|
*/
|
|
11650
11650
|
this.CreatedAt = null;
|
|
11651
11651
|
|
|
11652
11652
|
/**
|
|
11653
|
-
*
|
|
11653
|
+
* Instance type 1: Original web-related class 2: app endpoint type
|
|
11654
11654
|
* @type {number || null}
|
|
11655
11655
|
*/
|
|
11656
11656
|
this.InstanceType = null;
|
|
@@ -247,7 +247,7 @@ class RumClient extends AbstractClient {
|
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
/**
|
|
250
|
-
*
|
|
250
|
+
* Query instance information.
|
|
251
251
|
* @param {DescribeTawInstancesRequest} req
|
|
252
252
|
* @param {function(string, DescribeTawInstancesResponse):void} cb
|
|
253
253
|
* @public
|
|
@@ -4525,7 +4525,7 @@ class UpdateTriggerStatusResponse extends AbstractModel {
|
|
|
4525
4525
|
super();
|
|
4526
4526
|
|
|
4527
4527
|
/**
|
|
4528
|
-
* The unique request ID,
|
|
4528
|
+
* 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.
|
|
4529
4529
|
* @type {string || null}
|
|
4530
4530
|
*/
|
|
4531
4531
|
this.RequestId = null;
|
|
@@ -6703,7 +6703,7 @@ class GetFunctionLogsResponse extends AbstractModel {
|
|
|
6703
6703
|
this.SearchContext = null;
|
|
6704
6704
|
|
|
6705
6705
|
/**
|
|
6706
|
-
* The unique request ID,
|
|
6706
|
+
* 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.
|
|
6707
6707
|
* @type {string || null}
|
|
6708
6708
|
*/
|
|
6709
6709
|
this.RequestId = null;
|