tencentcloud-sdk-nodejs 4.0.979 → 4.0.981

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 (92) hide show
  1. package/CHANGELOG.md +516 -0
  2. package/SERVICE_CHANGELOG.md +664 -48
  3. package/package.json +1 -1
  4. package/products.md +36 -36
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_models.ts +18 -61
  7. package/src/services/bsca/v20210811/bsca_models.ts +5 -1
  8. package/src/services/cfs/v20190719/cfs_models.ts +2 -2
  9. package/src/services/cls/v20201016/cls_models.ts +3 -0
  10. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  11. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
  12. package/src/services/dbdc/v20201029/dbdc_models.ts +30 -30
  13. package/src/services/dcdb/v20180411/dcdb_models.ts +62 -62
  14. package/src/services/dnspod/v20210323/dnspod_client.ts +34 -10
  15. package/src/services/dnspod/v20210323/dnspod_models.ts +117 -61
  16. package/src/services/dts/v20211206/dts_models.ts +1 -1
  17. package/src/services/ess/v20201111/ess_client.ts +1 -1
  18. package/src/services/ess/v20201111/ess_models.ts +9 -5
  19. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +5 -3
  21. package/src/services/goosefs/v20220519/goosefs_models.ts +4 -0
  22. package/src/services/gwlb/v20240906/gwlb_models.ts +1 -1
  23. package/src/services/hunyuan/v20230901/hunyuan_models.ts +5 -0
  24. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +4 -4
  25. package/src/services/lcic/v20220817/lcic_models.ts +5 -1
  26. package/src/services/lighthouse/v20200324/lighthouse_models.ts +12 -2
  27. package/src/services/live/v20180801/live_client.ts +344 -105
  28. package/src/services/live/v20180801/live_models.ts +1220 -471
  29. package/src/services/lke/v20231130/lke_client.ts +9 -2
  30. package/src/services/lke/v20231130/lke_models.ts +364 -69
  31. package/src/services/mariadb/v20170312/mariadb_models.ts +56 -56
  32. package/src/services/mps/v20190612/mps_models.ts +6 -1
  33. package/src/services/oceanus/v20190422/oceanus_models.ts +4 -0
  34. package/src/services/ocr/v20181119/ocr_models.ts +12 -0
  35. package/src/services/privatedns/v20201028/privatedns_client.ts +49 -172
  36. package/src/services/privatedns/v20201028/privatedns_models.ts +547 -1012
  37. package/src/services/svp/v20240125/svp_models.ts +0 -1
  38. package/src/services/tke/v20180525/tke_models.ts +4 -0
  39. package/src/services/tke/v20220501/tke_models.ts +3 -1
  40. package/src/services/trtc/v20190722/trtc_models.ts +22 -1
  41. package/src/services/tse/v20201207/tse_models.ts +12 -12
  42. package/src/services/vod/v20180717/vod_models.ts +8 -0
  43. package/src/services/vpc/v20170312/vpc_models.ts +8 -0
  44. package/src/services/wedata/v20210820/wedata_models.ts +3 -3
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +18 -61
  48. package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +5 -1
  49. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
  50. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +3 -0
  51. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  52. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
  53. package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +30 -30
  54. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +62 -62
  55. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +11 -3
  56. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +15 -3
  57. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +113 -61
  58. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
  59. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  60. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  61. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -5
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  63. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -3
  65. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +4 -0
  66. package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +1 -1
  67. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +5 -0
  68. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +4 -4
  69. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -1
  70. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +12 -2
  71. package/tencentcloud/services/live/v20180801/live_client.d.ts +113 -30
  72. package/tencentcloud/services/live/v20180801/live_client.js +161 -40
  73. package/tencentcloud/services/live/v20180801/live_models.d.ts +1197 -490
  74. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +357 -69
  75. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +56 -56
  76. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +6 -1
  77. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -0
  78. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +12 -0
  79. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +3 -43
  80. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +3 -63
  81. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +548 -990
  82. package/tencentcloud/services/svp/v20240125/svp_models.d.ts +0 -1
  83. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
  84. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +3 -1
  85. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +22 -1
  86. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +12 -12
  87. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +8 -0
  88. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -0
  89. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +3 -3
  90. package/test/dnspod.v20210323.test.js +22 -2
  91. package/test/live.v20180801.test.js +212 -22
  92. package/test/privatedns.v20201028.test.js +2 -102
@@ -16,356 +16,13 @@
16
16
  */
17
17
 
18
18
  /**
19
- * QueryAsyncBindVpcStatus返回参数结构体
20
- */
21
- export interface QueryAsyncBindVpcStatusResponse {
22
- /**
23
- * processing 处理中,success 执行成功,
24
- failed 执行失败
25
- */
26
- Status?: string
27
- /**
28
- * 错误信息
29
- 注意:此字段可能返回 null,表示取不到有效值。
30
- */
31
- ErrorMsg?: string
32
- /**
33
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
34
- */
35
- RequestId?: string
36
- }
37
-
38
- /**
39
- * DescribeAccountVpcList请求参数结构体
40
- */
41
- export interface DescribeAccountVpcListRequest {
42
- /**
43
- * 关联账号的uin
44
- */
45
- AccountUin: string
46
- /**
47
- * 分页偏移量,从0开始
48
- */
49
- Offset?: number
50
- /**
51
- * 分页限制数目, 最大100,默认20
52
- */
53
- Limit?: number
54
- /**
55
- * 过滤参数
56
- */
57
- Filters?: Array<Filter>
58
- }
59
-
60
- /**
61
- * 关联的VPC出参
62
- */
63
- export interface AccountVpcInfoOutput {
64
- /**
65
- * 关联账户的uin
66
- */
67
- Uin: string
68
- /**
69
- * vpcid
70
- */
71
- UniqVpcId: string
72
- /**
73
- * 地域
74
- */
75
- Region: string
76
- }
77
-
78
- /**
79
- * DescribeEndPointRegion请求参数结构体
80
- */
81
- export type DescribeEndPointRegionRequest = null
82
-
83
- /**
84
- * DescribePrivateZone请求参数结构体
85
- */
86
- export interface DescribePrivateZoneRequest {
87
- /**
88
- * 域名,格式必须是标准的TLD
89
- */
90
- ZoneId: string
91
- }
92
-
93
- /**
94
- * DescribeAccountVpcList返回参数结构体
95
- */
96
- export interface DescribeAccountVpcListResponse {
97
- /**
98
- * VPC数量
99
- */
100
- TotalCount: number
101
- /**
102
- * VPC 列表
103
- */
104
- VpcSet: Array<AccountVpcInfoOut>
105
- /**
106
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
107
- */
108
- RequestId?: string
109
- }
110
-
111
- /**
112
- * DeletePrivateDNSAccount请求参数结构体
113
- */
114
- export interface DeletePrivateDNSAccountRequest {
115
- /**
116
- * 私有域解析账号
117
- */
118
- Account: PrivateDNSAccount
119
- }
120
-
121
- /**
122
- * AddSpecifyPrivateZoneVpc请求参数结构体
123
- */
124
- export interface AddSpecifyPrivateZoneVpcRequest {
125
- /**
126
- * 私有域id
127
- */
128
- ZoneId: string
129
- /**
130
- * 本次新增的vpc信息
131
- */
132
- VpcSet?: Array<VpcInfo>
133
- /**
134
- * 本次新增关联账户vpc信息
135
- */
136
- AccountVpcSet?: Array<AccountVpcInfo>
137
- /**
138
- * 是否为同步操作
139
- */
140
- Sync?: boolean
141
- }
142
-
143
- /**
144
- * DescribeForwardRule返回参数结构体
145
- */
146
- export interface DescribeForwardRuleResponse {
147
- /**
148
- * 转发规则详情
149
- */
150
- ForwardRule: ForwardRule
151
- /**
152
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
153
- */
154
- RequestId?: string
155
- }
156
-
157
- /**
158
- * Vpc信息
159
- */
160
- export interface VpcInfo {
161
- /**
162
- * VpcId: vpc-xadsafsdasd
163
- */
164
- UniqVpcId: string
165
- /**
166
- * Vpc所属地区: ap-guangzhou, ap-shanghai
167
- */
168
- Region: string
169
- }
170
-
171
- /**
172
- * CreatePrivateDNSAccount返回参数结构体
173
- */
174
- export interface CreatePrivateDNSAccountResponse {
175
- /**
176
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
177
- */
178
- RequestId?: string
179
- }
180
-
181
- /**
182
- * SubscribePrivateZoneService请求参数结构体
183
- */
184
- export type SubscribePrivateZoneServiceRequest = null
185
-
186
- /**
187
- * CreateEndPoint请求参数结构体
188
- */
189
- export interface CreateEndPointRequest {
190
- /**
191
- * 终端节点名称
192
- */
193
- EndPointName: string
194
- /**
195
- * 终端节点服务ID(vpc终端节点服务ID)
196
- */
197
- EndPointServiceId: string
198
- /**
199
- * 终端节点地域,必须要和终端节点服务所属地域一致
200
- */
201
- EndPointRegion: string
202
- /**
203
- * 终端节点ip数量
204
- */
205
- IpNum?: number
206
- }
207
-
208
- /**
209
- * DescribeEndPointList请求参数结构体
210
- */
211
- export interface DescribeEndPointListRequest {
212
- /**
213
- * 分页偏移量,从0开始
214
- */
215
- Offset?: number
216
- /**
217
- * 分页限制数目, 最大100,默认20
218
- */
219
- Limit?: number
220
- /**
221
- * 过滤参数,支持EndPointName,EndPointId,EndPointServiceId,EndPointVip
222
- */
223
- Filters?: Array<Filter>
224
- }
225
-
226
- /**
227
- * 私有域信息
228
- */
229
- export interface PrivateZone {
230
- /**
231
- * 私有域id: zone-xxxxxxxx
232
- */
233
- ZoneId?: string
234
- /**
235
- * 域名所有者uin
236
- */
237
- OwnerUin?: number
238
- /**
239
- * 私有域名
240
- */
241
- Domain?: string
242
- /**
243
- * 创建时间
244
- */
245
- CreatedOn?: string
246
- /**
247
- * 修改时间
248
- */
249
- UpdatedOn?: string
250
- /**
251
- * 记录数
252
- */
253
- RecordCount?: number
254
- /**
255
- * 备注
256
- 注意:此字段可能返回 null,表示取不到有效值。
257
- */
258
- Remark?: string
259
- /**
260
- * 绑定的Vpc列表
261
- */
262
- VpcSet?: Array<VpcInfo>
263
- /**
264
- * 私有域绑定VPC状态,未关联vpc:SUSPEND,已关联VPC:ENABLED
265
- ,关联VPC失败:FAILED
266
- */
267
- Status?: string
268
- /**
269
- * 域名递归解析状态:开通:ENABLED, 关闭,DISABLED
270
- */
271
- DnsForwardStatus?: string
272
- /**
273
- * 标签键值对集合
274
- */
275
- Tags?: Array<TagInfo>
276
- /**
277
- * 绑定的关联账号的vpc列表
278
- 注意:此字段可能返回 null,表示取不到有效值。
279
- */
280
- AccountVpcSet?: Array<AccountVpcInfoOutput>
281
- /**
282
- * 是否自定义TLD
283
- 注意:此字段可能返回 null,表示取不到有效值。
284
- */
285
- IsCustomTld?: boolean
286
- /**
287
- * CNAME加速状态:开通:ENABLED, 关闭,DISABLED
288
- */
289
- CnameSpeedupStatus?: string
290
- /**
291
- * 转发规则名称
292
- 注意:此字段可能返回 null,表示取不到有效值。
293
- */
294
- ForwardRuleName?: string
295
- /**
296
- * 转发规则类型:云上到云下,DOWN;云下到云上,UP,目前只支持DOWN
297
- 注意:此字段可能返回 null,表示取不到有效值。
298
- */
299
- ForwardRuleType?: string
300
- /**
301
- * 转发的地址
302
- 注意:此字段可能返回 null,表示取不到有效值。
303
- */
304
- ForwardAddress?: string
305
- /**
306
- * 终端节点名称
307
- 注意:此字段可能返回 null,表示取不到有效值。
308
- */
309
- EndPointName?: string
310
- /**
311
- * 已删除的vpc
312
- 注意:此字段可能返回 null,表示取不到有效值。
313
- */
314
- DeletedVpcSet?: Array<VpcInfo>
315
- }
316
-
317
- /**
318
- * CreatePrivateDNSAccount请求参数结构体
319
- */
320
- export interface CreatePrivateDNSAccountRequest {
321
- /**
322
- * 私有域解析账号
323
- */
324
- Account: PrivateDNSAccount
325
- }
326
-
327
- /**
328
- * 流量包用量
329
- */
330
- export interface FlowUsage {
331
- /**
332
- * 流量包类型:ZONE 私有域;TRAFFIC 解析流量包
333
- */
334
- FlowType: string
335
- /**
336
- * 流量包总额度
337
- */
338
- TotalQuantity: number
339
- /**
340
- * 流量包可用额度
341
- */
342
- AvailableQuantity: number
343
- }
344
-
345
- /**
346
- * CreateForwardRule返回参数结构体
19
+ * DescribeQuotaUsage返回参数结构体
347
20
  */
348
- export interface CreateForwardRuleResponse {
349
- /**
350
- * 转发规则ID
351
- */
352
- RuleId: string
353
- /**
354
- * 转发规则名称
355
- */
356
- RuleName: string
357
- /**
358
- * 转发规则类型
359
- */
360
- RuleType: string
361
- /**
362
- * 私有域ID
363
- */
364
- ZoneId: string
21
+ export interface DescribeQuotaUsageResponse {
365
22
  /**
366
- * 终端节点ID
23
+ * Tld额度使用情况
367
24
  */
368
- EndPointId: string
25
+ TldQuota: TldQuota
369
26
  /**
370
27
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
371
28
  */
@@ -391,128 +48,91 @@ export interface ModifyPrivateZoneVpcRequest {
391
48
  }
392
49
 
393
50
  /**
394
- * DescribePrivateDNSAccountList返回参数结构体
395
- */
396
- export interface DescribePrivateDNSAccountListResponse {
397
- /**
398
- * 私有域解析账号数量
399
- */
400
- TotalCount?: number
401
- /**
402
- * 私有域解析账号列表
403
- */
404
- AccountSet?: Array<PrivateDNSAccount>
405
- /**
406
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
407
- */
408
- RequestId?: string
409
- }
410
-
411
- /**
412
- * DescribePrivateZoneService请求参数结构体
413
- */
414
- export type DescribePrivateZoneServiceRequest = null
415
-
416
- /**
417
- * 私有域信息
51
+ * DescribeAuditLog返回参数结构体
418
52
  */
419
- export interface PrivateZoneRecord {
420
- /**
421
- * 记录id
422
- */
423
- RecordId: string
424
- /**
425
- * 私有域id: zone-xxxxxxxx
426
- */
427
- ZoneId: string
428
- /**
429
- * 子域名
430
- */
431
- SubDomain: string
432
- /**
433
- * 记录类型,可选的记录类型为:"A", "AAAA", "CNAME", "MX", "TXT", "PTR"
434
- */
435
- RecordType: string
436
- /**
437
- * 记录值
438
- */
439
- RecordValue: string
440
- /**
441
- * 记录缓存时间,数值越小生效越快,取值1-86400s, 默认 600
442
- */
443
- TTL: number
444
- /**
445
- * MX优先级:记录类型为MX时必填。取值范围:5,10,15,20,30,40,50
446
- 注意:此字段可能返回 null,表示取不到有效值。
447
- */
448
- MX: number
449
- /**
450
- * 记录状态:ENABLED
451
- */
452
- Status: string
53
+ export interface DescribeAuditLogResponse {
453
54
  /**
454
- * 记录权重,值为1-100
455
- 注意:此字段可能返回 null,表示取不到有效值。
55
+ * 操作日志列表
456
56
  */
457
- Weight: number
57
+ Data?: Array<AuditLog>
458
58
  /**
459
- * 记录创建时间
59
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
460
60
  */
461
- CreatedOn: string
61
+ RequestId?: string
62
+ }
63
+
64
+ /**
65
+ * DescribePrivateDNSAccountList返回参数结构体
66
+ */
67
+ export interface DescribePrivateDNSAccountListResponse {
462
68
  /**
463
- * 记录更新时间
69
+ * 私有域解析账号数量
464
70
  */
465
- UpdatedOn: string
71
+ TotalCount?: number
466
72
  /**
467
- * 附加信息
468
- 注意:此字段可能返回 null,表示取不到有效值。
73
+ * 私有域解析账号列表
469
74
  */
470
- Extra: string
75
+ AccountSet?: Array<PrivateDNSAccount>
471
76
  /**
472
- * 0暂停,1启用
473
- 注意:此字段可能返回 null,表示取不到有效值。
77
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
474
78
  */
475
- Enabled: number
79
+ RequestId?: string
476
80
  }
477
81
 
478
82
  /**
479
- * CreatePrivateZoneRecord请求参数结构体
83
+ * DescribePrivateZoneRecordList请求参数结构体
480
84
  */
481
- export interface CreatePrivateZoneRecordRequest {
85
+ export interface DescribePrivateZoneRecordListRequest {
482
86
  /**
483
- * 私有域ID
87
+ * 私有域ID: zone-xxxxxx
484
88
  */
485
89
  ZoneId: string
486
90
  /**
487
- * 记录类型,可选的记录类型为:"A", "AAAA", "CNAME", "MX", "TXT", "PTR"
91
+ * 过滤参数(支持使用Value、RecordType过滤)
488
92
  */
489
- RecordType: string
93
+ Filters?: Array<Filter>
490
94
  /**
491
- * 子域名,例如 "www", "m", "@"
95
+ * 分页偏移量,从0开始
492
96
  */
493
- SubDomain: string
97
+ Offset?: number
494
98
  /**
495
- * 记录值,例如 IP:192.168.10.2,CNAME:cname.qcloud.com.,MX:mail.qcloud.com.
99
+ * 分页限制数目, 最大200,默认20
496
100
  */
497
- RecordValue: string
101
+ Limit?: number
102
+ }
103
+
104
+ /**
105
+ * 私有域解析账号
106
+ */
107
+ export interface PrivateDNSAccount {
498
108
  /**
499
- * 记录权重,值为1-100
109
+ * 主账号Uin
500
110
  */
501
- Weight?: number
111
+ Uin: string
502
112
  /**
503
- * MX优先级:记录类型为MX时必填。取值范围:5,10,15,20,30,40,50
113
+ * 主账号名称
504
114
  */
505
- MX?: number
115
+ Account?: string
506
116
  /**
507
- * 记录缓存时间,数值越小生效越快,取值1-86400s, 默认 600
117
+ * 用户昵称
508
118
  */
509
- TTL?: number
119
+ Nickname?: string
510
120
  }
511
121
 
512
122
  /**
513
- * ModifyPrivateZoneRecord返回参数结构体
123
+ * QueryAsyncBindVpcStatus返回参数结构体
514
124
  */
515
- export interface ModifyPrivateZoneRecordResponse {
125
+ export interface QueryAsyncBindVpcStatusResponse {
126
+ /**
127
+ * processing 处理中,success 执行成功,
128
+ failed 执行失败
129
+ */
130
+ Status?: string
131
+ /**
132
+ * 错误信息
133
+ 注意:此字段可能返回 null,表示取不到有效值。
134
+ */
135
+ ErrorMsg?: string
516
136
  /**
517
137
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
518
138
  */
@@ -538,17 +158,17 @@ export interface DescribePrivateZoneRecordListResponse {
538
158
  }
539
159
 
540
160
  /**
541
- * DescribeRequestData返回参数结构体
161
+ * DescribePrivateZoneList返回参数结构体
542
162
  */
543
- export interface DescribeRequestDataResponse {
163
+ export interface DescribePrivateZoneListResponse {
544
164
  /**
545
- * 请求量统计表
165
+ * 私有域数量
546
166
  */
547
- Data?: Array<MetricData>
167
+ TotalCount?: number
548
168
  /**
549
- * 请求量单位时间: Day:天,Hour:小时
169
+ * 私有域列表
550
170
  */
551
- Interval?: string
171
+ PrivateZoneSet?: Array<PrivateZone>
552
172
  /**
553
173
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
554
174
  */
@@ -556,107 +176,90 @@ export interface DescribeRequestDataResponse {
556
176
  }
557
177
 
558
178
  /**
559
- * DeleteForwardRule请求参数结构体
179
+ * 关联的VPC出参
560
180
  */
561
- export interface DeleteForwardRuleRequest {
181
+ export interface AccountVpcInfoOutput {
562
182
  /**
563
- * 转发规则ID数组
183
+ * 关联账户的uin
564
184
  */
565
- RuleIdSet?: Array<string>
566
- }
567
-
568
- /**
569
- * ModifyPrivateZone返回参数结构体
570
- */
571
- export interface ModifyPrivateZoneResponse {
185
+ Uin: string
572
186
  /**
573
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
187
+ * vpcid
574
188
  */
575
- RequestId?: string
189
+ UniqVpcId: string
190
+ /**
191
+ * 地域
192
+ */
193
+ Region: string
576
194
  }
577
195
 
578
196
  /**
579
- * DeleteSpecifyPrivateZoneVpc请求参数结构体
197
+ * DescribePrivateZone请求参数结构体
580
198
  */
581
- export interface DeleteSpecifyPrivateZoneVpcRequest {
199
+ export interface DescribePrivateZoneRequest {
582
200
  /**
583
- * 私有域id
201
+ * 域名,格式必须是标准的TLD
584
202
  */
585
203
  ZoneId: string
586
- /**
587
- * 本次删除的VPC
588
- */
589
- VpcSet?: Array<VpcInfo>
590
- /**
591
- * 本次删除的关联账户VPC
592
- */
593
- AccountVpcSet?: Array<AccountVpcInfo>
594
- /**
595
- * 是否为同步操作
596
- */
597
- Sync?: boolean
598
204
  }
599
205
 
600
206
  /**
601
- * ModifyPrivateZone请求参数结构体
207
+ * ModifyRecordsStatus返回参数结构体
602
208
  */
603
- export interface ModifyPrivateZoneRequest {
209
+ export interface ModifyRecordsStatusResponse {
604
210
  /**
605
211
  * 私有域ID
606
212
  */
607
- ZoneId: string
213
+ ZoneId?: string
608
214
  /**
609
- * 备注
215
+ * 解析记录ID列表
610
216
  */
611
- Remark?: string
217
+ RecordIds?: Array<number | bigint>
612
218
  /**
613
- * 是否开启子域名递归, ENABLED, DISABLED
219
+ * enabled:生效,disabled:失效
614
220
  */
615
- DnsForwardStatus?: string
221
+ Status?: string
616
222
  /**
617
- * 是否开启CNAME加速:ENABLED, DISABLED
223
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
618
224
  */
619
- CnameSpeedupStatus?: string
225
+ RequestId?: string
620
226
  }
621
227
 
622
228
  /**
623
- * DescribePrivateZoneList请求参数结构体
229
+ * 时间统计值
624
230
  */
625
- export interface DescribePrivateZoneListRequest {
626
- /**
627
- * 分页偏移量,从0开始
628
- */
629
- Offset?: number
231
+ export interface DatePoint {
630
232
  /**
631
- * 分页限制数目, 最大100,默认20
233
+ * 时间
632
234
  */
633
- Limit?: number
235
+ Date: string
634
236
  /**
635
- * 过滤参数
237
+ *
636
238
  */
637
- Filters?: Array<Filter>
239
+ Value: number
638
240
  }
639
241
 
640
242
  /**
641
- * DescribeDashboard返回参数结构体
243
+ * DeleteSpecifyPrivateZoneVpc返回参数结构体
642
244
  */
643
- export interface DescribeDashboardResponse {
245
+ export interface DeleteSpecifyPrivateZoneVpcResponse {
644
246
  /**
645
- * 私有域解析总数
247
+ * 私有域id
646
248
  */
647
- ZoneTotal?: number
249
+ ZoneId?: string
648
250
  /**
649
- * 私有域关联VPC数量
251
+ * 本次删除的VPC
650
252
  */
651
- ZoneVpcCount?: number
253
+ VpcSet?: Array<VpcInfo>
652
254
  /**
653
- * 历史请求量总数
255
+ * 本次删除的关联账户的VPC
654
256
  */
655
- RequestTotalCount?: number
257
+ AccountVpcSet?: Array<AccountVpcInfo>
656
258
  /**
657
- * 流量包用量
259
+ * 唯一id
260
+ 注意:此字段可能返回 null,表示取不到有效值。
658
261
  */
659
- FlowUsage?: Array<FlowUsage>
262
+ UniqId?: string
660
263
  /**
661
264
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
662
265
  */
@@ -664,23 +267,17 @@ export interface DescribeDashboardResponse {
664
267
  }
665
268
 
666
269
  /**
667
- * ModifyForwardRule返回参数结构体
270
+ * DescribeAccountVpcList返回参数结构体
668
271
  */
669
- export interface ModifyForwardRuleResponse {
272
+ export interface DescribeAccountVpcListResponse {
670
273
  /**
671
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
274
+ * VPC数量
672
275
  */
673
- RequestId?: string
674
- }
675
-
676
- /**
677
- * SubscribePrivateZoneService返回参数结构体
678
- */
679
- export interface SubscribePrivateZoneServiceResponse {
276
+ TotalCount: number
680
277
  /**
681
- * 私有域解析服务开通状态
278
+ * VPC 列表
682
279
  */
683
- ServiceStatus?: string
280
+ VpcSet: Array<AccountVpcInfoOut>
684
281
  /**
685
282
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
686
283
  */
@@ -688,219 +285,175 @@ export interface SubscribePrivateZoneServiceResponse {
688
285
  }
689
286
 
690
287
  /**
691
- * 日志详情
288
+ * DescribePrivateZoneService请求参数结构体
692
289
  */
693
- export interface AuditLogInfo {
694
- /**
695
- * 时间
696
- */
697
- Date: string
698
- /**
699
- * 操作人uin
700
- */
701
- OperatorUin: string
702
- /**
703
- * 日志内容
704
- */
705
- Content: string
706
- }
290
+ export type DescribePrivateZoneServiceRequest = null
707
291
 
708
292
  /**
709
- * ModifyRecordsStatus请求参数结构体
293
+ * 私有域信息
710
294
  */
711
- export interface ModifyRecordsStatusRequest {
295
+ export interface PrivateZoneRecord {
712
296
  /**
713
- * 私有域ID
297
+ * 记录id
714
298
  */
715
- ZoneId: string
299
+ RecordId: string
716
300
  /**
717
- * 解析记录ID列表
301
+ * 私有域id: zone-xxxxxxxx
718
302
  */
719
- RecordIds: Array<number | bigint>
303
+ ZoneId: string
720
304
  /**
721
- * enabled:生效,disabled:失效
305
+ * 子域名
722
306
  */
723
- Status: string
724
- }
725
-
726
- /**
727
- * DescribeEndPointRegion返回参数结构体
728
- */
729
- export interface DescribeEndPointRegionResponse {
307
+ SubDomain: string
730
308
  /**
731
- * 地域数组
309
+ * 记录类型,可选的记录类型为:"A", "AAAA", "CNAME", "MX", "TXT", "PTR"
732
310
  */
733
- RegionSet?: Array<RegionInfo>
311
+ RecordType: string
734
312
  /**
735
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
313
+ * 记录值
736
314
  */
737
- RequestId?: string
738
- }
739
-
740
- /**
741
- * CreateEndPointAndEndPointService请求参数结构体
742
- */
743
- export interface CreateEndPointAndEndPointServiceRequest {
315
+ RecordValue: string
744
316
  /**
745
- * VPC实例ID
317
+ * 记录缓存时间,数值越小生效越快,取值1-86400s, 默认 600
746
318
  */
747
- VpcId: string
319
+ TTL: number
748
320
  /**
749
- * 是否自动接受
321
+ * MX优先级:记录类型为MX时必填。取值范围:5,10,15,20,30,40,50
322
+ 注意:此字段可能返回 null,表示取不到有效值。
750
323
  */
751
- AutoAcceptFlag: boolean
324
+ MX: number
752
325
  /**
753
- * 后端服务ID
326
+ * 记录状态:ENABLED
754
327
  */
755
- ServiceInstanceId: string
328
+ Status: string
756
329
  /**
757
- * 终端节点名称
330
+ * 记录权重,值为1-100
331
+ 注意:此字段可能返回 null,表示取不到有效值。
758
332
  */
759
- EndPointName: string
333
+ Weight: number
760
334
  /**
761
- * 终端节点地域,必须要和终端节点服务所属地域一致
335
+ * 记录创建时间
762
336
  */
763
- EndPointRegion: string
337
+ CreatedOn: string
764
338
  /**
765
- * 终端节点服务名称
339
+ * 记录更新时间
766
340
  */
767
- EndPointServiceName?: string
341
+ UpdatedOn: string
768
342
  /**
769
- * 挂载的PAAS服务类型,CLB,CDB,CRS
343
+ * 附加信息
344
+ 注意:此字段可能返回 null,表示取不到有效值。
770
345
  */
771
- ServiceType?: string
346
+ Extra: string
772
347
  /**
773
- * 终端节点ip数量
348
+ * 0暂停,1启用
349
+ 注意:此字段可能返回 null,表示取不到有效值。
774
350
  */
775
- IpNum?: number
351
+ Enabled: number
776
352
  }
777
353
 
778
354
  /**
779
- * ModifyPrivateZoneRecord请求参数结构体
355
+ * AddSpecifyPrivateZoneVpc返回参数结构体
780
356
  */
781
- export interface ModifyPrivateZoneRecordRequest {
782
- /**
783
- * 私有域ID
784
- */
785
- ZoneId: string
786
- /**
787
- * 记录ID
788
- */
789
- RecordId: string
790
- /**
791
- * 记录类型,可选的记录类型为:"A", "AAAA", "CNAME", "MX", "TXT", "PTR"
792
- */
793
- RecordType: string
357
+ export interface AddSpecifyPrivateZoneVpcResponse {
794
358
  /**
795
- * 子域名,例如 "www", "m", "@"
359
+ * zone id
796
360
  */
797
- SubDomain: string
361
+ ZoneId?: string
798
362
  /**
799
- * 记录值,例如 IP:192.168.10.2,CNAME:cname.qcloud.com.,MX:mail.qcloud.com.
363
+ * 本次新增的vpc
800
364
  */
801
- RecordValue: string
365
+ VpcSet?: Array<VpcInfo>
802
366
  /**
803
- * 记录权重,值为1-100
367
+ * 本次新增的关联账号vpc
804
368
  */
805
- Weight?: number
369
+ AccountVpcSet?: Array<AccountVpcInfo>
806
370
  /**
807
- * MX优先级:记录类型为MX时必填。取值范围:5,10,15,20,30,40,50
371
+ * 唯一id
372
+ 注意:此字段可能返回 null,表示取不到有效值。
808
373
  */
809
- MX?: number
374
+ UniqId?: string
810
375
  /**
811
- * 记录缓存时间,数值越小生效越快,取值1-86400s, 默认 600
376
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
812
377
  */
813
- TTL?: number
378
+ RequestId?: string
814
379
  }
815
380
 
816
381
  /**
817
- * DescribePrivateDNSAccountList请求参数结构体
382
+ * 日志详情
818
383
  */
819
- export interface DescribePrivateDNSAccountListRequest {
384
+ export interface AuditLogInfo {
820
385
  /**
821
- * 分页偏移量,从0开始
386
+ * 时间
822
387
  */
823
- Offset?: number
388
+ Date: string
824
389
  /**
825
- * 分页限制数目, 最大100,默认20
390
+ * 操作人uin
826
391
  */
827
- Limit?: number
392
+ OperatorUin: string
828
393
  /**
829
- * 过滤参数
394
+ * 日志内容
830
395
  */
831
- Filters?: Array<Filter>
396
+ Content: string
832
397
  }
833
398
 
834
399
  /**
835
- * CreateEndPointAndEndPointService返回参数结构体
400
+ * AddSpecifyPrivateZoneVpc请求参数结构体
836
401
  */
837
- export interface CreateEndPointAndEndPointServiceResponse {
838
- /**
839
- * 终端节点id
840
- */
841
- EndPointId?: string
402
+ export interface AddSpecifyPrivateZoneVpcRequest {
842
403
  /**
843
- * 终端节点名
404
+ * 私有域id
844
405
  */
845
- EndPointName?: string
406
+ ZoneId: string
846
407
  /**
847
- * 终端节点服务ID
408
+ * 本次新增的vpc信息
848
409
  */
849
- EndPointServiceId?: string
410
+ VpcSet?: Array<VpcInfo>
850
411
  /**
851
- * 终端节点的IP列表
412
+ * 本次新增关联账户vpc信息
852
413
  */
853
- EndPointVipSet?: Array<string>
414
+ AccountVpcSet?: Array<AccountVpcInfo>
854
415
  /**
855
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
416
+ * 是否为同步操作
856
417
  */
857
- RequestId?: string
418
+ Sync?: boolean
858
419
  }
859
420
 
860
421
  /**
861
- * DescribePrivateZoneRecordList请求参数结构体
422
+ * DescribeRequestData请求参数结构体
862
423
  */
863
- export interface DescribePrivateZoneRecordListRequest {
424
+ export interface DescribeRequestDataRequest {
864
425
  /**
865
- * 私有域ID: zone-xxxxxx
426
+ * 请求量统计起始时间,格式:2020-11-22 00:00:00
866
427
  */
867
- ZoneId: string
428
+ TimeRangeBegin: string
868
429
  /**
869
- * 过滤参数(支持使用Value、RecordType过滤)
430
+ * 筛选参数:
870
431
  */
871
432
  Filters?: Array<Filter>
872
433
  /**
873
- * 分页偏移量,从0开始
874
- */
875
- Offset?: number
876
- /**
877
- * 分页限制数目, 最大200,默认20
434
+ * 请求量统计结束时间,格式:2020-11-22 23:59:59
878
435
  */
879
- Limit?: number
436
+ TimeRangeEnd?: string
880
437
  }
881
438
 
882
439
  /**
883
- * 私有域解析账号
440
+ * ModifyPrivateZoneRecord返回参数结构体
884
441
  */
885
- export interface PrivateDNSAccount {
886
- /**
887
- * 主账号Uin
888
- */
889
- Uin: string
890
- /**
891
- * 主账号名称
892
- */
893
- Account?: string
442
+ export interface ModifyPrivateZoneRecordResponse {
894
443
  /**
895
- * 用户昵称
444
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
896
445
  */
897
- Nickname?: string
446
+ RequestId?: string
898
447
  }
899
448
 
900
449
  /**
901
- * DescribeForwardRuleList请求参数结构体
450
+ * DescribeAccountVpcList请求参数结构体
902
451
  */
903
- export interface DescribeForwardRuleListRequest {
452
+ export interface DescribeAccountVpcListRequest {
453
+ /**
454
+ * 关联账号的uin
455
+ */
456
+ AccountUin: string
904
457
  /**
905
458
  * 分页偏移量,从0开始
906
459
  */
@@ -916,21 +469,17 @@ export interface DescribeForwardRuleListRequest {
916
469
  }
917
470
 
918
471
  /**
919
- * ModifyRecordsStatus返回参数结构体
472
+ * DescribeRequestData返回参数结构体
920
473
  */
921
- export interface ModifyRecordsStatusResponse {
922
- /**
923
- * 私有域ID
924
- */
925
- ZoneId?: string
474
+ export interface DescribeRequestDataResponse {
926
475
  /**
927
- * 解析记录ID列表
476
+ * 请求量统计表
928
477
  */
929
- RecordIds?: Array<number | bigint>
478
+ Data?: Array<MetricData>
930
479
  /**
931
- * enabled:生效,disabled:失效
480
+ * 请求量单位时间: Day:天,Hour:小时
932
481
  */
933
- Status?: string
482
+ Interval?: string
934
483
  /**
935
484
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
936
485
  */
@@ -938,64 +487,61 @@ export interface ModifyRecordsStatusResponse {
938
487
  }
939
488
 
940
489
  /**
941
- * 时间统计值
942
- */
943
- export interface DatePoint {
944
- /**
945
- * 时间
946
- */
947
- Date: string
948
- /**
949
- * 值
950
- */
951
- Value: number
952
- }
953
-
954
- /**
955
- * DeleteSpecifyPrivateZoneVpc返回参数结构体
490
+ * ModifyPrivateZone请求参数结构体
956
491
  */
957
- export interface DeleteSpecifyPrivateZoneVpcResponse {
958
- /**
959
- * 私有域id
960
- */
961
- ZoneId?: string
492
+ export interface ModifyPrivateZoneRequest {
962
493
  /**
963
- * 本次删除的VPC
494
+ * 私有域ID
964
495
  */
965
- VpcSet?: Array<VpcInfo>
496
+ ZoneId: string
966
497
  /**
967
- * 本次删除的关联账户的VPC
498
+ * 备注
968
499
  */
969
- AccountVpcSet?: Array<AccountVpcInfo>
500
+ Remark?: string
970
501
  /**
971
- * 唯一id
972
- 注意:此字段可能返回 null,表示取不到有效值。
502
+ * 是否开启子域名递归, ENABLED, DISABLED
973
503
  */
974
- UniqId?: string
504
+ DnsForwardStatus?: string
975
505
  /**
976
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
506
+ * 是否开启CNAME加速:ENABLED, DISABLED
977
507
  */
978
- RequestId?: string
508
+ CnameSpeedupStatus?: string
979
509
  }
980
510
 
981
511
  /**
982
- * DeleteEndPoint返回参数结构体
512
+ * 标签
983
513
  */
984
- export interface DeleteEndPointResponse {
514
+ export interface TagInfo {
985
515
  /**
986
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
516
+ * 标签键
987
517
  */
988
- RequestId?: string
518
+ TagKey: string
519
+ /**
520
+ * 标签值
521
+ */
522
+ TagValue: string
989
523
  }
990
524
 
991
525
  /**
992
- * DeleteEndPoint请求参数结构体
526
+ * Tld额度
993
527
  */
994
- export interface DeleteEndPointRequest {
528
+ export interface TldQuota {
529
+ /**
530
+ * 总共额度
531
+ */
532
+ Total: number
533
+ /**
534
+ * 已使用额度
535
+ */
536
+ Used: number
537
+ /**
538
+ * 库存
539
+ */
540
+ Stock: number
995
541
  /**
996
- * 终端节点ID
542
+ * 用户限额
997
543
  */
998
- EndPointId?: string
544
+ Quota: number
999
545
  }
1000
546
 
1001
547
  /**
@@ -1036,6 +582,20 @@ export interface CreatePrivateZoneRequest {
1036
582
  CnameSpeedupStatus?: string
1037
583
  }
1038
584
 
585
+ /**
586
+ * Vpc信息
587
+ */
588
+ export interface VpcInfo {
589
+ /**
590
+ * VpcId: vpc-xadsafsdasd
591
+ */
592
+ UniqVpcId: string
593
+ /**
594
+ * Vpc所属地区: ap-guangzhou, ap-shanghai
595
+ */
596
+ Region: string
597
+ }
598
+
1039
599
  /**
1040
600
  * 查询关联账号VPC列表出参
1041
601
  */
@@ -1059,23 +619,67 @@ export interface AccountVpcInfoOut {
1059
619
  }
1060
620
 
1061
621
  /**
1062
- * ModifyForwardRule请求参数结构体
622
+ * 私有域解析账号Vpc信息
1063
623
  */
1064
- export interface ModifyForwardRuleRequest {
624
+ export interface AccountVpcInfo {
1065
625
  /**
1066
- * 转发规则ID
626
+ * VpcId: vpc-xadsafsdasd
1067
627
  */
1068
- RuleId: string
628
+ UniqVpcId: string
1069
629
  /**
1070
- * 转发规则名称
630
+ * Vpc所属地区: ap-guangzhou, ap-shanghai
631
+ 注意:此字段可能返回 null,表示取不到有效值。
632
+ */
633
+ Region: string
634
+ /**
635
+ * Vpc所属账号: 123456789
636
+ 注意:此字段可能返回 null,表示取不到有效值。
637
+ */
638
+ Uin: string
639
+ /**
640
+ * vpc资源名称:testname
641
+ 注意:此字段可能返回 null,表示取不到有效值。
642
+ */
643
+ VpcName?: string
644
+ }
645
+
646
+ /**
647
+ * ModifyPrivateZone返回参数结构体
648
+ */
649
+ export interface ModifyPrivateZoneResponse {
650
+ /**
651
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
652
+ */
653
+ RequestId?: string
654
+ }
655
+
656
+ /**
657
+ * DeleteSpecifyPrivateZoneVpc请求参数结构体
658
+ */
659
+ export interface DeleteSpecifyPrivateZoneVpcRequest {
660
+ /**
661
+ * 私有域id
662
+ */
663
+ ZoneId: string
664
+ /**
665
+ * 本次删除的VPC
666
+ */
667
+ VpcSet?: Array<VpcInfo>
668
+ /**
669
+ * 本次删除的关联账户VPC
1071
670
  */
1072
- RuleName?: string
671
+ AccountVpcSet?: Array<AccountVpcInfo>
1073
672
  /**
1074
- * 终端节点ID
673
+ * 是否为同步操作
1075
674
  */
1076
- EndPointId?: string
675
+ Sync?: boolean
1077
676
  }
1078
677
 
678
+ /**
679
+ * SubscribePrivateZoneService请求参数结构体
680
+ */
681
+ export type SubscribePrivateZoneServiceRequest = null
682
+
1079
683
  /**
1080
684
  * DescribePrivateZone返回参数结构体
1081
685
  */
@@ -1091,62 +695,43 @@ export interface DescribePrivateZoneResponse {
1091
695
  }
1092
696
 
1093
697
  /**
1094
- * DescribeRequestData请求参数结构体
698
+ * CreatePrivateZone返回参数结构体
1095
699
  */
1096
- export interface DescribeRequestDataRequest {
1097
- /**
1098
- * 请求量统计起始时间,格式:2020-11-22 00:00:00
1099
- */
1100
- TimeRangeBegin: string
1101
- /**
1102
- * 筛选参数:
1103
- */
1104
- Filters?: Array<Filter>
700
+ export interface CreatePrivateZoneResponse {
1105
701
  /**
1106
- * 请求量统计结束时间,格式:2020-11-22 23:59:59
702
+ * 私有域ID, zone-xxxxxx
1107
703
  */
1108
- TimeRangeEnd?: string
1109
- }
1110
-
1111
- /**
1112
- * 筛选参数
1113
- */
1114
- export interface Filter {
704
+ ZoneId?: string
1115
705
  /**
1116
- * 参数名
706
+ * 私有域名
1117
707
  */
1118
- Name: string
708
+ Domain?: string
1119
709
  /**
1120
- * 参数值数组
710
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1121
711
  */
1122
- Values: Array<string>
712
+ RequestId?: string
1123
713
  }
1124
714
 
1125
715
  /**
1126
- * DescribeDashboard请求参数结构体
1127
- */
1128
- export type DescribeDashboardRequest = null
1129
-
1130
- /**
1131
- * CreateEndPoint返回参数结构体
716
+ * DescribeDashboard返回参数结构体
1132
717
  */
1133
- export interface CreateEndPointResponse {
718
+ export interface DescribeDashboardResponse {
1134
719
  /**
1135
- * 终端节点id
720
+ * 私有域解析总数
1136
721
  */
1137
- EndPointId?: string
722
+ ZoneTotal?: number
1138
723
  /**
1139
- * 终端节点名称
724
+ * 私有域关联VPC数量
1140
725
  */
1141
- EndPointName?: string
726
+ ZoneVpcCount?: number
1142
727
  /**
1143
- * 终端节点服务ID
728
+ * 历史请求量总数
1144
729
  */
1145
- EndPointServiceId?: string
730
+ RequestTotalCount?: number
1146
731
  /**
1147
- * 终端节点的IP列表
732
+ * 流量包用量
1148
733
  */
1149
- EndPointVipSet?: Array<string>
734
+ FlowUsage?: Array<FlowUsage>
1150
735
  /**
1151
736
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1152
737
  */
@@ -1154,19 +739,13 @@ export interface CreateEndPointResponse {
1154
739
  }
1155
740
 
1156
741
  /**
1157
- * DescribeForwardRule请求参数结构体
742
+ * CreatePrivateZoneRecord返回参数结构体
1158
743
  */
1159
- export interface DescribeForwardRuleRequest {
744
+ export interface CreatePrivateZoneRecordResponse {
1160
745
  /**
1161
- * 转发规则ID
746
+ * 记录Id
1162
747
  */
1163
- RuleId: string
1164
- }
1165
-
1166
- /**
1167
- * DeletePrivateZone返回参数结构体
1168
- */
1169
- export interface DeletePrivateZoneResponse {
748
+ RecordId?: string
1170
749
  /**
1171
750
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1172
751
  */
@@ -1174,17 +753,13 @@ export interface DeletePrivateZoneResponse {
1174
753
  }
1175
754
 
1176
755
  /**
1177
- * DescribePrivateZoneList返回参数结构体
756
+ * DescribePrivateZoneService返回参数结构体
1178
757
  */
1179
- export interface DescribePrivateZoneListResponse {
1180
- /**
1181
- * 私有域数量
1182
- */
1183
- TotalCount?: number
758
+ export interface DescribePrivateZoneServiceResponse {
1184
759
  /**
1185
- * 私有域列表
760
+ * 私有域解析服务开通状态。ENABLED已开通,DISABLED未开通
1186
761
  */
1187
- PrivateZoneSet?: Array<PrivateZone>
762
+ ServiceStatus?: string
1188
763
  /**
1189
764
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1190
765
  */
@@ -1192,81 +767,90 @@ export interface DescribePrivateZoneListResponse {
1192
767
  }
1193
768
 
1194
769
  /**
1195
- * 终端节点信息
770
+ * CreatePrivateDNSAccount返回参数结构体
1196
771
  */
1197
- export interface EndPointInfo {
772
+ export interface CreatePrivateDNSAccountResponse {
1198
773
  /**
1199
- * 终端节点ID
774
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1200
775
  */
1201
- EndPointId?: string
776
+ RequestId?: string
777
+ }
778
+
779
+ /**
780
+ * DescribeAuditLog请求参数结构体
781
+ */
782
+ export interface DescribeAuditLogRequest {
1202
783
  /**
1203
- * 终端节点名称
784
+ * 请求量统计起始时间
1204
785
  */
1205
- EndPointName?: string
786
+ TimeRangeBegin: string
1206
787
  /**
1207
- * 终端节点服务ID
788
+ * 筛选参数:ZoneId:私有域ID;Domain:私有域;OperatorUin:操作者账号ID
1208
789
  */
1209
- EndPointServiceId?: string
790
+ Filters?: Array<Filter>
1210
791
  /**
1211
- * 终端节点VIP列表
792
+ * 请求量统计结束时间
1212
793
  */
1213
- EndPointVipSet?: Array<string>
794
+ TimeRangeEnd?: string
1214
795
  /**
1215
- * ap-guangzhou
1216
- 注意:此字段可能返回 null,表示取不到有效值。
796
+ * 分页偏移量,从0开始
1217
797
  */
1218
- RegionCode?: string
798
+ Offset?: number
1219
799
  /**
1220
- * 标签键值对集合
1221
- 注意:此字段可能返回 null,表示取不到有效值。
800
+ * 分页限制数目, 最大100,默认20
1222
801
  */
1223
- Tags?: Array<TagInfo>
802
+ Limit?: number
1224
803
  }
1225
804
 
1226
805
  /**
1227
- * ModifyPrivateZoneVpc返回参数结构体
806
+ * DescribeDashboard请求参数结构体
1228
807
  */
1229
- export interface ModifyPrivateZoneVpcResponse {
808
+ export type DescribeDashboardRequest = null
809
+
810
+ /**
811
+ * DeletePrivateZone请求参数结构体
812
+ */
813
+ export interface DeletePrivateZoneRequest {
1230
814
  /**
1231
- * 私有域ID, zone-xxxxxx
815
+ * 私有域ID
1232
816
  */
1233
817
  ZoneId?: string
1234
818
  /**
1235
- * 解析域关联的VPC列表
1236
- */
1237
- VpcSet?: Array<VpcInfo>
1238
- /**
1239
- * 私有域账号关联的全部VPC列表
1240
- */
1241
- AccountVpcSet?: Array<AccountVpcInfoOutput>
1242
- /**
1243
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
819
+ * 私有域ID数组,ZoneId 优先
1244
820
  */
1245
- RequestId?: string
821
+ ZoneIdSet?: Array<string>
1246
822
  }
1247
823
 
1248
824
  /**
1249
- * DescribeQuotaUsage返回参数结构体
825
+ * 操作日志
1250
826
  */
1251
- export interface DescribeQuotaUsageResponse {
827
+ export interface AuditLog {
1252
828
  /**
1253
- * Tld额度使用情况
829
+ * 日志类型
1254
830
  */
1255
- TldQuota: TldQuota
831
+ Resource: string
1256
832
  /**
1257
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
833
+ * 日志表名
1258
834
  */
1259
- RequestId?: string
835
+ Metric: string
836
+ /**
837
+ * 日志总数
838
+ */
839
+ TotalCount: number
840
+ /**
841
+ * 日志列表
842
+ */
843
+ DataSet: Array<AuditLogInfo>
1260
844
  }
1261
845
 
1262
846
  /**
1263
- * DescribeAuditLog返回参数结构体
847
+ * SubscribePrivateZoneService返回参数结构体
1264
848
  */
1265
- export interface DescribeAuditLogResponse {
849
+ export interface SubscribePrivateZoneServiceResponse {
1266
850
  /**
1267
- * 操作日志列表
851
+ * 私有域解析服务开通状态
1268
852
  */
1269
- Data?: Array<AuditLog>
853
+ ServiceStatus?: string
1270
854
  /**
1271
855
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1272
856
  */
@@ -1274,67 +858,51 @@ export interface DescribeAuditLogResponse {
1274
858
  }
1275
859
 
1276
860
  /**
1277
- * CreateForwardRule请求参数结构体
861
+ * DeletePrivateDNSAccount请求参数结构体
1278
862
  */
1279
- export interface CreateForwardRuleRequest {
1280
- /**
1281
- * 转发规则名称
1282
- */
1283
- RuleName: string
1284
- /**
1285
- * 转发规则类型:云上到云下DOWN,云下到云上UP
1286
- */
1287
- RuleType: string
1288
- /**
1289
- * 私有域ID,可在私有域列表页面查看
1290
- */
1291
- ZoneId: string
863
+ export interface DeletePrivateDNSAccountRequest {
1292
864
  /**
1293
- * 终端节点ID
865
+ * 私有域解析账号
1294
866
  */
1295
- EndPointId: string
867
+ Account: PrivateDNSAccount
1296
868
  }
1297
869
 
1298
870
  /**
1299
- * AddSpecifyPrivateZoneVpc返回参数结构体
871
+ * DeletePrivateZoneRecord请求参数结构体
1300
872
  */
1301
- export interface AddSpecifyPrivateZoneVpcResponse {
873
+ export interface DeletePrivateZoneRecordRequest {
1302
874
  /**
1303
- * zone id
875
+ * 私有域ID
1304
876
  */
1305
877
  ZoneId?: string
1306
878
  /**
1307
- * 本次新增的vpc
1308
- */
1309
- VpcSet?: Array<VpcInfo>
1310
- /**
1311
- * 本次新增的关联账号vpc
1312
- */
1313
- AccountVpcSet?: Array<AccountVpcInfo>
1314
- /**
1315
- * 唯一id
1316
- 注意:此字段可能返回 null,表示取不到有效值。
879
+ * 记录ID(调用DescribePrivateZoneRecordList可获取到RecordId)
1317
880
  */
1318
- UniqId?: string
881
+ RecordId?: string
1319
882
  /**
1320
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
883
+ * 记录ID数组,RecordId 优先
1321
884
  */
1322
- RequestId?: string
885
+ RecordIdSet?: Array<string>
1323
886
  }
1324
887
 
1325
888
  /**
1326
- * DescribeEndPointList返回参数结构体
889
+ * 筛选参数
1327
890
  */
1328
- export interface DescribeEndPointListResponse {
891
+ export interface Filter {
1329
892
  /**
1330
- * 终端节点总数
893
+ * 参数名
1331
894
  */
1332
- TotalCount?: number
895
+ Name: string
1333
896
  /**
1334
- * 终端节点列表
1335
- 注意:此字段可能返回 null,表示取不到有效值。
897
+ * 参数值数组
1336
898
  */
1337
- EndPointSet?: Array<EndPointInfo>
899
+ Values: Array<string>
900
+ }
901
+
902
+ /**
903
+ * DeletePrivateZone返回参数结构体
904
+ */
905
+ export interface DeletePrivateZoneResponse {
1338
906
  /**
1339
907
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1340
908
  */
@@ -1342,225 +910,207 @@ export interface DescribeEndPointListResponse {
1342
910
  }
1343
911
 
1344
912
  /**
1345
- * 地域信息
913
+ * ModifyRecordsStatus请求参数结构体
1346
914
  */
1347
- export interface RegionInfo {
1348
- /**
1349
- * 地域编码
1350
- */
1351
- RegionCode?: string
1352
- /**
1353
- * 地域中文名
1354
- 注意:此字段可能返回 null,表示取不到有效值。
1355
- */
1356
- CnName?: string
915
+ export interface ModifyRecordsStatusRequest {
1357
916
  /**
1358
- * 地域英文名
917
+ * 私有域ID
1359
918
  */
1360
- EnName?: string
919
+ ZoneId: string
1361
920
  /**
1362
- * 地域ID
1363
- 注意:此字段可能返回 null,表示取不到有效值。
921
+ * 解析记录ID列表
1364
922
  */
1365
- RegionId?: number
923
+ RecordIds: Array<number | bigint>
1366
924
  /**
1367
- * 可用区数量
1368
- 注意:此字段可能返回 null,表示取不到有效值。
925
+ * enabled:生效,disabled:失效
1369
926
  */
1370
- AvailableZoneNum?: number
927
+ Status: string
1371
928
  }
1372
929
 
1373
930
  /**
1374
- * 标签
931
+ * CreatePrivateDNSAccount请求参数结构体
1375
932
  */
1376
- export interface TagInfo {
933
+ export interface CreatePrivateDNSAccountRequest {
1377
934
  /**
1378
- * 标签键
935
+ * 私有域解析账号
1379
936
  */
1380
- TagKey: string
937
+ Account: PrivateDNSAccount
938
+ }
939
+
940
+ /**
941
+ * QueryAsyncBindVpcStatus请求参数结构体
942
+ */
943
+ export interface QueryAsyncBindVpcStatusRequest {
1381
944
  /**
1382
- * 标签值
945
+ * 唯一ID
1383
946
  */
1384
- TagValue: string
947
+ UniqId: string
1385
948
  }
1386
949
 
1387
950
  /**
1388
- * Tld额度
951
+ * 统计数据表
1389
952
  */
1390
- export interface TldQuota {
953
+ export interface MetricData {
1391
954
  /**
1392
- * 总共额度
955
+ * 资源描述
1393
956
  */
1394
- Total: number
957
+ Resource: string
1395
958
  /**
1396
- * 已使用额度
959
+ * 表名
1397
960
  */
1398
- Used: number
961
+ Metric: string
1399
962
  /**
1400
- * 库存
963
+ * 表数据
1401
964
  */
1402
- Stock: number
965
+ DataSet: Array<DatePoint>
1403
966
  /**
1404
- * 用户限额
967
+ * 查询范围内的请求总量
968
+ 注意:此字段可能返回 null,表示取不到有效值。
1405
969
  */
1406
- Quota: number
970
+ MetricCount: number
1407
971
  }
1408
972
 
1409
973
  /**
1410
- * 私有域解析账号Vpc信息
974
+ * DescribePrivateDNSAccountList请求参数结构体
1411
975
  */
1412
- export interface AccountVpcInfo {
1413
- /**
1414
- * VpcId: vpc-xadsafsdasd
1415
- */
1416
- UniqVpcId: string
976
+ export interface DescribePrivateDNSAccountListRequest {
1417
977
  /**
1418
- * Vpc所属地区: ap-guangzhou, ap-shanghai
1419
- 注意:此字段可能返回 null,表示取不到有效值。
978
+ * 分页偏移量,从0开始
1420
979
  */
1421
- Region: string
980
+ Offset?: number
1422
981
  /**
1423
- * Vpc所属账号: 123456789
1424
- 注意:此字段可能返回 null,表示取不到有效值。
982
+ * 分页限制数目, 最大100,默认20
1425
983
  */
1426
- Uin: string
984
+ Limit?: number
1427
985
  /**
1428
- * vpc资源名称:testname
1429
- 注意:此字段可能返回 null,表示取不到有效值。
986
+ * 过滤参数
1430
987
  */
1431
- VpcName?: string
988
+ Filters?: Array<Filter>
1432
989
  }
1433
990
 
1434
991
  /**
1435
- * 转发规则详情
992
+ * 私有域信息
1436
993
  */
1437
- export interface ForwardRule {
994
+ export interface PrivateZone {
995
+ /**
996
+ * 私有域id: zone-xxxxxxxx
997
+ */
998
+ ZoneId?: string
999
+ /**
1000
+ * 域名所有者uin
1001
+ */
1002
+ OwnerUin?: number
1438
1003
  /**
1439
1004
  * 私有域名
1440
1005
  */
1441
1006
  Domain?: string
1442
1007
  /**
1443
- * 转发规则名称
1008
+ * 创建时间
1444
1009
  */
1445
- RuleName?: string
1010
+ CreatedOn?: string
1446
1011
  /**
1447
- * 规则id
1012
+ * 修改时间
1448
1013
  */
1449
- RuleId?: string
1014
+ UpdatedOn?: string
1450
1015
  /**
1451
- * 转发规则类型:云上到云下DOWN、云下到云上DOWN
1016
+ * 记录数
1452
1017
  */
1453
- RuleType?: string
1018
+ RecordCount?: number
1454
1019
  /**
1455
- * 创建时间
1020
+ * 备注
1021
+ 注意:此字段可能返回 null,表示取不到有效值。
1456
1022
  */
1457
- CreatedAt?: string
1023
+ Remark?: string
1458
1024
  /**
1459
- * 更新时间
1025
+ * 绑定的Vpc列表
1460
1026
  */
1461
- UpdatedAt?: string
1027
+ VpcSet?: Array<VpcInfo>
1462
1028
  /**
1463
- * 终端节点名称
1029
+ * 私有域绑定VPC状态,未关联vpc:SUSPEND,已关联VPC:ENABLED
1030
+ ,关联VPC失败:FAILED
1464
1031
  */
1465
- EndPointName?: string
1032
+ Status?: string
1466
1033
  /**
1467
- * 终端节点ID
1034
+ * 域名递归解析状态:开通:ENABLED, 关闭,DISABLED
1468
1035
  */
1469
- EndPointId?: string
1036
+ DnsForwardStatus?: string
1470
1037
  /**
1471
- * 转发地址
1038
+ * 标签键值对集合
1472
1039
  */
1473
- ForwardAddress?: Array<string>
1040
+ Tags?: Array<TagInfo>
1474
1041
  /**
1475
- * 私有域绑定的vpc列表
1042
+ * 绑定的关联账号的vpc列表
1476
1043
  注意:此字段可能返回 null,表示取不到有效值。
1477
1044
  */
1478
- VpcSet?: Array<VpcInfo>
1045
+ AccountVpcSet?: Array<AccountVpcInfoOutput>
1479
1046
  /**
1480
- * 绑定的私有域ID
1047
+ * 是否自定义TLD
1048
+ 注意:此字段可能返回 null,表示取不到有效值。
1481
1049
  */
1482
- ZoneId?: string
1050
+ IsCustomTld?: boolean
1483
1051
  /**
1484
- * 标签
1485
- 注意:此字段可能返回 null,表示取不到有效值。
1052
+ * CNAME加速状态:开通:ENABLED, 关闭,DISABLED
1486
1053
  */
1487
- Tags?: Array<TagInfo>
1488
- }
1489
-
1490
- /**
1491
- * CreatePrivateZone返回参数结构体
1492
- */
1493
- export interface CreatePrivateZoneResponse {
1054
+ CnameSpeedupStatus?: string
1494
1055
  /**
1495
- * 私有域ID, zone-xxxxxx
1056
+ * 转发规则名称
1057
+ 注意:此字段可能返回 null,表示取不到有效值。
1496
1058
  */
1497
- ZoneId?: string
1059
+ ForwardRuleName?: string
1498
1060
  /**
1499
- * 私有域名
1061
+ * 转发规则类型:云上到云下,DOWN;云下到云上,UP,目前只支持DOWN
1062
+ 注意:此字段可能返回 null,表示取不到有效值。
1500
1063
  */
1501
- Domain?: string
1064
+ ForwardRuleType?: string
1502
1065
  /**
1503
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1066
+ * 转发的地址
1067
+ 注意:此字段可能返回 null,表示取不到有效值。
1504
1068
  */
1505
- RequestId?: string
1506
- }
1507
-
1508
- /**
1509
- * CreatePrivateZoneRecord返回参数结构体
1510
- */
1511
- export interface CreatePrivateZoneRecordResponse {
1069
+ ForwardAddress?: string
1512
1070
  /**
1513
- * 记录Id
1071
+ * 终端节点名称
1072
+ 注意:此字段可能返回 null,表示取不到有效值。
1514
1073
  */
1515
- RecordId?: string
1074
+ EndPointName?: string
1516
1075
  /**
1517
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1076
+ * 已删除的vpc
1077
+ 注意:此字段可能返回 null,表示取不到有效值。
1518
1078
  */
1519
- RequestId?: string
1079
+ DeletedVpcSet?: Array<VpcInfo>
1520
1080
  }
1521
1081
 
1522
1082
  /**
1523
- * DescribeForwardRuleList返回参数结构体
1083
+ * CreatePrivateZoneRecord请求参数结构体
1524
1084
  */
1525
- export interface DescribeForwardRuleListResponse {
1526
- /**
1527
- * 私有域数量
1528
- */
1529
- TotalCount?: number
1085
+ export interface CreatePrivateZoneRecordRequest {
1530
1086
  /**
1531
- * 私有域列表
1087
+ * 私有域ID
1532
1088
  */
1533
- ForwardRuleSet?: Array<ForwardRule>
1089
+ ZoneId: string
1534
1090
  /**
1535
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1091
+ * 记录类型,可选的记录类型为:"A", "AAAA", "CNAME", "MX", "TXT", "PTR"
1536
1092
  */
1537
- RequestId?: string
1538
- }
1539
-
1540
- /**
1541
- * DescribeAuditLog请求参数结构体
1542
- */
1543
- export interface DescribeAuditLogRequest {
1093
+ RecordType: string
1544
1094
  /**
1545
- * 请求量统计起始时间
1095
+ * 子域名,例如 "www", "m", "@"
1546
1096
  */
1547
- TimeRangeBegin: string
1097
+ SubDomain: string
1548
1098
  /**
1549
- * 筛选参数:ZoneId:私有域ID;Domain:私有域;OperatorUin:操作者账号ID
1099
+ * 记录值,例如 IP:192.168.10.2,CNAME:cname.qcloud.com.,MX:mail.qcloud.com.
1550
1100
  */
1551
- Filters?: Array<Filter>
1101
+ RecordValue: string
1552
1102
  /**
1553
- * 请求量统计结束时间
1103
+ * 记录权重,值为1-100
1554
1104
  */
1555
- TimeRangeEnd?: string
1105
+ Weight?: number
1556
1106
  /**
1557
- * 分页偏移量,从0开始
1107
+ * MX优先级:记录类型为MX时必填。取值范围:5,10,15,20,30,40,50
1558
1108
  */
1559
- Offset?: number
1109
+ MX?: number
1560
1110
  /**
1561
- * 分页限制数目, 最大100,默认20
1111
+ * 记录缓存时间,数值越小生效越快,取值1-86400s, 默认 600
1562
1112
  */
1563
- Limit?: number
1113
+ TTL?: number
1564
1114
  }
1565
1115
 
1566
1116
  /**
@@ -1569,77 +1119,65 @@ export interface DescribeAuditLogRequest {
1569
1119
  export type DescribeQuotaUsageRequest = null
1570
1120
 
1571
1121
  /**
1572
- * DeletePrivateZone请求参数结构体
1122
+ * ModifyPrivateZoneRecord请求参数结构体
1573
1123
  */
1574
- export interface DeletePrivateZoneRequest {
1124
+ export interface ModifyPrivateZoneRecordRequest {
1575
1125
  /**
1576
1126
  * 私有域ID
1577
1127
  */
1578
- ZoneId?: string
1579
- /**
1580
- * 私有域ID数组,ZoneId 优先
1581
- */
1582
- ZoneIdSet?: Array<string>
1583
- }
1584
-
1585
- /**
1586
- * 操作日志
1587
- */
1588
- export interface AuditLog {
1128
+ ZoneId: string
1589
1129
  /**
1590
- * 日志类型
1130
+ * 记录ID
1591
1131
  */
1592
- Resource: string
1132
+ RecordId: string
1593
1133
  /**
1594
- * 日志表名
1134
+ * 记录类型,可选的记录类型为:"A", "AAAA", "CNAME", "MX", "TXT", "PTR"
1595
1135
  */
1596
- Metric: string
1136
+ RecordType: string
1597
1137
  /**
1598
- * 日志总数
1138
+ * 子域名,例如 "www", "m", "@"
1599
1139
  */
1600
- TotalCount: number
1140
+ SubDomain: string
1601
1141
  /**
1602
- * 日志列表
1142
+ * 记录值,例如 IP:192.168.10.2,CNAME:cname.qcloud.com.,MX:mail.qcloud.com.
1603
1143
  */
1604
- DataSet: Array<AuditLogInfo>
1605
- }
1606
-
1607
- /**
1608
- * DeletePrivateZoneRecord请求参数结构体
1609
- */
1610
- export interface DeletePrivateZoneRecordRequest {
1144
+ RecordValue: string
1611
1145
  /**
1612
- * 私有域ID
1146
+ * 记录权重,值为1-100
1613
1147
  */
1614
- ZoneId?: string
1148
+ Weight?: number
1615
1149
  /**
1616
- * 记录ID(调用DescribePrivateZoneRecordList可获取到RecordId)
1150
+ * MX优先级:记录类型为MX时必填。取值范围:5,10,15,20,30,40,50
1617
1151
  */
1618
- RecordId?: string
1152
+ MX?: number
1619
1153
  /**
1620
- * 记录ID数组,RecordId 优先
1154
+ * 记录缓存时间,数值越小生效越快,取值1-86400s, 默认 600
1621
1155
  */
1622
- RecordIdSet?: Array<string>
1156
+ TTL?: number
1623
1157
  }
1624
1158
 
1625
1159
  /**
1626
- * DescribePrivateZoneService返回参数结构体
1160
+ * DescribePrivateZoneList请求参数结构体
1627
1161
  */
1628
- export interface DescribePrivateZoneServiceResponse {
1162
+ export interface DescribePrivateZoneListRequest {
1629
1163
  /**
1630
- * 私有域解析服务开通状态。ENABLED已开通,DISABLED未开通
1164
+ * 分页偏移量,从0开始
1631
1165
  */
1632
- ServiceStatus?: string
1166
+ Offset?: number
1633
1167
  /**
1634
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1168
+ * 分页限制数目, 最大100,默认20
1635
1169
  */
1636
- RequestId?: string
1170
+ Limit?: number
1171
+ /**
1172
+ * 过滤参数
1173
+ */
1174
+ Filters?: Array<Filter>
1637
1175
  }
1638
1176
 
1639
1177
  /**
1640
- * DeleteForwardRule返回参数结构体
1178
+ * DeletePrivateDNSAccount返回参数结构体
1641
1179
  */
1642
- export interface DeleteForwardRuleResponse {
1180
+ export interface DeletePrivateDNSAccountResponse {
1643
1181
  /**
1644
1182
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1645
1183
  */
@@ -1647,26 +1185,21 @@ export interface DeleteForwardRuleResponse {
1647
1185
  }
1648
1186
 
1649
1187
  /**
1650
- * 统计数据表
1188
+ * 流量包用量
1651
1189
  */
1652
- export interface MetricData {
1653
- /**
1654
- * 资源描述
1655
- */
1656
- Resource: string
1190
+ export interface FlowUsage {
1657
1191
  /**
1658
- * 表名
1192
+ * 流量包类型:ZONE 私有域;TRAFFIC 解析流量包
1659
1193
  */
1660
- Metric: string
1194
+ FlowType: string
1661
1195
  /**
1662
- * 表数据
1196
+ * 流量包总额度
1663
1197
  */
1664
- DataSet: Array<DatePoint>
1198
+ TotalQuantity: number
1665
1199
  /**
1666
- * 查询范围内的请求总量
1667
- 注意:此字段可能返回 null,表示取不到有效值。
1200
+ * 流量包可用额度
1668
1201
  */
1669
- MetricCount: number
1202
+ AvailableQuantity: number
1670
1203
  }
1671
1204
 
1672
1205
  /**
@@ -1680,21 +1213,23 @@ export interface DeletePrivateZoneRecordResponse {
1680
1213
  }
1681
1214
 
1682
1215
  /**
1683
- * DeletePrivateDNSAccount返回参数结构体
1216
+ * ModifyPrivateZoneVpc返回参数结构体
1684
1217
  */
1685
- export interface DeletePrivateDNSAccountResponse {
1218
+ export interface ModifyPrivateZoneVpcResponse {
1686
1219
  /**
1687
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1220
+ * 私有域ID, zone-xxxxxx
1688
1221
  */
1689
- RequestId?: string
1690
- }
1691
-
1692
- /**
1693
- * QueryAsyncBindVpcStatus请求参数结构体
1694
- */
1695
- export interface QueryAsyncBindVpcStatusRequest {
1222
+ ZoneId?: string
1696
1223
  /**
1697
- * 唯一ID
1224
+ * 解析域关联的VPC列表
1698
1225
  */
1699
- UniqId: string
1226
+ VpcSet?: Array<VpcInfo>
1227
+ /**
1228
+ * 私有域账号关联的全部VPC列表
1229
+ */
1230
+ AccountVpcSet?: Array<AccountVpcInfoOutput>
1231
+ /**
1232
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1233
+ */
1234
+ RequestId?: string
1700
1235
  }