@alicloud/websitebuild20250429 2.36.0 → 2.36.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +4 -4
- package/dist/client.js +16 -4
- package/dist/client.js.map +1 -1
- package/dist/models/AppInstanceProfile.d.ts +4 -3
- package/dist/models/AppInstanceProfile.js +2 -0
- package/dist/models/AppInstanceProfile.js.map +1 -1
- package/dist/models/BindAppDomainRequest.d.ts +12 -2
- package/dist/models/BindAppDomainRequest.js +2 -0
- package/dist/models/BindAppDomainRequest.js.map +1 -1
- package/dist/models/BindAppDomainResponseBody.d.ts +42 -10
- package/dist/models/BindAppDomainResponseBody.js.map +1 -1
- package/dist/models/GetAppInstanceResponseBody.d.ts +1 -1
- package/dist/models/GetAppPublishStatusResponseBody.d.ts +7 -3
- package/dist/models/GetAppPublishStatusResponseBody.js +11 -0
- package/dist/models/GetAppPublishStatusResponseBody.js.map +1 -1
- package/dist/models/ListAppConversationsRequest.d.ts +2 -2
- package/dist/models/ListAppConversationsResponseBody.d.ts +7 -7
- package/dist/models/ListAppInstanceDomainsRequest.d.ts +17 -4
- package/dist/models/ListAppInstanceDomainsRequest.js +2 -0
- package/dist/models/ListAppInstanceDomainsRequest.js.map +1 -1
- package/dist/models/ListAppInstanceDomainsResponseBody.d.ts +138 -34
- package/dist/models/ListAppInstanceDomainsResponseBody.js +4 -0
- package/dist/models/ListAppInstanceDomainsResponseBody.js.map +1 -1
- package/dist/models/ListAppInstancesResponseBody.d.ts +1 -1
- package/dist/models/ListAppPublishHistoryRequest.d.ts +1 -1
- package/dist/models/ListAppPublishHistoryResponseBody.d.ts +7 -3
- package/dist/models/ListAppPublishHistoryResponseBody.js +11 -0
- package/dist/models/ListAppPublishHistoryResponseBody.js.map +1 -1
- package/dist/models/QueryInspirationBalanceForPartnerRequest.d.ts +6 -0
- package/dist/models/QueryInspirationBalanceForPartnerRequest.js.map +1 -1
- package/dist/models/QueryInspirationBalanceForPartnerResponseBody.d.ts +54 -1
- package/dist/models/QueryInspirationBalanceForPartnerResponseBody.js.map +1 -1
- package/dist/models/ReconnectAppChatRequest.d.ts +2 -1
- package/dist/models/ReconnectAppChatRequest.js +2 -0
- package/dist/models/ReconnectAppChatRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +20 -4
- package/src/models/AppInstanceProfile.ts +6 -3
- package/src/models/BindAppDomainRequest.ts +14 -2
- package/src/models/BindAppDomainResponseBody.ts +42 -10
- package/src/models/GetAppInstanceResponseBody.ts +1 -1
- package/src/models/GetAppPublishStatusResponseBody.ts +18 -3
- package/src/models/ListAppConversationsRequest.ts +2 -2
- package/src/models/ListAppConversationsResponseBody.ts +7 -7
- package/src/models/ListAppInstanceDomainsRequest.ts +19 -4
- package/src/models/ListAppInstanceDomainsResponseBody.ts +142 -34
- package/src/models/ListAppInstancesResponseBody.ts +1 -1
- package/src/models/ListAppPublishHistoryRequest.ts +1 -1
- package/src/models/ListAppPublishHistoryResponseBody.ts +18 -3
- package/src/models/QueryInspirationBalanceForPartnerRequest.ts +6 -0
- package/src/models/QueryInspirationBalanceForPartnerResponseBody.ts +54 -1
- package/src/models/ReconnectAppChatRequest.ts +4 -1
|
@@ -81,7 +81,7 @@ export class ListAppConversationsResponseBodyModuleData extends $dara.Model {
|
|
|
81
81
|
siteId?: string;
|
|
82
82
|
/**
|
|
83
83
|
* @remarks
|
|
84
|
-
* The current viewpoint,
|
|
84
|
+
* The current viewpoint, equivalent to the news title.
|
|
85
85
|
*
|
|
86
86
|
* @example
|
|
87
87
|
* Sometimes When We Touch
|
|
@@ -139,7 +139,7 @@ export class ListAppConversationsResponseBodyModuleData extends $dara.Model {
|
|
|
139
139
|
export class ListAppConversationsResponseBodyModule extends $dara.Model {
|
|
140
140
|
/**
|
|
141
141
|
* @remarks
|
|
142
|
-
* The request
|
|
142
|
+
* The request results.
|
|
143
143
|
*/
|
|
144
144
|
data?: ListAppConversationsResponseBodyModuleData[];
|
|
145
145
|
/**
|
|
@@ -160,7 +160,7 @@ export class ListAppConversationsResponseBodyModule extends $dara.Model {
|
|
|
160
160
|
pageSize?: number;
|
|
161
161
|
/**
|
|
162
162
|
* @remarks
|
|
163
|
-
* The resource count that matches the conditional filter
|
|
163
|
+
* The resource count that matches the conditional filter.
|
|
164
164
|
*
|
|
165
165
|
* @example
|
|
166
166
|
* 30
|
|
@@ -215,7 +215,7 @@ export class ListAppConversationsResponseBody extends $dara.Model {
|
|
|
215
215
|
allowRetry?: boolean;
|
|
216
216
|
/**
|
|
217
217
|
* @remarks
|
|
218
|
-
* The application name.
|
|
218
|
+
* The application name. Queries the application with this name.
|
|
219
219
|
*
|
|
220
220
|
* @example
|
|
221
221
|
* dewuApp
|
|
@@ -244,7 +244,7 @@ export class ListAppConversationsResponseBody extends $dara.Model {
|
|
|
244
244
|
errorArgs?: any[];
|
|
245
245
|
/**
|
|
246
246
|
* @remarks
|
|
247
|
-
* The
|
|
247
|
+
* The number of results returned per query.
|
|
248
248
|
*
|
|
249
249
|
* Valid values: 10 to 100. Default value: 20.
|
|
250
250
|
*
|
|
@@ -259,7 +259,7 @@ export class ListAppConversationsResponseBody extends $dara.Model {
|
|
|
259
259
|
module?: ListAppConversationsResponseBodyModule;
|
|
260
260
|
/**
|
|
261
261
|
* @remarks
|
|
262
|
-
* The token for the next query. This parameter is empty if no more results
|
|
262
|
+
* The token for the next query. This parameter is empty if no more results are available.
|
|
263
263
|
*
|
|
264
264
|
* @example
|
|
265
265
|
* AAAAARbaCuN6hiD08qrLdwJ9Fh3BFw8paIJ7ylB6A7Qn9JjM
|
|
@@ -286,7 +286,7 @@ export class ListAppConversationsResponseBody extends $dara.Model {
|
|
|
286
286
|
* The exception message.
|
|
287
287
|
*
|
|
288
288
|
* @example
|
|
289
|
-
*
|
|
289
|
+
* System exception
|
|
290
290
|
*/
|
|
291
291
|
rootErrorMsg?: string;
|
|
292
292
|
/**
|
|
@@ -11,12 +11,23 @@ export class ListAppInstanceDomainsRequest extends $dara.Model {
|
|
|
11
11
|
* WD20250718165839000001
|
|
12
12
|
*/
|
|
13
13
|
bizId?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The domain name keyword. This parameter is optional and used for fuzzy match.
|
|
17
|
+
*/
|
|
14
18
|
domainKeyword?: string;
|
|
15
19
|
/**
|
|
16
20
|
* @remarks
|
|
17
|
-
* The
|
|
21
|
+
* The domain management type. Valid values:
|
|
22
|
+
* - CUSTOM
|
|
23
|
+
* - PLATFORM_PREFIX
|
|
18
24
|
*
|
|
19
|
-
*
|
|
25
|
+
* Default value: CUSTOM.
|
|
26
|
+
*/
|
|
27
|
+
domainType?: string;
|
|
28
|
+
/**
|
|
29
|
+
* @remarks
|
|
30
|
+
* The maximum number of entries returned per query.
|
|
20
31
|
*
|
|
21
32
|
* @example
|
|
22
33
|
* 50
|
|
@@ -24,7 +35,7 @@ export class ListAppInstanceDomainsRequest extends $dara.Model {
|
|
|
24
35
|
maxResults?: number;
|
|
25
36
|
/**
|
|
26
37
|
* @remarks
|
|
27
|
-
* The token for the next query. This parameter is empty if no more results
|
|
38
|
+
* The token for the next query. This parameter is empty if no more results are available.
|
|
28
39
|
*
|
|
29
40
|
* @example
|
|
30
41
|
* 0l45bkwM022Dt+rOvPi/oQ==
|
|
@@ -40,7 +51,9 @@ export class ListAppInstanceDomainsRequest extends $dara.Model {
|
|
|
40
51
|
orderColumn?: string;
|
|
41
52
|
/**
|
|
42
53
|
* @remarks
|
|
43
|
-
* The sort type. Valid values:
|
|
54
|
+
* The sort type. Valid values:
|
|
55
|
+
* - ASC
|
|
56
|
+
* - DESC
|
|
44
57
|
*
|
|
45
58
|
* @example
|
|
46
59
|
* BUY
|
|
@@ -66,6 +79,7 @@ export class ListAppInstanceDomainsRequest extends $dara.Model {
|
|
|
66
79
|
return {
|
|
67
80
|
bizId: 'BizId',
|
|
68
81
|
domainKeyword: 'DomainKeyword',
|
|
82
|
+
domainType: 'DomainType',
|
|
69
83
|
maxResults: 'MaxResults',
|
|
70
84
|
nextToken: 'NextToken',
|
|
71
85
|
orderColumn: 'OrderColumn',
|
|
@@ -79,6 +93,7 @@ export class ListAppInstanceDomainsRequest extends $dara.Model {
|
|
|
79
93
|
return {
|
|
80
94
|
bizId: 'string',
|
|
81
95
|
domainKeyword: 'string',
|
|
96
|
+
domainType: 'string',
|
|
82
97
|
maxResults: 'number',
|
|
83
98
|
nextToken: 'string',
|
|
84
99
|
orderColumn: 'string',
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ListAppInstanceDomainsResponseBodyModuleDataCertificate extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The name
|
|
8
|
+
* The certificate name.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* 2024
|
|
@@ -13,7 +13,7 @@ export class ListAppInstanceDomainsResponseBodyModuleDataCertificate extends $da
|
|
|
13
13
|
certificateName?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The status
|
|
16
|
+
* The certificate status.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* ACTIVE
|
|
@@ -21,7 +21,7 @@ export class ListAppInstanceDomainsResponseBodyModuleDataCertificate extends $da
|
|
|
21
21
|
certificateStatus?: string;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
* The type
|
|
24
|
+
* The certificate type.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* self-signed
|
|
@@ -29,7 +29,7 @@ export class ListAppInstanceDomainsResponseBodyModuleDataCertificate extends $da
|
|
|
29
29
|
certificateType?: string;
|
|
30
30
|
/**
|
|
31
31
|
* @remarks
|
|
32
|
-
* The expiration date
|
|
32
|
+
* The certificate expiration date.
|
|
33
33
|
*
|
|
34
34
|
* @example
|
|
35
35
|
* 4885718400000
|
|
@@ -63,9 +63,21 @@ export class ListAppInstanceDomainsResponseBodyModuleDataCertificate extends $da
|
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
export class ListAppInstanceDomainsResponseBodyModuleDataDnsConflictRecords extends $dara.Model {
|
|
66
|
+
/**
|
|
67
|
+
* @remarks
|
|
68
|
+
* The host record.
|
|
69
|
+
*/
|
|
66
70
|
host?: string;
|
|
71
|
+
/**
|
|
72
|
+
* @remarks
|
|
73
|
+
* The record type.
|
|
74
|
+
*/
|
|
67
75
|
recordType?: string;
|
|
68
76
|
status?: string;
|
|
77
|
+
/**
|
|
78
|
+
* @remarks
|
|
79
|
+
* The record value.
|
|
80
|
+
*/
|
|
69
81
|
value?: string;
|
|
70
82
|
static names(): { [key: string]: string } {
|
|
71
83
|
return {
|
|
@@ -95,9 +107,25 @@ export class ListAppInstanceDomainsResponseBodyModuleDataDnsConflictRecords exte
|
|
|
95
107
|
}
|
|
96
108
|
|
|
97
109
|
export class ListAppInstanceDomainsResponseBodyModuleDataDnsConflict extends $dara.Model {
|
|
110
|
+
/**
|
|
111
|
+
* @remarks
|
|
112
|
+
* Indicates whether automatic override is supported. A value of true indicates the domain is under the current Alibaba Cloud account. A value of false indicates otherwise.
|
|
113
|
+
*/
|
|
98
114
|
canAutoResolve?: boolean;
|
|
115
|
+
/**
|
|
116
|
+
* @remarks
|
|
117
|
+
* Indicates whether a conflict exists.
|
|
118
|
+
*/
|
|
99
119
|
hasConflict?: boolean;
|
|
120
|
+
/**
|
|
121
|
+
* @remarks
|
|
122
|
+
* The user-facing prompt message. Different guidance text is generated based on the scenario.
|
|
123
|
+
*/
|
|
100
124
|
message?: string;
|
|
125
|
+
/**
|
|
126
|
+
* @remarks
|
|
127
|
+
* The list of conflicting DNS records. This reuses the existing AppDomainDnsRecordDTO structure.
|
|
128
|
+
*/
|
|
101
129
|
records?: ListAppInstanceDomainsResponseBodyModuleDataDnsConflictRecords[];
|
|
102
130
|
static names(): { [key: string]: string } {
|
|
103
131
|
return {
|
|
@@ -130,7 +158,15 @@ export class ListAppInstanceDomainsResponseBodyModuleDataDnsConflict extends $da
|
|
|
130
158
|
}
|
|
131
159
|
|
|
132
160
|
export class ListAppInstanceDomainsResponseBodyModuleDataMigration extends $dara.Model {
|
|
161
|
+
/**
|
|
162
|
+
* @remarks
|
|
163
|
+
* The migration status. Valid values: NOT_STARTED, IN_PROGRESS, and COMPLETED.
|
|
164
|
+
*/
|
|
133
165
|
migrationStatus?: string;
|
|
166
|
+
/**
|
|
167
|
+
* @remarks
|
|
168
|
+
* The complete domain status before migration. The structure is consistent with the current domain DTO, so the frontend can directly reuse the rendering logic.
|
|
169
|
+
*/
|
|
134
170
|
previousDomain?: any;
|
|
135
171
|
static names(): { [key: string]: string } {
|
|
136
172
|
return {
|
|
@@ -174,7 +210,7 @@ export class ListAppInstanceDomainsResponseBodyModuleDataOwnership extends $dara
|
|
|
174
210
|
provider?: string;
|
|
175
211
|
/**
|
|
176
212
|
* @remarks
|
|
177
|
-
* The root domain name
|
|
213
|
+
* The root domain name that corresponds to the domain name.
|
|
178
214
|
*
|
|
179
215
|
* @example
|
|
180
216
|
* tjouya.cn
|
|
@@ -312,7 +348,7 @@ export class ListAppInstanceDomainsResponseBodyModuleDataResolution extends $dar
|
|
|
312
348
|
errorMsg?: string;
|
|
313
349
|
/**
|
|
314
350
|
* @remarks
|
|
315
|
-
* The domain
|
|
351
|
+
* The domain resolution status.
|
|
316
352
|
*
|
|
317
353
|
* @example
|
|
318
354
|
* SUCCESSFUL
|
|
@@ -459,7 +495,7 @@ export class ListAppInstanceDomainsResponseBodyModuleDataVerification extends $d
|
|
|
459
495
|
export class ListAppInstanceDomainsResponseBodyModuleData extends $dara.Model {
|
|
460
496
|
/**
|
|
461
497
|
* @remarks
|
|
462
|
-
* The domain
|
|
498
|
+
* The domain SSL certificate information.
|
|
463
499
|
*/
|
|
464
500
|
certificate?: ListAppInstanceDomainsResponseBodyModuleDataCertificate;
|
|
465
501
|
/**
|
|
@@ -470,6 +506,15 @@ export class ListAppInstanceDomainsResponseBodyModuleData extends $dara.Model {
|
|
|
470
506
|
* 1683256054000
|
|
471
507
|
*/
|
|
472
508
|
createTime?: string;
|
|
509
|
+
/**
|
|
510
|
+
* @remarks
|
|
511
|
+
* The network deployment type. Valid values: CDN, INDEP_DEPLOY, and ESA_SAAS.
|
|
512
|
+
*/
|
|
513
|
+
deployType?: string;
|
|
514
|
+
/**
|
|
515
|
+
* @remarks
|
|
516
|
+
* The DNS conflict information. This field has a value when resolveStatus is DNS_CONFLICT.
|
|
517
|
+
*/
|
|
473
518
|
dnsConflict?: ListAppInstanceDomainsResponseBodyModuleDataDnsConflict;
|
|
474
519
|
/**
|
|
475
520
|
* @remarks
|
|
@@ -479,6 +524,15 @@ export class ListAppInstanceDomainsResponseBodyModuleData extends $dara.Model {
|
|
|
479
524
|
* kaibaidu.com
|
|
480
525
|
*/
|
|
481
526
|
domainName?: string;
|
|
527
|
+
/**
|
|
528
|
+
* @remarks
|
|
529
|
+
* The domain management type. Valid values: CUSTOM and PLATFORM_PREFIX.
|
|
530
|
+
*/
|
|
531
|
+
domainType?: string;
|
|
532
|
+
/**
|
|
533
|
+
* @remarks
|
|
534
|
+
* The domain migration information. This field is returned when a region switch occurs.
|
|
535
|
+
*/
|
|
482
536
|
migration?: ListAppInstanceDomainsResponseBodyModuleDataMigration;
|
|
483
537
|
/**
|
|
484
538
|
* @remarks
|
|
@@ -490,30 +544,32 @@ export class ListAppInstanceDomainsResponseBodyModuleData extends $dara.Model {
|
|
|
490
544
|
overallStatus?: string;
|
|
491
545
|
/**
|
|
492
546
|
* @remarks
|
|
493
|
-
* The domain
|
|
547
|
+
* The domain ownership information.
|
|
494
548
|
*/
|
|
495
549
|
ownership?: ListAppInstanceDomainsResponseBodyModuleDataOwnership;
|
|
496
550
|
/**
|
|
497
551
|
* @remarks
|
|
498
|
-
* The domain
|
|
552
|
+
* The domain qualification information.
|
|
499
553
|
*/
|
|
500
554
|
qualification?: ListAppInstanceDomainsResponseBodyModuleDataQualification;
|
|
501
555
|
/**
|
|
502
556
|
* @remarks
|
|
503
|
-
* The domain
|
|
557
|
+
* The domain resolution information.
|
|
504
558
|
*/
|
|
505
559
|
resolution?: ListAppInstanceDomainsResponseBodyModuleDataResolution;
|
|
506
560
|
/**
|
|
507
561
|
* @remarks
|
|
508
|
-
* The domain
|
|
562
|
+
* The domain verification information.
|
|
509
563
|
*/
|
|
510
564
|
verification?: ListAppInstanceDomainsResponseBodyModuleDataVerification;
|
|
511
565
|
static names(): { [key: string]: string } {
|
|
512
566
|
return {
|
|
513
567
|
certificate: 'Certificate',
|
|
514
568
|
createTime: 'CreateTime',
|
|
569
|
+
deployType: 'DeployType',
|
|
515
570
|
dnsConflict: 'DnsConflict',
|
|
516
571
|
domainName: 'DomainName',
|
|
572
|
+
domainType: 'DomainType',
|
|
517
573
|
migration: 'Migration',
|
|
518
574
|
overallStatus: 'OverallStatus',
|
|
519
575
|
ownership: 'Ownership',
|
|
@@ -527,8 +583,10 @@ export class ListAppInstanceDomainsResponseBodyModuleData extends $dara.Model {
|
|
|
527
583
|
return {
|
|
528
584
|
certificate: ListAppInstanceDomainsResponseBodyModuleDataCertificate,
|
|
529
585
|
createTime: 'string',
|
|
586
|
+
deployType: 'string',
|
|
530
587
|
dnsConflict: ListAppInstanceDomainsResponseBodyModuleDataDnsConflict,
|
|
531
588
|
domainName: 'string',
|
|
589
|
+
domainType: 'string',
|
|
532
590
|
migration: ListAppInstanceDomainsResponseBodyModuleDataMigration,
|
|
533
591
|
overallStatus: 'string',
|
|
534
592
|
ownership: ListAppInstanceDomainsResponseBodyModuleDataOwnership,
|
|
@@ -571,7 +629,7 @@ export class ListAppInstanceDomainsResponseBodyModuleData extends $dara.Model {
|
|
|
571
629
|
export class ListAppInstanceDomainsResponseBodyModuleNextCertificate extends $dara.Model {
|
|
572
630
|
/**
|
|
573
631
|
* @remarks
|
|
574
|
-
* The name
|
|
632
|
+
* The certificate name.
|
|
575
633
|
*
|
|
576
634
|
* @example
|
|
577
635
|
* jfztkg202502
|
|
@@ -579,7 +637,7 @@ export class ListAppInstanceDomainsResponseBodyModuleNextCertificate extends $da
|
|
|
579
637
|
certificateName?: string;
|
|
580
638
|
/**
|
|
581
639
|
* @remarks
|
|
582
|
-
* The status
|
|
640
|
+
* The certificate status.
|
|
583
641
|
*
|
|
584
642
|
* @example
|
|
585
643
|
* ACTIVE
|
|
@@ -587,7 +645,7 @@ export class ListAppInstanceDomainsResponseBodyModuleNextCertificate extends $da
|
|
|
587
645
|
certificateStatus?: string;
|
|
588
646
|
/**
|
|
589
647
|
* @remarks
|
|
590
|
-
* The type
|
|
648
|
+
* The certificate type.
|
|
591
649
|
*
|
|
592
650
|
* @example
|
|
593
651
|
* Server
|
|
@@ -595,7 +653,7 @@ export class ListAppInstanceDomainsResponseBodyModuleNextCertificate extends $da
|
|
|
595
653
|
certificateType?: string;
|
|
596
654
|
/**
|
|
597
655
|
* @remarks
|
|
598
|
-
* The expiration date
|
|
656
|
+
* The certificate expiration date.
|
|
599
657
|
*
|
|
600
658
|
* @example
|
|
601
659
|
* 2025-01-15T02:04:00Z
|
|
@@ -629,8 +687,20 @@ export class ListAppInstanceDomainsResponseBodyModuleNextCertificate extends $da
|
|
|
629
687
|
}
|
|
630
688
|
|
|
631
689
|
export class ListAppInstanceDomainsResponseBodyModuleNextDnsConflictRecords extends $dara.Model {
|
|
690
|
+
/**
|
|
691
|
+
* @remarks
|
|
692
|
+
* The host record.
|
|
693
|
+
*/
|
|
632
694
|
host?: string;
|
|
695
|
+
/**
|
|
696
|
+
* @remarks
|
|
697
|
+
* The record type.
|
|
698
|
+
*/
|
|
633
699
|
recordType?: string;
|
|
700
|
+
/**
|
|
701
|
+
* @remarks
|
|
702
|
+
* The record value.
|
|
703
|
+
*/
|
|
634
704
|
value?: string;
|
|
635
705
|
static names(): { [key: string]: string } {
|
|
636
706
|
return {
|
|
@@ -658,9 +728,25 @@ export class ListAppInstanceDomainsResponseBodyModuleNextDnsConflictRecords exte
|
|
|
658
728
|
}
|
|
659
729
|
|
|
660
730
|
export class ListAppInstanceDomainsResponseBodyModuleNextDnsConflict extends $dara.Model {
|
|
731
|
+
/**
|
|
732
|
+
* @remarks
|
|
733
|
+
* Indicates whether automatic override is supported. A value of true indicates the domain is under the current Alibaba Cloud account. A value of false indicates otherwise.
|
|
734
|
+
*/
|
|
661
735
|
canAutoResolve?: boolean;
|
|
736
|
+
/**
|
|
737
|
+
* @remarks
|
|
738
|
+
* Indicates whether a conflict exists.
|
|
739
|
+
*/
|
|
662
740
|
hasConflict?: boolean;
|
|
741
|
+
/**
|
|
742
|
+
* @remarks
|
|
743
|
+
* The user-facing prompt message. Different guidance text is generated based on the scenario.
|
|
744
|
+
*/
|
|
663
745
|
message?: string;
|
|
746
|
+
/**
|
|
747
|
+
* @remarks
|
|
748
|
+
* The list of conflicting DNS records. This reuses the existing AppDomainDnsRecordDTO structure.
|
|
749
|
+
*/
|
|
664
750
|
records?: ListAppInstanceDomainsResponseBodyModuleNextDnsConflictRecords[];
|
|
665
751
|
static names(): { [key: string]: string } {
|
|
666
752
|
return {
|
|
@@ -693,7 +779,15 @@ export class ListAppInstanceDomainsResponseBodyModuleNextDnsConflict extends $da
|
|
|
693
779
|
}
|
|
694
780
|
|
|
695
781
|
export class ListAppInstanceDomainsResponseBodyModuleNextMigration extends $dara.Model {
|
|
782
|
+
/**
|
|
783
|
+
* @remarks
|
|
784
|
+
* The migration status. Valid values: NOT_STARTED, IN_PROGRESS, and COMPLETED.
|
|
785
|
+
*/
|
|
696
786
|
migrationStatus?: string;
|
|
787
|
+
/**
|
|
788
|
+
* @remarks
|
|
789
|
+
* The complete domain status before migration. The structure is consistent with the current domain DTO, so the frontend can directly reuse the rendering logic.
|
|
790
|
+
*/
|
|
697
791
|
previousDomain?: any;
|
|
698
792
|
static names(): { [key: string]: string } {
|
|
699
793
|
return {
|
|
@@ -735,6 +829,10 @@ export class ListAppInstanceDomainsResponseBodyModuleNextOwnership extends $dara
|
|
|
735
829
|
* pai
|
|
736
830
|
*/
|
|
737
831
|
provider?: string;
|
|
832
|
+
/**
|
|
833
|
+
* @remarks
|
|
834
|
+
* The primary domain name.
|
|
835
|
+
*/
|
|
738
836
|
rootDomain?: string;
|
|
739
837
|
static names(): { [key: string]: string } {
|
|
740
838
|
return {
|
|
@@ -868,7 +966,7 @@ export class ListAppInstanceDomainsResponseBodyModuleNextResolution extends $dar
|
|
|
868
966
|
errorMsg?: string;
|
|
869
967
|
/**
|
|
870
968
|
* @remarks
|
|
871
|
-
* The domain
|
|
969
|
+
* The domain resolution status.
|
|
872
970
|
*
|
|
873
971
|
* @example
|
|
874
972
|
* SUCCESSFUL
|
|
@@ -974,6 +1072,10 @@ export class ListAppInstanceDomainsResponseBodyModuleNextVerification extends $d
|
|
|
974
1072
|
* SUCCESSFUL
|
|
975
1073
|
*/
|
|
976
1074
|
verificationStatus?: string;
|
|
1075
|
+
/**
|
|
1076
|
+
* @remarks
|
|
1077
|
+
* The verification status code.
|
|
1078
|
+
*/
|
|
977
1079
|
verificationStatusCode?: string;
|
|
978
1080
|
static names(): { [key: string]: string } {
|
|
979
1081
|
return {
|
|
@@ -1008,7 +1110,7 @@ export class ListAppInstanceDomainsResponseBodyModuleNextVerification extends $d
|
|
|
1008
1110
|
export class ListAppInstanceDomainsResponseBodyModuleNext extends $dara.Model {
|
|
1009
1111
|
/**
|
|
1010
1112
|
* @remarks
|
|
1011
|
-
* The domain
|
|
1113
|
+
* The domain SSL certificate information.
|
|
1012
1114
|
*/
|
|
1013
1115
|
certificate?: ListAppInstanceDomainsResponseBodyModuleNextCertificate;
|
|
1014
1116
|
/**
|
|
@@ -1019,6 +1121,10 @@ export class ListAppInstanceDomainsResponseBodyModuleNext extends $dara.Model {
|
|
|
1019
1121
|
* 1741572465000
|
|
1020
1122
|
*/
|
|
1021
1123
|
createTime?: string;
|
|
1124
|
+
/**
|
|
1125
|
+
* @remarks
|
|
1126
|
+
* The DNS conflict information. This field has a value when resolveStatus is DNS_CONFLICT.
|
|
1127
|
+
*/
|
|
1022
1128
|
dnsConflict?: ListAppInstanceDomainsResponseBodyModuleNextDnsConflict;
|
|
1023
1129
|
/**
|
|
1024
1130
|
* @remarks
|
|
@@ -1028,6 +1134,10 @@ export class ListAppInstanceDomainsResponseBodyModuleNext extends $dara.Model {
|
|
|
1028
1134
|
* usdcoin.xin
|
|
1029
1135
|
*/
|
|
1030
1136
|
domainName?: string;
|
|
1137
|
+
/**
|
|
1138
|
+
* @remarks
|
|
1139
|
+
* The domain migration information. This field is returned when a region switch occurs.
|
|
1140
|
+
*/
|
|
1031
1141
|
migration?: ListAppInstanceDomainsResponseBodyModuleNextMigration;
|
|
1032
1142
|
/**
|
|
1033
1143
|
* @remarks
|
|
@@ -1039,22 +1149,22 @@ export class ListAppInstanceDomainsResponseBodyModuleNext extends $dara.Model {
|
|
|
1039
1149
|
overallStatus?: string;
|
|
1040
1150
|
/**
|
|
1041
1151
|
* @remarks
|
|
1042
|
-
* The domain
|
|
1152
|
+
* The domain ownership information.
|
|
1043
1153
|
*/
|
|
1044
1154
|
ownership?: ListAppInstanceDomainsResponseBodyModuleNextOwnership;
|
|
1045
1155
|
/**
|
|
1046
1156
|
* @remarks
|
|
1047
|
-
* The domain
|
|
1157
|
+
* The domain qualification information.
|
|
1048
1158
|
*/
|
|
1049
1159
|
qualification?: ListAppInstanceDomainsResponseBodyModuleNextQualification;
|
|
1050
1160
|
/**
|
|
1051
1161
|
* @remarks
|
|
1052
|
-
* The domain
|
|
1162
|
+
* The domain resolution information.
|
|
1053
1163
|
*/
|
|
1054
1164
|
resolution?: ListAppInstanceDomainsResponseBodyModuleNextResolution;
|
|
1055
1165
|
/**
|
|
1056
1166
|
* @remarks
|
|
1057
|
-
* The domain
|
|
1167
|
+
* The domain verification information.
|
|
1058
1168
|
*/
|
|
1059
1169
|
verification?: ListAppInstanceDomainsResponseBodyModuleNextVerification;
|
|
1060
1170
|
static names(): { [key: string]: string } {
|
|
@@ -1128,7 +1238,7 @@ export class ListAppInstanceDomainsResponseBodyModule extends $dara.Model {
|
|
|
1128
1238
|
currentPageNum?: number;
|
|
1129
1239
|
/**
|
|
1130
1240
|
* @remarks
|
|
1131
|
-
* The request
|
|
1241
|
+
* The request result.
|
|
1132
1242
|
*/
|
|
1133
1243
|
data?: ListAppInstanceDomainsResponseBodyModuleData[];
|
|
1134
1244
|
/**
|
|
@@ -1156,12 +1266,12 @@ export class ListAppInstanceDomainsResponseBodyModule extends $dara.Model {
|
|
|
1156
1266
|
prePage?: boolean;
|
|
1157
1267
|
/**
|
|
1158
1268
|
* @remarks
|
|
1159
|
-
*
|
|
1269
|
+
* Indicates whether the result set exceeds the server-side limit. The server processes up to 1000 records for the current query regardless of pagination settings. If the results exceed 1000 records, **ResultLimit** is **true** and you need to narrow the time range and search again. Otherwise, **ResultLimit** is **false**.
|
|
1160
1270
|
*/
|
|
1161
1271
|
resultLimit?: boolean;
|
|
1162
1272
|
/**
|
|
1163
1273
|
* @remarks
|
|
1164
|
-
* The total number of
|
|
1274
|
+
* The total number of records.
|
|
1165
1275
|
*
|
|
1166
1276
|
* @example
|
|
1167
1277
|
* 0
|
|
@@ -1221,7 +1331,7 @@ export class ListAppInstanceDomainsResponseBodyModule extends $dara.Model {
|
|
|
1221
1331
|
export class ListAppInstanceDomainsResponseBody extends $dara.Model {
|
|
1222
1332
|
/**
|
|
1223
1333
|
* @remarks
|
|
1224
|
-
* The detailed reason
|
|
1334
|
+
* The detailed reason for access denial.
|
|
1225
1335
|
*
|
|
1226
1336
|
* @example
|
|
1227
1337
|
* {}
|
|
@@ -1237,7 +1347,7 @@ export class ListAppInstanceDomainsResponseBody extends $dara.Model {
|
|
|
1237
1347
|
allowRetry?: boolean;
|
|
1238
1348
|
/**
|
|
1239
1349
|
* @remarks
|
|
1240
|
-
* The
|
|
1350
|
+
* The app name.
|
|
1241
1351
|
*
|
|
1242
1352
|
* @example
|
|
1243
1353
|
* dewuApp
|
|
@@ -1253,8 +1363,8 @@ export class ListAppInstanceDomainsResponseBody extends $dara.Model {
|
|
|
1253
1363
|
dynamicCode?: string;
|
|
1254
1364
|
/**
|
|
1255
1365
|
* @remarks
|
|
1256
|
-
* The dynamic error message
|
|
1257
|
-
* >
|
|
1366
|
+
* The dynamic error message. It is used to replace the `%s` variable in the **ErrMessage** response parameter.
|
|
1367
|
+
* > For example, if **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the request parameter **DtsJobId** that you specify is invalid.
|
|
1258
1368
|
*
|
|
1259
1369
|
* @example
|
|
1260
1370
|
* SYSTEM_ERROR
|
|
@@ -1267,9 +1377,7 @@ export class ListAppInstanceDomainsResponseBody extends $dara.Model {
|
|
|
1267
1377
|
errorArgs?: any[];
|
|
1268
1378
|
/**
|
|
1269
1379
|
* @remarks
|
|
1270
|
-
* The maximum number of entries per query.
|
|
1271
|
-
*
|
|
1272
|
-
* Valid values: 10 to 100. Default value: 20.
|
|
1380
|
+
* The maximum number of entries returned per query.
|
|
1273
1381
|
*
|
|
1274
1382
|
* @example
|
|
1275
1383
|
* 10
|
|
@@ -1282,7 +1390,7 @@ export class ListAppInstanceDomainsResponseBody extends $dara.Model {
|
|
|
1282
1390
|
module?: ListAppInstanceDomainsResponseBodyModule;
|
|
1283
1391
|
/**
|
|
1284
1392
|
* @remarks
|
|
1285
|
-
* The token for the next query. This parameter is empty if no more results
|
|
1393
|
+
* The token for the next query. This parameter is empty if no more results are available.
|
|
1286
1394
|
*
|
|
1287
1395
|
* @example
|
|
1288
1396
|
* dw+qdTi1EjVSWX/INJdYNw==
|
|
@@ -1309,12 +1417,12 @@ export class ListAppInstanceDomainsResponseBody extends $dara.Model {
|
|
|
1309
1417
|
* The exception message.
|
|
1310
1418
|
*
|
|
1311
1419
|
* @example
|
|
1312
|
-
*
|
|
1420
|
+
* System exception
|
|
1313
1421
|
*/
|
|
1314
1422
|
rootErrorMsg?: string;
|
|
1315
1423
|
/**
|
|
1316
1424
|
* @remarks
|
|
1317
|
-
*
|
|
1425
|
+
* The reserved parameter.
|
|
1318
1426
|
*
|
|
1319
1427
|
* @example
|
|
1320
1428
|
* True
|
|
@@ -114,7 +114,7 @@ export class ListAppInstancesResponseBody extends $dara.Model {
|
|
|
114
114
|
requestId?: string;
|
|
115
115
|
/**
|
|
116
116
|
* @remarks
|
|
117
|
-
* In addition to the pagination limit, the server processes a maximum of 1000 recent records per query. If the results exceed 1000 records, **ResultLimit** is **true
|
|
117
|
+
* In addition to the pagination limit, the server processes a maximum of 1000 recent records per query. If the results exceed 1000 records, **ResultLimit** is **true**, and you need to narrow the time range and search again. Otherwise, **ResultLimit** is **false**.
|
|
118
118
|
*
|
|
119
119
|
* @example
|
|
120
120
|
* False
|