tencentcloud-sdk-nodejs-sqlserver 4.1.155 → 4.1.197

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.155",
3
+ "version": "4.1.197",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5067,13 +5067,17 @@ export interface RenewDBInstanceRequest {
5067
5067
  */
5068
5068
  export interface DeleteDBRequest {
5069
5069
  /**
5070
- * 实例ID,形如mssql-rljoi3bf
5070
+ * <p>实例ID,形如mssql-rljoi3bf</p>
5071
5071
  */
5072
5072
  InstanceId: string;
5073
5073
  /**
5074
- * 数据库名数组
5074
+ * <p>数据库名数组</p>
5075
5075
  */
5076
5076
  Names: Array<string>;
5077
+ /**
5078
+ * <p>删除数据库前是否创建备份。</p><p>取值范围:[0, 1]</p><p>默认值:0</p>
5079
+ */
5080
+ NoDoBackup?: number;
5077
5081
  }
5078
5082
  /**
5079
5083
  * DescribeMigrationDatabases返回参数结构体
@@ -6283,9 +6287,9 @@ export interface ModifyDBInstanceNoteRequest {
6283
6287
  */
6284
6288
  export interface DeleteDBResponse {
6285
6289
  /**
6286
- * 任务流ID
6290
+ * <p>任务流ID</p>
6287
6291
  */
6288
- FlowId: number;
6292
+ FlowId?: number;
6289
6293
  /**
6290
6294
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6291
6295
  */