tencentcloud-sdk-nodejs-sqlserver 4.0.331 → 4.0.334

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.
@@ -238,15 +238,15 @@ export interface DescribeMaintenanceSpanResponse {
238
238
  /**
239
239
  * 以周为单位,表示周几允许维护,例如:[1,2,3,4,5,6,7]表示周一到周日均为可维护日。
240
240
  */
241
- Weekly?: Array<number>;
241
+ Weekly: Array<number>;
242
242
  /**
243
243
  * 每天可维护的开始时间,例如:10:24标识可维护时间窗10点24分开始。
244
244
  */
245
- StartTime?: string;
245
+ StartTime: string;
246
246
  /**
247
247
  * 每天可维护的持续时间,单位是h,例如:1 表示从可维护的开始时间起持续1小时。
248
248
  */
249
- Span?: number;
249
+ Span: number;
250
250
  /**
251
251
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
252
252
  */
@@ -426,7 +426,7 @@ export interface StartBackupMigrationResponse {
426
426
  /**
427
427
  * 流程ID
428
428
  */
429
- FlowId?: number;
429
+ FlowId: number;
430
430
  /**
431
431
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
432
432
  */
@@ -619,7 +619,7 @@ export interface RollbackInstanceResponse {
619
619
  /**
620
620
  * 异步任务ID
621
621
  */
622
- FlowId?: number;
622
+ FlowId: number;
623
623
  /**
624
624
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
625
625
  */
@@ -772,7 +772,7 @@ export interface DescribeRollbackTimeResponse {
772
772
  /**
773
773
  * 数据库可回档实例信息
774
774
  */
775
- Details?: Array<DbRollbackTimeInfo>;
775
+ Details: Array<DbRollbackTimeInfo>;
776
776
  /**
777
777
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
778
778
  */
@@ -1306,7 +1306,7 @@ export interface ResetAccountPasswordResponse {
1306
1306
  /**
1307
1307
  * 修改帐号密码的异步任务流程ID
1308
1308
  */
1309
- FlowId?: number;
1309
+ FlowId: number;
1310
1310
  /**
1311
1311
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1312
1312
  */
@@ -1974,7 +1974,7 @@ export interface ModifyBackupMigrationResponse {
1974
1974
  /**
1975
1975
  * 备份导入任务ID
1976
1976
  */
1977
- BackupMigrationId?: string;
1977
+ BackupMigrationId: string;
1978
1978
  /**
1979
1979
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1980
1980
  */
@@ -2453,35 +2453,35 @@ export interface DescribeUploadIncrementalInfoResponse {
2453
2453
  /**
2454
2454
  * 存储桶名称
2455
2455
  */
2456
- BucketName?: string;
2456
+ BucketName: string;
2457
2457
  /**
2458
2458
  * 存储桶地域信息
2459
2459
  */
2460
- Region?: string;
2460
+ Region: string;
2461
2461
  /**
2462
2462
  * 存储路径
2463
2463
  */
2464
- Path?: string;
2464
+ Path: string;
2465
2465
  /**
2466
2466
  * 临时密钥ID
2467
2467
  */
2468
- TmpSecretId?: string;
2468
+ TmpSecretId: string;
2469
2469
  /**
2470
2470
  * 临时密钥Key
2471
2471
  */
2472
- TmpSecretKey?: string;
2472
+ TmpSecretKey: string;
2473
2473
  /**
2474
2474
  * 临时密钥Token
2475
2475
  */
2476
- XCosSecurityToken?: string;
2476
+ XCosSecurityToken: string;
2477
2477
  /**
2478
2478
  * 临时密钥开始时间
2479
2479
  */
2480
- StartTime?: string;
2480
+ StartTime: string;
2481
2481
  /**
2482
2482
  * 临时密钥到期时间
2483
2483
  */
2484
- ExpiredTime?: string;
2484
+ ExpiredTime: string;
2485
2485
  /**
2486
2486
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2487
2487
  */
@@ -2903,7 +2903,7 @@ export interface DescribeBackupUploadSizeResponse {
2903
2903
  /**
2904
2904
  * 已上传的备份的信息
2905
2905
  */
2906
- CosUploadBackupFileSet?: Array<CosUploadBackupFile>;
2906
+ CosUploadBackupFileSet: Array<CosUploadBackupFile>;
2907
2907
  /**
2908
2908
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2909
2909
  */
@@ -2959,7 +2959,7 @@ export interface StartIncrementalMigrationResponse {
2959
2959
  /**
2960
2960
  * 流程ID
2961
2961
  */
2962
- FlowId?: number;
2962
+ FlowId: number;
2963
2963
  /**
2964
2964
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2965
2965
  */
@@ -3087,7 +3087,7 @@ export interface CreateBackupResponse {
3087
3087
  /**
3088
3088
  * 异步任务ID
3089
3089
  */
3090
- FlowId?: number;
3090
+ FlowId: number;
3091
3091
  /**
3092
3092
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3093
3093
  */
@@ -3293,35 +3293,35 @@ export interface DescribeUploadBackupInfoResponse {
3293
3293
  /**
3294
3294
  * 存储桶名称
3295
3295
  */
3296
- BucketName?: string;
3296
+ BucketName: string;
3297
3297
  /**
3298
3298
  * 存储桶地域信息
3299
3299
  */
3300
- Region?: string;
3300
+ Region: string;
3301
3301
  /**
3302
3302
  * 存储路径
3303
3303
  */
3304
- Path?: string;
3304
+ Path: string;
3305
3305
  /**
3306
3306
  * 临时密钥ID
3307
3307
  */
3308
- TmpSecretId?: string;
3308
+ TmpSecretId: string;
3309
3309
  /**
3310
3310
  * 临时密钥Key
3311
3311
  */
3312
- TmpSecretKey?: string;
3312
+ TmpSecretKey: string;
3313
3313
  /**
3314
3314
  * 临时密钥Token
3315
3315
  */
3316
- XCosSecurityToken?: string;
3316
+ XCosSecurityToken: string;
3317
3317
  /**
3318
3318
  * 临时密钥开始时间
3319
3319
  */
3320
- StartTime?: string;
3320
+ StartTime: string;
3321
3321
  /**
3322
3322
  * 临时密钥到期时间
3323
3323
  */
3324
- ExpiredTime?: string;
3324
+ ExpiredTime: string;
3325
3325
  /**
3326
3326
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3327
3327
  */
@@ -3461,7 +3461,7 @@ export interface ModifyDBNameResponse {
3461
3461
  /**
3462
3462
  * 任务流ID
3463
3463
  */
3464
- FlowId?: number;
3464
+ FlowId: number;
3465
3465
  /**
3466
3466
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3467
3467
  */
@@ -3727,7 +3727,7 @@ export interface CreateIncrementalMigrationResponse {
3727
3727
  /**
3728
3728
  * 增量备份导入任务ID
3729
3729
  */
3730
- IncrementalMigrationId?: string;
3730
+ IncrementalMigrationId: string;
3731
3731
  /**
3732
3732
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3733
3733
  */
@@ -3938,7 +3938,7 @@ export interface CreateBackupMigrationResponse {
3938
3938
  /**
3939
3939
  * 备份导入任务ID
3940
3940
  */
3941
- BackupMigrationId?: string;
3941
+ BackupMigrationId: string;
3942
3942
  /**
3943
3943
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3944
3944
  */
@@ -4412,7 +4412,7 @@ export interface DeleteDBResponse {
4412
4412
  /**
4413
4413
  * 任务流ID
4414
4414
  */
4415
- FlowId?: number;
4415
+ FlowId: number;
4416
4416
  /**
4417
4417
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4418
4418
  */
@@ -4425,7 +4425,7 @@ export interface CreateDBResponse {
4425
4425
  /**
4426
4426
  * 任务流ID
4427
4427
  */
4428
- FlowId?: number;
4428
+ FlowId: number;
4429
4429
  /**
4430
4430
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4431
4431
  */
@@ -4438,7 +4438,7 @@ export interface RestartDBInstanceResponse {
4438
4438
  /**
4439
4439
  * 异步任务流程ID
4440
4440
  */
4441
- FlowId?: number;
4441
+ FlowId: number;
4442
4442
  /**
4443
4443
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4444
4444
  */
@@ -4485,11 +4485,11 @@ export interface DescribeSlowlogsResponse {
4485
4485
  /**
4486
4486
  * 查询总数
4487
4487
  */
4488
- TotalCount?: number;
4488
+ TotalCount: number;
4489
4489
  /**
4490
4490
  * 慢查询日志信息列表
4491
4491
  */
4492
- Slowlogs?: Array<SlowlogInfo>;
4492
+ Slowlogs: Array<SlowlogInfo>;
4493
4493
  /**
4494
4494
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4495
4495
  */
@@ -4803,7 +4803,7 @@ export interface DescribeBackupCommandResponse {
4803
4803
  /**
4804
4804
  * 创建备份命令
4805
4805
  */
4806
- Command?: string;
4806
+ Command: string;
4807
4807
  /**
4808
4808
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4809
4809
  */
@@ -4829,11 +4829,11 @@ export interface DescribePublishSubscribeResponse {
4829
4829
  /**
4830
4830
  * 总数
4831
4831
  */
4832
- TotalCount?: number;
4832
+ TotalCount: number;
4833
4833
  /**
4834
4834
  * 发布订阅列表
4835
4835
  */
4836
- PublishSubscribeSet?: Array<PublishSubscribe>;
4836
+ PublishSubscribeSet: Array<PublishSubscribe>;
4837
4837
  /**
4838
4838
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4839
4839
  */
@@ -4953,7 +4953,7 @@ export interface DeleteAccountResponse {
4953
4953
  /**
4954
4954
  * 任务流ID
4955
4955
  */
4956
- FlowId?: number;
4956
+ FlowId: number;
4957
4957
  /**
4958
4958
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4959
4959
  */