tencentcloud-sdk-nodejs-intl-en 3.0.1305 → 3.0.1307

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 (32) hide show
  1. package/package.json +1 -1
  2. package/tencentcloud/cdb/v20170320/cdb_client.js +1 -1
  3. package/tencentcloud/ckafka/v20190819/models.js +69 -69
  4. package/tencentcloud/clb/v20180317/clb_client.js +20 -20
  5. package/tencentcloud/clb/v20180317/models.js +74 -74
  6. package/tencentcloud/common/sdk_version.js +1 -1
  7. package/tencentcloud/cvm/v20170312/cvm_client.js +1 -1
  8. package/tencentcloud/cvm/v20170312/models.js +3 -3
  9. package/tencentcloud/dbbrain/index.js +1 -1
  10. package/tencentcloud/emr/v20190103/models.js +6 -6
  11. package/tencentcloud/faceid/v20180301/models.js +103 -22
  12. package/tencentcloud/lighthouse/v20200324/lighthouse_client.js +1 -1
  13. package/tencentcloud/lighthouse/v20200324/models.js +9 -9
  14. package/tencentcloud/mongodb/v20190725/models.js +40 -40
  15. package/tencentcloud/mongodb/v20190725/mongodb_client.js +2 -2
  16. package/tencentcloud/monitor/v20180724/models.js +1 -1
  17. package/tencentcloud/mps/v20190612/models.js +16 -16
  18. package/tencentcloud/mqtt/v20240516/models.js +41 -41
  19. package/tencentcloud/mqtt/v20240516/mqtt_client.js +1 -1
  20. package/tencentcloud/redis/v20180412/models.js +12 -12
  21. package/tencentcloud/sms/index.js +1 -1
  22. package/tencentcloud/tdmq/v20200217/models.js +4 -4
  23. package/tencentcloud/teo/v20220901/models.js +9 -9
  24. package/tencentcloud/teo/v20220901/teo_client.js +3 -3
  25. package/tencentcloud/trocket/v20230308/models.js +89 -89
  26. package/tencentcloud/trocket/v20230308/trocket_client.js +11 -11
  27. package/tencentcloud/vm/index.js +1 -1
  28. package/tencentcloud/vod/index.js +1 -1
  29. package/tencentcloud/vod/v20180717/models.js +847 -161
  30. package/tencentcloud/vod/v20180717/vod_client.js +16 -6
  31. package/tencentcloud/vpc/v20170312/models.js +109 -0
  32. package/tencentcloud/vpc/v20170312/vpc_client.js +14 -0
@@ -12244,13 +12244,13 @@ class ResizeInstanceDisksRequest extends AbstractModel {
12244
12244
  super();
12245
12245
 
12246
12246
  /**
12247
- * Instance ID to be operated. can be obtained from the `InstanceId` in the return value from the DescribeInstances api (https://www.tencentcloud.comom/document/api/213/15728?from_cn_redirect=1).
12247
+ * Instance ID to be operated. can be obtained from the `InstanceId` in the return value from the DescribeInstances api (https://www.tencentcloud.com/document/api/213/15728?from_cn_redirect=1).
12248
12248
  * @type {string || null}
12249
12249
  */
12250
12250
  this.InstanceId = null;
12251
12251
 
12252
12252
  /**
12253
- * Specifies the configuration information of the data disk to be expanded, only supporting specifying the target capacity of the disk to be expanded. only non-elastic data disks (with `Portable` being `false` in the return values of [DescribeDisks](https://www.tencentcloud.comom/document/api/362/16315?from_cn_redirect=1)) can be expanded. the unit of data disk capacity is GiB. the minimum expansion step is 10 GiB. for data disk type selection, refer to [disk product introduction](https://www.tencentcloud.comom/document/product/362/2353?from_cn_redirect=1). the available data disk type is restricted by the instance type `InstanceType`. additionally, the maximum allowable capacity for expansion varies by data disk type.
12253
+ * Specifies the configuration information of the data disk to be expanded, only supporting specifying the target capacity of the disk to be expanded. only non-elastic data disks (with `Portable` being `false` in the return values of [DescribeDisks](https://www.tencentcloud.com/document/api/362/16315?from_cn_redirect=1)) can be expanded. the unit of data disk capacity is GiB. the minimum expansion step is 10 GiB. for data disk type selection, refer to [disk product introduction](https://www.tencentcloud.com/document/product/362/2353?from_cn_redirect=1). the available data disk type is restricted by the instance type `InstanceType`. additionally, the maximum allowable capacity for expansion varies by data disk type.
12254
12254
  <dx-alert infotype="explain" title="">You should specify either DataDisks or SystemDisk, but you cannot specify both at the same time.</dx-alert>
12255
12255
  * @type {Array.<DataDisk> || null}
12256
12256
  */
@@ -12500,7 +12500,7 @@ Note: The static single-line IP is only supported in some regions.
12500
12500
 
12501
12501
  <Li>WanIP: specifies the public ip address.</li>.
12502
12502
  <Li>HighQualityEIP: specifies a high quality ip. high quality ip is only supported in Singapore and hong kong (china).</li>.
12503
- <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>.
12503
+ <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.com/document/product/1199/41646?from_cn_redirect=1).</li>.
12504
12504
  If needed, assign a public IPv4 address to the resource by specifying the IPv4 address type.
12505
12505
 
12506
12506
  This feature is in beta test in selected regions. submit a ticket for consultation (https://console.cloud.tencent.com/workorder/category) if needed.
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20191016: require("./v20191016"), v20210527: require("./v20210527"),
2
+ v20210527: require("./v20210527"), v20191016: require("./v20191016"),
3
3
  };
@@ -7554,7 +7554,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
7554
7554
  this.ServiceNodeInfo = null;
7555
7555
 
7556
7556
  /**
7557
- * Node deployment service list. Only HDFS and YARN should be specified in the deployment service list. For details, see [Mapping Table for Component Names](https://www.tencentcloud.comom/document/product/589/98760?from_cn_redirect=1).
7557
+ * Node deployment service list. Only HDFS and YARN should be specified in the deployment service list. For details, see [Mapping Table for Component Names](https://www.tencentcloud.com/document/product/589/98760?from_cn_redirect=1).
7558
7558
  Note: This field may return null, indicating that no valid values can be obtained.
7559
7559
  * @type {Array.<number> || null}
7560
7560
  */
@@ -13535,26 +13535,26 @@ class ScaleOutClusterRequest extends AbstractModel {
13535
13535
  this.InstanceChargePrepaid = null;
13536
13536
 
13537
13537
  /**
13538
- * [Bootstrap Actions](https://www.tencentcloud.comom/document/product/589/35656?from_cn_redirect=1) script settings.
13538
+ * [Bootstrap Actions](https://www.tencentcloud.com/document/product/589/35656?from_cn_redirect=1) script settings.
13539
13539
  * @type {Array.<ScriptBootstrapActionConfig> || null}
13540
13540
  */
13541
13541
  this.ScriptBootstrapActionConfig = null;
13542
13542
 
13543
13543
  /**
13544
- * Scale-out deployment service. New nodes inherit services deployed in the current node type by default, including default optional services. This parameter only supports optional service filling, for example: HDFS, YARN, and Impala have been deployed to existing task nodes. When API is used to scale out the task nodes without deploying Impala, only HDFS and YARN are filled for deployment services. For more details, see [Mapping Table of Component Names](https://www.tencentcloud.comom/document/product/589/98760?from_cn_redirect=1).
13544
+ * Scale-out deployment service. New nodes inherit services deployed in the current node type by default, including default optional services. This parameter only supports optional service filling, for example: HDFS, YARN, and Impala have been deployed to existing task nodes. When API is used to scale out the task nodes without deploying Impala, only HDFS and YARN are filled for deployment services. For more details, see [Mapping Table of Component Names](https://www.tencentcloud.com/document/product/589/98760?from_cn_redirect=1).
13545
13545
  * @type {Array.<number> || null}
13546
13546
  */
13547
13547
  this.SoftDeployInfo = null;
13548
13548
 
13549
13549
  /**
13550
- * Deployment process. By default, all scale-out service processes are deployed. Deployment processes can be modified. For example, HDFS, YARN, or Impala has been deployed for the current Task node. The default deployment services include DataNode,NodeManager,ImpalaServer. If users need to modify deployment process information, the deployment process can be DataNode, NodeManager, ImpalaServerCoordinator or DataNode, NodeManager, ImpalaServerExecutor. For more details, see [Mapping Table of Process Names](https://www.tencentcloud.comom/document/product/589/98760?from_cn_redirect=1).
13550
+ * Deployment process. By default, all scale-out service processes are deployed. Deployment processes can be modified. For example, HDFS, YARN, or Impala has been deployed for the current Task node. The default deployment services include DataNode,NodeManager,ImpalaServer. If users need to modify deployment process information, the deployment process can be DataNode, NodeManager, ImpalaServerCoordinator or DataNode, NodeManager, ImpalaServerExecutor. For more details, see [Mapping Table of Process Names](https://www.tencentcloud.com/document/product/589/98760?from_cn_redirect=1).
13551
13551
  * @type {Array.<number> || null}
13552
13552
  */
13553
13553
  this.ServiceNodeInfo = null;
13554
13554
 
13555
13555
  /**
13556
13556
  * Spread placement group ID list. Only one can be specified currently.
13557
- This parameter can be obtained by calling the DisasterRecoverGroupId field in the return value of the [DescribeDisasterRecoverGroups](https://www.tencentcloud.comom/document/product/213/17810?from_cn_redirect=1) API.
13557
+ This parameter can be obtained by calling the DisasterRecoverGroupId field in the return value of the [DescribeDisasterRecoverGroups](https://www.tencentcloud.com/document/product/213/17810?from_cn_redirect=1) API.
13558
13558
  * @type {Array.<string> || null}
13559
13559
  */
13560
13560
  this.DisasterRecoverGroupIds = null;
@@ -13610,7 +13610,7 @@ This parameter can be obtained by calling the DisasterRecoverGroupId field in th
13610
13610
  this.ResourceSpec = null;
13611
13611
 
13612
13612
  /**
13613
- * Availability zone of the instance, such as ap-guangzhou-1. This parameter can also be obtained from the Zone field in the return value of [DescribeZones](https://www.tencentcloud.comom/document/product/213/15707?from_cn_redirect=1).
13613
+ * Availability zone of the instance, such as ap-guangzhou-1. This parameter can also be obtained from the Zone field in the return value of [DescribeZones](https://www.tencentcloud.com/document/product/213/15707?from_cn_redirect=1).
13614
13614
  * @type {string || null}
13615
13615
  */
13616
13616
  this.Zone = null;
@@ -847,7 +847,10 @@ The default value is blink. The different action types passed in this parameter
847
847
  this.ActionList = null;
848
848
 
849
849
  /**
850
- * BASIC: Basic Version (Default).
850
+ * BASIC: Basic version (Default).
851
+ ENHANCE: Enhance version, enable additional output of device risk level field.
852
+ PLUS: Plus version, enable additional output of device risk level and attack type fields.
853
+ Please contact us to access enhance version & plus version.
851
854
  * @type {string || null}
852
855
  */
853
856
  this.SdkVersion = null;
@@ -1106,6 +1109,13 @@ Note: This field may return null, indicating that no valid values can be obtaine
1106
1109
  */
1107
1110
  this.CurrentIssueDate = null;
1108
1111
 
1112
+ /**
1113
+ * Hong kong identity card version.
1114
+ Note: This field may return null, indicating that no valid values can be obtained.
1115
+ * @type {string || null}
1116
+ */
1117
+ this.HKIDVersion = null;
1118
+
1109
1119
  }
1110
1120
 
1111
1121
  /**
@@ -1125,6 +1135,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
1125
1135
  this.Symbol = 'Symbol' in params ? params.Symbol : null;
1126
1136
  this.IssuedDate = 'IssuedDate' in params ? params.IssuedDate : null;
1127
1137
  this.CurrentIssueDate = 'CurrentIssueDate' in params ? params.CurrentIssueDate : null;
1138
+ this.HKIDVersion = 'HKIDVersion' in params ? params.HKIDVersion : null;
1128
1139
 
1129
1140
  }
1130
1141
  }
@@ -2301,7 +2312,10 @@ Optional alarm codes are: -9101 (occlusion or incomplete border), -9102 (photoco
2301
2312
  this.Extra = null;
2302
2313
 
2303
2314
  /**
2304
- * BASIC: Basic Version (default).
2315
+ * BASIC: Basic version (Default).
2316
+ ENHANCE: Enhance version, enable additional output of device risk level field.
2317
+ PLUS: Plus version, enable additional output of device risk level and attack type fields.
2318
+ Please contact us to access enhance version & plus version.
2305
2319
  * @type {string || null}
2306
2320
  */
2307
2321
  this.SdkVersion = null;
@@ -3549,14 +3563,15 @@ class WebVerificationConfigIntl extends AbstractModel {
3549
3563
  super();
3550
3564
 
3551
3565
  /**
3552
- * When starting verification, whether to skip the starting verification page. If true, enter the verification process directly. The default is false. This configuration will not take effect if the downgrade policy is triggered.
3566
+ * When starting verification, whether to skip the starting verification page. If true, enter the verification process directly. This configuration will not take effect if the downgrade policy is triggered. The default is false.
3567
+ Example: false
3553
3568
  * @type {boolean || null}
3554
3569
  */
3555
3570
  this.AutoSkipStartPage = null;
3556
3571
 
3557
3572
  /**
3558
3573
  * When the verification passed, whether to skip the result page and automatically jump to RedirectURL. The default value is false.
3559
- Example value: false
3574
+ Example: false
3560
3575
  * @type {boolean || null}
3561
3576
  */
3562
3577
  this.AutoSkip = null;
@@ -3568,13 +3583,13 @@ Example value: false
3568
3583
  3: Liveness detection;
3569
3584
  4: OCR;
3570
3585
  The default value is 2.
3571
- Example value: 3
3586
+ Example: 3
3572
3587
  * @type {number || null}
3573
3588
  */
3574
3589
  this.CheckMode = null;
3575
3590
 
3576
3591
  /**
3577
- * The type of lisence used for verification. The following types are supported.
3592
+ * Card Type for verification. The following types are supported:
3578
3593
  1.HKIDCard: Hong Kong (China) ID card
3579
3594
  2.MLIDCard: Malaysia ID card
3580
3595
  3.IndonesialDCard: Indonesia ID card
@@ -3594,75 +3609,100 @@ Example: HKIDCard
3594
3609
 
3595
3610
  /**
3596
3611
  * Whether to turn off document alarms, the default is false (the alarm detection function is turned on). When enabled, the identity authentication process will be intercepted based on the alarm status of the certificate. If you need to use the document authentication function, please contact us.
3612
+ Example: false
3597
3613
  * @type {boolean || null}
3598
3614
  */
3599
3615
  this.DisableCheckOcrWarnings = null;
3600
3616
 
3601
3617
  /**
3602
- * Liveness security level: 1:Silent mode;2:Action mode;3:Lighting mode;4:Action+Lighting mode;5:Action+Lighting(High security) mode; default value is 3
3618
+ * Liveness security level, the default value is 3. The currently supported security level are as follows:
3619
+ 1:Silent mode;
3620
+ 2:Action mode;
3621
+ 3:Lighting mode;
3622
+ 4:Action+Lighting mode;
3623
+ 5:Action+Lighting(High security) mode.
3624
+ Example: 4
3603
3625
  * @type {number || null}
3604
3626
  */
3605
3627
  this.SecurityLevel = null;
3606
3628
 
3607
3629
  /**
3608
- * Whether to skip the agreement page, the default is false. When SkipPrivacyPolicy is false, the agreement page will be displayed and the privacy agreement needs to be checked; when SkipPrivacyPolicy is true, the agreement page will be skipped and the liveness process will be entered directly without checking the privacy agreement page.
3630
+ * Whether to skip the agreement page. When SkipPrivacyPolicy is false, the agreement page will be displayed and the privacy agreement needs to be checked; when SkipPrivacyPolicy is true, the agreement page will be skipped and the liveness process will be entered directly without checking the privacy agreement page. The default is false.
3631
+ Example: false
3609
3632
  * @type {boolean || null}
3610
3633
  */
3611
3634
  this.SkipPrivacyPolicy = null;
3612
3635
 
3613
3636
  /**
3614
- * The default value is false. If it is false, the original ID image will be displayed. If it is true, the cut ID image will be displayed.
3637
+ * whether to display the cropped ID card image. When set to false, the original ID card image is displayed. When set to true, the cropped version is displayed. The default value is false.
3638
+ Example: false
3615
3639
  * @type {boolean || null}
3616
3640
  */
3617
3641
  this.IdCardCutReturn = null;
3618
3642
 
3619
3643
  /**
3620
- * Front-end theme color, in the format of RGB hexadecimal color code. The default value is "#2d72f1". If the format is incorrect, the default value color will be used.
3644
+ * Front-end theme color, in the format of RGB hexadecimal color code. If the format is incorrect, the default value color will be used. The default value is "#2d72f1".
3645
+ Example: #2d72f1
3621
3646
  * @type {string || null}
3622
3647
  */
3623
3648
  this.ThemeColor = null;
3624
3649
 
3625
3650
  /**
3626
- * International language, the default value is en (English). Currently supported: th: Thai; en: English; zh-cn: Simplified Chinese; zh-tc: Tradionnal Chinese; id: Bahasa Indonesia.
3651
+ * International language, the default value is en (English). The currently supported language are as follows:
3652
+ th: Thai;
3653
+ en: English;
3654
+ zh-cn: Simplified Chinese;
3655
+ zh-tc: Tradionnal Chinese;
3656
+ id: Bahasa Indonesia.
3627
3657
  * @type {string || null}
3628
3658
  */
3629
3659
  this.Language = null;
3630
3660
 
3631
3661
  /**
3632
- * Automatic downgrade mode, with the following parameter values: 1: Downgrade to silent live mode; 2: Disable downgrade mode. The default value is 1.
3662
+ * Automatic downgrade mode, the following parameter are supported:
3663
+ 1: Downgrade to silent live mode;
3664
+ 2: Disable downgrade mode.
3665
+ The default value is 1.
3633
3666
  * @type {number || null}
3634
3667
  */
3635
3668
  this.AutoDowngrade = null;
3636
3669
 
3637
3670
  /**
3638
3671
  * This interface is used to control th action sequences.
3639
- Action types are as follows:
3640
- "blink"
3641
- "mouth"
3642
- "nod"
3643
- "shake"
3644
- You can choose 1-2 actions out of the four.
3645
- Single action example: "blink"
3646
- Multiple action example: "blink,mouth"
3647
- The default value is blink. The different action types passed in this parameter take effect only when the SecurityLevel is 2, 4, or 5; otherwise, the interface reports an error.
3672
+ The supported action types are as follows:
3673
+ "blink";
3674
+ "mouth";
3675
+ "nod";
3676
+ "shake".
3677
+ You can choose 1-2 actions out of the four. Single action example: "blink". Multiple action example: "blink,mouth". The different action types passed in this parameter take effect only when the SecurityLevel is 2, 4, or 5; otherwise, the interface reports an error.
3678
+ The default value is blink.
3648
3679
  * @type {string || null}
3649
3680
  */
3650
3681
  this.ActionList = null;
3651
3682
 
3652
3683
  /**
3653
3684
  * Control liveness retry number.The value range is 1-99.
3685
+ The default value is 99.
3654
3686
  * @type {number || null}
3655
3687
  */
3656
3688
  this.LivenessRetryLimit = null;
3657
3689
 
3658
3690
  /**
3659
3691
  * Specifies the liveness detection timeout period in seconds. value range: (0,600].
3692
+ The default value is 45.
3660
3693
  * @type {number || null}
3661
3694
  */
3662
3695
  this.LivenessTimeout = null;
3663
3696
 
3664
3697
  /**
3665
- * Selects OCR alarms requiring attention. When an OCR Alarm occurs, the identity verification process will be interrupted. Default value is empty, indicating all alarms are monitored. This feature requires the parameter DisableCheckOcrWarnings=false. If the Alarm is disabled, this parameter will not be effective.
3698
+ * Selects OCR alarms requiring attention. When an OCR Alarm occurs, the identity verification process will be interrupted. Default value is empty, indicating all alarms are monitored. This feature requires the parameter DisableCheckOcrWarnings=false. If the Alarm is disabled, this parameter will not be effective. The supported alarm types are as follows:
3699
+ -9101: Incomplete Border Alert;
3700
+ -9102: Copy Document Alert;
3701
+ -9103: Remediated Document Alert;
3702
+ -9104: PS-altered Document Alert;
3703
+ -9107: Glare Alert;
3704
+ -9108: Blurriness Alert;
3705
+ -9109: Alert Not Activated.
3666
3706
  * @type {string || null}
3667
3707
  */
3668
3708
  this.SelectedWarningCodes = null;
@@ -5466,6 +5506,24 @@ Note: This field may return null, indicating that no valid values can be obtaine
5466
5506
  */
5467
5507
  this.Address = null;
5468
5508
 
5509
+ /**
5510
+ * Localized name.
5511
+ * @type {string || null}
5512
+ */
5513
+ this.FullNameLocal = null;
5514
+
5515
+ /**
5516
+ * Localization.
5517
+ * @type {string || null}
5518
+ */
5519
+ this.FirstNameLocal = null;
5520
+
5521
+ /**
5522
+ * Localized surname.
5523
+ * @type {string || null}
5524
+ */
5525
+ this.LastNameLocal = null;
5526
+
5469
5527
  }
5470
5528
 
5471
5529
  /**
@@ -5499,6 +5557,9 @@ Note: This field may return null, indicating that no valid values can be obtaine
5499
5557
  obj.deserialize(params.Address)
5500
5558
  this.Address = obj;
5501
5559
  }
5560
+ this.FullNameLocal = 'FullNameLocal' in params ? params.FullNameLocal : null;
5561
+ this.FirstNameLocal = 'FirstNameLocal' in params ? params.FirstNameLocal : null;
5562
+ this.LastNameLocal = 'LastNameLocal' in params ? params.LastNameLocal : null;
5502
5563
 
5503
5564
  }
5504
5565
  }
@@ -6395,6 +6456,25 @@ Note: This field may return null, indicating that no valid values can be obtaine
6395
6456
  */
6396
6457
  this.RequestId = null;
6397
6458
 
6459
+ /**
6460
+ * Describes the detailed reason for the current liveness detection failure. Output only when SdkVersion is PLUS. Details are as follows:
6461
+ 01 - User kept eyes closed throughout the process.
6462
+ 02 - User failed to complete the specified action.
6463
+ 03 - Suspected photo replay attack.
6464
+ 04 - Suspected synthetic image.
6465
+ 05 - Suspected synthetic video.
6466
+ 06 - Suspected synthetic action.
6467
+ 07 - Suspected fraud template.
6468
+ 08 - Suspected watermark existence.
6469
+ 09 - Light verification failed.
6470
+ 10 - Face verification failed.
6471
+ 11 - Poor face quality.
6472
+ 12 - Unqualified collection quality.
6473
+ 13 - Suspected adversarial sample attack.
6474
+ * @type {Array.<string> || null}
6475
+ */
6476
+ this.LivenessInfoTag = null;
6477
+
6398
6478
  }
6399
6479
 
6400
6480
  /**
@@ -6449,6 +6529,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
6449
6529
  this.CardInfoInputJson = obj;
6450
6530
  }
6451
6531
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
6532
+ this.LivenessInfoTag = 'LivenessInfoTag' in params ? params.LivenessInfoTag : null;
6452
6533
 
6453
6534
  }
6454
6535
  }
@@ -714,7 +714,7 @@ Note: Just like powering off a physical PC, a forced shutdown may cause data los
714
714
  * Synchronization to the source region is not supported.
715
715
  * Only images in the NORMAL status are supported for synchronization.
716
716
  * Synchronization between Chinese mainland regions and regions outside the Chinese mainland is not supported.
717
- * You can use the [DescribeBlueprints](https://www.tencentcloud.comom/document/api/1207/47689?from_cn_redirect=1) API to query the image status. When the status is NORMAL, it indicates that the source region synchronization ends.
717
+ * You can use the [DescribeBlueprints](https://www.tencentcloud.com/document/api/1207/47689?from_cn_redirect=1) API to query the image status. When the status is NORMAL, it indicates that the source region synchronization ends.
718
718
  * @param {SyncBlueprintRequest} req
719
719
  * @param {function(string, SyncBlueprintResponse):void} cb
720
720
  * @public
@@ -801,13 +801,13 @@ class ShareBlueprintAcrossAccountsRequest extends AbstractModel {
801
801
  super();
802
802
 
803
803
  /**
804
- * Image ID, which can be obtained through the BlueprintId returned by the [DescribeBlueprints](https://www.tencentcloud.comom/document/product/1207/47689?from_cn_redirect=1) API.
804
+ * Image ID, which can be obtained through the BlueprintId returned by the [DescribeBlueprints](https://www.tencentcloud.com/document/product/1207/47689?from_cn_redirect=1) API.
805
805
  * @type {string || null}
806
806
  */
807
807
  this.BlueprintId = null;
808
808
 
809
809
  /**
810
- * List of [account IDs](https://www.tencentcloud.comom/document/product/213/4944?from_cn_redirect=1#.E8.8E.B7.E5.8F.96.E4.B8.BB.E8.B4.A6.E5.8F.B7.E7.9A.84.E8.B4.A6.E5.8F.B7-id) that receive the shared images. The account ID is different from the QQ number. To query a user account ID, view the account ID column in the account information. The maximum number of accounts is 10.
810
+ * List of [account IDs](https://www.tencentcloud.com/document/product/213/4944?from_cn_redirect=1#.E8.8E.B7.E5.8F.96.E4.B8.BB.E8.B4.A6.E5.8F.B7.E7.9A.84.E8.B4.A6.E5.8F.B7-id) that receive the shared images. The account ID is different from the QQ number. To query a user account ID, view the account ID column in the account information. The maximum number of accounts is 10.
811
811
  * @type {Array.<string> || null}
812
812
  */
813
813
  this.AccountIds = null;
@@ -2825,7 +2825,7 @@ class ModifyImageSharePermissionRequest extends AbstractModel {
2825
2825
  super();
2826
2826
 
2827
2827
  /**
2828
- * Image ID, which can be obtained through the ImageId in the returned value of the [DescribeImages](https://www.tencentcloud.comom/document/api/213/15715?from_cn_redirect=1) API.
2828
+ * Image ID, which can be obtained through the ImageId in the returned value of the [DescribeImages](https://www.tencentcloud.com/document/api/213/15715?from_cn_redirect=1) API.
2829
2829
  * @type {string || null}
2830
2830
  */
2831
2831
  this.ImageId = null;
@@ -4162,19 +4162,19 @@ class DescribeImagesToShareRequest extends AbstractModel {
4162
4162
  super();
4163
4163
 
4164
4164
  /**
4165
- * List of CVM image IDs, which can be obtained through the ImageId in the returned value of the [DescribeImages](https://www.tencentcloud.comom/document/api/213/15715?from_cn_redirect=1) API.
4165
+ * List of CVM image IDs, which can be obtained through the ImageId in the returned value of the [DescribeImages](https://www.tencentcloud.com/document/api/213/15715?from_cn_redirect=1) API.
4166
4166
  * @type {Array.<string> || null}
4167
4167
  */
4168
4168
  this.ImageIds = null;
4169
4169
 
4170
4170
  /**
4171
- * Offset. The default value is 0. For more information on `Offset`, see the relevant section in API [Introduction](https://www.tencentcloud.comom/document/product/1207/47578?from_cn_redirect=1).
4171
+ * Offset. The default value is 0. For more information on `Offset`, see the relevant section in API [Introduction](https://www.tencentcloud.com/document/product/1207/47578?from_cn_redirect=1).
4172
4172
  * @type {number || null}
4173
4173
  */
4174
4174
  this.Offset = null;
4175
4175
 
4176
4176
  /**
4177
- * Number of returned results. The default value is 20, and the maximum value is 100. For more information on `Limit`, see the relevant section in API [Introduction](https://www.tencentcloud.comom/document/product/1207/47578?from_cn_redirect=1).
4177
+ * Number of returned results. The default value is 20, and the maximum value is 100. For more information on `Limit`, see the relevant section in API [Introduction](https://www.tencentcloud.com/document/product/1207/47578?from_cn_redirect=1).
4178
4178
  * @type {number || null}
4179
4179
  */
4180
4180
  this.Limit = null;
@@ -6304,7 +6304,7 @@ class ResizeDisksRequest extends AbstractModel {
6304
6304
  super();
6305
6305
 
6306
6306
  /**
6307
- * Cloud disk ID list, which can be queried via the [DescribeDisks](https://www.tencentcloud.comom/document/api/1207/66093?from_cn_redirect=1) API. The maximum length of the list is 15.
6307
+ * Cloud disk ID list, which can be queried via the [DescribeDisks](https://www.tencentcloud.com/document/api/1207/66093?from_cn_redirect=1) API. The maximum length of the list is 15.
6308
6308
  * @type {Array.<string> || null}
6309
6309
  */
6310
6310
  this.DiskIds = null;
@@ -9635,13 +9635,13 @@ class CancelShareBlueprintAcrossAccountsRequest extends AbstractModel {
9635
9635
  super();
9636
9636
 
9637
9637
  /**
9638
- * Image ID, which can be obtained through the BlueprintId returned by the [DescribeBlueprints](https://www.tencentcloud.comom/document/product/1207/47689?from_cn_redirect=1) API.
9638
+ * Image ID, which can be obtained through the BlueprintId returned by the [DescribeBlueprints](https://www.tencentcloud.com/document/product/1207/47689?from_cn_redirect=1) API.
9639
9639
  * @type {string || null}
9640
9640
  */
9641
9641
  this.BlueprintId = null;
9642
9642
 
9643
9643
  /**
9644
- * List of [account IDs](https://www.tencentcloud.comom/document/product/213/4944?from_cn_redirect=1#.E8.8E.B7.E5.8F.96.E4.B8.BB.E8.B4.A6.E5.8F.B7.E7.9A.84.E8.B4.A6.E5.8F.B7-id) that receive the shared images. The account ID is different from the QQ number. To query a user account ID, view the account ID column in the account information. The maximum number of accounts is 10.
9644
+ * List of [account IDs](https://www.tencentcloud.com/document/product/213/4944?from_cn_redirect=1#.E8.8E.B7.E5.8F.96.E4.B8.BB.E8.B4.A6.E5.8F.B7.E7.9A.84.E8.B4.A6.E5.8F.B7-id) that receive the shared images. The account ID is different from the QQ number. To query a user account ID, view the account ID column in the account information. The maximum number of accounts is 10.
9645
9645
  * @type {Array.<string> || null}
9646
9646
  */
9647
9647
  this.AccountIds = null;