tencentcloud-sdk-nodejs 4.0.578 → 4.0.579

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 (67) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/SERVICE_CHANGELOG.md +49 -71
  3. package/package.json +1 -1
  4. package/products.md +10 -10
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/btoe/index.ts +2 -2
  7. package/src/services/chdfs/index.ts +2 -2
  8. package/src/services/cvm/v20170312/cvm_models.ts +6 -4
  9. package/src/services/ess/v20201111/ess_client.ts +8 -8
  10. package/src/services/ess/v20201111/ess_models.ts +8 -8
  11. package/src/services/essbasic/index.ts +2 -2
  12. package/src/services/facefusion/index.ts +2 -2
  13. package/src/services/faceid/v20180301/faceid_models.ts +12 -0
  14. package/src/services/iotvideo/index.ts +2 -2
  15. package/src/services/mgobe/index.ts +2 -2
  16. package/src/services/redis/v20180412/redis_client.ts +1 -1
  17. package/src/services/redis/v20180412/redis_models.ts +118 -65
  18. package/src/services/sms/index.ts +2 -2
  19. package/src/services/tcaplusdb/v20190823/tcaplusdb_client.ts +51 -9
  20. package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +241 -35
  21. package/src/services/tem/index.ts +2 -2
  22. package/src/services/teo/v20220901/teo_models.ts +2 -2
  23. package/src/services/thpc/index.ts +2 -2
  24. package/src/services/tiw/v20190919/tiw_client.ts +1 -1
  25. package/src/services/tiw/v20190919/tiw_models.ts +2 -2
  26. package/src/services/tsw/index.ts +2 -2
  27. package/src/services/vm/index.ts +4 -4
  28. package/tencentcloud/common/sdk_version.d.ts +1 -1
  29. package/tencentcloud/common/sdk_version.js +1 -1
  30. package/tencentcloud/services/btoe/index.d.ts +4 -4
  31. package/tencentcloud/services/btoe/index.js +2 -2
  32. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  33. package/tencentcloud/services/chdfs/index.js +2 -2
  34. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -4
  35. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +8 -8
  36. package/tencentcloud/services/ess/v20201111/ess_client.js +8 -8
  37. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -8
  38. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  39. package/tencentcloud/services/essbasic/index.js +2 -2
  40. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  41. package/tencentcloud/services/facefusion/index.js +2 -2
  42. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +10 -0
  43. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  44. package/tencentcloud/services/iotvideo/index.js +2 -2
  45. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  46. package/tencentcloud/services/mgobe/index.js +2 -2
  47. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  48. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  49. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +109 -56
  50. package/tencentcloud/services/sms/index.d.ts +4 -4
  51. package/tencentcloud/services/sms/index.js +2 -2
  52. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_client.d.ts +19 -3
  53. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_client.js +25 -3
  54. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +207 -32
  55. package/tencentcloud/services/tem/index.d.ts +4 -4
  56. package/tencentcloud/services/tem/index.js +2 -2
  57. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
  58. package/tencentcloud/services/thpc/index.d.ts +4 -4
  59. package/tencentcloud/services/thpc/index.js +2 -2
  60. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +1 -1
  61. package/tencentcloud/services/tiw/v20190919/tiw_client.js +1 -1
  62. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -2
  63. package/tencentcloud/services/tsw/index.d.ts +4 -4
  64. package/tencentcloud/services/tsw/index.js +2 -2
  65. package/tencentcloud/services/vm/index.d.ts +6 -6
  66. package/tencentcloud/services/vm/index.js +4 -4
  67. package/test/tcaplusdb.v20190823.test.js +32 -2
@@ -1153,15 +1153,15 @@ export interface CreateBatchCancelFlowUrlResponse {
1153
1153
  /**
1154
1154
  * 批量撤回签署流程链接
1155
1155
  */
1156
- BatchCancelFlowUrl: string;
1156
+ BatchCancelFlowUrl?: string;
1157
1157
  /**
1158
1158
  * 签署流程撤回失败信息
1159
1159
  */
1160
- FailMessages: Array<string>;
1160
+ FailMessages?: Array<string>;
1161
1161
  /**
1162
1162
  * 签署连接过期时间字符串:年月日-时分秒
1163
1163
  */
1164
- UrlExpireOn: string;
1164
+ UrlExpireOn?: string;
1165
1165
  /**
1166
1166
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1167
1167
  */
@@ -1243,20 +1243,20 @@ export interface DescribeIntegrationEmployeesResponse {
1243
1243
  * 员工数据列表
1244
1244
  注意:此字段可能返回 null,表示取不到有效值。
1245
1245
  */
1246
- Employees: Array<Staff>;
1246
+ Employees?: Array<Staff>;
1247
1247
  /**
1248
1248
  * 偏移量,默认为0,最大为20000
1249
1249
  注意:此字段可能返回 null,表示取不到有效值。
1250
1250
  */
1251
- Offset: number;
1251
+ Offset?: number;
1252
1252
  /**
1253
1253
  * 返回最大数量,最大为20
1254
1254
  */
1255
- Limit: number;
1255
+ Limit?: number;
1256
1256
  /**
1257
1257
  * 符合条件的员工数量
1258
1258
  */
1259
- TotalCount: number;
1259
+ TotalCount?: number;
1260
1260
  /**
1261
1261
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1262
1262
  */
@@ -2624,7 +2624,7 @@ export interface CreatePrepareFlowResponse {
2624
2624
  /**
2625
2625
  * 快速发起预览链接
2626
2626
  */
2627
- Url: string;
2627
+ Url?: string;
2628
2628
  /**
2629
2629
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2630
2630
  */
@@ -1,10 +1,10 @@
1
1
  export declare const essbasic: {
2
- v20210526: {
3
- Client: typeof import("./v20210526/essbasic_client").Client;
4
- Models: typeof import("./v20210526/essbasic_models");
5
- };
6
2
  v20201222: {
7
3
  Client: typeof import("./v20201222/essbasic_client").Client;
8
4
  Models: typeof import("./v20201222/essbasic_models");
9
5
  };
6
+ v20210526: {
7
+ Client: typeof import("./v20210526/essbasic_client").Client;
8
+ Models: typeof import("./v20210526/essbasic_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.essbasic = void 0;
4
- const v20210526_1 = require("./v20210526");
5
4
  const v20201222_1 = require("./v20201222");
5
+ const v20210526_1 = require("./v20210526");
6
6
  exports.essbasic = {
7
- v20210526: v20210526_1.v20210526,
8
7
  v20201222: v20201222_1.v20201222,
8
+ v20210526: v20210526_1.v20210526,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const facefusion: {
2
- v20220927: {
3
- Client: typeof import("./v20220927/facefusion_client").Client;
4
- Models: typeof import("./v20220927/facefusion_models");
5
- };
6
2
  v20181201: {
7
3
  Client: typeof import("./v20181201/facefusion_client").Client;
8
4
  Models: typeof import("./v20181201/facefusion_models");
9
5
  };
6
+ v20220927: {
7
+ Client: typeof import("./v20220927/facefusion_client").Client;
8
+ Models: typeof import("./v20220927/facefusion_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.facefusion = void 0;
4
- const v20220927_1 = require("./v20220927");
5
4
  const v20181201_1 = require("./v20181201");
5
+ const v20220927_1 = require("./v20220927");
6
6
  exports.facefusion = {
7
- v20220927: v20220927_1.v20220927,
8
7
  v20181201: v20181201_1.v20181201,
8
+ v20220927: v20220927_1.v20220927,
9
9
  };
@@ -1516,6 +1516,16 @@ export interface DetectInfoText {
1516
1516
  注意:此字段可能返回 null,表示取不到有效值。
1517
1517
  */
1518
1518
  NFCBillingCounts?: number;
1519
+ /**
1520
+ * 港澳台居住证通行证号码
1521
+ 注意:此字段可能返回 null,表示取不到有效值。
1522
+ */
1523
+ PassNo?: string;
1524
+ /**
1525
+ * 港澳台居住证签发次数
1526
+ 注意:此字段可能返回 null,表示取不到有效值。
1527
+ */
1528
+ VisaNum?: string;
1519
1529
  }
1520
1530
  /**
1521
1531
  * DetectAuth请求参数结构体
@@ -3,12 +3,12 @@ export declare const iotvideo: {
3
3
  Client: typeof import("./v20191126/iotvideo_client").Client;
4
4
  Models: typeof import("./v20191126/iotvideo_models");
5
5
  };
6
- v20211125: {
7
- Client: typeof import("./v20211125/iotvideo_client").Client;
8
- Models: typeof import("./v20211125/iotvideo_models");
9
- };
10
6
  v20201215: {
11
7
  Client: typeof import("./v20201215/iotvideo_client").Client;
12
8
  Models: typeof import("./v20201215/iotvideo_models");
13
9
  };
10
+ v20211125: {
11
+ Client: typeof import("./v20211125/iotvideo_client").Client;
12
+ Models: typeof import("./v20211125/iotvideo_models");
13
+ };
14
14
  };
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.iotvideo = void 0;
4
4
  const v20191126_1 = require("./v20191126");
5
- const v20211125_1 = require("./v20211125");
6
5
  const v20201215_1 = require("./v20201215");
6
+ const v20211125_1 = require("./v20211125");
7
7
  exports.iotvideo = {
8
8
  v20191126: v20191126_1.v20191126,
9
- v20211125: v20211125_1.v20211125,
10
9
  v20201215: v20201215_1.v20201215,
10
+ v20211125: v20211125_1.v20211125,
11
11
  };
@@ -1,10 +1,10 @@
1
1
  export declare const mgobe: {
2
- v20201014: {
3
- Client: typeof import("./v20201014/mgobe_client").Client;
4
- Models: typeof import("./v20201014/mgobe_models");
5
- };
6
2
  v20190929: {
7
3
  Client: typeof import("./v20190929/mgobe_client").Client;
8
4
  Models: typeof import("./v20190929/mgobe_models");
9
5
  };
6
+ v20201014: {
7
+ Client: typeof import("./v20201014/mgobe_client").Client;
8
+ Models: typeof import("./v20201014/mgobe_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.mgobe = void 0;
4
- const v20201014_1 = require("./v20201014");
5
4
  const v20190929_1 = require("./v20190929");
5
+ const v20201014_1 = require("./v20201014");
6
6
  exports.mgobe = {
7
- v20201014: v20201014_1.v20201014,
8
7
  v20190929: v20190929_1.v20190929,
8
+ v20201014: v20201014_1.v20201014,
9
9
  };
@@ -200,7 +200,7 @@ export declare class Client extends AbstractClient {
200
200
  */
201
201
  DescribeInstanceParamRecords(req: DescribeInstanceParamRecordsRequest, cb?: (error: string, rep: DescribeInstanceParamRecordsResponse) => void): Promise<DescribeInstanceParamRecordsResponse>;
202
202
  /**
203
- * 查询参数模板详情。
203
+ * 本接口(DescribeParamTemplateInfo)用于查询参数模板详情。
204
204
  */
205
205
  DescribeParamTemplateInfo(req: DescribeParamTemplateInfoRequest, cb?: (error: string, rep: DescribeParamTemplateInfoResponse) => void): Promise<DescribeParamTemplateInfoResponse>;
206
206
  /**
@@ -316,7 +316,7 @@ class Client extends abstract_client_1.AbstractClient {
316
316
  return this.request("DescribeInstanceParamRecords", req, cb);
317
317
  }
318
318
  /**
319
- * 查询参数模板详情。
319
+ * 本接口(DescribeParamTemplateInfo)用于查询参数模板详情。
320
320
  */
321
321
  async DescribeParamTemplateInfo(req, cb) {
322
322
  return this.request("DescribeParamTemplateInfo", req, cb);
@@ -829,7 +829,7 @@ export interface Account {
829
829
  */
830
830
  export interface InstanceProxySlowlogDetail {
831
831
  /**
832
- * 慢查询耗时(单位:毫秒)。
832
+ * 慢查询耗时时长。单位:毫秒。
833
833
  */
834
834
  Duration: number;
835
835
  /**
@@ -837,11 +837,11 @@ export interface InstanceProxySlowlogDetail {
837
837
  */
838
838
  Client: string;
839
839
  /**
840
- * 命令。
840
+ * 慢查询的命令。
841
841
  */
842
842
  Command: string;
843
843
  /**
844
- * 详细命令行信息。
844
+ * 慢查询详细命令行信息。
845
845
  */
846
846
  CommandLine: string;
847
847
  /**
@@ -1179,41 +1179,43 @@ export interface DescribeProjectSecurityGroupRequest {
1179
1179
  */
1180
1180
  export interface ParameterDetail {
1181
1181
  /**
1182
- * 参数名称
1182
+ * 参数名称。
1183
1183
  */
1184
1184
  Name: string;
1185
1185
  /**
1186
- * 参数类型
1186
+ * 参数类型。
1187
1187
  */
1188
1188
  ParamType: string;
1189
1189
  /**
1190
- * 参数默认值
1190
+ * 参数默认值。
1191
1191
  */
1192
1192
  Default: string;
1193
1193
  /**
1194
- * 参数描述
1194
+ * 参数描述。
1195
1195
  */
1196
1196
  Description: string;
1197
1197
  /**
1198
- * 参数当前值
1198
+ * 参数当前值。
1199
1199
  */
1200
1200
  CurrentValue: string;
1201
1201
  /**
1202
- * 修改参数后,是否需要重启数据库以使参数生效。可能的值包括:0-不需要重启;1-需要重启
1202
+ * 修改参数后,是否需要重启数据库以使参数生效。
1203
+ - 0:不需要重启。
1204
+ - 1:需要重启。
1203
1205
  */
1204
1206
  NeedReboot: number;
1205
1207
  /**
1206
- * 参数允许的最大值
1208
+ * 参数允许的最大值。
1207
1209
  注意:此字段可能返回 null,表示取不到有效值。
1208
1210
  */
1209
1211
  Max: string;
1210
1212
  /**
1211
- * 参数允许的最小值
1213
+ * 参数允许的最小值。
1212
1214
  注意:此字段可能返回 null,表示取不到有效值。
1213
1215
  */
1214
1216
  Min: string;
1215
1217
  /**
1216
- * 参数的可选枚举值。如果为非枚举参数,则为空
1218
+ * 参数可选枚举值。如果为非枚举参数,则为空。
1217
1219
  注意:此字段可能返回 null,表示取不到有效值。
1218
1220
  */
1219
1221
  EnumValue: Array<string>;
@@ -1531,59 +1533,68 @@ export interface ModifyInstanceResponse {
1531
1533
  */
1532
1534
  export interface RedisCommonInstanceList {
1533
1535
  /**
1534
- * 实例名称
1536
+ * 实例名称。
1535
1537
  */
1536
1538
  InstanceName: string;
1537
1539
  /**
1538
- * 实例id
1540
+ * 实例 ID。
1539
1541
  */
1540
1542
  InstanceId: string;
1541
1543
  /**
1542
- * 用户id
1544
+ * 用户APPID。APPID是与账号ID有唯一对应关系的应用 ID,部分腾讯云产品会使用此 APPID。
1543
1545
  */
1544
1546
  AppId: number;
1545
1547
  /**
1546
- * 实例所属项目id
1548
+ * 实例所属项目 ID。
1547
1549
  */
1548
1550
  ProjectId: number;
1549
1551
  /**
1550
- * 实例接入区域
1552
+ * 实例接入区域。
1551
1553
  */
1552
1554
  Region: string;
1553
1555
  /**
1554
- * 实例接入zone
1556
+ * 实例接入可用区。
1555
1557
  */
1556
1558
  Zone: string;
1557
1559
  /**
1558
- * 实例网络id
1560
+ * 实例私有网络 ID。
1559
1561
  */
1560
1562
  VpcId: string;
1561
1563
  /**
1562
- * 子网id
1564
+ * 私有网络所属子网 ID。
1563
1565
  */
1564
1566
  SubnetId: string;
1565
1567
  /**
1566
- * 实例状态信息,1-流程中 ,2-运行中, -2-实例已隔离 ,-3-实例待回收, -4-实例已删除
1568
+ * 实例状态信息。
1569
+ - 1-流程中。
1570
+ - 2-运行中。
1571
+ - -2-实例已隔离。
1572
+ - -3-实例待回收。
1573
+ - -4-实例已删除。
1567
1574
  */
1568
1575
  Status: string;
1569
1576
  /**
1570
- * 实例网络ip
1577
+ * 实例私有网络 IP 地址。
1571
1578
  */
1572
1579
  Vips: Array<string>;
1573
1580
  /**
1574
- * 实例网络端口
1581
+ * 实例网络端口。
1575
1582
  */
1576
1583
  Vport: number;
1577
1584
  /**
1578
- * 实例创建时间
1585
+ * 实例创建时间。
1579
1586
  */
1580
1587
  Createtime: string;
1581
1588
  /**
1582
- * 计费类型,0-按量计费,1-包年包月
1589
+ * 计费类型。
1590
+ - 0:按量计费。
1591
+ - 1:包年包月。
1583
1592
  */
1584
1593
  PayMode: number;
1585
1594
  /**
1586
- * 网络类型,0-基础网络,1-VPC网络
1595
+ * 网络类型。
1596
+ - 0:基础网络。
1597
+ - 1:VPC 网络。
1587
1598
  */
1588
1599
  NetType: number;
1589
1600
  }
@@ -1745,7 +1756,7 @@ export interface ModifyMaintenanceWindowRequest {
1745
1756
  */
1746
1757
  export interface DescribeParamTemplateInfoRequest {
1747
1758
  /**
1748
- * 参数模板 ID
1759
+ * 指定查询的参数模板 ID。请通过接口[DescribeParamTemplates](https://cloud.tencent.com/document/product/239/58750)获取参数模板列表信息。
1749
1760
  */
1750
1761
  TemplateId: string;
1751
1762
  }
@@ -2120,19 +2131,28 @@ export interface CloneInstancesResponse {
2120
2131
  */
2121
2132
  export interface ParamTemplateInfo {
2122
2133
  /**
2123
- * 参数模板ID
2134
+ * 参数模板 ID
2124
2135
  */
2125
2136
  TemplateId: string;
2126
2137
  /**
2127
- * 参数模板名称
2138
+ * 参数模板名称。
2128
2139
  */
2129
2140
  Name: string;
2130
2141
  /**
2131
- * 参数模板描述
2142
+ * 参数模板描述。
2132
2143
  */
2133
2144
  Description: string;
2134
2145
  /**
2135
- * 产品类型:1 – Redis2.8内存版(集群架构),2 – Redis2.8内存版(标准架构),3 – CKV 3.2内存版(标准架构),4 – CKV 3.2内存版(集群架构),5 – Redis2.8内存版(单机),6 – Redis4.0内存版(标准架构),7 – Redis4.0内存版(集群架构),8 – Redis5.0内存版(标准架构),9 – Redis5.0内存版(集群架构)
2146
+ * 实例类型。
2147
+ - 2:Redis 2.8内存版(标准架构)。
2148
+ - 3:CKV 3.2内存版(标准架构)。
2149
+ - 4:CKV 3.2内存版(集群架构)。
2150
+ - 5:Redis 2.8内存版(单机)。
2151
+ - 6:Redis 4.0内存版(标准架构)。
2152
+ - 7:Redis 4.0内存版(集群架构)。
2153
+ - 8:Redis 5.0内存版(标准架构)。
2154
+ - 9:Redis 5.0内存版(集群架构)。
2155
+
2136
2156
  */
2137
2157
  ProductType: number;
2138
2158
  }
@@ -2542,23 +2562,26 @@ export interface DescribeInstanceSecurityGroupRequest {
2542
2562
  */
2543
2563
  export interface InstanceParamHistory {
2544
2564
  /**
2545
- * 参数名称
2565
+ * 参数名称。
2546
2566
  */
2547
2567
  ParamName: string;
2548
2568
  /**
2549
- * 修改前值
2569
+ * 参数修改之前的值。
2550
2570
  */
2551
2571
  PreValue: string;
2552
2572
  /**
2553
- * 修改后值
2573
+ * 参数修改之后的值。
2554
2574
  */
2555
2575
  NewValue: string;
2556
2576
  /**
2557
- * 状态:1-参数配置修改中;2-参数配置修改成功;3-参数配置修改失败
2577
+ * 参数配置状态。
2578
+ - 1:参数配置修改中。
2579
+ - 2:参数配置修改成功。
2580
+ - 3:参数配置修改失败。
2558
2581
  */
2559
2582
  Status: number;
2560
2583
  /**
2561
- * 修改时间
2584
+ * 修改时间。
2562
2585
  */
2563
2586
  ModifyTime: string;
2564
2587
  }
@@ -3156,11 +3179,11 @@ export interface TradeDealDetail {
3156
3179
  */
3157
3180
  export interface ResourceTag {
3158
3181
  /**
3159
- * 标签key
3182
+ * 标签Key。
3160
3183
  */
3161
3184
  TagKey: string;
3162
3185
  /**
3163
- * 标签value
3186
+ * 标签 Key 对应的 Value。
3164
3187
  */
3165
3188
  TagValue: string;
3166
3189
  }
@@ -3280,7 +3303,7 @@ export interface DescribeInstanceDealDetailResponse {
3280
3303
  */
3281
3304
  export interface Groups {
3282
3305
  /**
3283
- * 用户AppID
3306
+ * 用户 APPID。APPID是与账号ID有唯一对应关系的应用 ID,部分腾讯云产品会使用此 APPID。
3284
3307
  */
3285
3308
  AppId: number;
3286
3309
  /**
@@ -3306,7 +3329,7 @@ export interface Groups {
3306
3329
  */
3307
3330
  RegionId: number;
3308
3331
  /**
3309
- * 复制组 ID
3332
+ * 复制组 ID。格式如:crs-rpl-deind****。
3310
3333
  */
3311
3334
  GroupId: string;
3312
3335
  /**
@@ -3778,7 +3801,17 @@ export interface InstanceSet {
3778
3801
  */
3779
3802
  SizeUsed: number;
3780
3803
  /**
3781
- * 实例类型:<ul><li>1:Redis2.8内存版(集群架构)。</li><li>2:Redis2.8内存版(标准架构)。</li><li>3:CKV 3.2内存版(标准架构)。</li><li>4:CKV 3.2内存版(集群架构)。</li><li>5:Redis2.8内存版(单机)。</li></li><li>6:Redis4.0内存版(标准架构)。</li></li><li>7:Redis4.0内存版(集群架构)。</li></li><li>8:Redis5.0内存版(标准架构)。</li></li><li>9:Redis5.0内存版(集群架构)。</li></ul>
3804
+ * 实例类型。
3805
+ - 2:Redis 2.8内存版(标准架构)。
3806
+ - 3:CKV 3.2内存版(标准架构)。
3807
+ - 4:CKV 3.2内存版(集群架构)。
3808
+ - 5:Redis 2.8内存版(单机)。
3809
+ - 6:Redis 4.0内存版(标准架构)。
3810
+ - 7:Redis 4.0内存版(集群架构)。
3811
+ - 8:Redis 5.0内存版(标准架构)。
3812
+ - 9:Redis 5.0内存版(集群架构)。
3813
+ - 15:Redis 6.2内存版(标准架构)。
3814
+ - 16:Redis 6.2内存版(集群架构)。
3782
3815
  */
3783
3816
  Type: number;
3784
3817
  /**
@@ -4485,29 +4518,39 @@ export declare type DescribeBackupDownloadRestrictionRequest = null;
4485
4518
  */
4486
4519
  export interface DescribeParamTemplateInfoResponse {
4487
4520
  /**
4488
- * 实例参数个数
4521
+ * 参数模板的参数数量。
4489
4522
  */
4490
- TotalCount: number;
4523
+ TotalCount?: number;
4491
4524
  /**
4492
4525
  * 参数模板 ID。
4493
4526
  */
4494
- TemplateId: string;
4527
+ TemplateId?: string;
4495
4528
  /**
4496
4529
  * 参数模板名称。
4497
4530
  */
4498
- Name: string;
4531
+ Name?: string;
4499
4532
  /**
4500
- * 产品类型:1 – Redis2.8内存版(集群架构),2 – Redis2.8内存版(标准架构),3 – CKV 3.2内存版(标准架构),4 – CKV 3.2内存版(集群架构),5 – Redis2.8内存版(单机),6 – Redis4.0内存版(标准架构),7 – Redis4.0内存版(集群架构),8 – Redis5.0内存版(标准架构),9 – Redis5.0内存版(集群架构)
4533
+ * 产品类型。
4534
+ - 2:Redis 2.8内存版(标准架构)。
4535
+ - 3:CKV 3.2内存版(标准架构)。
4536
+ - 4:CKV 3.2内存版(集群架构)。
4537
+ - 5:Redis 2.8内存版(单机)。
4538
+ - 6:Redis 4.0内存版(标准架构)。
4539
+ - 7:Redis 4.0内存版(集群架构)。
4540
+ - 8:Redis 5.0内存版(标准架构)。
4541
+ - 9:Redis 5.0内存版(集群架构)。
4542
+ - 15:Redis 6.2内存版(标准架构)。
4543
+ - 16:Redis 6.2内存版(集群架构)。
4501
4544
  */
4502
- ProductType: number;
4545
+ ProductType?: number;
4503
4546
  /**
4504
- * 参数模板描述
4547
+ * 参数模板描述。
4505
4548
  */
4506
- Description: string;
4549
+ Description?: string;
4507
4550
  /**
4508
- * 参数详情
4551
+ * 参数详情。包含:参数的名称,当前运行值,默认值,最大值、最小值、枚举值等信息。
4509
4552
  */
4510
- Items: Array<ParameterDetail>;
4553
+ Items?: Array<ParameterDetail>;
4511
4554
  /**
4512
4555
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4513
4556
  */
@@ -4544,15 +4587,15 @@ export interface SwitchInstanceVipResponse {
4544
4587
  RequestId?: string;
4545
4588
  }
4546
4589
  /**
4547
- * 自定义的备份文件下载地址的 VPC 信息。
4590
+ * 已配置的备份文件下载地址对应的 VPC 信息。
4548
4591
  */
4549
4592
  export interface BackupLimitVpcItem {
4550
4593
  /**
4551
- * 自定义下载备份文件的VPC 所属地域。
4594
+ * 备份文件的下载地址对应VPC 所属的地域。
4552
4595
  */
4553
4596
  Region: string;
4554
4597
  /**
4555
- * 自定义下载备份文件的 VPC 列表。
4598
+ * 备份文件下载地址的 VPC 列表。
4556
4599
  */
4557
4600
  VpcList: Array<string>;
4558
4601
  }
@@ -4995,7 +5038,7 @@ export interface DescribeProjectSecurityGroupResponse {
4995
5038
  */
4996
5039
  export interface Instances {
4997
5040
  /**
4998
- * 用户AppID
5041
+ * 用户APPIDAPPID是与账号ID有唯一对应关系的应用 ID,部分腾讯云产品会使用此 APPID。
4999
5042
  */
5000
5043
  AppId: number;
5001
5044
  /**
@@ -5065,7 +5108,17 @@ export interface Instances {
5065
5108
  */
5066
5109
  GrocerySysId: number;
5067
5110
  /**
5068
- * 实例类型。<ul><li>1:Redis 2.8 内存版(集群架构)。</li><li>2:Redis 2.8 内存版(标准架构)。</li><li>3:CKV 3.2 内存版(标准架构)。</li><li>4:CKV 3.2 内存版(集群架构)。</li><li>5:Redis 2.8 单机版。</li><li>6:Redis 4.0 内存版(标准架构)。</li><li>7:Redis 4.0 内存版(集群架构)。</li><li>8:Redis 5.0 内存版(标准架构)。</li><li>9:Redis 5.0 内存版(集群架构)。</li></ul>
5111
+ * 实例类型。
5112
+ - 2:Redis 2.8内存版(标准架构)。
5113
+ - 3:CKV 3.2内存版(标准架构)。
5114
+ - 4:CKV 3.2内存版(集群架构)。
5115
+ - 5:Redis 2.8内存版(单机)。
5116
+ - 6:Redis 4.0内存版(标准架构)。
5117
+ - 7:Redis 4.0内存版(集群架构)。
5118
+ - 8:Redis 5.0内存版(标准架构)。
5119
+ - 9:Redis 5.0内存版(集群架构)。
5120
+ - 15:Redis 6.2内存版(标准架构)。
5121
+ - 16:Redis 6.2内存版(集群架构)。
5069
5122
  */
5070
5123
  ProductType: number;
5071
5124
  /**
@@ -1,10 +1,10 @@
1
1
  export declare const sms: {
2
- v20190711: {
3
- Client: typeof import("./v20190711/sms_client").Client;
4
- Models: typeof import("./v20190711/sms_models");
5
- };
6
2
  v20210111: {
7
3
  Client: typeof import("./v20210111/sms_client").Client;
8
4
  Models: typeof import("./v20210111/sms_models");
9
5
  };
6
+ v20190711: {
7
+ Client: typeof import("./v20190711/sms_client").Client;
8
+ Models: typeof import("./v20190711/sms_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sms = void 0;
4
- const v20190711_1 = require("./v20190711");
5
4
  const v20210111_1 = require("./v20210111");
5
+ const v20190711_1 = require("./v20190711");
6
6
  exports.sms = {
7
- v20190711: v20190711_1.v20190711,
8
7
  v20210111: v20210111_1.v20210111,
8
+ v20190711: v20190711_1.v20190711,
9
9
  };