tencentcloud-sdk-nodejs-cdb 4.0.373 → 4.0.376
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/CHANGELOG.md +605 -0
- package/SERVICE_CHANGELOG.md +693 -332
- package/package.json +1 -1
- package/products.md +26 -25
- package/src/services/cdb/v20170320/cdb_client.ts +21 -9
- package/src/services/cdb/v20170320/cdb_models.ts +95 -42
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +7 -3
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +9 -3
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +86 -38
|
@@ -635,33 +635,19 @@ export interface DeleteAccountsResponse {
|
|
|
635
635
|
RequestId?: string;
|
|
636
636
|
}
|
|
637
637
|
/**
|
|
638
|
-
*
|
|
638
|
+
* 用于回档的数据库表名
|
|
639
639
|
*/
|
|
640
|
-
export interface
|
|
641
|
-
/**
|
|
642
|
-
* 备份文件名
|
|
643
|
-
*/
|
|
644
|
-
Name: string;
|
|
645
|
-
/**
|
|
646
|
-
* 备份文件大小,单位:Byte
|
|
647
|
-
*/
|
|
648
|
-
Size: number;
|
|
649
|
-
/**
|
|
650
|
-
* 备份快照时间,时间格式:2016-03-17 02:10:37
|
|
651
|
-
*/
|
|
652
|
-
Date: string;
|
|
653
|
-
/**
|
|
654
|
-
* 内网下载地址
|
|
655
|
-
*/
|
|
656
|
-
IntranetUrl: string;
|
|
640
|
+
export interface RollbackTableName {
|
|
657
641
|
/**
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
642
|
+
* 回档前的原数据库表名
|
|
643
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
644
|
+
*/
|
|
645
|
+
TableName: string;
|
|
661
646
|
/**
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
647
|
+
* 回档后的新数据库表名
|
|
648
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
649
|
+
*/
|
|
650
|
+
NewTableName: string;
|
|
665
651
|
}
|
|
666
652
|
/**
|
|
667
653
|
* CloseWanService请求参数结构体
|
|
@@ -673,13 +659,13 @@ export interface CloseWanServiceRequest {
|
|
|
673
659
|
InstanceId: string;
|
|
674
660
|
}
|
|
675
661
|
/**
|
|
676
|
-
*
|
|
662
|
+
* OpenAuditService返回参数结构体
|
|
677
663
|
*/
|
|
678
|
-
export interface
|
|
664
|
+
export interface OpenAuditServiceResponse {
|
|
679
665
|
/**
|
|
680
|
-
*
|
|
666
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
681
667
|
*/
|
|
682
|
-
|
|
668
|
+
RequestId?: string;
|
|
683
669
|
}
|
|
684
670
|
/**
|
|
685
671
|
* CreateRoInstanceIp返回参数结构体
|
|
@@ -842,6 +828,35 @@ export interface ModifyAuditRuleResponse {
|
|
|
842
828
|
*/
|
|
843
829
|
RequestId?: string;
|
|
844
830
|
}
|
|
831
|
+
/**
|
|
832
|
+
* OpenAuditService请求参数结构体
|
|
833
|
+
*/
|
|
834
|
+
export interface OpenAuditServiceRequest {
|
|
835
|
+
/**
|
|
836
|
+
* CDB实例ID
|
|
837
|
+
*/
|
|
838
|
+
InstanceId: string;
|
|
839
|
+
/**
|
|
840
|
+
* 审计日志保存时长。支持值包括:
|
|
841
|
+
7 - 一周
|
|
842
|
+
30 - 一个月;
|
|
843
|
+
180 - 六个月;
|
|
844
|
+
365 - 一年;
|
|
845
|
+
1095 - 三年;
|
|
846
|
+
1825 - 五年;
|
|
847
|
+
*/
|
|
848
|
+
LogExpireDay: number;
|
|
849
|
+
/**
|
|
850
|
+
* 高频审计日志保存时长。支持值包括:
|
|
851
|
+
7 - 一周
|
|
852
|
+
30 - 一个月;
|
|
853
|
+
180 - 六个月;
|
|
854
|
+
365 - 一年;
|
|
855
|
+
1095 - 三年;
|
|
856
|
+
1825 - 五年;
|
|
857
|
+
*/
|
|
858
|
+
HighLogExpireDay?: number;
|
|
859
|
+
}
|
|
845
860
|
/**
|
|
846
861
|
* DescribeAuditRules请求参数结构体
|
|
847
862
|
*/
|
|
@@ -3543,6 +3558,15 @@ export interface InquiryPriceUpgradeInstancesResponse {
|
|
|
3543
3558
|
*/
|
|
3544
3559
|
RequestId?: string;
|
|
3545
3560
|
}
|
|
3561
|
+
/**
|
|
3562
|
+
* DescribeAuditConfig请求参数结构体
|
|
3563
|
+
*/
|
|
3564
|
+
export interface DescribeAuditConfigRequest {
|
|
3565
|
+
/**
|
|
3566
|
+
* 实例 ID,格式如:cdb-c1nl9rpv 或者 cdbro-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
|
|
3567
|
+
*/
|
|
3568
|
+
InstanceId: string;
|
|
3569
|
+
}
|
|
3546
3570
|
/**
|
|
3547
3571
|
* CreateDBInstance请求参数结构体
|
|
3548
3572
|
*/
|
|
@@ -4670,19 +4694,33 @@ export interface RenewDBInstanceRequest {
|
|
|
4670
4694
|
ModifyPayType?: string;
|
|
4671
4695
|
}
|
|
4672
4696
|
/**
|
|
4673
|
-
*
|
|
4697
|
+
* 慢查询日志详情
|
|
4674
4698
|
*/
|
|
4675
|
-
export interface
|
|
4699
|
+
export interface SlowLogInfo {
|
|
4676
4700
|
/**
|
|
4677
|
-
|
|
4678
|
-
|
|
4679
|
-
|
|
4680
|
-
TableName: string;
|
|
4701
|
+
* 备份文件名
|
|
4702
|
+
*/
|
|
4703
|
+
Name: string;
|
|
4681
4704
|
/**
|
|
4682
|
-
|
|
4683
|
-
|
|
4684
|
-
|
|
4685
|
-
|
|
4705
|
+
* 备份文件大小,单位:Byte
|
|
4706
|
+
*/
|
|
4707
|
+
Size: number;
|
|
4708
|
+
/**
|
|
4709
|
+
* 备份快照时间,时间格式:2016-03-17 02:10:37
|
|
4710
|
+
*/
|
|
4711
|
+
Date: string;
|
|
4712
|
+
/**
|
|
4713
|
+
* 内网下载地址
|
|
4714
|
+
*/
|
|
4715
|
+
IntranetUrl: string;
|
|
4716
|
+
/**
|
|
4717
|
+
* 外网下载地址
|
|
4718
|
+
*/
|
|
4719
|
+
InternetUrl: string;
|
|
4720
|
+
/**
|
|
4721
|
+
* 日志具体类型,可能的值:slowlog - 慢日志
|
|
4722
|
+
*/
|
|
4723
|
+
Type: string;
|
|
4686
4724
|
}
|
|
4687
4725
|
/**
|
|
4688
4726
|
* ModifyLocalBinlogConfig返回参数结构体
|
|
@@ -5988,6 +6026,16 @@ export interface ModifyAuditConfigRequest {
|
|
|
5988
6026
|
CloseAudit、LogExpireDay必须至少提供一个,如果两个都提供则按照CloseAudit优先的逻辑处理。
|
|
5989
6027
|
*/
|
|
5990
6028
|
CloseAudit?: boolean;
|
|
6029
|
+
/**
|
|
6030
|
+
* 高频审计日志保存时长。支持值包括:
|
|
6031
|
+
7 - 一周
|
|
6032
|
+
30 - 一个月;
|
|
6033
|
+
180 - 六个月;
|
|
6034
|
+
365 - 一年;
|
|
6035
|
+
1095 - 三年;
|
|
6036
|
+
1825 - 五年;
|
|
6037
|
+
*/
|
|
6038
|
+
HighLogExpireDay?: number;
|
|
5991
6039
|
}
|
|
5992
6040
|
/**
|
|
5993
6041
|
* 实例磁盘监控数据
|