tencentcloud-sdk-nodejs-redis 4.0.455 → 4.0.457

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.
@@ -371,17 +371,17 @@ TypeId为标准架构时,MemSize是实例总内存容量;TypeId为集群架
371
371
  */
372
372
  export interface CreateReplicationGroupRequest {
373
373
  /**
374
- * 实例ID
374
+ * 指定复制组中的主实例ID
375
375
  */
376
376
  InstanceId: string
377
377
 
378
378
  /**
379
- * 复制组名称
379
+ * 复制组名称。
380
380
  */
381
381
  GroupName?: string
382
382
 
383
383
  /**
384
- * 备注信息
384
+ * 备注信息。
385
385
  */
386
386
  Remark?: string
387
387
  }
@@ -411,6 +411,21 @@ export interface DescribeInstanceZoneInfoRequest {
411
411
  InstanceId?: string
412
412
  }
413
413
 
414
+ /**
415
+ * ModifyConnectionConfig返回参数结构体
416
+ */
417
+ export interface ModifyConnectionConfigResponse {
418
+ /**
419
+ * 任务ID
420
+ */
421
+ TaskId: number
422
+
423
+ /**
424
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
425
+ */
426
+ RequestId?: string
427
+ }
428
+
414
429
  /**
415
430
  * ModifyNetworkConfig返回参数结构体
416
431
  */
@@ -521,7 +536,7 @@ export interface Inbound {
521
536
  */
522
537
  export interface AssociateSecurityGroupsRequest {
523
538
  /**
524
- * 数据库引擎名称:mariadb,cdb,cynosdb,dcdb,redis,mongodb 等。
539
+ * 数据库引擎名称,本接口取值:redis
525
540
  */
526
541
  Product: string
527
542
 
@@ -726,17 +741,17 @@ export interface DescribeCommonDBInstancesRequest {
726
741
  */
727
742
  export interface DescribeDBSecurityGroupsResponse {
728
743
  /**
729
- * 安全组规则
744
+ * 安全组规则。
730
745
  */
731
746
  Groups: Array<SecurityGroup>
732
747
 
733
748
  /**
734
- * 安全组生效内网地址
749
+ * 安全组生效内网地址。
735
750
  */
736
751
  VIP: string
737
752
 
738
753
  /**
739
- * 安全组生效内网端口
754
+ * 安全组生效内网端口。
740
755
  */
741
756
  VPort: string
742
757
 
@@ -1533,7 +1548,7 @@ export interface ChangeMasterInstanceResponse {
1533
1548
  */
1534
1549
  export interface AddReplicationInstanceResponse {
1535
1550
  /**
1536
- * 异步流程ID
1551
+ * 异步流程ID
1537
1552
  */
1538
1553
  TaskId: number
1539
1554
 
@@ -2175,13 +2190,14 @@ export interface InstanceIntegerParam {
2175
2190
  */
2176
2191
  export interface UpgradeVersionToMultiAvailabilityZonesRequest {
2177
2192
  /**
2178
- * 实例ID
2193
+ * 实例ID
2179
2194
  */
2180
2195
  InstanceId: string
2181
2196
 
2182
2197
  /**
2183
- * 是否升级proxy和redis内核版本,升级后可支持就近接入
2184
- */
2198
+ * 升级多可用区之后是否支持就近访问功能。
2199
+ <ul><li>true:支持就近访问功能。升级过程,需同时升级 Proxy 版本和 Redis 内核小版本,涉及数据搬迁,可能会长达数小时。</li><li>false:无需支持就近访问功能。升级多可用区仅涉及管理元数据迁移,对服务没有影响,升级过程通常在3分钟内完成。</li></ul>
2200
+ */
2185
2201
  UpgradeProxyAndRedisServer?: boolean
2186
2202
  }
2187
2203
 
@@ -2356,6 +2372,16 @@ export interface DescribeInstanceMonitorTopNCmdTookResponse {
2356
2372
  RequestId?: string
2357
2373
  }
2358
2374
 
2375
+ /**
2376
+ * CloseSSL请求参数结构体
2377
+ */
2378
+ export interface CloseSSLRequest {
2379
+ /**
2380
+ * 实例ID。
2381
+ */
2382
+ InstanceId: string
2383
+ }
2384
+
2359
2385
  /**
2360
2386
  * DescribeInstanceMonitorBigKeySizeDist请求参数结构体
2361
2387
  */
@@ -2721,17 +2747,17 @@ export interface CleanUpInstanceResponse {
2721
2747
  */
2722
2748
  export interface ModifyDBInstanceSecurityGroupsRequest {
2723
2749
  /**
2724
- * 数据库引擎名称:mariadb,cdb,cynosdb,dcdb,redis,mongodb 等。
2750
+ * 数据库引擎名称,本接口取值:redis
2725
2751
  */
2726
2752
  Product: string
2727
2753
 
2728
2754
  /**
2729
- * 要修改的安全组ID列表,一个或者多个安全组Id组成的数组。
2755
+ * 要修改的安全组 ID 列表,一个或者多个安全组 ID 组成的数组。
2730
2756
  */
2731
2757
  SecurityGroupIds: Array<string>
2732
2758
 
2733
2759
  /**
2734
- * 实例ID,格式如:cdb-c1nl9rpv或者cdbro-c1nl9rpv,与云数据库控制台页面中显示的实例ID相同
2760
+ * 实例 ID,格式如:cdb-c1nl9rpv或者cdbro-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
2735
2761
  */
2736
2762
  InstanceId: string
2737
2763
  }
@@ -4239,11 +4265,11 @@ export interface InquiryPriceRenewInstanceRequest {
4239
4265
  }
4240
4266
 
4241
4267
  /**
4242
- * ModifyConnectionConfig返回参数结构体
4268
+ * CloseSSL返回参数结构体
4243
4269
  */
4244
- export interface ModifyConnectionConfigResponse {
4270
+ export interface CloseSSLResponse {
4245
4271
  /**
4246
- * 任务ID
4272
+ * 任务ID
4247
4273
  */
4248
4274
  TaskId: number
4249
4275
 
@@ -4273,7 +4299,7 @@ export interface ModifyMaintenanceWindowResponse {
4273
4299
  */
4274
4300
  export interface CreateReplicationGroupResponse {
4275
4301
  /**
4276
- * 异步流程ID
4302
+ * 异步流程ID
4277
4303
  */
4278
4304
  TaskId: number
4279
4305
 
@@ -4439,6 +4465,16 @@ export interface ModifyInstanceParamsRequest {
4439
4465
  InstanceParams: Array<InstanceParam>
4440
4466
  }
4441
4467
 
4468
+ /**
4469
+ * OpenSSL请求参数结构体
4470
+ */
4471
+ export interface OpenSSLRequest {
4472
+ /**
4473
+ * 实例ID。
4474
+ */
4475
+ InstanceId: string
4476
+ }
4477
+
4442
4478
  /**
4443
4479
  * 备份文件下载信息
4444
4480
  */
@@ -4524,17 +4560,17 @@ export interface DescribeMaintenanceWindowRequest {
4524
4560
  */
4525
4561
  export interface AddReplicationInstanceRequest {
4526
4562
  /**
4527
- * 复制组ID
4563
+ * 复制组ID
4528
4564
  */
4529
4565
  GroupId: string
4530
4566
 
4531
4567
  /**
4532
- * 实例ID
4568
+ * 实例ID
4533
4569
  */
4534
4570
  InstanceId: string
4535
4571
 
4536
4572
  /**
4537
- * 实例角色,rw可读写,r只读
4573
+ * 给复制组添加的实例分配角色。<ul><li>rw:可读写。</li><li>r:只读。</li></ul>
4538
4574
  */
4539
4575
  InstanceRole: string
4540
4576
  }
@@ -4866,17 +4902,17 @@ export interface DescribeInstanceParamsResponse {
4866
4902
  */
4867
4903
  export interface DisassociateSecurityGroupsRequest {
4868
4904
  /**
4869
- * 数据库引擎名称:mariadb,cdb,cynosdb,dcdb,redis,mongodb 等。
4905
+ * 数据库引擎名称,本接口取值:redis
4870
4906
  */
4871
4907
  Product: string
4872
4908
 
4873
4909
  /**
4874
- * 安全组Id
4910
+ * 安全组 ID
4875
4911
  */
4876
4912
  SecurityGroupId: string
4877
4913
 
4878
4914
  /**
4879
- * 实例ID列表,一个或者多个实例Id组成的数组。
4915
+ * 实例ID列表,一个或者多个实例 ID 组成的数组。
4880
4916
  */
4881
4917
  InstanceIds: Array<string>
4882
4918
  }
@@ -5137,6 +5173,21 @@ export interface InstanceClusterShard {
5137
5173
  Connected: number
5138
5174
  }
5139
5175
 
5176
+ /**
5177
+ * OpenSSL返回参数结构体
5178
+ */
5179
+ export interface OpenSSLResponse {
5180
+ /**
5181
+ * 任务ID。
5182
+ */
5183
+ TaskId: number
5184
+
5185
+ /**
5186
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5187
+ */
5188
+ RequestId?: string
5189
+ }
5190
+
5140
5191
  /**
5141
5192
  * Tendis慢查询详情
5142
5193
  */