tencentcloud-sdk-nodejs-intl-en 3.0.626 → 3.0.628

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-intl-en",
3
- "version": "3.0.626",
3
+ "version": "3.0.628",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -46,7 +46,7 @@ const TagInfoItem = models.TagInfoItem;
46
46
  const CreateAccountsResponse = models.CreateAccountsResponse;
47
47
  const SwitchDBInstanceMasterSlaveResponse = models.SwitchDBInstanceMasterSlaveResponse;
48
48
  const InstanceRollbackRangeTime = models.InstanceRollbackRangeTime;
49
- const SqlFileInfo = models.SqlFileInfo;
49
+ const DescribeDBFeaturesResponse = models.DescribeDBFeaturesResponse;
50
50
  const CdbSellType = models.CdbSellType;
51
51
  const DescribeProxyCustomConfRequest = models.DescribeProxyCustomConfRequest;
52
52
  const DescribeDBSecurityGroupsResponse = models.DescribeDBSecurityGroupsResponse;
@@ -145,6 +145,7 @@ const CloseWanServiceRequest = models.CloseWanServiceRequest;
145
145
  const RestartDBInstancesResponse = models.RestartDBInstancesResponse;
146
146
  const CreateRoInstanceIpResponse = models.CreateRoInstanceIpResponse;
147
147
  const DescribeTimeWindowRequest = models.DescribeTimeWindowRequest;
148
+ const DescribeDBFeaturesRequest = models.DescribeDBFeaturesRequest;
148
149
  const CreateAuditPolicyResponse = models.CreateAuditPolicyResponse;
149
150
  const SwitchForUpgradeResponse = models.SwitchForUpgradeResponse;
150
151
  const DescribeBackupSummariesResponse = models.DescribeBackupSummariesResponse;
@@ -283,7 +284,7 @@ const UpgradeDBInstanceEngineVersionRequest = models.UpgradeDBInstanceEngineVers
283
284
  const ModifyBackupConfigRequest = models.ModifyBackupConfigRequest;
284
285
  const DescribeSlowLogDataRequest = models.DescribeSlowLogDataRequest;
285
286
  const DatabasesWithCharacterLists = models.DatabasesWithCharacterLists;
286
- const UpgradeDBInstanceResponse = models.UpgradeDBInstanceResponse;
287
+ const SqlFileInfo = models.SqlFileInfo;
287
288
  const ModifyDBInstanceVipVportRequest = models.ModifyDBInstanceVipVportRequest;
288
289
  const DescribeRemoteBackupConfigRequest = models.DescribeRemoteBackupConfigRequest;
289
290
  const ModifyDBInstanceProjectResponse = models.ModifyDBInstanceProjectResponse;
@@ -321,6 +322,7 @@ const UpgradeCDBProxyRequest = models.UpgradeCDBProxyRequest;
321
322
  const DescribeInstanceParamsRequest = models.DescribeInstanceParamsRequest;
322
323
  const SlowLogItem = models.SlowLogItem;
323
324
  const DescribeDeviceMonitorInfoResponse = models.DescribeDeviceMonitorInfoResponse;
325
+ const UpgradeDBInstanceResponse = models.UpgradeDBInstanceResponse;
324
326
  const DescribeRollbackRangeTimeResponse = models.DescribeRollbackRangeTimeResponse;
325
327
  const ModifyRoGroupInfoRequest = models.ModifyRoGroupInfoRequest;
326
328
  const DescribeRollbackRangeTimeRequest = models.DescribeRollbackRangeTimeRequest;
@@ -381,6 +383,17 @@ class CdbClient extends AbstractClient {
381
383
  this.request("CreateAuditPolicy", req, resp, cb);
382
384
  }
383
385
 
386
+ /**
387
+ * This API is used to query database version attributes, including supported features such as database encryption and audit.
388
+ * @param {DescribeDBFeaturesRequest} req
389
+ * @param {function(string, DescribeDBFeaturesResponse):void} cb
390
+ * @public
391
+ */
392
+ DescribeDBFeatures(req, cb) {
393
+ let resp = new DescribeDBFeaturesResponse();
394
+ this.request("DescribeDBFeatures", req, resp, cb);
395
+ }
396
+
384
397
  /**
385
398
  * This API is used to query the data backup overview of a user in the current region.
386
399
  * @param {DescribeDataBackupOverviewRequest} req
@@ -809,15 +822,15 @@ Note: the HTTP response packet will be very large if it contain a single large e
809
822
  }
810
823
 
811
824
  /**
812
- * This API is used to create pay-as-you-go TencentDB instances (which can be source instances, disaster recovery instances, or read-only replicas) by passing in information such as instance specifications, MySQL version number, and instance quantity.
825
+ * This API is used to create a pay-as-you-go TencentDB instance (which can be a source, disaster recovery, or read-only instance) by passing in information such as instance specifications, MySQL version number, and quantity.
813
826
 
814
- This is an asynchronous API. You can also use the [DescribeDBInstances](https://intl.cloud.tencent.com/document/api/236/15872?from_cn_redirect=1) API to query instance details. If the output parameter `Status` is `1` and the output parameter `TaskStatus` is `0`, the instances have been successfully delivered.
827
+ This is an async API. You can also use the [DescribeDBInstances](https://intl.cloud.tencent.com/document/api/236/15872?from_cn_redirect=1) API to query the instance details. If the `Status` value of an instance is `1` and `TaskStatus` is `0`, the instance has been successfully delivered.
815
828
 
816
- 1. Use the [DescribeDBZoneConfig](https://intl.cloud.tencent.com/document/api/236/17229?from_cn_redirect=1) API to query the purchasable instance specifications, and then use the [DescribeDBPrice](https://intl.cloud.tencent.com/document/api/236/18566?from_cn_redirect=1) API to query the prices of the purchasable instances;
817
- 2. You can create up to 100 instances at a time, with an instance validity period of up to 36 months;
818
- 3. MySQL v5.5, v5.6, v5.7, and v8.0 are supported;
819
- 4. Source instances, disaster recovery instances, and read-only replicas can be created;
820
- 5. If `Port`, `ParamList`, or `Password` is specified in the input parameters, the instance (excluding basic instances) will be initialized.
829
+ 1. You can use the [DescribeDBZoneConfig](https://intl.cloud.tencent.com/document/api/236/17229?from_cn_redirect=1) API to query the purchasable instance specifications, and then use the [DescribeDBPrice](https://intl.cloud.tencent.com/document/api/236/18566?from_cn_redirect=1) API to query the prices of the purchasable instances.
830
+ 2. You can create up to 100 instances at a time, with an instance validity period of up to 36 months.
831
+ 3. MySQL 5.5, 5.6, 5.7, and 8.0 are supported.
832
+ 4. Source instances, disaster recovery instances, and read-only instances can be created.
833
+ 5. If `Port`, `ParamList`, or `Password` is specified in the input parameters, the instance will be initialized.
821
834
  * @param {CreateDBInstanceHourRequest} req
822
835
  * @param {function(string, CreateDBInstanceHourResponse):void} cb
823
836
  * @public
@@ -1002,7 +1015,9 @@ This is an asynchronous API. You can also use the [DescribeDBInstances](https://
1002
1015
  }
1003
1016
 
1004
1017
  /**
1005
- * This API is used to upgrade the configuration of database proxy.
1018
+ * 接口已经废弃,请使用AdjustCdbProxy进行数据库代理的配置
1019
+
1020
+ This API is used to upgrade the configuration of database proxy.
1006
1021
  * @param {UpgradeCDBProxyRequest} req
1007
1022
  * @param {function(string, UpgradeCDBProxyResponse):void} cb
1008
1023
  * @public
@@ -95,7 +95,7 @@ class CreateDBInstanceRequest extends AbstractModel {
95
95
  this.UniqSubnetId = null;
96
96
 
97
97
  /**
98
- * Project ID. If this is left empty, the default project will be used. If read-only instances or disaster recovery instances are purchased, the project ID will be the same as the source instance ID by default.
98
+ * Project ID. If this parameter is left empty, the default project will be used. When you purchase read-only instances and disaster recovery instances, the project ID is the same as that of the source instance by default.
99
99
  * @type {number || null}
100
100
  */
101
101
  this.ProjectId = null;
@@ -916,7 +916,7 @@ class UpgradeDBInstanceRequest extends AbstractModel {
916
916
  this.Cpu = null;
917
917
 
918
918
  /**
919
- * Whether to enable QuickChange. Valid values: `0` (no), `1` (yes). After QuickChange is enabled, the required resources will be checked. QuickChange is performed only when the required resources support the feature; otherwise, an error message will be returned.
919
+ * Whether to enable QuickChange. Valid values: `0` (no), `1` (yes), `2` (QuickChange preferred). After QuickChange is enabled, the required resources will be checked. QuickChange is performed only when the required resources support the feature; otherwise, an error message will be returned.
920
920
  * @type {number || null}
921
921
  */
922
922
  this.FastUpgrade = null;
@@ -1980,48 +1980,72 @@ class InstanceRollbackRangeTime extends AbstractModel {
1980
1980
  }
1981
1981
 
1982
1982
  /**
1983
- * SQL file information
1983
+ * DescribeDBFeatures response structure.
1984
1984
  * @class
1985
1985
  */
1986
- class SqlFileInfo extends AbstractModel {
1986
+ class DescribeDBFeaturesResponse extends AbstractModel {
1987
1987
  constructor(){
1988
1988
  super();
1989
1989
 
1990
1990
  /**
1991
- * Upload time
1992
- * @type {string || null}
1991
+ * Whether database audit is supported
1992
+ * @type {boolean || null}
1993
1993
  */
1994
- this.UploadTime = null;
1994
+ this.IsSupportAudit = null;
1995
1995
 
1996
1996
  /**
1997
- * Upload progress
1998
- * @type {UploadInfo || null}
1997
+ * Whether enabling audit requires a kernel version upgrade
1998
+ * @type {boolean || null}
1999
1999
  */
2000
- this.UploadInfo = null;
2000
+ this.AuditNeedUpgrade = null;
2001
2001
 
2002
2002
  /**
2003
- * Filename
2003
+ * Whether database encryption is supported
2004
+ * @type {boolean || null}
2005
+ */
2006
+ this.IsSupportEncryption = null;
2007
+
2008
+ /**
2009
+ * Whether enabling encryption requires a kernel version upgrade
2010
+ * @type {boolean || null}
2011
+ */
2012
+ this.EncryptionNeedUpgrade = null;
2013
+
2014
+ /**
2015
+ * Whether the instance is a remote read-only instance
2016
+ * @type {boolean || null}
2017
+ */
2018
+ this.IsRemoteRo = null;
2019
+
2020
+ /**
2021
+ * Region of the source instance
2004
2022
  * @type {string || null}
2005
2023
  */
2006
- this.FileName = null;
2024
+ this.MasterRegion = null;
2007
2025
 
2008
2026
  /**
2009
- * File size in bytes
2010
- * @type {number || null}
2027
+ * Whether minor version upgrade is supported
2028
+ * @type {boolean || null}
2011
2029
  */
2012
- this.FileSize = null;
2030
+ this.IsSupportUpdateSubVersion = null;
2013
2031
 
2014
2032
  /**
2015
- * Whether upload is finished. Valid values: 0 (not completed), 1 (completed)
2016
- * @type {number || null}
2033
+ * The current kernel version
2034
+ * @type {string || null}
2017
2035
  */
2018
- this.IsUploadFinished = null;
2036
+ this.CurrentSubVersion = null;
2019
2037
 
2020
2038
  /**
2021
- * File ID
2039
+ * Available kernel version for upgrade
2022
2040
  * @type {string || null}
2023
2041
  */
2024
- this.FileId = null;
2042
+ this.TargetSubVersion = null;
2043
+
2044
+ /**
2045
+ * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
2046
+ * @type {string || null}
2047
+ */
2048
+ this.RequestId = null;
2025
2049
 
2026
2050
  }
2027
2051
 
@@ -2032,17 +2056,16 @@ class SqlFileInfo extends AbstractModel {
2032
2056
  if (!params) {
2033
2057
  return;
2034
2058
  }
2035
- this.UploadTime = 'UploadTime' in params ? params.UploadTime : null;
2036
-
2037
- if (params.UploadInfo) {
2038
- let obj = new UploadInfo();
2039
- obj.deserialize(params.UploadInfo)
2040
- this.UploadInfo = obj;
2041
- }
2042
- this.FileName = 'FileName' in params ? params.FileName : null;
2043
- this.FileSize = 'FileSize' in params ? params.FileSize : null;
2044
- this.IsUploadFinished = 'IsUploadFinished' in params ? params.IsUploadFinished : null;
2045
- this.FileId = 'FileId' in params ? params.FileId : null;
2059
+ this.IsSupportAudit = 'IsSupportAudit' in params ? params.IsSupportAudit : null;
2060
+ this.AuditNeedUpgrade = 'AuditNeedUpgrade' in params ? params.AuditNeedUpgrade : null;
2061
+ this.IsSupportEncryption = 'IsSupportEncryption' in params ? params.IsSupportEncryption : null;
2062
+ this.EncryptionNeedUpgrade = 'EncryptionNeedUpgrade' in params ? params.EncryptionNeedUpgrade : null;
2063
+ this.IsRemoteRo = 'IsRemoteRo' in params ? params.IsRemoteRo : null;
2064
+ this.MasterRegion = 'MasterRegion' in params ? params.MasterRegion : null;
2065
+ this.IsSupportUpdateSubVersion = 'IsSupportUpdateSubVersion' in params ? params.IsSupportUpdateSubVersion : null;
2066
+ this.CurrentSubVersion = 'CurrentSubVersion' in params ? params.CurrentSubVersion : null;
2067
+ this.TargetSubVersion = 'TargetSubVersion' in params ? params.TargetSubVersion : null;
2068
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
2046
2069
 
2047
2070
  }
2048
2071
  }
@@ -6141,7 +6164,7 @@ class DescribeDBInstancesRequest extends AbstractModel {
6141
6164
  this.Vips = null;
6142
6165
 
6143
6166
  /**
6144
- * Instance status. Value range: <br>0 - creating <br>1 - running <br>4 - isolating <br>5 - isolated (the instance can be restored and started in the recycle bin)
6167
+ * Instance status. Valid values: <br>`0` (creating) <br>`1` (running) <br>`4` (isolating) <br>`5` (isolated; the instance can be restored and started in the recycle bin)
6145
6168
  * @type {Array.<number> || null}
6146
6169
  */
6147
6170
  this.Status = null;
@@ -7594,6 +7617,34 @@ class DescribeTimeWindowRequest extends AbstractModel {
7594
7617
  }
7595
7618
  }
7596
7619
 
7620
+ /**
7621
+ * DescribeDBFeatures request structure.
7622
+ * @class
7623
+ */
7624
+ class DescribeDBFeaturesRequest extends AbstractModel {
7625
+ constructor(){
7626
+ super();
7627
+
7628
+ /**
7629
+ * Instance ID in the format of cdb-c1nl9rpv or cdbro-c1nl9rpv. It is the same as the instance ID displayed in the TencentDB console.
7630
+ * @type {string || null}
7631
+ */
7632
+ this.InstanceId = null;
7633
+
7634
+ }
7635
+
7636
+ /**
7637
+ * @private
7638
+ */
7639
+ deserialize(params) {
7640
+ if (!params) {
7641
+ return;
7642
+ }
7643
+ this.InstanceId = 'InstanceId' in params ? params.InstanceId : null;
7644
+
7645
+ }
7646
+ }
7647
+
7597
7648
  /**
7598
7649
  * CreateAuditPolicy response structure.
7599
7650
  * @class
@@ -11838,7 +11889,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
11838
11889
  this.Memory = null;
11839
11890
 
11840
11891
  /**
11841
- * Instance status. Value range: 0 (creating), 1 (running), 4 (isolating), 5 (isolated)
11892
+ * Instance status. Valid values: `0` (creating), `1` (running), `4` (isolating), `5` (isolated).
11842
11893
  * @type {number || null}
11843
11894
  */
11844
11895
  this.Status = null;
@@ -14817,30 +14868,48 @@ class DatabasesWithCharacterLists extends AbstractModel {
14817
14868
  }
14818
14869
 
14819
14870
  /**
14820
- * UpgradeDBInstance response structure.
14871
+ * SQL file information
14821
14872
  * @class
14822
14873
  */
14823
- class UpgradeDBInstanceResponse extends AbstractModel {
14874
+ class SqlFileInfo extends AbstractModel {
14824
14875
  constructor(){
14825
14876
  super();
14826
14877
 
14827
14878
  /**
14828
- * Order ID.
14829
- * @type {Array.<string> || null}
14879
+ * Upload time
14880
+ * @type {string || null}
14830
14881
  */
14831
- this.DealIds = null;
14882
+ this.UploadTime = null;
14832
14883
 
14833
14884
  /**
14834
- * Async task request ID, which can be used to query the execution result of an async task.
14885
+ * Upload progress
14886
+ * @type {UploadInfo || null}
14887
+ */
14888
+ this.UploadInfo = null;
14889
+
14890
+ /**
14891
+ * Filename
14835
14892
  * @type {string || null}
14836
14893
  */
14837
- this.AsyncRequestId = null;
14894
+ this.FileName = null;
14838
14895
 
14839
14896
  /**
14840
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
14897
+ * File size in bytes
14898
+ * @type {number || null}
14899
+ */
14900
+ this.FileSize = null;
14901
+
14902
+ /**
14903
+ * Whether upload is finished. Valid values: 0 (not completed), 1 (completed)
14904
+ * @type {number || null}
14905
+ */
14906
+ this.IsUploadFinished = null;
14907
+
14908
+ /**
14909
+ * File ID
14841
14910
  * @type {string || null}
14842
14911
  */
14843
- this.RequestId = null;
14912
+ this.FileId = null;
14844
14913
 
14845
14914
  }
14846
14915
 
@@ -14851,9 +14920,17 @@ class UpgradeDBInstanceResponse extends AbstractModel {
14851
14920
  if (!params) {
14852
14921
  return;
14853
14922
  }
14854
- this.DealIds = 'DealIds' in params ? params.DealIds : null;
14855
- this.AsyncRequestId = 'AsyncRequestId' in params ? params.AsyncRequestId : null;
14856
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
14923
+ this.UploadTime = 'UploadTime' in params ? params.UploadTime : null;
14924
+
14925
+ if (params.UploadInfo) {
14926
+ let obj = new UploadInfo();
14927
+ obj.deserialize(params.UploadInfo)
14928
+ this.UploadInfo = obj;
14929
+ }
14930
+ this.FileName = 'FileName' in params ? params.FileName : null;
14931
+ this.FileSize = 'FileSize' in params ? params.FileSize : null;
14932
+ this.IsUploadFinished = 'IsUploadFinished' in params ? params.IsUploadFinished : null;
14933
+ this.FileId = 'FileId' in params ? params.FileId : null;
14857
14934
 
14858
14935
  }
14859
14936
  }
@@ -16539,6 +16616,48 @@ class DescribeDeviceMonitorInfoResponse extends AbstractModel {
16539
16616
  }
16540
16617
  }
16541
16618
 
16619
+ /**
16620
+ * UpgradeDBInstance response structure.
16621
+ * @class
16622
+ */
16623
+ class UpgradeDBInstanceResponse extends AbstractModel {
16624
+ constructor(){
16625
+ super();
16626
+
16627
+ /**
16628
+ * Order ID.
16629
+ * @type {Array.<string> || null}
16630
+ */
16631
+ this.DealIds = null;
16632
+
16633
+ /**
16634
+ * Async task request ID, which can be used to query the execution result of an async task.
16635
+ * @type {string || null}
16636
+ */
16637
+ this.AsyncRequestId = null;
16638
+
16639
+ /**
16640
+ * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
16641
+ * @type {string || null}
16642
+ */
16643
+ this.RequestId = null;
16644
+
16645
+ }
16646
+
16647
+ /**
16648
+ * @private
16649
+ */
16650
+ deserialize(params) {
16651
+ if (!params) {
16652
+ return;
16653
+ }
16654
+ this.DealIds = 'DealIds' in params ? params.DealIds : null;
16655
+ this.AsyncRequestId = 'AsyncRequestId' in params ? params.AsyncRequestId : null;
16656
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
16657
+
16658
+ }
16659
+ }
16660
+
16542
16661
  /**
16543
16662
  * DescribeRollbackRangeTime response structure.
16544
16663
  * @class
@@ -17264,7 +17383,7 @@ module.exports = {
17264
17383
  CreateAccountsResponse: CreateAccountsResponse,
17265
17384
  SwitchDBInstanceMasterSlaveResponse: SwitchDBInstanceMasterSlaveResponse,
17266
17385
  InstanceRollbackRangeTime: InstanceRollbackRangeTime,
17267
- SqlFileInfo: SqlFileInfo,
17386
+ DescribeDBFeaturesResponse: DescribeDBFeaturesResponse,
17268
17387
  CdbSellType: CdbSellType,
17269
17388
  DescribeProxyCustomConfRequest: DescribeProxyCustomConfRequest,
17270
17389
  DescribeDBSecurityGroupsResponse: DescribeDBSecurityGroupsResponse,
@@ -17363,6 +17482,7 @@ module.exports = {
17363
17482
  RestartDBInstancesResponse: RestartDBInstancesResponse,
17364
17483
  CreateRoInstanceIpResponse: CreateRoInstanceIpResponse,
17365
17484
  DescribeTimeWindowRequest: DescribeTimeWindowRequest,
17485
+ DescribeDBFeaturesRequest: DescribeDBFeaturesRequest,
17366
17486
  CreateAuditPolicyResponse: CreateAuditPolicyResponse,
17367
17487
  SwitchForUpgradeResponse: SwitchForUpgradeResponse,
17368
17488
  DescribeBackupSummariesResponse: DescribeBackupSummariesResponse,
@@ -17501,7 +17621,7 @@ module.exports = {
17501
17621
  ModifyBackupConfigRequest: ModifyBackupConfigRequest,
17502
17622
  DescribeSlowLogDataRequest: DescribeSlowLogDataRequest,
17503
17623
  DatabasesWithCharacterLists: DatabasesWithCharacterLists,
17504
- UpgradeDBInstanceResponse: UpgradeDBInstanceResponse,
17624
+ SqlFileInfo: SqlFileInfo,
17505
17625
  ModifyDBInstanceVipVportRequest: ModifyDBInstanceVipVportRequest,
17506
17626
  DescribeRemoteBackupConfigRequest: DescribeRemoteBackupConfigRequest,
17507
17627
  ModifyDBInstanceProjectResponse: ModifyDBInstanceProjectResponse,
@@ -17539,6 +17659,7 @@ module.exports = {
17539
17659
  DescribeInstanceParamsRequest: DescribeInstanceParamsRequest,
17540
17660
  SlowLogItem: SlowLogItem,
17541
17661
  DescribeDeviceMonitorInfoResponse: DescribeDeviceMonitorInfoResponse,
17662
+ UpgradeDBInstanceResponse: UpgradeDBInstanceResponse,
17542
17663
  DescribeRollbackRangeTimeResponse: DescribeRollbackRangeTimeResponse,
17543
17664
  ModifyRoGroupInfoRequest: ModifyRoGroupInfoRequest,
17544
17665
  DescribeRollbackRangeTimeRequest: DescribeRollbackRangeTimeRequest,
@@ -2102,6 +2102,13 @@ Note: this field may return null, indicating that no valid values can be obtaine
2102
2102
  */
2103
2103
  this.GroupList = null;
2104
2104
 
2105
+ /**
2106
+ * Consumer group quota
2107
+ Note: This field may return null, indicating that no valid values can be obtained.
2108
+ * @type {number || null}
2109
+ */
2110
+ this.GroupCountQuota = null;
2111
+
2105
2112
  }
2106
2113
 
2107
2114
  /**
@@ -2121,6 +2128,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
2121
2128
  this.GroupList.push(obj);
2122
2129
  }
2123
2130
  }
2131
+ this.GroupCountQuota = 'GroupCountQuota' in params ? params.GroupCountQuota : null;
2124
2132
 
2125
2133
  }
2126
2134
  }
@@ -6388,7 +6396,7 @@ class DescribeInstancesDetailRequest extends AbstractModel {
6388
6396
  this.InstanceId = null;
6389
6397
 
6390
6398
  /**
6391
- * (Filter) filter by instance name. Fuzzy search is supported
6399
+ * Filter by instance name, instance ID, AZ, VPC ID, or subnet ID. Fuzzy query is supported.
6392
6400
  * @type {string || null}
6393
6401
  */
6394
6402
  this.SearchWord = null;
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.626";
1
+ const sdkVersion = "3.0.628";
2
2
  module.exports = sdkVersion
@@ -11762,6 +11762,14 @@ class AiAnalysisTaskInput extends AbstractModel {
11762
11762
  */
11763
11763
  this.Definition = null;
11764
11764
 
11765
+ /**
11766
+ * An extended parameter, whose value is a stringfied JSON.
11767
+ Note: This parameter is for customers with special requirements. It needs to be customized offline.
11768
+ Note: This field may return null, indicating that no valid values can be obtained.
11769
+ * @type {string || null}
11770
+ */
11771
+ this.ExtendedParameter = null;
11772
+
11765
11773
  }
11766
11774
 
11767
11775
  /**
@@ -11772,6 +11780,7 @@ class AiAnalysisTaskInput extends AbstractModel {
11772
11780
  return;
11773
11781
  }
11774
11782
  this.Definition = 'Definition' in params ? params.Definition : null;
11783
+ this.ExtendedParameter = 'ExtendedParameter' in params ? params.ExtendedParameter : null;
11775
11784
 
11776
11785
  }
11777
11786
  }