@alicloud/websitebuild20250429 2.3.0 → 2.5.0

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 (121) hide show
  1. package/dist/client.d.ts +135 -0
  2. package/dist/client.js +420 -0
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/BindAppDomainRequest.d.ts +29 -0
  5. package/dist/models/BindAppDomainRequest.js +64 -0
  6. package/dist/models/BindAppDomainRequest.js.map +1 -0
  7. package/dist/models/BindAppDomainResponse.d.ts +19 -0
  8. package/dist/models/BindAppDomainResponse.js +69 -0
  9. package/dist/models/BindAppDomainResponse.js.map +1 -0
  10. package/dist/models/BindAppDomainResponseBody.d.ts +78 -0
  11. package/dist/models/BindAppDomainResponseBody.js +105 -0
  12. package/dist/models/BindAppDomainResponseBody.js.map +1 -0
  13. package/dist/models/DeleteAppDomainCertificateRequest.d.ts +23 -0
  14. package/dist/models/DeleteAppDomainCertificateRequest.js +60 -0
  15. package/dist/models/DeleteAppDomainCertificateRequest.js.map +1 -0
  16. package/dist/models/DeleteAppDomainCertificateResponse.d.ts +19 -0
  17. package/dist/models/DeleteAppDomainCertificateResponse.js +69 -0
  18. package/dist/models/DeleteAppDomainCertificateResponse.js.map +1 -0
  19. package/dist/models/DeleteAppDomainCertificateResponseBody.d.ts +76 -0
  20. package/dist/models/DeleteAppDomainCertificateResponseBody.js +103 -0
  21. package/dist/models/DeleteAppDomainCertificateResponseBody.js.map +1 -0
  22. package/dist/models/DeleteAppDomainRedirectRequest.d.ts +23 -0
  23. package/dist/models/DeleteAppDomainRedirectRequest.js +60 -0
  24. package/dist/models/DeleteAppDomainRedirectRequest.js.map +1 -0
  25. package/dist/models/DeleteAppDomainRedirectResponse.d.ts +19 -0
  26. package/dist/models/DeleteAppDomainRedirectResponse.js +69 -0
  27. package/dist/models/DeleteAppDomainRedirectResponse.js.map +1 -0
  28. package/dist/models/DeleteAppDomainRedirectResponseBody.d.ts +76 -0
  29. package/dist/models/DeleteAppDomainRedirectResponseBody.js +103 -0
  30. package/dist/models/DeleteAppDomainRedirectResponseBody.js.map +1 -0
  31. package/dist/models/DescribeAppDomainDnsRecordRequest.d.ts +28 -0
  32. package/dist/models/DescribeAppDomainDnsRecordRequest.js +62 -0
  33. package/dist/models/DescribeAppDomainDnsRecordRequest.js.map +1 -0
  34. package/dist/models/DescribeAppDomainDnsRecordResponse.d.ts +19 -0
  35. package/dist/models/DescribeAppDomainDnsRecordResponse.js +69 -0
  36. package/dist/models/DescribeAppDomainDnsRecordResponse.js.map +1 -0
  37. package/dist/models/DescribeAppDomainDnsRecordResponseBody.d.ts +86 -0
  38. package/dist/models/DescribeAppDomainDnsRecordResponseBody.js +107 -0
  39. package/dist/models/DescribeAppDomainDnsRecordResponseBody.js.map +1 -0
  40. package/dist/models/GetCreateLogoTaskResponseBody.d.ts +0 -2
  41. package/dist/models/GetCreateLogoTaskResponseBody.js +0 -2
  42. package/dist/models/GetCreateLogoTaskResponseBody.js.map +1 -1
  43. package/dist/models/GetDomainInfoForPartnerRequest.d.ts +37 -0
  44. package/dist/models/GetDomainInfoForPartnerRequest.js +62 -0
  45. package/dist/models/GetDomainInfoForPartnerRequest.js.map +1 -0
  46. package/dist/models/GetDomainInfoForPartnerResponse.d.ts +19 -0
  47. package/dist/models/GetDomainInfoForPartnerResponse.js +69 -0
  48. package/dist/models/GetDomainInfoForPartnerResponse.js.map +1 -0
  49. package/dist/models/GetDomainInfoForPartnerResponseBody.d.ts +72 -0
  50. package/dist/models/GetDomainInfoForPartnerResponseBody.js +112 -0
  51. package/dist/models/GetDomainInfoForPartnerResponseBody.js.map +1 -0
  52. package/dist/models/ListAppDomainRedirectRecordsRequest.d.ts +28 -0
  53. package/dist/models/ListAppDomainRedirectRecordsRequest.js +62 -0
  54. package/dist/models/ListAppDomainRedirectRecordsRequest.js.map +1 -0
  55. package/dist/models/ListAppDomainRedirectRecordsResponse.d.ts +19 -0
  56. package/dist/models/ListAppDomainRedirectRecordsResponse.js +69 -0
  57. package/dist/models/ListAppDomainRedirectRecordsResponse.js.map +1 -0
  58. package/dist/models/ListAppDomainRedirectRecordsResponseBody.d.ts +160 -0
  59. package/dist/models/ListAppDomainRedirectRecordsResponseBody.js +175 -0
  60. package/dist/models/ListAppDomainRedirectRecordsResponseBody.js.map +1 -0
  61. package/dist/models/ListAppInstanceDomainsRequest.d.ts +48 -0
  62. package/dist/models/ListAppInstanceDomainsRequest.js +70 -0
  63. package/dist/models/ListAppInstanceDomainsRequest.js.map +1 -0
  64. package/dist/models/ListAppInstanceDomainsResponse.d.ts +19 -0
  65. package/dist/models/ListAppInstanceDomainsResponse.js +69 -0
  66. package/dist/models/ListAppInstanceDomainsResponse.js.map +1 -0
  67. package/dist/models/ListAppInstanceDomainsResponseBody.d.ts +482 -0
  68. package/dist/models/ListAppInstanceDomainsResponseBody.js +507 -0
  69. package/dist/models/ListAppInstanceDomainsResponseBody.js.map +1 -0
  70. package/dist/models/SetAppDomainCertificateRequest.d.ts +43 -0
  71. package/dist/models/SetAppDomainCertificateRequest.js +68 -0
  72. package/dist/models/SetAppDomainCertificateRequest.js.map +1 -0
  73. package/dist/models/SetAppDomainCertificateResponse.d.ts +19 -0
  74. package/dist/models/SetAppDomainCertificateResponse.js +69 -0
  75. package/dist/models/SetAppDomainCertificateResponse.js.map +1 -0
  76. package/dist/models/SetAppDomainCertificateResponseBody.d.ts +76 -0
  77. package/dist/models/SetAppDomainCertificateResponseBody.js +103 -0
  78. package/dist/models/SetAppDomainCertificateResponseBody.js.map +1 -0
  79. package/dist/models/UnbindAppDomainRequest.d.ts +23 -0
  80. package/dist/models/UnbindAppDomainRequest.js +60 -0
  81. package/dist/models/UnbindAppDomainRequest.js.map +1 -0
  82. package/dist/models/UnbindAppDomainResponse.d.ts +19 -0
  83. package/dist/models/UnbindAppDomainResponse.js +69 -0
  84. package/dist/models/UnbindAppDomainResponse.js.map +1 -0
  85. package/dist/models/UnbindAppDomainResponseBody.d.ts +76 -0
  86. package/dist/models/UnbindAppDomainResponseBody.js +103 -0
  87. package/dist/models/UnbindAppDomainResponseBody.js.map +1 -0
  88. package/dist/models/model.d.ts +53 -0
  89. package/dist/models/model.js +108 -1
  90. package/dist/models/model.js.map +1 -1
  91. package/package.json +1 -1
  92. package/src/client.ts +470 -0
  93. package/src/models/BindAppDomainRequest.ts +48 -0
  94. package/src/models/BindAppDomainResponse.ts +40 -0
  95. package/src/models/BindAppDomainResponseBody.ts +127 -0
  96. package/src/models/DeleteAppDomainCertificateRequest.ts +38 -0
  97. package/src/models/DeleteAppDomainCertificateResponse.ts +40 -0
  98. package/src/models/DeleteAppDomainCertificateResponseBody.ts +125 -0
  99. package/src/models/DeleteAppDomainRedirectRequest.ts +38 -0
  100. package/src/models/DeleteAppDomainRedirectResponse.ts +40 -0
  101. package/src/models/DeleteAppDomainRedirectResponseBody.ts +125 -0
  102. package/src/models/DescribeAppDomainDnsRecordRequest.ts +45 -0
  103. package/src/models/DescribeAppDomainDnsRecordResponse.ts +40 -0
  104. package/src/models/DescribeAppDomainDnsRecordResponseBody.ts +139 -0
  105. package/src/models/GetCreateLogoTaskResponseBody.ts +0 -2
  106. package/src/models/GetDomainInfoForPartnerRequest.ts +54 -0
  107. package/src/models/GetDomainInfoForPartnerResponse.ts +40 -0
  108. package/src/models/GetDomainInfoForPartnerResponseBody.ts +121 -0
  109. package/src/models/ListAppDomainRedirectRecordsRequest.ts +45 -0
  110. package/src/models/ListAppDomainRedirectRecordsResponse.ts +40 -0
  111. package/src/models/ListAppDomainRedirectRecordsResponseBody.ts +263 -0
  112. package/src/models/ListAppInstanceDomainsRequest.ts +73 -0
  113. package/src/models/ListAppInstanceDomainsResponse.ts +40 -0
  114. package/src/models/ListAppInstanceDomainsResponseBody.ts +809 -0
  115. package/src/models/SetAppDomainCertificateRequest.ts +66 -0
  116. package/src/models/SetAppDomainCertificateResponse.ts +40 -0
  117. package/src/models/SetAppDomainCertificateResponseBody.ts +125 -0
  118. package/src/models/UnbindAppDomainRequest.ts +38 -0
  119. package/src/models/UnbindAppDomainResponse.ts +40 -0
  120. package/src/models/UnbindAppDomainResponseBody.ts +125 -0
  121. package/src/models/model.ts +53 -0
@@ -0,0 +1,809 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class ListAppInstanceDomainsResponseBodyModuleDataCertificate extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * 2024
9
+ */
10
+ certificateName?: string;
11
+ /**
12
+ * @example
13
+ * ACTIVE
14
+ */
15
+ certificateStatus?: string;
16
+ /**
17
+ * @example
18
+ * self-signed
19
+ */
20
+ certificateType?: string;
21
+ /**
22
+ * @example
23
+ * 4885718400000
24
+ */
25
+ endTime?: string;
26
+ static names(): { [key: string]: string } {
27
+ return {
28
+ certificateName: 'CertificateName',
29
+ certificateStatus: 'CertificateStatus',
30
+ certificateType: 'CertificateType',
31
+ endTime: 'EndTime',
32
+ };
33
+ }
34
+
35
+ static types(): { [key: string]: any } {
36
+ return {
37
+ certificateName: 'string',
38
+ certificateStatus: 'string',
39
+ certificateType: 'string',
40
+ endTime: 'string',
41
+ };
42
+ }
43
+
44
+ validate() {
45
+ super.validate();
46
+ }
47
+
48
+ constructor(map?: { [key: string]: any }) {
49
+ super(map);
50
+ }
51
+ }
52
+
53
+ export class ListAppInstanceDomainsResponseBodyModuleDataOwnership extends $dara.Model {
54
+ /**
55
+ * @example
56
+ * 1813244684017878
57
+ */
58
+ account?: string;
59
+ /**
60
+ * @example
61
+ * ROS
62
+ */
63
+ provider?: string;
64
+ /**
65
+ * @example
66
+ * tjouya.cn
67
+ */
68
+ rootDomain?: string;
69
+ static names(): { [key: string]: string } {
70
+ return {
71
+ account: 'Account',
72
+ provider: 'Provider',
73
+ rootDomain: 'RootDomain',
74
+ };
75
+ }
76
+
77
+ static types(): { [key: string]: any } {
78
+ return {
79
+ account: 'string',
80
+ provider: 'string',
81
+ rootDomain: 'string',
82
+ };
83
+ }
84
+
85
+ validate() {
86
+ super.validate();
87
+ }
88
+
89
+ constructor(map?: { [key: string]: any }) {
90
+ super(map);
91
+ }
92
+ }
93
+
94
+ export class ListAppInstanceDomainsResponseBodyModuleDataResolutionDnsRecord extends $dara.Model {
95
+ /**
96
+ * @example
97
+ * portal-dev.bambulab.net
98
+ */
99
+ host?: string;
100
+ /**
101
+ * @example
102
+ * 1
103
+ */
104
+ recordType?: string;
105
+ /**
106
+ * @example
107
+ * Maintenance
108
+ */
109
+ value?: string;
110
+ static names(): { [key: string]: string } {
111
+ return {
112
+ host: 'Host',
113
+ recordType: 'RecordType',
114
+ value: 'Value',
115
+ };
116
+ }
117
+
118
+ static types(): { [key: string]: any } {
119
+ return {
120
+ host: 'string',
121
+ recordType: 'string',
122
+ value: 'string',
123
+ };
124
+ }
125
+
126
+ validate() {
127
+ super.validate();
128
+ }
129
+
130
+ constructor(map?: { [key: string]: any }) {
131
+ super(map);
132
+ }
133
+ }
134
+
135
+ export class ListAppInstanceDomainsResponseBodyModuleDataResolution extends $dara.Model {
136
+ dnsRecord?: ListAppInstanceDomainsResponseBodyModuleDataResolutionDnsRecord;
137
+ /**
138
+ * @example
139
+ * code: 400, invalid unionId request id: 09CC0F8B-49C2-7EFB-81E8-9AEF49068D02
140
+ */
141
+ errorMsg?: string;
142
+ /**
143
+ * @example
144
+ * SUCCESSFUL
145
+ */
146
+ resolutionStatus?: string;
147
+ static names(): { [key: string]: string } {
148
+ return {
149
+ dnsRecord: 'DnsRecord',
150
+ errorMsg: 'ErrorMsg',
151
+ resolutionStatus: 'ResolutionStatus',
152
+ };
153
+ }
154
+
155
+ static types(): { [key: string]: any } {
156
+ return {
157
+ dnsRecord: ListAppInstanceDomainsResponseBodyModuleDataResolutionDnsRecord,
158
+ errorMsg: 'string',
159
+ resolutionStatus: 'string',
160
+ };
161
+ }
162
+
163
+ validate() {
164
+ if(this.dnsRecord && typeof (this.dnsRecord as any).validate === 'function') {
165
+ (this.dnsRecord as any).validate();
166
+ }
167
+ super.validate();
168
+ }
169
+
170
+ constructor(map?: { [key: string]: any }) {
171
+ super(map);
172
+ }
173
+ }
174
+
175
+ export class ListAppInstanceDomainsResponseBodyModuleDataVerificationDnsRecord extends $dara.Model {
176
+ /**
177
+ * @example
178
+ * ${host}
179
+ */
180
+ host?: string;
181
+ /**
182
+ * @example
183
+ * 1
184
+ */
185
+ recordType?: string;
186
+ /**
187
+ * @example
188
+ * 159.138.94.138
189
+ */
190
+ value?: string;
191
+ static names(): { [key: string]: string } {
192
+ return {
193
+ host: 'Host',
194
+ recordType: 'RecordType',
195
+ value: 'Value',
196
+ };
197
+ }
198
+
199
+ static types(): { [key: string]: any } {
200
+ return {
201
+ host: 'string',
202
+ recordType: 'string',
203
+ value: 'string',
204
+ };
205
+ }
206
+
207
+ validate() {
208
+ super.validate();
209
+ }
210
+
211
+ constructor(map?: { [key: string]: any }) {
212
+ super(map);
213
+ }
214
+ }
215
+
216
+ export class ListAppInstanceDomainsResponseBodyModuleDataVerification extends $dara.Model {
217
+ dnsRecord?: ListAppInstanceDomainsResponseBodyModuleDataVerificationDnsRecord;
218
+ /**
219
+ * @example
220
+ * code: 400, invalid unionId request id: 2270AB0B-6FD0-7F72-9DC5-7A02B67CBB3B
221
+ */
222
+ errorMsg?: string;
223
+ /**
224
+ * @example
225
+ * SUCCESSFUL
226
+ */
227
+ verificationStatus?: string;
228
+ /**
229
+ * @example
230
+ * NoAliyunServiceRoleForWebsiteBuildPublishAuth
231
+ */
232
+ verificationStatusCode?: string;
233
+ static names(): { [key: string]: string } {
234
+ return {
235
+ dnsRecord: 'DnsRecord',
236
+ errorMsg: 'ErrorMsg',
237
+ verificationStatus: 'VerificationStatus',
238
+ verificationStatusCode: 'VerificationStatusCode',
239
+ };
240
+ }
241
+
242
+ static types(): { [key: string]: any } {
243
+ return {
244
+ dnsRecord: ListAppInstanceDomainsResponseBodyModuleDataVerificationDnsRecord,
245
+ errorMsg: 'string',
246
+ verificationStatus: 'string',
247
+ verificationStatusCode: 'string',
248
+ };
249
+ }
250
+
251
+ validate() {
252
+ if(this.dnsRecord && typeof (this.dnsRecord as any).validate === 'function') {
253
+ (this.dnsRecord as any).validate();
254
+ }
255
+ super.validate();
256
+ }
257
+
258
+ constructor(map?: { [key: string]: any }) {
259
+ super(map);
260
+ }
261
+ }
262
+
263
+ export class ListAppInstanceDomainsResponseBodyModuleData extends $dara.Model {
264
+ certificate?: ListAppInstanceDomainsResponseBodyModuleDataCertificate;
265
+ /**
266
+ * @example
267
+ * 1683256054000
268
+ */
269
+ createTime?: string;
270
+ /**
271
+ * @example
272
+ * kaibaidu.com
273
+ */
274
+ domainName?: string;
275
+ /**
276
+ * @example
277
+ * ACTIVE
278
+ */
279
+ overallStatus?: string;
280
+ ownership?: ListAppInstanceDomainsResponseBodyModuleDataOwnership;
281
+ resolution?: ListAppInstanceDomainsResponseBodyModuleDataResolution;
282
+ verification?: ListAppInstanceDomainsResponseBodyModuleDataVerification;
283
+ static names(): { [key: string]: string } {
284
+ return {
285
+ certificate: 'Certificate',
286
+ createTime: 'CreateTime',
287
+ domainName: 'DomainName',
288
+ overallStatus: 'OverallStatus',
289
+ ownership: 'Ownership',
290
+ resolution: 'Resolution',
291
+ verification: 'Verification',
292
+ };
293
+ }
294
+
295
+ static types(): { [key: string]: any } {
296
+ return {
297
+ certificate: ListAppInstanceDomainsResponseBodyModuleDataCertificate,
298
+ createTime: 'string',
299
+ domainName: 'string',
300
+ overallStatus: 'string',
301
+ ownership: ListAppInstanceDomainsResponseBodyModuleDataOwnership,
302
+ resolution: ListAppInstanceDomainsResponseBodyModuleDataResolution,
303
+ verification: ListAppInstanceDomainsResponseBodyModuleDataVerification,
304
+ };
305
+ }
306
+
307
+ validate() {
308
+ if(this.certificate && typeof (this.certificate as any).validate === 'function') {
309
+ (this.certificate as any).validate();
310
+ }
311
+ if(this.ownership && typeof (this.ownership as any).validate === 'function') {
312
+ (this.ownership as any).validate();
313
+ }
314
+ if(this.resolution && typeof (this.resolution as any).validate === 'function') {
315
+ (this.resolution as any).validate();
316
+ }
317
+ if(this.verification && typeof (this.verification as any).validate === 'function') {
318
+ (this.verification as any).validate();
319
+ }
320
+ super.validate();
321
+ }
322
+
323
+ constructor(map?: { [key: string]: any }) {
324
+ super(map);
325
+ }
326
+ }
327
+
328
+ export class ListAppInstanceDomainsResponseBodyModuleNextCertificate extends $dara.Model {
329
+ /**
330
+ * @example
331
+ * jfztkg202502
332
+ */
333
+ certificateName?: string;
334
+ /**
335
+ * @example
336
+ * ACTIVE
337
+ */
338
+ certificateStatus?: string;
339
+ /**
340
+ * @example
341
+ * Server
342
+ */
343
+ certificateType?: string;
344
+ /**
345
+ * @example
346
+ * 2025-01-15T02:04:00Z
347
+ */
348
+ endTime?: string;
349
+ static names(): { [key: string]: string } {
350
+ return {
351
+ certificateName: 'CertificateName',
352
+ certificateStatus: 'CertificateStatus',
353
+ certificateType: 'CertificateType',
354
+ endTime: 'EndTime',
355
+ };
356
+ }
357
+
358
+ static types(): { [key: string]: any } {
359
+ return {
360
+ certificateName: 'string',
361
+ certificateStatus: 'string',
362
+ certificateType: 'string',
363
+ endTime: 'string',
364
+ };
365
+ }
366
+
367
+ validate() {
368
+ super.validate();
369
+ }
370
+
371
+ constructor(map?: { [key: string]: any }) {
372
+ super(map);
373
+ }
374
+ }
375
+
376
+ export class ListAppInstanceDomainsResponseBodyModuleNextOwnership extends $dara.Model {
377
+ account?: string;
378
+ /**
379
+ * @example
380
+ * pai
381
+ */
382
+ provider?: string;
383
+ static names(): { [key: string]: string } {
384
+ return {
385
+ account: 'Account',
386
+ provider: 'Provider',
387
+ };
388
+ }
389
+
390
+ static types(): { [key: string]: any } {
391
+ return {
392
+ account: 'string',
393
+ provider: 'string',
394
+ };
395
+ }
396
+
397
+ validate() {
398
+ super.validate();
399
+ }
400
+
401
+ constructor(map?: { [key: string]: any }) {
402
+ super(map);
403
+ }
404
+ }
405
+
406
+ export class ListAppInstanceDomainsResponseBodyModuleNextResolutionDnsRecord extends $dara.Model {
407
+ /**
408
+ * @example
409
+ * 172.16.6.1
410
+ */
411
+ host?: string;
412
+ /**
413
+ * @example
414
+ * A
415
+ */
416
+ recordType?: string;
417
+ /**
418
+ * @example
419
+ * 2025032000000054nuba0r0b0a79y70c1c983tsz09xw9hg3p04kqxmbt4g2p65h
420
+ */
421
+ value?: string;
422
+ static names(): { [key: string]: string } {
423
+ return {
424
+ host: 'Host',
425
+ recordType: 'RecordType',
426
+ value: 'Value',
427
+ };
428
+ }
429
+
430
+ static types(): { [key: string]: any } {
431
+ return {
432
+ host: 'string',
433
+ recordType: 'string',
434
+ value: 'string',
435
+ };
436
+ }
437
+
438
+ validate() {
439
+ super.validate();
440
+ }
441
+
442
+ constructor(map?: { [key: string]: any }) {
443
+ super(map);
444
+ }
445
+ }
446
+
447
+ export class ListAppInstanceDomainsResponseBodyModuleNextResolution extends $dara.Model {
448
+ dnsRecord?: ListAppInstanceDomainsResponseBodyModuleNextResolutionDnsRecord;
449
+ /**
450
+ * @example
451
+ * aliuid:1133664521498319 assumeOssRole not exist,serviceName:aliyunesarealtimelogpushossrole
452
+ */
453
+ errorMsg?: string;
454
+ /**
455
+ * @example
456
+ * SUCCESSFUL
457
+ */
458
+ resolutionStatus?: string;
459
+ static names(): { [key: string]: string } {
460
+ return {
461
+ dnsRecord: 'DnsRecord',
462
+ errorMsg: 'ErrorMsg',
463
+ resolutionStatus: 'ResolutionStatus',
464
+ };
465
+ }
466
+
467
+ static types(): { [key: string]: any } {
468
+ return {
469
+ dnsRecord: ListAppInstanceDomainsResponseBodyModuleNextResolutionDnsRecord,
470
+ errorMsg: 'string',
471
+ resolutionStatus: 'string',
472
+ };
473
+ }
474
+
475
+ validate() {
476
+ if(this.dnsRecord && typeof (this.dnsRecord as any).validate === 'function') {
477
+ (this.dnsRecord as any).validate();
478
+ }
479
+ super.validate();
480
+ }
481
+
482
+ constructor(map?: { [key: string]: any }) {
483
+ super(map);
484
+ }
485
+ }
486
+
487
+ export class ListAppInstanceDomainsResponseBodyModuleNextVerificationDnsRecord extends $dara.Model {
488
+ /**
489
+ * @example
490
+ * www.abc.com
491
+ */
492
+ host?: string;
493
+ /**
494
+ * @example
495
+ * 5
496
+ */
497
+ recordType?: string;
498
+ /**
499
+ * @example
500
+ * faHuBlyPcodSjBvBJYpm3-9W_cCSowLLQ4zAUyguEGM
501
+ */
502
+ value?: string;
503
+ static names(): { [key: string]: string } {
504
+ return {
505
+ host: 'Host',
506
+ recordType: 'RecordType',
507
+ value: 'Value',
508
+ };
509
+ }
510
+
511
+ static types(): { [key: string]: any } {
512
+ return {
513
+ host: 'string',
514
+ recordType: 'string',
515
+ value: 'string',
516
+ };
517
+ }
518
+
519
+ validate() {
520
+ super.validate();
521
+ }
522
+
523
+ constructor(map?: { [key: string]: any }) {
524
+ super(map);
525
+ }
526
+ }
527
+
528
+ export class ListAppInstanceDomainsResponseBodyModuleNextVerification extends $dara.Model {
529
+ dnsRecord?: ListAppInstanceDomainsResponseBodyModuleNextVerificationDnsRecord;
530
+ /**
531
+ * @example
532
+ * aliuid:1133664521498319 assumeOssRole not exist,serviceName:aliyunesarealtimelogpushossrole
533
+ */
534
+ errorMsg?: string;
535
+ /**
536
+ * @example
537
+ * SUCCESSFUL
538
+ */
539
+ verificationStatus?: string;
540
+ static names(): { [key: string]: string } {
541
+ return {
542
+ dnsRecord: 'DnsRecord',
543
+ errorMsg: 'ErrorMsg',
544
+ verificationStatus: 'VerificationStatus',
545
+ };
546
+ }
547
+
548
+ static types(): { [key: string]: any } {
549
+ return {
550
+ dnsRecord: ListAppInstanceDomainsResponseBodyModuleNextVerificationDnsRecord,
551
+ errorMsg: 'string',
552
+ verificationStatus: 'string',
553
+ };
554
+ }
555
+
556
+ validate() {
557
+ if(this.dnsRecord && typeof (this.dnsRecord as any).validate === 'function') {
558
+ (this.dnsRecord as any).validate();
559
+ }
560
+ super.validate();
561
+ }
562
+
563
+ constructor(map?: { [key: string]: any }) {
564
+ super(map);
565
+ }
566
+ }
567
+
568
+ export class ListAppInstanceDomainsResponseBodyModuleNext extends $dara.Model {
569
+ certificate?: ListAppInstanceDomainsResponseBodyModuleNextCertificate;
570
+ /**
571
+ * @example
572
+ * 1741572465000
573
+ */
574
+ createTime?: string;
575
+ /**
576
+ * @example
577
+ * usdcoin.xin
578
+ */
579
+ domainName?: string;
580
+ /**
581
+ * @example
582
+ * ACTIVE
583
+ */
584
+ overallStatus?: string;
585
+ ownership?: ListAppInstanceDomainsResponseBodyModuleNextOwnership;
586
+ resolution?: ListAppInstanceDomainsResponseBodyModuleNextResolution;
587
+ verification?: ListAppInstanceDomainsResponseBodyModuleNextVerification;
588
+ static names(): { [key: string]: string } {
589
+ return {
590
+ certificate: 'Certificate',
591
+ createTime: 'CreateTime',
592
+ domainName: 'DomainName',
593
+ overallStatus: 'OverallStatus',
594
+ ownership: 'Ownership',
595
+ resolution: 'Resolution',
596
+ verification: 'Verification',
597
+ };
598
+ }
599
+
600
+ static types(): { [key: string]: any } {
601
+ return {
602
+ certificate: ListAppInstanceDomainsResponseBodyModuleNextCertificate,
603
+ createTime: 'string',
604
+ domainName: 'string',
605
+ overallStatus: 'string',
606
+ ownership: ListAppInstanceDomainsResponseBodyModuleNextOwnership,
607
+ resolution: ListAppInstanceDomainsResponseBodyModuleNextResolution,
608
+ verification: ListAppInstanceDomainsResponseBodyModuleNextVerification,
609
+ };
610
+ }
611
+
612
+ validate() {
613
+ if(this.certificate && typeof (this.certificate as any).validate === 'function') {
614
+ (this.certificate as any).validate();
615
+ }
616
+ if(this.ownership && typeof (this.ownership as any).validate === 'function') {
617
+ (this.ownership as any).validate();
618
+ }
619
+ if(this.resolution && typeof (this.resolution as any).validate === 'function') {
620
+ (this.resolution as any).validate();
621
+ }
622
+ if(this.verification && typeof (this.verification as any).validate === 'function') {
623
+ (this.verification as any).validate();
624
+ }
625
+ super.validate();
626
+ }
627
+
628
+ constructor(map?: { [key: string]: any }) {
629
+ super(map);
630
+ }
631
+ }
632
+
633
+ export class ListAppInstanceDomainsResponseBodyModule extends $dara.Model {
634
+ /**
635
+ * @example
636
+ * 1
637
+ */
638
+ currentPageNum?: number;
639
+ data?: ListAppInstanceDomainsResponseBodyModuleData[];
640
+ next?: ListAppInstanceDomainsResponseBodyModuleNext;
641
+ nextPage?: boolean;
642
+ /**
643
+ * @example
644
+ * 10
645
+ */
646
+ pageSize?: number;
647
+ prePage?: boolean;
648
+ resultLimit?: boolean;
649
+ /**
650
+ * @example
651
+ * 0
652
+ */
653
+ totalItemNum?: number;
654
+ /**
655
+ * @example
656
+ * 1
657
+ */
658
+ totalPageNum?: number;
659
+ static names(): { [key: string]: string } {
660
+ return {
661
+ currentPageNum: 'CurrentPageNum',
662
+ data: 'Data',
663
+ next: 'Next',
664
+ nextPage: 'NextPage',
665
+ pageSize: 'PageSize',
666
+ prePage: 'PrePage',
667
+ resultLimit: 'ResultLimit',
668
+ totalItemNum: 'TotalItemNum',
669
+ totalPageNum: 'TotalPageNum',
670
+ };
671
+ }
672
+
673
+ static types(): { [key: string]: any } {
674
+ return {
675
+ currentPageNum: 'number',
676
+ data: { 'type': 'array', 'itemType': ListAppInstanceDomainsResponseBodyModuleData },
677
+ next: ListAppInstanceDomainsResponseBodyModuleNext,
678
+ nextPage: 'boolean',
679
+ pageSize: 'number',
680
+ prePage: 'boolean',
681
+ resultLimit: 'boolean',
682
+ totalItemNum: 'number',
683
+ totalPageNum: 'number',
684
+ };
685
+ }
686
+
687
+ validate() {
688
+ if(Array.isArray(this.data)) {
689
+ $dara.Model.validateArray(this.data);
690
+ }
691
+ if(this.next && typeof (this.next as any).validate === 'function') {
692
+ (this.next as any).validate();
693
+ }
694
+ super.validate();
695
+ }
696
+
697
+ constructor(map?: { [key: string]: any }) {
698
+ super(map);
699
+ }
700
+ }
701
+
702
+ export class ListAppInstanceDomainsResponseBody extends $dara.Model {
703
+ /**
704
+ * @example
705
+ * {}
706
+ */
707
+ accessDeniedDetail?: string;
708
+ /**
709
+ * @example
710
+ * False
711
+ */
712
+ allowRetry?: boolean;
713
+ /**
714
+ * @example
715
+ * dewuApp
716
+ */
717
+ appName?: string;
718
+ /**
719
+ * @example
720
+ * ERROR-oo1
721
+ */
722
+ dynamicCode?: string;
723
+ /**
724
+ * @example
725
+ * https://check-result-file-sh.oss-cn-shanghai.aliyuncs.com/gl3d6l3817id8p1/gl3d6l3817id8p1.diff.zip?Expires=1750392068&OSSAccessKeyId=LTAI5tKUErVCETM4ev9SELNb&Signature=Bcj3eohy8nmlSQ7AAGdq7JZoLjM%3D
726
+ */
727
+ dynamicMessage?: string;
728
+ errorArgs?: any[];
729
+ /**
730
+ * @example
731
+ * 10
732
+ */
733
+ maxResults?: number;
734
+ module?: ListAppInstanceDomainsResponseBodyModule;
735
+ /**
736
+ * @example
737
+ * dw+qdTi1EjVSWX/INJdYNw==
738
+ */
739
+ nextToken?: string;
740
+ /**
741
+ * @remarks
742
+ * Id of the request
743
+ *
744
+ * @example
745
+ * 6C6B99AC-39EC-5350-874C-204128C905E6
746
+ */
747
+ requestId?: string;
748
+ /**
749
+ * @example
750
+ * SYSTEM.ERROR
751
+ */
752
+ rootErrorCode?: string;
753
+ rootErrorMsg?: string;
754
+ /**
755
+ * @example
756
+ * True
757
+ */
758
+ synchro?: boolean;
759
+ static names(): { [key: string]: string } {
760
+ return {
761
+ accessDeniedDetail: 'AccessDeniedDetail',
762
+ allowRetry: 'AllowRetry',
763
+ appName: 'AppName',
764
+ dynamicCode: 'DynamicCode',
765
+ dynamicMessage: 'DynamicMessage',
766
+ errorArgs: 'ErrorArgs',
767
+ maxResults: 'MaxResults',
768
+ module: 'Module',
769
+ nextToken: 'NextToken',
770
+ requestId: 'RequestId',
771
+ rootErrorCode: 'RootErrorCode',
772
+ rootErrorMsg: 'RootErrorMsg',
773
+ synchro: 'Synchro',
774
+ };
775
+ }
776
+
777
+ static types(): { [key: string]: any } {
778
+ return {
779
+ accessDeniedDetail: 'string',
780
+ allowRetry: 'boolean',
781
+ appName: 'string',
782
+ dynamicCode: 'string',
783
+ dynamicMessage: 'string',
784
+ errorArgs: { 'type': 'array', 'itemType': 'any' },
785
+ maxResults: 'number',
786
+ module: ListAppInstanceDomainsResponseBodyModule,
787
+ nextToken: 'string',
788
+ requestId: 'string',
789
+ rootErrorCode: 'string',
790
+ rootErrorMsg: 'string',
791
+ synchro: 'boolean',
792
+ };
793
+ }
794
+
795
+ validate() {
796
+ if(Array.isArray(this.errorArgs)) {
797
+ $dara.Model.validateArray(this.errorArgs);
798
+ }
799
+ if(this.module && typeof (this.module as any).validate === 'function') {
800
+ (this.module as any).validate();
801
+ }
802
+ super.validate();
803
+ }
804
+
805
+ constructor(map?: { [key: string]: any }) {
806
+ super(map);
807
+ }
808
+ }
809
+