tencentcloud-sdk-nodejs-sqlserver 4.1.8 → 4.1.10

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-sqlserver",
3
- "version": "4.1.8",
3
+ "version": "4.1.10",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -945,6 +945,10 @@ export interface RestartDBInstanceRequest {
945
945
  * 数据库实例ID,形如mssql-njj2mtpl
946
946
  */
947
947
  InstanceId: string;
948
+ /**
949
+ * 重启设置,0-立刻重启,1-维护时间窗口内重启,默认0
950
+ */
951
+ WaitSwitch?: number;
948
952
  }
949
953
  /**
950
954
  * ModifyDBInstanceName请求参数结构体