tencentcloud-sdk-nodejs 4.0.709 → 4.0.710

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 (45) hide show
  1. package/CHANGELOG.md +147 -0
  2. package/SERVICE_CHANGELOG.md +181 -215
  3. package/package.json +1 -1
  4. package/products.md +13 -13
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bi/v20220105/bi_client.ts +91 -79
  7. package/src/services/bi/v20220105/bi_models.ts +68 -25
  8. package/src/services/cdn/v20180606/cdn_models.ts +25 -25
  9. package/src/services/clb/v20180317/clb_client.ts +1 -1
  10. package/src/services/clb/v20180317/clb_models.ts +15 -10
  11. package/src/services/cynosdb/v20190107/cynosdb_models.ts +2 -2
  12. package/src/services/dlc/v20210125/dlc_client.ts +3 -2
  13. package/src/services/dlc/v20210125/dlc_models.ts +73 -38
  14. package/src/services/domain/v20180808/domain_client.ts +78 -17
  15. package/src/services/domain/v20180808/domain_models.ts +188 -21
  16. package/src/services/ess/v20201111/ess_models.ts +11 -0
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +11 -0
  18. package/src/services/faceid/v20180301/faceid_models.ts +12 -12
  19. package/src/services/tione/v20211111/tione_client.ts +2 -4
  20. package/src/services/tione/v20211111/tione_models.ts +0 -2
  21. package/src/services/tse/v20201207/tse_models.ts +10 -0
  22. package/tencentcloud/common/sdk_version.d.ts +1 -1
  23. package/tencentcloud/common/sdk_version.js +1 -1
  24. package/tencentcloud/services/bi/v20220105/bi_client.d.ts +35 -31
  25. package/tencentcloud/services/bi/v20220105/bi_client.js +51 -45
  26. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +65 -24
  27. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +25 -25
  28. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +1 -1
  29. package/tencentcloud/services/clb/v20180317/clb_client.js +1 -1
  30. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +15 -10
  31. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -2
  32. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +1 -1
  33. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +72 -38
  34. package/tencentcloud/services/domain/v20180808/domain_client.d.ts +26 -6
  35. package/tencentcloud/services/domain/v20180808/domain_client.js +37 -7
  36. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +177 -21
  37. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +11 -0
  38. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +11 -0
  39. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +12 -12
  40. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -3
  41. package/tencentcloud/services/tione/v20211111/tione_client.js +1 -3
  42. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +0 -2
  43. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +10 -0
  44. package/test/bi.v20220105.test.js +42 -32
  45. package/test/domain.v20180808.test.js +54 -4
@@ -16,54 +16,29 @@
16
16
  */
17
17
 
18
18
  /**
19
- * 用户详细信息
19
+ * LakeFileSystem使用的临时token
20
20
  */
21
- export interface UserDetailInfo {
21
+ export interface LakeFileSystemToken {
22
22
  /**
23
- * 用户Id
24
- 注意:此字段可能返回 null,表示取不到有效值。
23
+ * Token使用的临时秘钥的ID
25
24
  */
26
- UserId: string
27
- /**
28
- * 返回的信息类型,Group:返回的当前用户的工作组信息;DataAuth:返回的当前用户的数据权限信息;EngineAuth:返回的当前用户的引擎权限信息
29
- 注意:此字段可能返回 null,表示取不到有效值。
30
- */
31
- Type: string
32
- /**
33
- * 用户类型:ADMIN:管理员 COMMON:一般用户
34
- 注意:此字段可能返回 null,表示取不到有效值。
35
- */
36
- UserType: string
37
- /**
38
- * 用户描述信息
39
- 注意:此字段可能返回 null,表示取不到有效值。
40
- */
41
- UserDescription: string
42
- /**
43
- * 数据权限信息集合
44
- 注意:此字段可能返回 null,表示取不到有效值。
45
- */
46
- DataPolicyInfo: Policys
25
+ SecretId: string
47
26
  /**
48
- * 引擎权限集合
49
- 注意:此字段可能返回 null,表示取不到有效值。
27
+ * Token使用的临时秘钥
50
28
  */
51
- EnginePolicyInfo: Policys
29
+ SecretKey: string
52
30
  /**
53
- * 绑定到该用户的工作组集合信息
54
- 注意:此字段可能返回 null,表示取不到有效值。
31
+ * Token信息
55
32
  */
56
- WorkGroupInfo: WorkGroups
33
+ Token: string
57
34
  /**
58
- * 用户别名
59
- 注意:此字段可能返回 null,表示取不到有效值。
35
+ * 过期时间
60
36
  */
61
- UserAlias: string
37
+ ExpiredTime: number
62
38
  /**
63
- * 行过滤集合
64
- 注意:此字段可能返回 null,表示取不到有效值。
39
+ * 颁布时间
65
40
  */
66
- RowFilterInfo: Policys
41
+ IssueTime: number
67
42
  }
68
43
 
69
44
  /**
@@ -1076,6 +1051,57 @@ export interface DeleteScriptResponse {
1076
1051
  RequestId?: string
1077
1052
  }
1078
1053
 
1054
+ /**
1055
+ * 用户详细信息
1056
+ */
1057
+ export interface UserDetailInfo {
1058
+ /**
1059
+ * 用户Id
1060
+ 注意:此字段可能返回 null,表示取不到有效值。
1061
+ */
1062
+ UserId: string
1063
+ /**
1064
+ * 返回的信息类型,Group:返回的当前用户的工作组信息;DataAuth:返回的当前用户的数据权限信息;EngineAuth:返回的当前用户的引擎权限信息
1065
+ 注意:此字段可能返回 null,表示取不到有效值。
1066
+ */
1067
+ Type: string
1068
+ /**
1069
+ * 用户类型:ADMIN:管理员 COMMON:一般用户
1070
+ 注意:此字段可能返回 null,表示取不到有效值。
1071
+ */
1072
+ UserType: string
1073
+ /**
1074
+ * 用户描述信息
1075
+ 注意:此字段可能返回 null,表示取不到有效值。
1076
+ */
1077
+ UserDescription: string
1078
+ /**
1079
+ * 数据权限信息集合
1080
+ 注意:此字段可能返回 null,表示取不到有效值。
1081
+ */
1082
+ DataPolicyInfo: Policys
1083
+ /**
1084
+ * 引擎权限集合
1085
+ 注意:此字段可能返回 null,表示取不到有效值。
1086
+ */
1087
+ EnginePolicyInfo: Policys
1088
+ /**
1089
+ * 绑定到该用户的工作组集合信息
1090
+ 注意:此字段可能返回 null,表示取不到有效值。
1091
+ */
1092
+ WorkGroupInfo: WorkGroups
1093
+ /**
1094
+ * 用户别名
1095
+ 注意:此字段可能返回 null,表示取不到有效值。
1096
+ */
1097
+ UserAlias: string
1098
+ /**
1099
+ * 行过滤集合
1100
+ 注意:此字段可能返回 null,表示取不到有效值。
1101
+ */
1102
+ RowFilterInfo: Policys
1103
+ }
1104
+
1079
1105
  /**
1080
1106
  * 返回数据表的相关信息。
1081
1107
  */
@@ -4775,7 +4801,12 @@ export interface DeleteScriptRequest {
4775
4801
  /**
4776
4802
  * DescribeLakeFsTaskResult请求参数结构体
4777
4803
  */
4778
- export type DescribeLakeFsTaskResultRequest = null
4804
+ export interface DescribeLakeFsTaskResultRequest {
4805
+ /**
4806
+ * 需要访问的任务结果路径
4807
+ */
4808
+ FsPath: string
4809
+ }
4779
4810
 
4780
4811
  /**
4781
4812
  * UnbindWorkGroupsFromUser返回参数结构体
@@ -6777,6 +6808,10 @@ export interface TableResponseInfo {
6777
6808
  * DescribeLakeFsTaskResult返回参数结构体
6778
6809
  */
6779
6810
  export interface DescribeLakeFsTaskResultResponse {
6811
+ /**
6812
+ * 路径的访问实例
6813
+ */
6814
+ AccessToken?: LakeFileSystemToken
6780
6815
  /**
6781
6816
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6782
6817
  */
@@ -20,6 +20,7 @@ import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  UploadImageResponse,
22
22
  RenewDomainBatchResponse,
23
+ SyncCustomDnsHostRequest,
23
24
  BatchModifyDomainInfoRequest,
24
25
  DomainSimpleInfo,
25
26
  CreateDomainRedemptionResponse,
@@ -31,12 +32,14 @@ import {
31
32
  DomainBatchDetailSet,
32
33
  SendPhoneEmailCodeResponse,
33
34
  ModifyDomainDNSBatchResponse,
35
+ DescribeCustomDnsHostSetResponse,
34
36
  DeletePhoneEmailRequest,
35
37
  DescribeTemplateResponse,
36
- UpdateProhibitionBatchResponse,
38
+ CustomDnsHost,
37
39
  CheckDomainResponse,
38
40
  DescribeDomainSimpleInfoRequest,
39
41
  CreatePhoneEmailRequest,
42
+ DeleteCustomDnsHostResponse,
40
43
  PriceInfo,
41
44
  DescribeTemplateRequest,
42
45
  RenewDomainBatchRequest,
@@ -47,8 +50,9 @@ import {
47
50
  DescribeTemplateListResponse,
48
51
  TransferProhibitionBatchRequest,
49
52
  DescribeTemplateListRequest,
53
+ UpdateProhibitionBatchResponse,
50
54
  DescribeBatchOperationLogDetailsRequest,
51
- DescribeDomainNameListResponse,
55
+ DescribeCustomDnsHostSetRequest,
52
56
  CreateCustomDnsHostResponse,
53
57
  ContactInfo,
54
58
  DescribeDomainPriceListResponse,
@@ -63,19 +67,26 @@ import {
63
67
  DescribeDomainPriceListRequest,
64
68
  SetDomainAutoRenewRequest,
65
69
  CreateDomainBatchRequest,
70
+ ModifyIntlCustomDnsHostRequest,
66
71
  DescribeDomainSimpleInfoResponse,
67
72
  DescribeDomainBaseInfoRequest,
68
73
  DescribePhoneEmailListRequest,
69
74
  DomainBaseInfo,
75
+ DescribeDomainNameListResponse,
70
76
  DescribeDomainNameListRequest,
71
77
  DescribeBatchOperationLogsRequest,
72
78
  UploadImageRequest,
73
79
  CheckDomainRequest,
74
80
  DescribeBatchOperationLogsResponse,
75
81
  TransferProhibitionBatchResponse,
82
+ ModifyCustomDnsHostResponse,
83
+ SyncCustomDnsHostResponse,
84
+ ModifyCustomDnsHostRequest,
76
85
  CreateCustomDnsHostRequest,
77
86
  ModifyDomainDNSBatchRequest,
87
+ DeleteCustomDnsHostRequest,
78
88
  DescribeBatchOperationLogDetailsResponse,
89
+ SendPhoneEmailCodeRequest,
79
90
  DescribePhoneEmailListResponse,
80
91
  CheckBatchStatusResponse,
81
92
  DeletePhoneEmailResponse,
@@ -83,7 +94,7 @@ import {
83
94
  CreatePhoneEmailResponse,
84
95
  PhoneEmailData,
85
96
  ModifyDomainOwnerBatchRequest,
86
- SendPhoneEmailCodeRequest,
97
+ ModifyIntlCustomDnsHostResponse,
87
98
  DomainBatchLogSet,
88
99
  } from "./domain_models"
89
100
 
@@ -106,6 +117,16 @@ export class Client extends AbstractClient {
106
117
  return this.request("SetDomainAutoRenew", req, cb)
107
118
  }
108
119
 
120
+ /**
121
+ * 修改自定义DNS Host
122
+ */
123
+ async ModifyCustomDnsHost(
124
+ req: ModifyCustomDnsHostRequest,
125
+ cb?: (error: string, rep: ModifyCustomDnsHostResponse) => void
126
+ ): Promise<ModifyCustomDnsHostResponse> {
127
+ return this.request("ModifyCustomDnsHost", req, cb)
128
+ }
129
+
109
130
  /**
110
131
  * 本接口 ( CheckBatchStatus ) 用于查询批量操作日志状态 。
111
132
  */
@@ -146,6 +167,16 @@ export class Client extends AbstractClient {
146
167
  return this.request("SendPhoneEmailCode", req, cb)
147
168
  }
148
169
 
170
+ /**
171
+ * 查询自定义DNS Host
172
+ */
173
+ async DescribeCustomDnsHostSet(
174
+ req: DescribeCustomDnsHostSetRequest,
175
+ cb?: (error: string, rep: DescribeCustomDnsHostSetResponse) => void
176
+ ): Promise<DescribeCustomDnsHostSetResponse> {
177
+ return this.request("DescribeCustomDnsHostSet", req, cb)
178
+ }
179
+
149
180
  /**
150
181
  * 本接口 ( DescribeDomainNameList ) 我的域名列表。
151
182
 
@@ -157,6 +188,16 @@ export class Client extends AbstractClient {
157
188
  return this.request("DescribeDomainNameList", req, cb)
158
189
  }
159
190
 
191
+ /**
192
+ * 国际站-修改DNS Host
193
+ */
194
+ async ModifyIntlCustomDnsHost(
195
+ req: ModifyIntlCustomDnsHostRequest,
196
+ cb?: (error: string, rep: ModifyIntlCustomDnsHostResponse) => void
197
+ ): Promise<ModifyIntlCustomDnsHostResponse> {
198
+ return this.request("ModifyIntlCustomDnsHost", req, cb)
199
+ }
200
+
160
201
  /**
161
202
  * 本接口 ( CreateDomainBatch ) 用于批量域名注册 。
162
203
  */
@@ -209,14 +250,23 @@ export class Client extends AbstractClient {
209
250
  }
210
251
 
211
252
  /**
212
- * 本接口 ( RenewDomainBatch ) 用于批量续费域名 。
253
+ * 同步自定义DNS Host
254
+ */
255
+ async SyncCustomDnsHost(
256
+ req: SyncCustomDnsHostRequest,
257
+ cb?: (error: string, rep: SyncCustomDnsHostResponse) => void
258
+ ): Promise<SyncCustomDnsHostResponse> {
259
+ return this.request("SyncCustomDnsHost", req, cb)
260
+ }
213
261
 
214
- */
215
- async RenewDomainBatch(
216
- req: RenewDomainBatchRequest,
217
- cb?: (error: string, rep: RenewDomainBatchResponse) => void
218
- ): Promise<RenewDomainBatchResponse> {
219
- return this.request("RenewDomainBatch", req, cb)
262
+ /**
263
+ * 本接口 ( ModifyDomainDNSBatch) 用于批量域名 DNS 修改 。
264
+ */
265
+ async ModifyDomainDNSBatch(
266
+ req: ModifyDomainDNSBatchRequest,
267
+ cb?: (error: string, rep: ModifyDomainDNSBatchResponse) => void
268
+ ): Promise<ModifyDomainDNSBatchResponse> {
269
+ return this.request("ModifyDomainDNSBatch", req, cb)
220
270
  }
221
271
 
222
272
  /**
@@ -329,6 +379,16 @@ export class Client extends AbstractClient {
329
379
  return this.request("ModifyDomainOwnerBatch", req, cb)
330
380
  }
331
381
 
382
+ /**
383
+ * 删除自定义DNS Host
384
+ */
385
+ async DeleteCustomDnsHost(
386
+ req: DeleteCustomDnsHostRequest,
387
+ cb?: (error: string, rep: DeleteCustomDnsHostResponse) => void
388
+ ): Promise<DeleteCustomDnsHostResponse> {
389
+ return this.request("DeleteCustomDnsHost", req, cb)
390
+ }
391
+
332
392
  /**
333
393
  * 本接口用于获取已验证的手机邮箱列表
334
394
  */
@@ -340,13 +400,14 @@ export class Client extends AbstractClient {
340
400
  }
341
401
 
342
402
  /**
343
- * 本接口 ( ModifyDomainDNSBatch) 用于批量域名 DNS 修改
344
- */
345
- async ModifyDomainDNSBatch(
346
- req: ModifyDomainDNSBatchRequest,
347
- cb?: (error: string, rep: ModifyDomainDNSBatchResponse) => void
348
- ): Promise<ModifyDomainDNSBatchResponse> {
349
- return this.request("ModifyDomainDNSBatch", req, cb)
403
+ * 本接口 ( RenewDomainBatch ) 用于批量续费域名
404
+
405
+ */
406
+ async RenewDomainBatch(
407
+ req: RenewDomainBatchRequest,
408
+ cb?: (error: string, rep: RenewDomainBatchResponse) => void
409
+ ): Promise<RenewDomainBatchResponse> {
410
+ return this.request("RenewDomainBatch", req, cb)
350
411
  }
351
412
 
352
413
  /**
@@ -43,6 +43,16 @@ export interface RenewDomainBatchResponse {
43
43
  RequestId?: string
44
44
  }
45
45
 
46
+ /**
47
+ * SyncCustomDnsHost请求参数结构体
48
+ */
49
+ export interface SyncCustomDnsHostRequest {
50
+ /**
51
+ * 域名实例ID
52
+ */
53
+ DomainId: string
54
+ }
55
+
46
56
  /**
47
57
  * BatchModifyDomainInfo请求参数结构体
48
58
  */
@@ -366,6 +376,25 @@ export interface ModifyDomainDNSBatchResponse {
366
376
  RequestId?: string
367
377
  }
368
378
 
379
+ /**
380
+ * DescribeCustomDnsHostSet返回参数结构体
381
+ */
382
+ export interface DescribeCustomDnsHostSetResponse {
383
+ /**
384
+ * 自定义DNS Host 列表
385
+ 注意:此字段可能返回 null,表示取不到有效值。
386
+ */
387
+ DnsHostSet: Array<CustomDnsHost>
388
+ /**
389
+ * 自定义DNS Host总数
390
+ */
391
+ TotalCount: number
392
+ /**
393
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
394
+ */
395
+ RequestId?: string
396
+ }
397
+
369
398
  /**
370
399
  * DeletePhoneEmail请求参数结构体
371
400
  */
@@ -395,17 +424,17 @@ export interface DescribeTemplateResponse {
395
424
  }
396
425
 
397
426
  /**
398
- * UpdateProhibitionBatch返回参数结构体
427
+ * 自定义DNS Host
399
428
  */
400
- export interface UpdateProhibitionBatchResponse {
429
+ export interface CustomDnsHost {
401
430
  /**
402
- * 日志ID
431
+ * DNS名称
403
432
  */
404
- LogId: number
433
+ DnsName: string
405
434
  /**
406
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
435
+ * IP地址列表
407
436
  */
408
- RequestId?: string
437
+ IpSet: Array<string>
409
438
  }
410
439
 
411
440
  /**
@@ -502,6 +531,20 @@ export interface CreatePhoneEmailRequest {
502
531
  VerifyCode: string
503
532
  }
504
533
 
534
+ /**
535
+ * DeleteCustomDnsHost返回参数结构体
536
+ */
537
+ export interface DeleteCustomDnsHostResponse {
538
+ /**
539
+ * 异步任务ID
540
+ */
541
+ LogId: number
542
+ /**
543
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
544
+ */
545
+ RequestId?: string
546
+ }
547
+
505
548
  /**
506
549
  * 域名价格信息
507
550
  */
@@ -740,6 +783,20 @@ export interface DescribeTemplateListRequest {
740
783
  Keyword?: string
741
784
  }
742
785
 
786
+ /**
787
+ * UpdateProhibitionBatch返回参数结构体
788
+ */
789
+ export interface UpdateProhibitionBatchResponse {
790
+ /**
791
+ * 日志ID
792
+ */
793
+ LogId: number
794
+ /**
795
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
796
+ */
797
+ RequestId?: string
798
+ }
799
+
743
800
  /**
744
801
  * DescribeBatchOperationLogDetails请求参数结构体
745
802
  */
@@ -759,22 +816,21 @@ export interface DescribeBatchOperationLogDetailsRequest {
759
816
  }
760
817
 
761
818
  /**
762
- * DescribeDomainNameList返回参数结构体
819
+ * DescribeCustomDnsHostSet请求参数结构体
763
820
  */
764
- export interface DescribeDomainNameListResponse {
821
+ export interface DescribeCustomDnsHostSetRequest {
765
822
  /**
766
- * 域名信息集合
767
- 注意:此字段可能返回 null,表示取不到有效值。
823
+ * 域名实例ID
768
824
  */
769
- DomainSet: Array<DomainList>
825
+ DomainId: string
770
826
  /**
771
- * 域名总数量
827
+ * 返回数量,默认为20,取值范围[1,100]
772
828
  */
773
- TotalCount: number
829
+ Limit: number
774
830
  /**
775
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
831
+ * 偏移量,默认为0
776
832
  */
777
- RequestId?: string
833
+ Offset: number
778
834
  }
779
835
 
780
836
  /**
@@ -1191,6 +1247,24 @@ export interface CreateDomainBatchRequest {
1191
1247
  ActivityId?: string
1192
1248
  }
1193
1249
 
1250
+ /**
1251
+ * ModifyIntlCustomDnsHost请求参数结构体
1252
+ */
1253
+ export interface ModifyIntlCustomDnsHostRequest {
1254
+ /**
1255
+ * 域名ID
1256
+ */
1257
+ DomainId: string
1258
+ /**
1259
+ * DNS Host
1260
+ */
1261
+ DnsName: string
1262
+ /**
1263
+ * IP地址
1264
+ */
1265
+ IpSet: Array<string>
1266
+ }
1267
+
1194
1268
  /**
1195
1269
  * DescribeDomainSimpleInfo返回参数结构体
1196
1270
  */
@@ -1347,6 +1421,25 @@ false:关闭锁定
1347
1421
  LockEndTime: string
1348
1422
  }
1349
1423
 
1424
+ /**
1425
+ * DescribeDomainNameList返回参数结构体
1426
+ */
1427
+ export interface DescribeDomainNameListResponse {
1428
+ /**
1429
+ * 域名信息集合
1430
+ 注意:此字段可能返回 null,表示取不到有效值。
1431
+ */
1432
+ DomainSet: Array<DomainList>
1433
+ /**
1434
+ * 域名总数量
1435
+ */
1436
+ TotalCount: number
1437
+ /**
1438
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1439
+ */
1440
+ RequestId?: string
1441
+ }
1442
+
1350
1443
  /**
1351
1444
  * DescribeDomainNameList请求参数结构体
1352
1445
  */
@@ -1432,6 +1525,52 @@ export interface TransferProhibitionBatchResponse {
1432
1525
  RequestId?: string
1433
1526
  }
1434
1527
 
1528
+ /**
1529
+ * ModifyCustomDnsHost返回参数结构体
1530
+ */
1531
+ export interface ModifyCustomDnsHostResponse {
1532
+ /**
1533
+ * 异步任务ID
1534
+ */
1535
+ LogId: number
1536
+ /**
1537
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1538
+ */
1539
+ RequestId?: string
1540
+ }
1541
+
1542
+ /**
1543
+ * SyncCustomDnsHost返回参数结构体
1544
+ */
1545
+ export interface SyncCustomDnsHostResponse {
1546
+ /**
1547
+ * 异步任务ID
1548
+ */
1549
+ LogId: number
1550
+ /**
1551
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1552
+ */
1553
+ RequestId?: string
1554
+ }
1555
+
1556
+ /**
1557
+ * ModifyCustomDnsHost请求参数结构体
1558
+ */
1559
+ export interface ModifyCustomDnsHostRequest {
1560
+ /**
1561
+ * 域名实例ID
1562
+ */
1563
+ DomainId: string
1564
+ /**
1565
+ * DNS名称
1566
+ */
1567
+ DnsName: string
1568
+ /**
1569
+ * IP地址列表
1570
+ */
1571
+ IpSet: Array<string>
1572
+ }
1573
+
1435
1574
  /**
1436
1575
  * CreateCustomDnsHost请求参数结构体
1437
1576
  */
@@ -1464,6 +1603,20 @@ export interface ModifyDomainDNSBatchRequest {
1464
1603
  Dns: Array<string>
1465
1604
  }
1466
1605
 
1606
+ /**
1607
+ * DeleteCustomDnsHost请求参数结构体
1608
+ */
1609
+ export interface DeleteCustomDnsHostRequest {
1610
+ /**
1611
+ * 域名实例ID
1612
+ */
1613
+ DomainId: string
1614
+ /**
1615
+ * DNS名称
1616
+ */
1617
+ DnsName: string
1618
+ }
1619
+
1467
1620
  /**
1468
1621
  * DescribeBatchOperationLogDetails返回参数结构体
1469
1622
  */
@@ -1483,6 +1636,20 @@ export interface DescribeBatchOperationLogDetailsResponse {
1483
1636
  RequestId?: string
1484
1637
  }
1485
1638
 
1639
+ /**
1640
+ * SendPhoneEmailCode请求参数结构体
1641
+ */
1642
+ export interface SendPhoneEmailCodeRequest {
1643
+ /**
1644
+ * 手机或者邮箱号。
1645
+ */
1646
+ Code: string
1647
+ /**
1648
+ * 1:手机 2:邮箱。
1649
+ */
1650
+ Type: number
1651
+ }
1652
+
1486
1653
  /**
1487
1654
  * DescribePhoneEmailList返回参数结构体
1488
1655
  */
@@ -1590,17 +1757,17 @@ export interface ModifyDomainOwnerBatchRequest {
1590
1757
  }
1591
1758
 
1592
1759
  /**
1593
- * SendPhoneEmailCode请求参数结构体
1760
+ * ModifyIntlCustomDnsHost返回参数结构体
1594
1761
  */
1595
- export interface SendPhoneEmailCodeRequest {
1762
+ export interface ModifyIntlCustomDnsHostResponse {
1596
1763
  /**
1597
- * 手机或者邮箱号。
1764
+ * 任务ID
1598
1765
  */
1599
- Code: string
1766
+ LogId: number
1600
1767
  /**
1601
- * 1:手机 2:邮箱。
1768
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1602
1769
  */
1603
- Type: number
1770
+ RequestId?: string
1604
1771
  }
1605
1772
 
1606
1773
  /**
@@ -5403,6 +5403,17 @@ export interface ApproverOption {
5403
5403
  </ul>
5404
5404
  */
5405
5405
  FillType?: number
5406
+ /**
5407
+ * 签署人阅读合同限制参数
5408
+ <br/>取值:
5409
+ <ul>
5410
+ <li> LimitReadTimeAndBottom,阅读合同必须限制阅读时长并且必须阅读到底</li>
5411
+ <li> LimitReadTime,阅读合同仅限制阅读时长</li>
5412
+ <li> LimitBottom,阅读合同仅限制必须阅读到底</li>
5413
+ <li> NoReadTimeAndBottom,阅读合同不限制阅读时长且不限制阅读到底(白名单功能,请联系客户经理开白使用)</li>
5414
+ </ul>
5415
+ */
5416
+ FlowReadLimit?: string
5406
5417
  }
5407
5418
 
5408
5419
  /**
@@ -4671,6 +4671,17 @@ export interface ApproverOption {
4671
4671
  </ul>
4672
4672
  */
4673
4673
  FillType?: number
4674
+ /**
4675
+ * 签署人阅读合同限制参数
4676
+ <br/>取值:
4677
+ <ul>
4678
+ <li> LimitReadTimeAndBottom,阅读合同必须限制阅读时长并且必须阅读到底</li>
4679
+ <li> LimitReadTime,阅读合同仅限制阅读时长</li>
4680
+ <li> LimitBottom,阅读合同仅限制必须阅读到底</li>
4681
+ <li> NoReadTimeAndBottom,阅读合同不限制阅读时长且不限制阅读到底(白名单功能,请联系客户经理开白使用)</li>
4682
+ </ul>
4683
+ */
4684
+ FlowReadLimit?: string
4674
4685
  }
4675
4686
 
4676
4687
  /**