tencentcloud-sdk-nodejs 4.0.578 → 4.0.579
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 +44 -0
- package/SERVICE_CHANGELOG.md +49 -71
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/btoe/index.ts +2 -2
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +6 -4
- package/src/services/ess/v20201111/ess_client.ts +8 -8
- package/src/services/ess/v20201111/ess_models.ts +8 -8
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/faceid/v20180301/faceid_models.ts +12 -0
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +118 -65
- package/src/services/sms/index.ts +2 -2
- package/src/services/tcaplusdb/v20190823/tcaplusdb_client.ts +51 -9
- package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +241 -35
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/v20220901/teo_models.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tiw/v20190919/tiw_client.ts +1 -1
- package/src/services/tiw/v20190919/tiw_models.ts +2 -2
- package/src/services/tsw/index.ts +2 -2
- package/src/services/vm/index.ts +4 -4
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -4
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +8 -8
- package/tencentcloud/services/ess/v20201111/ess_client.js +8 -8
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -8
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +10 -0
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +109 -56
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_client.d.ts +19 -3
- package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_client.js +25 -3
- package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +207 -32
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +1 -1
- package/tencentcloud/services/tiw/v20190919/tiw_client.js +1 -1
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -2
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vm/index.d.ts +6 -6
- package/tencentcloud/services/vm/index.js +4 -4
- package/test/tcaplusdb.v20190823.test.js +32 -2
|
@@ -1001,7 +1001,7 @@ export interface Account {
|
|
|
1001
1001
|
*/
|
|
1002
1002
|
export interface InstanceProxySlowlogDetail {
|
|
1003
1003
|
/**
|
|
1004
|
-
*
|
|
1004
|
+
* 慢查询耗时时长。单位:毫秒。
|
|
1005
1005
|
*/
|
|
1006
1006
|
Duration: number
|
|
1007
1007
|
|
|
@@ -1011,12 +1011,12 @@ export interface InstanceProxySlowlogDetail {
|
|
|
1011
1011
|
Client: string
|
|
1012
1012
|
|
|
1013
1013
|
/**
|
|
1014
|
-
*
|
|
1014
|
+
* 慢查询的命令。
|
|
1015
1015
|
*/
|
|
1016
1016
|
Command: string
|
|
1017
1017
|
|
|
1018
1018
|
/**
|
|
1019
|
-
*
|
|
1019
|
+
* 慢查询详细命令行信息。
|
|
1020
1020
|
*/
|
|
1021
1021
|
CommandLine: string
|
|
1022
1022
|
|
|
@@ -1416,49 +1416,51 @@ export interface DescribeProjectSecurityGroupRequest {
|
|
|
1416
1416
|
*/
|
|
1417
1417
|
export interface ParameterDetail {
|
|
1418
1418
|
/**
|
|
1419
|
-
*
|
|
1419
|
+
* 参数名称。
|
|
1420
1420
|
*/
|
|
1421
1421
|
Name: string
|
|
1422
1422
|
|
|
1423
1423
|
/**
|
|
1424
|
-
*
|
|
1424
|
+
* 参数类型。
|
|
1425
1425
|
*/
|
|
1426
1426
|
ParamType: string
|
|
1427
1427
|
|
|
1428
1428
|
/**
|
|
1429
|
-
*
|
|
1429
|
+
* 参数默认值。
|
|
1430
1430
|
*/
|
|
1431
1431
|
Default: string
|
|
1432
1432
|
|
|
1433
1433
|
/**
|
|
1434
|
-
*
|
|
1434
|
+
* 参数描述。
|
|
1435
1435
|
*/
|
|
1436
1436
|
Description: string
|
|
1437
1437
|
|
|
1438
1438
|
/**
|
|
1439
|
-
*
|
|
1439
|
+
* 参数当前值。
|
|
1440
1440
|
*/
|
|
1441
1441
|
CurrentValue: string
|
|
1442
1442
|
|
|
1443
1443
|
/**
|
|
1444
|
-
|
|
1445
|
-
|
|
1444
|
+
* 修改参数后,是否需要重启数据库以使参数生效。
|
|
1445
|
+
- 0:不需要重启。
|
|
1446
|
+
- 1:需要重启。
|
|
1447
|
+
*/
|
|
1446
1448
|
NeedReboot: number
|
|
1447
1449
|
|
|
1448
1450
|
/**
|
|
1449
|
-
*
|
|
1451
|
+
* 参数允许的最大值。
|
|
1450
1452
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1451
1453
|
*/
|
|
1452
1454
|
Max: string
|
|
1453
1455
|
|
|
1454
1456
|
/**
|
|
1455
|
-
*
|
|
1457
|
+
* 参数允许的最小值。
|
|
1456
1458
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1457
1459
|
*/
|
|
1458
1460
|
Min: string
|
|
1459
1461
|
|
|
1460
1462
|
/**
|
|
1461
|
-
*
|
|
1463
|
+
* 参数可选枚举值。如果为非枚举参数,则为空。
|
|
1462
1464
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1463
1465
|
*/
|
|
1464
1466
|
EnumValue: Array<string>
|
|
@@ -1827,73 +1829,82 @@ export interface ModifyInstanceResponse {
|
|
|
1827
1829
|
*/
|
|
1828
1830
|
export interface RedisCommonInstanceList {
|
|
1829
1831
|
/**
|
|
1830
|
-
*
|
|
1832
|
+
* 实例名称。
|
|
1831
1833
|
*/
|
|
1832
1834
|
InstanceName: string
|
|
1833
1835
|
|
|
1834
1836
|
/**
|
|
1835
|
-
* 实例
|
|
1837
|
+
* 实例 ID。
|
|
1836
1838
|
*/
|
|
1837
1839
|
InstanceId: string
|
|
1838
1840
|
|
|
1839
1841
|
/**
|
|
1840
|
-
* 用户
|
|
1842
|
+
* 用户APPID。APPID是与账号ID有唯一对应关系的应用 ID,部分腾讯云产品会使用此 APPID。
|
|
1841
1843
|
*/
|
|
1842
1844
|
AppId: number
|
|
1843
1845
|
|
|
1844
1846
|
/**
|
|
1845
|
-
* 实例所属项目
|
|
1847
|
+
* 实例所属项目 ID。
|
|
1846
1848
|
*/
|
|
1847
1849
|
ProjectId: number
|
|
1848
1850
|
|
|
1849
1851
|
/**
|
|
1850
|
-
*
|
|
1852
|
+
* 实例接入区域。
|
|
1851
1853
|
*/
|
|
1852
1854
|
Region: string
|
|
1853
1855
|
|
|
1854
1856
|
/**
|
|
1855
|
-
*
|
|
1857
|
+
* 实例接入可用区。
|
|
1856
1858
|
*/
|
|
1857
1859
|
Zone: string
|
|
1858
1860
|
|
|
1859
1861
|
/**
|
|
1860
|
-
*
|
|
1862
|
+
* 实例私有网络 ID。
|
|
1861
1863
|
*/
|
|
1862
1864
|
VpcId: string
|
|
1863
1865
|
|
|
1864
1866
|
/**
|
|
1865
|
-
*
|
|
1867
|
+
* 私有网络所属子网 ID。
|
|
1866
1868
|
*/
|
|
1867
1869
|
SubnetId: string
|
|
1868
1870
|
|
|
1869
1871
|
/**
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
+
* 实例状态信息。
|
|
1873
|
+
- 1-流程中。
|
|
1874
|
+
- 2-运行中。
|
|
1875
|
+
- -2-实例已隔离。
|
|
1876
|
+
- -3-实例待回收。
|
|
1877
|
+
- -4-实例已删除。
|
|
1878
|
+
*/
|
|
1872
1879
|
Status: string
|
|
1873
1880
|
|
|
1874
1881
|
/**
|
|
1875
|
-
*
|
|
1882
|
+
* 实例私有网络 IP 地址。
|
|
1876
1883
|
*/
|
|
1877
1884
|
Vips: Array<string>
|
|
1878
1885
|
|
|
1879
1886
|
/**
|
|
1880
|
-
*
|
|
1887
|
+
* 实例网络端口。
|
|
1881
1888
|
*/
|
|
1882
1889
|
Vport: number
|
|
1883
1890
|
|
|
1884
1891
|
/**
|
|
1885
|
-
*
|
|
1892
|
+
* 实例创建时间。
|
|
1886
1893
|
*/
|
|
1887
1894
|
Createtime: string
|
|
1888
1895
|
|
|
1889
1896
|
/**
|
|
1890
|
-
|
|
1891
|
-
|
|
1897
|
+
* 计费类型。
|
|
1898
|
+
- 0:按量计费。
|
|
1899
|
+
- 1:包年包月。
|
|
1900
|
+
*/
|
|
1892
1901
|
PayMode: number
|
|
1893
1902
|
|
|
1894
1903
|
/**
|
|
1895
|
-
|
|
1896
|
-
|
|
1904
|
+
* 网络类型。
|
|
1905
|
+
- 0:基础网络。
|
|
1906
|
+
- 1:VPC 网络。
|
|
1907
|
+
*/
|
|
1897
1908
|
NetType: number
|
|
1898
1909
|
}
|
|
1899
1910
|
|
|
@@ -2082,7 +2093,7 @@ export interface ModifyMaintenanceWindowRequest {
|
|
|
2082
2093
|
*/
|
|
2083
2094
|
export interface DescribeParamTemplateInfoRequest {
|
|
2084
2095
|
/**
|
|
2085
|
-
*
|
|
2096
|
+
* 指定查询的参数模板 ID。请通过接口[DescribeParamTemplates](https://cloud.tencent.com/document/product/239/58750)获取参数模板列表信息。
|
|
2086
2097
|
*/
|
|
2087
2098
|
TemplateId: string
|
|
2088
2099
|
}
|
|
@@ -2520,23 +2531,32 @@ export interface CloneInstancesResponse {
|
|
|
2520
2531
|
*/
|
|
2521
2532
|
export interface ParamTemplateInfo {
|
|
2522
2533
|
/**
|
|
2523
|
-
* 参数模板ID
|
|
2534
|
+
* 参数模板 ID。
|
|
2524
2535
|
*/
|
|
2525
2536
|
TemplateId: string
|
|
2526
2537
|
|
|
2527
2538
|
/**
|
|
2528
|
-
*
|
|
2539
|
+
* 参数模板名称。
|
|
2529
2540
|
*/
|
|
2530
2541
|
Name: string
|
|
2531
2542
|
|
|
2532
2543
|
/**
|
|
2533
|
-
*
|
|
2544
|
+
* 参数模板描述。
|
|
2534
2545
|
*/
|
|
2535
2546
|
Description: string
|
|
2536
2547
|
|
|
2537
2548
|
/**
|
|
2538
|
-
|
|
2539
|
-
|
|
2549
|
+
* 实例类型。
|
|
2550
|
+
- 2:Redis 2.8内存版(标准架构)。
|
|
2551
|
+
- 3:CKV 3.2内存版(标准架构)。
|
|
2552
|
+
- 4:CKV 3.2内存版(集群架构)。
|
|
2553
|
+
- 5:Redis 2.8内存版(单机)。
|
|
2554
|
+
- 6:Redis 4.0内存版(标准架构)。
|
|
2555
|
+
- 7:Redis 4.0内存版(集群架构)。
|
|
2556
|
+
- 8:Redis 5.0内存版(标准架构)。
|
|
2557
|
+
- 9:Redis 5.0内存版(集群架构)。
|
|
2558
|
+
|
|
2559
|
+
*/
|
|
2540
2560
|
ProductType: number
|
|
2541
2561
|
}
|
|
2542
2562
|
|
|
@@ -3022,27 +3042,30 @@ export interface DescribeInstanceSecurityGroupRequest {
|
|
|
3022
3042
|
*/
|
|
3023
3043
|
export interface InstanceParamHistory {
|
|
3024
3044
|
/**
|
|
3025
|
-
*
|
|
3045
|
+
* 参数名称。
|
|
3026
3046
|
*/
|
|
3027
3047
|
ParamName: string
|
|
3028
3048
|
|
|
3029
3049
|
/**
|
|
3030
|
-
*
|
|
3050
|
+
* 参数修改之前的值。
|
|
3031
3051
|
*/
|
|
3032
3052
|
PreValue: string
|
|
3033
3053
|
|
|
3034
3054
|
/**
|
|
3035
|
-
*
|
|
3055
|
+
* 参数修改之后的值。
|
|
3036
3056
|
*/
|
|
3037
3057
|
NewValue: string
|
|
3038
3058
|
|
|
3039
3059
|
/**
|
|
3040
|
-
|
|
3041
|
-
|
|
3060
|
+
* 参数配置状态。
|
|
3061
|
+
- 1:参数配置修改中。
|
|
3062
|
+
- 2:参数配置修改成功。
|
|
3063
|
+
- 3:参数配置修改失败。
|
|
3064
|
+
*/
|
|
3042
3065
|
Status: number
|
|
3043
3066
|
|
|
3044
3067
|
/**
|
|
3045
|
-
*
|
|
3068
|
+
* 修改时间。
|
|
3046
3069
|
*/
|
|
3047
3070
|
ModifyTime: string
|
|
3048
3071
|
}
|
|
@@ -3750,12 +3773,12 @@ export interface TradeDealDetail {
|
|
|
3750
3773
|
*/
|
|
3751
3774
|
export interface ResourceTag {
|
|
3752
3775
|
/**
|
|
3753
|
-
* 标签
|
|
3776
|
+
* 标签Key。
|
|
3754
3777
|
*/
|
|
3755
3778
|
TagKey: string
|
|
3756
3779
|
|
|
3757
3780
|
/**
|
|
3758
|
-
* 标签
|
|
3781
|
+
* 标签 Key 对应的 Value。
|
|
3759
3782
|
*/
|
|
3760
3783
|
TagValue: string
|
|
3761
3784
|
}
|
|
@@ -3895,7 +3918,7 @@ export interface DescribeInstanceDealDetailResponse {
|
|
|
3895
3918
|
*/
|
|
3896
3919
|
export interface Groups {
|
|
3897
3920
|
/**
|
|
3898
|
-
* 用户
|
|
3921
|
+
* 用户 APPID。APPID是与账号ID有唯一对应关系的应用 ID,部分腾讯云产品会使用此 APPID。
|
|
3899
3922
|
*/
|
|
3900
3923
|
AppId: number
|
|
3901
3924
|
|
|
@@ -3923,7 +3946,7 @@ export interface Groups {
|
|
|
3923
3946
|
RegionId: number
|
|
3924
3947
|
|
|
3925
3948
|
/**
|
|
3926
|
-
* 复制组 ID
|
|
3949
|
+
* 复制组 ID。格式如:crs-rpl-deind****。
|
|
3927
3950
|
*/
|
|
3928
3951
|
GroupId: string
|
|
3929
3952
|
|
|
@@ -4486,8 +4509,18 @@ export interface InstanceSet {
|
|
|
4486
4509
|
SizeUsed: number
|
|
4487
4510
|
|
|
4488
4511
|
/**
|
|
4489
|
-
|
|
4490
|
-
|
|
4512
|
+
* 实例类型。
|
|
4513
|
+
- 2:Redis 2.8内存版(标准架构)。
|
|
4514
|
+
- 3:CKV 3.2内存版(标准架构)。
|
|
4515
|
+
- 4:CKV 3.2内存版(集群架构)。
|
|
4516
|
+
- 5:Redis 2.8内存版(单机)。
|
|
4517
|
+
- 6:Redis 4.0内存版(标准架构)。
|
|
4518
|
+
- 7:Redis 4.0内存版(集群架构)。
|
|
4519
|
+
- 8:Redis 5.0内存版(标准架构)。
|
|
4520
|
+
- 9:Redis 5.0内存版(集群架构)。
|
|
4521
|
+
- 15:Redis 6.2内存版(标准架构)。
|
|
4522
|
+
- 16:Redis 6.2内存版(集群架构)。
|
|
4523
|
+
*/
|
|
4491
4524
|
Type: number
|
|
4492
4525
|
|
|
4493
4526
|
/**
|
|
@@ -5327,34 +5360,44 @@ export type DescribeBackupDownloadRestrictionRequest = null
|
|
|
5327
5360
|
*/
|
|
5328
5361
|
export interface DescribeParamTemplateInfoResponse {
|
|
5329
5362
|
/**
|
|
5330
|
-
*
|
|
5363
|
+
* 参数模板的参数数量。
|
|
5331
5364
|
*/
|
|
5332
|
-
TotalCount
|
|
5365
|
+
TotalCount?: number
|
|
5333
5366
|
|
|
5334
5367
|
/**
|
|
5335
5368
|
* 参数模板 ID。
|
|
5336
5369
|
*/
|
|
5337
|
-
TemplateId
|
|
5370
|
+
TemplateId?: string
|
|
5338
5371
|
|
|
5339
5372
|
/**
|
|
5340
5373
|
* 参数模板名称。
|
|
5341
5374
|
*/
|
|
5342
|
-
Name
|
|
5375
|
+
Name?: string
|
|
5343
5376
|
|
|
5344
5377
|
/**
|
|
5345
|
-
|
|
5346
|
-
|
|
5347
|
-
|
|
5378
|
+
* 产品类型。
|
|
5379
|
+
- 2:Redis 2.8内存版(标准架构)。
|
|
5380
|
+
- 3:CKV 3.2内存版(标准架构)。
|
|
5381
|
+
- 4:CKV 3.2内存版(集群架构)。
|
|
5382
|
+
- 5:Redis 2.8内存版(单机)。
|
|
5383
|
+
- 6:Redis 4.0内存版(标准架构)。
|
|
5384
|
+
- 7:Redis 4.0内存版(集群架构)。
|
|
5385
|
+
- 8:Redis 5.0内存版(标准架构)。
|
|
5386
|
+
- 9:Redis 5.0内存版(集群架构)。
|
|
5387
|
+
- 15:Redis 6.2内存版(标准架构)。
|
|
5388
|
+
- 16:Redis 6.2内存版(集群架构)。
|
|
5389
|
+
*/
|
|
5390
|
+
ProductType?: number
|
|
5348
5391
|
|
|
5349
5392
|
/**
|
|
5350
|
-
*
|
|
5393
|
+
* 参数模板描述。
|
|
5351
5394
|
*/
|
|
5352
|
-
Description
|
|
5395
|
+
Description?: string
|
|
5353
5396
|
|
|
5354
5397
|
/**
|
|
5355
|
-
*
|
|
5398
|
+
* 参数详情。包含:参数的名称,当前运行值,默认值,最大值、最小值、枚举值等信息。
|
|
5356
5399
|
*/
|
|
5357
|
-
Items
|
|
5400
|
+
Items?: Array<ParameterDetail>
|
|
5358
5401
|
|
|
5359
5402
|
/**
|
|
5360
5403
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -5398,16 +5441,16 @@ export interface SwitchInstanceVipResponse {
|
|
|
5398
5441
|
}
|
|
5399
5442
|
|
|
5400
5443
|
/**
|
|
5401
|
-
*
|
|
5444
|
+
* 已配置的备份文件下载地址对应的 VPC 信息。
|
|
5402
5445
|
*/
|
|
5403
5446
|
export interface BackupLimitVpcItem {
|
|
5404
5447
|
/**
|
|
5405
|
-
*
|
|
5448
|
+
* 备份文件的下载地址对应VPC 所属的地域。
|
|
5406
5449
|
*/
|
|
5407
5450
|
Region: string
|
|
5408
5451
|
|
|
5409
5452
|
/**
|
|
5410
|
-
*
|
|
5453
|
+
* 备份文件下载地址的 VPC 列表。
|
|
5411
5454
|
*/
|
|
5412
5455
|
VpcList: Array<string>
|
|
5413
5456
|
}
|
|
@@ -5932,7 +5975,7 @@ export interface DescribeProjectSecurityGroupResponse {
|
|
|
5932
5975
|
*/
|
|
5933
5976
|
export interface Instances {
|
|
5934
5977
|
/**
|
|
5935
|
-
* 用户
|
|
5978
|
+
* 用户APPID。APPID是与账号ID有唯一对应关系的应用 ID,部分腾讯云产品会使用此 APPID。
|
|
5936
5979
|
*/
|
|
5937
5980
|
AppId: number
|
|
5938
5981
|
|
|
@@ -6019,8 +6062,18 @@ export interface Instances {
|
|
|
6019
6062
|
GrocerySysId: number
|
|
6020
6063
|
|
|
6021
6064
|
/**
|
|
6022
|
-
|
|
6023
|
-
|
|
6065
|
+
* 实例类型。
|
|
6066
|
+
- 2:Redis 2.8内存版(标准架构)。
|
|
6067
|
+
- 3:CKV 3.2内存版(标准架构)。
|
|
6068
|
+
- 4:CKV 3.2内存版(集群架构)。
|
|
6069
|
+
- 5:Redis 2.8内存版(单机)。
|
|
6070
|
+
- 6:Redis 4.0内存版(标准架构)。
|
|
6071
|
+
- 7:Redis 4.0内存版(集群架构)。
|
|
6072
|
+
- 8:Redis 5.0内存版(标准架构)。
|
|
6073
|
+
- 9:Redis 5.0内存版(集群架构)。
|
|
6074
|
+
- 15:Redis 6.2内存版(标准架构)。
|
|
6075
|
+
- 16:Redis 6.2内存版(集群架构)。
|
|
6076
|
+
*/
|
|
6024
6077
|
ProductType: number
|
|
6025
6078
|
|
|
6026
6079
|
/**
|
|
@@ -27,6 +27,7 @@ import {
|
|
|
27
27
|
DeleteClusterResponse,
|
|
28
28
|
DeleteTableIndexResponse,
|
|
29
29
|
TableRollbackResultNew,
|
|
30
|
+
DescribeBackupRecordsResponse,
|
|
30
31
|
ApplyStatus,
|
|
31
32
|
RegionInfo,
|
|
32
33
|
DescribeTablesResponse,
|
|
@@ -76,11 +77,13 @@ import {
|
|
|
76
77
|
SetTableIndexRequest,
|
|
77
78
|
ModifyTableQuotasResponse,
|
|
78
79
|
RecoverRecycleTablesRequest,
|
|
80
|
+
ModifyClusterMachineRequest,
|
|
79
81
|
DeleteSnapshotsResponse,
|
|
80
82
|
DeleteTablesResponse,
|
|
81
83
|
ModifyTableGroupNameRequest,
|
|
84
|
+
BackupExpireRuleInfo,
|
|
82
85
|
DescribeTableGroupsRequest,
|
|
83
|
-
|
|
86
|
+
ModifyCensorshipResponse,
|
|
84
87
|
MergeTablesDataRequest,
|
|
85
88
|
CreateClusterRequest,
|
|
86
89
|
ModifyTableGroupTagsRequest,
|
|
@@ -99,6 +102,8 @@ import {
|
|
|
99
102
|
DescribeIdlFileInfosResponse,
|
|
100
103
|
ServerMachineInfo,
|
|
101
104
|
CreateSnapshotsResponse,
|
|
105
|
+
SetBackupExpireRuleRequest,
|
|
106
|
+
DeleteBackupRecordsResponse,
|
|
102
107
|
IdlFileInfo,
|
|
103
108
|
DisableRestProxyResponse,
|
|
104
109
|
TagInfoUnit,
|
|
@@ -115,6 +120,8 @@ import {
|
|
|
115
120
|
DescribeTableTagsResponse,
|
|
116
121
|
CreateTableGroupResponse,
|
|
117
122
|
DescribeSnapshotsResponse,
|
|
123
|
+
SetBackupExpireRuleResponse,
|
|
124
|
+
DeleteBackupRecordsRequest,
|
|
118
125
|
VerifyIdlFilesRequest,
|
|
119
126
|
EnableRestProxyResponse,
|
|
120
127
|
ModifyClusterNameResponse,
|
|
@@ -141,15 +148,16 @@ import {
|
|
|
141
148
|
DescribeApplicationsRequest,
|
|
142
149
|
DescribeTableGroupsResponse,
|
|
143
150
|
DeleteTableGroupResponse,
|
|
151
|
+
DescribeBackupRecordsRequest,
|
|
144
152
|
PoolInfo,
|
|
145
153
|
DescribeMachineRequest,
|
|
146
154
|
RollbackTablesRequest,
|
|
147
|
-
|
|
155
|
+
DescribeUinInWhitelistRequest,
|
|
148
156
|
CompareIdlFilesRequest,
|
|
149
157
|
ProxyDetailInfo,
|
|
150
158
|
IdlFileInfoWithoutContent,
|
|
151
159
|
ModifyTableMemosResponse,
|
|
152
|
-
|
|
160
|
+
BackupRecords,
|
|
153
161
|
Filter,
|
|
154
162
|
ModifySnapshotsRequest,
|
|
155
163
|
ImportSnapshotsRequest,
|
|
@@ -257,6 +265,16 @@ export class Client extends AbstractClient {
|
|
|
257
265
|
return this.request("DescribeTablesInRecycle", req, cb)
|
|
258
266
|
}
|
|
259
267
|
|
|
268
|
+
/**
|
|
269
|
+
* 修改指定的集群名称
|
|
270
|
+
*/
|
|
271
|
+
async ModifyClusterName(
|
|
272
|
+
req: ModifyClusterNameRequest,
|
|
273
|
+
cb?: (error: string, rep: ModifyClusterNameResponse) => void
|
|
274
|
+
): Promise<ModifyClusterNameResponse> {
|
|
275
|
+
return this.request("ModifyClusterName", req, cb)
|
|
276
|
+
}
|
|
277
|
+
|
|
260
278
|
/**
|
|
261
279
|
* 当restful api为关闭状态时,可以通过此接口关闭restful api
|
|
262
280
|
*/
|
|
@@ -278,13 +296,13 @@ export class Client extends AbstractClient {
|
|
|
278
296
|
}
|
|
279
297
|
|
|
280
298
|
/**
|
|
281
|
-
*
|
|
299
|
+
* 删除手工备份
|
|
282
300
|
*/
|
|
283
|
-
async
|
|
284
|
-
req:
|
|
285
|
-
cb?: (error: string, rep:
|
|
286
|
-
): Promise<
|
|
287
|
-
return this.request("
|
|
301
|
+
async DeleteBackupRecords(
|
|
302
|
+
req: DeleteBackupRecordsRequest,
|
|
303
|
+
cb?: (error: string, rep: DeleteBackupRecordsResponse) => void
|
|
304
|
+
): Promise<DeleteBackupRecordsResponse> {
|
|
305
|
+
return this.request("DeleteBackupRecords", req, cb)
|
|
288
306
|
}
|
|
289
307
|
|
|
290
308
|
/**
|
|
@@ -357,6 +375,16 @@ export class Client extends AbstractClient {
|
|
|
357
375
|
return this.request("EnableRestProxy", req, cb)
|
|
358
376
|
}
|
|
359
377
|
|
|
378
|
+
/**
|
|
379
|
+
* 新增、删除、修改备份过期策略, ClusterId必须为具体的集群Id(appid)
|
|
380
|
+
*/
|
|
381
|
+
async SetBackupExpireRule(
|
|
382
|
+
req: SetBackupExpireRuleRequest,
|
|
383
|
+
cb?: (error: string, rep: SetBackupExpireRuleResponse) => void
|
|
384
|
+
): Promise<SetBackupExpireRuleResponse> {
|
|
385
|
+
return this.request("SetBackupExpireRule", req, cb)
|
|
386
|
+
}
|
|
387
|
+
|
|
360
388
|
/**
|
|
361
389
|
* 用户创建备份任务
|
|
362
390
|
*/
|
|
@@ -497,6 +525,20 @@ export class Client extends AbstractClient {
|
|
|
497
525
|
return this.request("DescribeSnapshots", req, cb)
|
|
498
526
|
}
|
|
499
527
|
|
|
528
|
+
/**
|
|
529
|
+
* 查询备份记录
|
|
530
|
+
|
|
531
|
+
查询集群级别时, 将TableGroupId设置为"-1", 将TableName设置为"-1"
|
|
532
|
+
查询集群+表格组级别时, 将TableName设置为"-1"
|
|
533
|
+
查询集群+表格组+表格级别时, 都不能设置为“-1”
|
|
534
|
+
*/
|
|
535
|
+
async DescribeBackupRecords(
|
|
536
|
+
req: DescribeBackupRecordsRequest,
|
|
537
|
+
cb?: (error: string, rep: DescribeBackupRecordsResponse) => void
|
|
538
|
+
): Promise<DescribeBackupRecordsResponse> {
|
|
539
|
+
return this.request("DescribeBackupRecords", req, cb)
|
|
540
|
+
}
|
|
541
|
+
|
|
500
542
|
/**
|
|
501
543
|
* 修改集群标签
|
|
502
544
|
*/
|