tencentcloud-sdk-nodejs-redis 4.1.74 → 4.1.78

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-redis",
3
- "version": "4.1.74",
3
+ "version": "4.1.78",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2921,7 +2921,8 @@ export interface DescribeTaskListRequest {
2921
2921
  */
2922
2922
  Offset?: number;
2923
2923
  /**
2924
- * 项目 ID。登录 [Redis 控制台](https://console.cloud.tencent.com/redis),在右上角的账号信息下拉菜单中,选择**项目管理**,即可获取对应的项目 ID
2924
+ * 该字段已废弃, 请忽略, 项目 ID
2925
+ * @deprecated
2925
2926
  */
2926
2927
  ProjectIds?: Array<number | bigint>;
2927
2928
  /**
@@ -2953,7 +2954,7 @@ export interface DescribeTaskListRequest {
2953
2954
  - FLOW_MODIFYINSTANCEPARAMS:"034",修改实例参数。
2954
2955
  - FLOW_MODIFYINSTANCEPASSWORDFREE:"035",设置免密。
2955
2956
  - FLOW_SWITCHINSTANCEVIP:"036",实例VIP切换。
2956
- - FLOW_MODIFYINSTANCEACCOUNT:"037",实例帐号变更。
2957
+ - FLOW_MODIFYINSTANCEACCOUNT:"037",实例账号变更。
2957
2958
  - FLOW_MODIFYINSTANCEBANDWIDTH:"038",实例带宽变更。
2958
2959
  - FLOW_ENABLEINSTANCE_REPLICATE:"039",开启副本只读。
2959
2960
  - FLOW_DISABLEINSTANCE_REPLICATE:"040",关闭副本只读。
@@ -2974,7 +2975,7 @@ export interface DescribeTaskListRequest {
2974
2975
  - FLOW_CODE_CHANGE_INSTANCE_ROLE: "057",更改复制组实例角色。
2975
2976
  - FLOW_MIGRATE_NODE:"058",迁移节点。
2976
2977
  - FLOW_SWITCH_NODE:"059",切换节点。
2977
- - FLOW_UPGRADE_SMALL_VERSION:"060",升级 Redi s版本。
2978
+ - FLOW_UPGRADE_SMALL_VERSION:"060",升级 Redis版本。
2978
2979
  - FLOW_UPGRADE_PROXY_VERSION:"061",升级 Proxy 版本。
2979
2980
  - FLOW_MODIFY_INSTANCE_NETWORK: "062",实例修改网络。
2980
2981
  - FLOW_MIGRATE_PROXY_NODE:"063",迁移proxy节点。
@@ -3458,6 +3459,7 @@ export interface ModifyDBInstanceSecurityGroupsRequest {
3458
3459
  * 更换为新的安全组 ID 列表,即一个或者多个安全组 ID 组成的数组。
3459
3460
  - 若实例第一次配置安全组,请使用接口[AssociateSecurityGroups](https://cloud.tencent.com/document/product/239/41260)先绑定安全组。
3460
3461
  - 更换安全组,请在[控制台安全组](https://console.cloud.tencent.com/vpc/security-group)页面获取安全组 ID。
3462
+ **注意:**该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
3461
3463
  */
3462
3464
  SecurityGroupIds: Array<string>;
3463
3465
  /**
@@ -3963,6 +3965,10 @@ export interface ModifyInstanceBackupModeResponse {
3963
3965
  * SwitchProxy返回参数结构体
3964
3966
  */
3965
3967
  export interface SwitchProxyResponse {
3968
+ /**
3969
+ * 任务ID。
3970
+ */
3971
+ TaskId?: number;
3966
3972
  /**
3967
3973
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3968
3974
  */
@@ -5786,6 +5792,10 @@ export interface SwitchProxyRequest {
5786
5792
  * 实例 ProxyID,请通过接口[DescribeInstanceNodeInfo](https://cloud.tencent.com/document/product/239/48603)的返回参数**Proxy**中的**NodeId**获取。
5787
5793
  */
5788
5794
  ProxyID?: string;
5795
+ /**
5796
+ * 实例 ProxyID列表,请通过接口[DescribeInstanceNodeInfo](https://cloud.tencent.com/document/product/239/48603)的返回参数**Proxy**中的**NodeId**获取。
5797
+ */
5798
+ ProxyIDList?: Array<string>;
5789
5799
  }
5790
5800
  /**
5791
5801
  * DescribeInstanceSpecBandwidth请求参数结构体