tencentcloud-sdk-nodejs 4.0.485 → 4.0.486

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.
Files changed (47) hide show
  1. package/CHANGELOG.md +246 -0
  2. package/SERVICE_CHANGELOG.md +367 -42
  3. package/package.json +1 -1
  4. package/products.md +14 -14
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/captcha/v20190722/captcha_models.ts +1 -1
  7. package/src/services/dnspod/v20210323/dnspod_client.ts +207 -47
  8. package/src/services/dnspod/v20210323/dnspod_models.ts +789 -56
  9. package/src/services/ess/v20201111/ess_models.ts +5 -0
  10. package/src/services/essbasic/v20210526/essbasic_models.ts +21 -2
  11. package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
  12. package/src/services/mps/v20190612/mps_client.ts +1 -0
  13. package/src/services/mps/v20190612/mps_models.ts +33 -0
  14. package/src/services/redis/v20180412/redis_client.ts +1 -1
  15. package/src/services/redis/v20180412/redis_models.ts +6 -6
  16. package/src/services/rum/v20210622/rum_models.ts +5 -0
  17. package/src/services/tiia/v20190529/tiia_client.ts +174 -124
  18. package/src/services/tiia/v20190529/tiia_models.ts +225 -70
  19. package/src/services/tione/v20211111/tione_models.ts +11 -1
  20. package/src/services/tke/v20180525/tke_models.ts +10 -0
  21. package/src/services/trp/v20210515/trp_models.ts +15 -0
  22. package/src/services/vod/v20180717/vod_models.ts +1 -1
  23. package/src/services/vpc/v20170312/vpc_models.ts +5 -0
  24. package/tencentcloud/common/sdk_version.d.ts +1 -1
  25. package/tencentcloud/common/sdk_version.js +1 -1
  26. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +1 -1
  27. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +67 -15
  28. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +99 -21
  29. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +657 -37
  30. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
  31. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +16 -0
  32. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
  33. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +28 -0
  34. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  35. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  36. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +6 -6
  37. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +4 -0
  38. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +84 -52
  39. package/tencentcloud/services/tiia/v20190529/tiia_client.js +104 -68
  40. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +199 -62
  41. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +11 -1
  42. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +8 -0
  43. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +12 -0
  44. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
  45. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
  46. package/test/dnspod.v20210323.test.js +144 -14
  47. package/test/tiia.v20190529.test.js +52 -32
@@ -47,6 +47,81 @@ export interface CreateRecordRequest {
47
47
  */
48
48
  Status?: string;
49
49
  }
50
+ /**
51
+ * DescribeSnapshotRollbackResult返回参数结构体
52
+ */
53
+ export interface DescribeSnapshotRollbackResultResponse {
54
+ /**
55
+ * 快照所属域名
56
+ */
57
+ Domain: string;
58
+ /**
59
+ * 回滚剩余时间(分钟)
60
+ */
61
+ LeftMinutes: number;
62
+ /**
63
+ * 回滚进度百分比
64
+ */
65
+ Progress: number;
66
+ /**
67
+ * 快照 ID
68
+ */
69
+ SnapshotId: string;
70
+ /**
71
+ * 回滚状态
72
+ */
73
+ Status: string;
74
+ /**
75
+ * 快照回滚任务 ID
76
+ */
77
+ TaskId: number;
78
+ /**
79
+ * 成功数量
80
+ 注意:此字段可能返回 null,表示取不到有效值。
81
+ */
82
+ Success: number;
83
+ /**
84
+ * 失败数量
85
+ 注意:此字段可能返回 null,表示取不到有效值。
86
+ */
87
+ Failed: number;
88
+ /**
89
+ * 总数量
90
+ 注意:此字段可能返回 null,表示取不到有效值。
91
+ */
92
+ Total: number;
93
+ /**
94
+ * 失败详细信息
95
+ 注意:此字段可能返回 null,表示取不到有效值。
96
+ */
97
+ FailedRecordList: Array<SnapshotRecord>;
98
+ /**
99
+ * 快照的下载地址
100
+ 注意:此字段可能返回 null,表示取不到有效值。
101
+ */
102
+ CosUrl: string;
103
+ /**
104
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
105
+ */
106
+ RequestId?: string;
107
+ }
108
+ /**
109
+ * DownloadSnapshot请求参数结构体
110
+ */
111
+ export interface DownloadSnapshotRequest {
112
+ /**
113
+ * 域名
114
+ */
115
+ Domain: string;
116
+ /**
117
+ * 快照记录 ID
118
+ */
119
+ SnapshotId: string;
120
+ /**
121
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
122
+ */
123
+ DomainId?: number;
124
+ }
50
125
  /**
51
126
  * 查看任务详情返回结构
52
127
  */
@@ -100,6 +175,23 @@ export interface ModifyVasAutoRenewStatusResponse {
100
175
  */
101
176
  RequestId?: string;
102
177
  }
178
+ /**
179
+ * RollbackSnapshot请求参数结构体
180
+ */
181
+ export interface RollbackSnapshotRequest {
182
+ /**
183
+ * 域名
184
+ */
185
+ Domain: string;
186
+ /**
187
+ * 快照记录 ID
188
+ */
189
+ SnapshotId: string;
190
+ /**
191
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
192
+ */
193
+ DomainId?: number;
194
+ }
103
195
  /**
104
196
  * DeleteDomainAlias返回参数结构体
105
197
  */
@@ -151,6 +243,23 @@ export interface CreateRecordBatchResponse {
151
243
  */
152
244
  RequestId?: string;
153
245
  }
246
+ /**
247
+ * DescribeSnapshotList返回参数结构体
248
+ */
249
+ export interface DescribeSnapshotListResponse {
250
+ /**
251
+ * 分页信息
252
+ */
253
+ Info: SnapshotPageInfo;
254
+ /**
255
+ * 快照列表
256
+ */
257
+ SnapshotList: Array<SnapshotInfo>;
258
+ /**
259
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
260
+ */
261
+ RequestId?: string;
262
+ }
154
263
  /**
155
264
  * 批量添加域名任务中的记录信息
156
265
  */
@@ -252,6 +361,15 @@ export interface DomainAnalyticsDetail {
252
361
  */
253
362
  HourKey: number;
254
363
  }
364
+ /**
365
+ * CreateSnapshot返回参数结构体
366
+ */
367
+ export interface CreateSnapshotResponse {
368
+ /**
369
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
370
+ */
371
+ RequestId?: string;
372
+ }
255
373
  /**
256
374
  * PayOrderWithBalance返回参数结构体
257
375
  */
@@ -286,6 +404,19 @@ export interface DescribeDomainResponse {
286
404
  */
287
405
  RequestId?: string;
288
406
  }
407
+ /**
408
+ * DescribeSnapshotList请求参数结构体
409
+ */
410
+ export interface DescribeSnapshotListRequest {
411
+ /**
412
+ * 域名
413
+ */
414
+ Domain: string;
415
+ /**
416
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
417
+ */
418
+ DomainId?: number;
419
+ }
289
420
  /**
290
421
  * DescribeRecordLineList返回参数结构体
291
422
  */
@@ -303,6 +434,15 @@ export interface DescribeRecordLineListResponse {
303
434
  */
304
435
  RequestId?: string;
305
436
  }
437
+ /**
438
+ * 快照列表分页信息
439
+ */
440
+ export interface SnapshotPageInfo {
441
+ /**
442
+ * 快照总数
443
+ */
444
+ Total: number;
445
+ }
306
446
  /**
307
447
  * 域名详情
308
448
  */
@@ -417,9 +557,18 @@ export interface CreateDomainBatchRequest {
417
557
  RecordValue?: string;
418
558
  }
419
559
  /**
420
- * DescribeDomainGroupList请求参数结构体
560
+ * DescribeDomainShareInfo请求参数结构体
421
561
  */
422
- export declare type DescribeDomainGroupListRequest = null;
562
+ export interface DescribeDomainShareInfoRequest {
563
+ /**
564
+ * 域名
565
+ */
566
+ Domain: string;
567
+ /**
568
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
569
+ */
570
+ DomainId?: number;
571
+ }
423
572
  /**
424
573
  * 域名列表元素
425
574
  */
@@ -535,6 +684,23 @@ export interface ModifyDomainRemarkResponse {
535
684
  */
536
685
  RequestId?: string;
537
686
  }
687
+ /**
688
+ * DeleteSnapshot请求参数结构体
689
+ */
690
+ export interface DeleteSnapshotRequest {
691
+ /**
692
+ * 域名
693
+ */
694
+ Domain: string;
695
+ /**
696
+ * 快照记录 ID
697
+ */
698
+ SnapshotId: string;
699
+ /**
700
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
701
+ */
702
+ DomainId?: number;
703
+ }
538
704
  /**
539
705
  * DescribeDomainAliasList返回参数结构体
540
706
  */
@@ -548,6 +714,44 @@ export interface DescribeDomainAliasListResponse {
548
714
  */
549
715
  RequestId?: string;
550
716
  }
717
+ /**
718
+ * RollbackRecordSnapshot请求参数结构体
719
+ */
720
+ export interface RollbackRecordSnapshotRequest {
721
+ /**
722
+ * 域名
723
+ */
724
+ Domain: string;
725
+ /**
726
+ * 快照 ID
727
+ */
728
+ SnapshotId: string;
729
+ /**
730
+ * 解析记录信息
731
+ */
732
+ RecordList: Array<SnapshotRecord>;
733
+ /**
734
+ * 之前的快照回滚任务 ID
735
+ */
736
+ TaskId: number;
737
+ /**
738
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
739
+ */
740
+ DomainId?: number;
741
+ }
742
+ /**
743
+ * DescribeSnapshotConfig返回参数结构体
744
+ */
745
+ export interface DescribeSnapshotConfigResponse {
746
+ /**
747
+ * 解析快照配置
748
+ */
749
+ SnapshotConfig: SnapshotConfig;
750
+ /**
751
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
752
+ */
753
+ RequestId?: string;
754
+ }
551
755
  /**
552
756
  * 查询记录列表的数量统计信息
553
757
  */
@@ -772,6 +976,32 @@ export interface DomainShareInfo {
772
976
  */
773
977
  Status: string;
774
978
  }
979
+ /**
980
+ * DescribeSnapshotConfig请求参数结构体
981
+ */
982
+ export interface DescribeSnapshotConfigRequest {
983
+ /**
984
+ * 域名
985
+ */
986
+ Domain: string;
987
+ /**
988
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
989
+ */
990
+ DomainId?: number;
991
+ }
992
+ /**
993
+ * 解析线路信息
994
+ */
995
+ export interface LineInfo {
996
+ /**
997
+ * 线路名称
998
+ */
999
+ Name: string;
1000
+ /**
1001
+ * 线路ID
1002
+ */
1003
+ LineId: string;
1004
+ }
775
1005
  /**
776
1006
  * DescribeRecordLineList请求参数结构体
777
1007
  */
@@ -1228,6 +1458,33 @@ export interface RecordInfo {
1228
1458
  */
1229
1459
  DomainId: number;
1230
1460
  }
1461
+ /**
1462
+ * DescribeSnapshotRollbackTask请求参数结构体
1463
+ */
1464
+ export interface DescribeSnapshotRollbackTaskRequest {
1465
+ /**
1466
+ * 域名
1467
+ */
1468
+ Domain: string;
1469
+ /**
1470
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
1471
+ */
1472
+ DomainId?: number;
1473
+ }
1474
+ /**
1475
+ * CheckRecordSnapshotRollback返回参数结构体
1476
+ */
1477
+ export interface CheckRecordSnapshotRollbackResponse {
1478
+ /**
1479
+ * 错误原因
1480
+ 注意:此字段可能返回 null,表示取不到有效值。
1481
+ */
1482
+ Reason: string;
1483
+ /**
1484
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1485
+ */
1486
+ RequestId?: string;
1487
+ }
1231
1488
  /**
1232
1489
  * 批量添加记录返回结构
1233
1490
  */
@@ -1306,6 +1563,40 @@ export interface ModifyRecordResponse {
1306
1563
  */
1307
1564
  RequestId?: string;
1308
1565
  }
1566
+ /**
1567
+ * 快照解析记录
1568
+ */
1569
+ export interface SnapshotRecord {
1570
+ /**
1571
+ * 子域名
1572
+ */
1573
+ SubDomain: string;
1574
+ /**
1575
+ * 记录类型
1576
+ */
1577
+ RecordType: string;
1578
+ /**
1579
+ * 解析线路
1580
+ */
1581
+ RecordLine: string;
1582
+ /**
1583
+ * 解析值
1584
+ */
1585
+ Value: string;
1586
+ /**
1587
+ * TTL(秒)
1588
+ */
1589
+ TTL: string;
1590
+ /**
1591
+ * 解析记录 ID
1592
+ */
1593
+ RecordId?: string;
1594
+ /**
1595
+ * MX优先级
1596
+ 注意:此字段可能返回 null,表示取不到有效值。
1597
+ */
1598
+ MX?: string;
1599
+ }
1309
1600
  /**
1310
1601
  * ModifyDomainUnlock返回参数结构体
1311
1602
  */
@@ -1378,6 +1669,39 @@ export interface ModifyRecordBatchRequest {
1378
1669
  */
1379
1670
  MX?: string;
1380
1671
  }
1672
+ /**
1673
+ * 域名解析快照配置
1674
+ */
1675
+ export interface SnapshotConfig {
1676
+ /**
1677
+ * 配置类型:空字符串-不备份,half_hour-每半小时,hourly-每小时,daily-每天,monthly-每月
1678
+ */
1679
+ Config: string;
1680
+ /**
1681
+ * 添加时间
1682
+ */
1683
+ CreatedOn: string;
1684
+ /**
1685
+ * 所属域名 ID
1686
+ */
1687
+ DomainId: string;
1688
+ /**
1689
+ * 配置 ID
1690
+ */
1691
+ Id: string;
1692
+ /**
1693
+ * 快照数量
1694
+ */
1695
+ SnapshotCount: number;
1696
+ /**
1697
+ * 状态:enable-启用,disable-禁用
1698
+ */
1699
+ Status: string;
1700
+ /**
1701
+ * 更新时间
1702
+ */
1703
+ UpdatedOn: string;
1704
+ }
1381
1705
  /**
1382
1706
  * DeleteRecord返回参数结构体
1383
1707
  */
@@ -1578,22 +1902,57 @@ export interface ModifyRecordBatchResponse {
1578
1902
  RequestId?: string;
1579
1903
  }
1580
1904
  /**
1581
- * DescribeDomainLogList返回参数结构体
1905
+ * CheckSnapshotRollback请求参数结构体
1582
1906
  */
1583
- export interface DescribeDomainLogListResponse {
1907
+ export interface CheckSnapshotRollbackRequest {
1584
1908
  /**
1585
- * 域名信息
1909
+ * 域名
1910
+ */
1911
+ Domain: string;
1912
+ /**
1913
+ * 快照记录 ID
1914
+ */
1915
+ SnapshotId: string;
1916
+ /**
1917
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
1918
+ */
1919
+ DomainId?: number;
1920
+ }
1921
+ /**
1922
+ * CheckSnapshotRollback返回参数结构体
1923
+ */
1924
+ export interface CheckSnapshotRollbackResponse {
1925
+ /**
1926
+ * 快照记录 ID
1927
+ */
1928
+ SnapshotId: string;
1929
+ /**
1930
+ * 回滚时长(分钟)
1931
+ */
1932
+ CostMinutes: number;
1933
+ /**
1934
+ * 快照所属域名
1935
+ */
1936
+ Domain: string;
1937
+ /**
1938
+ * 解析记录总数
1939
+ */
1940
+ Total: number;
1941
+ /**
1942
+ * 值为 1,表示超时
1586
1943
  注意:此字段可能返回 null,表示取不到有效值。
1587
1944
  */
1588
- LogList: Array<string>;
1945
+ Timeout: number;
1589
1946
  /**
1590
- * 分页大小
1947
+ * 检查失败数量
1948
+ 注意:此字段可能返回 null,表示取不到有效值。
1591
1949
  */
1592
- PageSize: number;
1950
+ Failed: number;
1593
1951
  /**
1594
- * 日志总条数
1952
+ * 失败记录信息
1953
+ 注意:此字段可能返回 null,表示取不到有效值。
1595
1954
  */
1596
- TotalCount: number;
1955
+ FailedRecordList: Array<SnapshotRecord>;
1597
1956
  /**
1598
1957
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1599
1958
  */
@@ -1610,6 +1969,39 @@ export interface DescribeRecordTypeRequest {
1610
1969
  */
1611
1970
  DomainGrade: string;
1612
1971
  }
1972
+ /**
1973
+ * DescribeSnapshotRollbackTask返回参数结构体
1974
+ */
1975
+ export interface DescribeSnapshotRollbackTaskResponse {
1976
+ /**
1977
+ * 快照所属域名
1978
+ */
1979
+ Domain: string;
1980
+ /**
1981
+ * 快照 ID
1982
+ */
1983
+ SnapshotId: string;
1984
+ /**
1985
+ * 回滚状态
1986
+ */
1987
+ Status: string;
1988
+ /**
1989
+ * 快照回滚任务 ID
1990
+ */
1991
+ TaskId: number;
1992
+ /**
1993
+ * 总数量
1994
+ */
1995
+ RecordCount: number;
1996
+ /**
1997
+ * 开始回滚时间
1998
+ */
1999
+ CreatedOn: string;
2000
+ /**
2001
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2002
+ */
2003
+ RequestId?: string;
2004
+ }
1613
2005
  /**
1614
2006
  * 记录列表元素
1615
2007
  */
@@ -1699,6 +2091,23 @@ export interface DescribeDomainGroupListResponse {
1699
2091
  */
1700
2092
  RequestId?: string;
1701
2093
  }
2094
+ /**
2095
+ * 域名锁定信息
2096
+ */
2097
+ export interface LockInfo {
2098
+ /**
2099
+ * 域名 ID
2100
+ */
2101
+ DomainId: number;
2102
+ /**
2103
+ * 域名解锁码
2104
+ */
2105
+ LockCode: string;
2106
+ /**
2107
+ * 域名自动解锁日期
2108
+ */
2109
+ LockEnd: string;
2110
+ }
1702
2111
  /**
1703
2112
  * ModifyDomainOwner返回参数结构体
1704
2113
  */
@@ -1946,6 +2355,24 @@ export interface PayOrderWithBalanceRequest {
1946
2355
  */
1947
2356
  VoucherIdList?: Array<string>;
1948
2357
  }
2358
+ /**
2359
+ * ModifySnapshotConfig返回参数结构体
2360
+ */
2361
+ export interface ModifySnapshotConfigResponse {
2362
+ /**
2363
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2364
+ */
2365
+ RequestId?: string;
2366
+ }
2367
+ /**
2368
+ * DeleteSnapshot返回参数结构体
2369
+ */
2370
+ export interface DeleteSnapshotResponse {
2371
+ /**
2372
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2373
+ */
2374
+ RequestId?: string;
2375
+ }
1949
2376
  /**
1950
2377
  * DescribeDomainPurview返回参数结构体
1951
2378
  */
@@ -2015,6 +2442,19 @@ export interface ModifyRecordStatusResponse {
2015
2442
  */
2016
2443
  RequestId?: string;
2017
2444
  }
2445
+ /**
2446
+ * RollbackSnapshot返回参数结构体
2447
+ */
2448
+ export interface RollbackSnapshotResponse {
2449
+ /**
2450
+ * 回滚任务 ID,用来查询回滚状态
2451
+ */
2452
+ TaskId: number;
2453
+ /**
2454
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2455
+ */
2456
+ RequestId?: string;
2457
+ }
2018
2458
  /**
2019
2459
  * CreateDomainGroup请求参数结构体
2020
2460
  */
@@ -2025,17 +2465,17 @@ export interface CreateDomainGroupRequest {
2025
2465
  GroupName: string;
2026
2466
  }
2027
2467
  /**
2028
- * 解析线路信息
2468
+ * CreateSnapshot请求参数结构体
2029
2469
  */
2030
- export interface LineInfo {
2470
+ export interface CreateSnapshotRequest {
2031
2471
  /**
2032
- * 线路名称
2472
+ * 域名
2033
2473
  */
2034
- Name: string;
2474
+ Domain: string;
2035
2475
  /**
2036
- * 线路ID
2476
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
2037
2477
  */
2038
- LineId: string;
2478
+ DomainId?: number;
2039
2479
  }
2040
2480
  /**
2041
2481
  * DeleteDomain返回参数结构体
@@ -2046,6 +2486,80 @@ export interface DeleteDomainResponse {
2046
2486
  */
2047
2487
  RequestId?: string;
2048
2488
  }
2489
+ /**
2490
+ * DescribeRecordSnapshotRollbackResult返回参数结构体
2491
+ */
2492
+ export interface DescribeRecordSnapshotRollbackResultResponse {
2493
+ /**
2494
+ * 回滚任务 ID
2495
+ */
2496
+ JobId: number;
2497
+ /**
2498
+ * 回滚状态
2499
+ */
2500
+ Status: string;
2501
+ /**
2502
+ * 失败的记录信息
2503
+ 注意:此字段可能返回 null,表示取不到有效值。
2504
+ */
2505
+ FailedRecordList: Array<SnapshotRecord>;
2506
+ /**
2507
+ * 所属域名
2508
+ 注意:此字段可能返回 null,表示取不到有效值。
2509
+ */
2510
+ Domain: string;
2511
+ /**
2512
+ * 回滚进度
2513
+ 注意:此字段可能返回 null,表示取不到有效值。
2514
+ */
2515
+ Progress: number;
2516
+ /**
2517
+ * 回滚剩余时间(单位:分钟)
2518
+ 注意:此字段可能返回 null,表示取不到有效值。
2519
+ */
2520
+ LeftMinutes: number;
2521
+ /**
2522
+ * 总记录数
2523
+ 注意:此字段可能返回 null,表示取不到有效值。
2524
+ */
2525
+ Total: number;
2526
+ /**
2527
+ * 失败记录数
2528
+ 注意:此字段可能返回 null,表示取不到有效值。
2529
+ */
2530
+ Failed: number;
2531
+ /**
2532
+ * 成功记录数
2533
+ 注意:此字段可能返回 null,表示取不到有效值。
2534
+ */
2535
+ Success: number;
2536
+ /**
2537
+ * 快照下载地址
2538
+ 注意:此字段可能返回 null,表示取不到有效值。
2539
+ */
2540
+ CosUrl: string;
2541
+ /**
2542
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2543
+ */
2544
+ RequestId?: string;
2545
+ }
2546
+ /**
2547
+ * ModifySnapshotConfig请求参数结构体
2548
+ */
2549
+ export interface ModifySnapshotConfigRequest {
2550
+ /**
2551
+ * 域名
2552
+ */
2553
+ Domain: string;
2554
+ /**
2555
+ * 备件间隔:空字符串-不备份,half_hour-每半小时,hourly-每小时,daily-每天,monthly-每月
2556
+ */
2557
+ Period: string;
2558
+ /**
2559
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
2560
+ */
2561
+ DomainId?: number;
2562
+ }
2049
2563
  /**
2050
2564
  * DescribeDomainAliasList请求参数结构体
2051
2565
  */
@@ -2093,6 +2607,35 @@ export interface DeleteShareDomainRequest {
2093
2607
  */
2094
2608
  DomainId?: number;
2095
2609
  }
2610
+ /**
2611
+ * 快照信息
2612
+ */
2613
+ export interface SnapshotInfo {
2614
+ /**
2615
+ * 快照的对象存储地址
2616
+ */
2617
+ CosUrl: string;
2618
+ /**
2619
+ * 添加时间
2620
+ */
2621
+ CreatedOn: string;
2622
+ /**
2623
+ * 所属域名
2624
+ */
2625
+ Domain: string;
2626
+ /**
2627
+ * 快照记录 ID
2628
+ */
2629
+ Id: string;
2630
+ /**
2631
+ * 域名解析记录数
2632
+ */
2633
+ RecordCount: string;
2634
+ /**
2635
+ * 状态:normal-正常,create-备份中
2636
+ */
2637
+ Status: string;
2638
+ }
2096
2639
  /**
2097
2640
  * ModifyDynamicDNS请求参数结构体
2098
2641
  */
@@ -2164,6 +2707,19 @@ export interface ModifyRecordRemarkRequest {
2164
2707
  */
2165
2708
  Remark?: string;
2166
2709
  }
2710
+ /**
2711
+ * RollbackRecordSnapshot返回参数结构体
2712
+ */
2713
+ export interface RollbackRecordSnapshotResponse {
2714
+ /**
2715
+ * 回滚任务 ID
2716
+ */
2717
+ JobId: number;
2718
+ /**
2719
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2720
+ */
2721
+ RequestId?: string;
2722
+ }
2167
2723
  /**
2168
2724
  * DescribeUserDetail请求参数结构体
2169
2725
  */
@@ -2292,6 +2848,23 @@ export interface ModifyDomainUnlockRequest {
2292
2848
  */
2293
2849
  DomainId?: number;
2294
2850
  }
2851
+ /**
2852
+ * DescribeRecordSnapshotRollbackResult请求参数结构体
2853
+ */
2854
+ export interface DescribeRecordSnapshotRollbackResultRequest {
2855
+ /**
2856
+ * 域名
2857
+ */
2858
+ Domain: string;
2859
+ /**
2860
+ * 回滚任务 ID
2861
+ */
2862
+ JobId: number;
2863
+ /**
2864
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
2865
+ */
2866
+ DomainId?: number;
2867
+ }
2295
2868
  /**
2296
2869
  * ModifyDomainLock返回参数结构体
2297
2870
  */
@@ -2336,35 +2909,22 @@ export interface ModifyVasAutoRenewStatusRequest {
2336
2909
  Status: string;
2337
2910
  }
2338
2911
  /**
2339
- * 域名锁定信息
2912
+ * DownloadSnapshot返回参数结构体
2340
2913
  */
2341
- export interface LockInfo {
2342
- /**
2343
- * 域名 ID
2344
- */
2345
- DomainId: number;
2914
+ export interface DownloadSnapshotResponse {
2346
2915
  /**
2347
- * 域名解锁码
2916
+ * 快照下载链接
2348
2917
  */
2349
- LockCode: string;
2918
+ CosUrl: string;
2350
2919
  /**
2351
- * 域名自动解锁日期
2920
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2352
2921
  */
2353
- LockEnd: string;
2922
+ RequestId?: string;
2354
2923
  }
2355
2924
  /**
2356
- * DescribeDomainShareInfo请求参数结构体
2925
+ * DescribeDomainGroupList请求参数结构体
2357
2926
  */
2358
- export interface DescribeDomainShareInfoRequest {
2359
- /**
2360
- * 域名
2361
- */
2362
- Domain: string;
2363
- /**
2364
- * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
2365
- */
2366
- DomainId?: number;
2367
- }
2927
+ export declare type DescribeDomainGroupListRequest = null;
2368
2928
  /**
2369
2929
  * DescribeBatchTask返回参数结构体
2370
2930
  */
@@ -2398,6 +2958,27 @@ export interface DescribeBatchTaskResponse {
2398
2958
  */
2399
2959
  RequestId?: string;
2400
2960
  }
2961
+ /**
2962
+ * CheckRecordSnapshotRollback请求参数结构体
2963
+ */
2964
+ export interface CheckRecordSnapshotRollbackRequest {
2965
+ /**
2966
+ * 域名
2967
+ */
2968
+ Domain: string;
2969
+ /**
2970
+ * 快照 ID
2971
+ */
2972
+ SnapshotId: string;
2973
+ /**
2974
+ * 解析记录信息
2975
+ */
2976
+ Record: SnapshotRecord;
2977
+ /**
2978
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
2979
+ */
2980
+ DomainId?: number;
2981
+ }
2401
2982
  /**
2402
2983
  * DescribeDomainAnalytics请求参数结构体
2403
2984
  */
@@ -2436,3 +3017,42 @@ export interface ModifyDynamicDNSResponse {
2436
3017
  */
2437
3018
  RequestId?: string;
2438
3019
  }
3020
+ /**
3021
+ * DescribeSnapshotRollbackResult请求参数结构体
3022
+ */
3023
+ export interface DescribeSnapshotRollbackResultRequest {
3024
+ /**
3025
+ * 域名
3026
+ */
3027
+ Domain: string;
3028
+ /**
3029
+ * 快照回滚任务 ID
3030
+ */
3031
+ TaskId: number;
3032
+ /**
3033
+ * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
3034
+ */
3035
+ DomainId?: number;
3036
+ }
3037
+ /**
3038
+ * DescribeDomainLogList返回参数结构体
3039
+ */
3040
+ export interface DescribeDomainLogListResponse {
3041
+ /**
3042
+ * 域名信息
3043
+ 注意:此字段可能返回 null,表示取不到有效值。
3044
+ */
3045
+ LogList: Array<string>;
3046
+ /**
3047
+ * 分页大小
3048
+ */
3049
+ PageSize: number;
3050
+ /**
3051
+ * 日志总条数
3052
+ */
3053
+ TotalCount: number;
3054
+ /**
3055
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3056
+ */
3057
+ RequestId?: string;
3058
+ }