@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,139 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DescribeAppDomainDnsRecordResponseBodyModule extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * *.com
9
+ */
10
+ host?: string;
11
+ /**
12
+ * @example
13
+ * A
14
+ */
15
+ recordType?: string;
16
+ /**
17
+ * @example
18
+ * Maintenance
19
+ */
20
+ value?: string;
21
+ static names(): { [key: string]: string } {
22
+ return {
23
+ host: 'Host',
24
+ recordType: 'RecordType',
25
+ value: 'Value',
26
+ };
27
+ }
28
+
29
+ static types(): { [key: string]: any } {
30
+ return {
31
+ host: 'string',
32
+ recordType: 'string',
33
+ value: 'string',
34
+ };
35
+ }
36
+
37
+ validate() {
38
+ super.validate();
39
+ }
40
+
41
+ constructor(map?: { [key: string]: any }) {
42
+ super(map);
43
+ }
44
+ }
45
+
46
+ export class DescribeAppDomainDnsRecordResponseBody extends $dara.Model {
47
+ /**
48
+ * @example
49
+ * {}
50
+ */
51
+ accessDeniedDetail?: string;
52
+ /**
53
+ * @example
54
+ * False
55
+ */
56
+ allowRetry?: boolean;
57
+ /**
58
+ * @example
59
+ * ish-intelligence-store-platform-admin-web
60
+ */
61
+ appName?: string;
62
+ /**
63
+ * @example
64
+ * ERROR-oo1
65
+ */
66
+ dynamicCode?: string;
67
+ /**
68
+ * @example
69
+ * https://check-result-file-sh.oss-cn-shanghai.aliyuncs.com/vs1w2yd3p8264pz/vs1w2yd3p8264pz.diff.zip?Expires=1739592470&OSSAccessKeyId=LTAI5tKUErVCETM4ev9SELNb&Signature=3DRuMtCeTinVYxo7XAOEIOEmZGE%3D
70
+ */
71
+ dynamicMessage?: string;
72
+ errorArgs?: any[];
73
+ module?: DescribeAppDomainDnsRecordResponseBodyModule;
74
+ /**
75
+ * @remarks
76
+ * Id of the request
77
+ *
78
+ * @example
79
+ * 6C6B99AC-39EC-5350-874C-204128C905E6
80
+ */
81
+ requestId?: string;
82
+ /**
83
+ * @example
84
+ * SYSTEM.ERROR
85
+ */
86
+ rootErrorCode?: string;
87
+ rootErrorMsg?: string;
88
+ /**
89
+ * @example
90
+ * True
91
+ */
92
+ synchro?: boolean;
93
+ static names(): { [key: string]: string } {
94
+ return {
95
+ accessDeniedDetail: 'AccessDeniedDetail',
96
+ allowRetry: 'AllowRetry',
97
+ appName: 'AppName',
98
+ dynamicCode: 'DynamicCode',
99
+ dynamicMessage: 'DynamicMessage',
100
+ errorArgs: 'ErrorArgs',
101
+ module: 'Module',
102
+ requestId: 'RequestId',
103
+ rootErrorCode: 'RootErrorCode',
104
+ rootErrorMsg: 'RootErrorMsg',
105
+ synchro: 'Synchro',
106
+ };
107
+ }
108
+
109
+ static types(): { [key: string]: any } {
110
+ return {
111
+ accessDeniedDetail: 'string',
112
+ allowRetry: 'boolean',
113
+ appName: 'string',
114
+ dynamicCode: 'string',
115
+ dynamicMessage: 'string',
116
+ errorArgs: { 'type': 'array', 'itemType': 'any' },
117
+ module: DescribeAppDomainDnsRecordResponseBodyModule,
118
+ requestId: 'string',
119
+ rootErrorCode: 'string',
120
+ rootErrorMsg: 'string',
121
+ synchro: 'boolean',
122
+ };
123
+ }
124
+
125
+ validate() {
126
+ if(Array.isArray(this.errorArgs)) {
127
+ $dara.Model.validateArray(this.errorArgs);
128
+ }
129
+ if(this.module && typeof (this.module as any).validate === 'function') {
130
+ (this.module as any).validate();
131
+ }
132
+ super.validate();
133
+ }
134
+
135
+ constructor(map?: { [key: string]: any }) {
136
+ super(map);
137
+ }
138
+ }
139
+
@@ -2,8 +2,6 @@
2
2
  import * as $dara from '@darabonba/typescript';
3
3
 
4
4
 
5
- /**
6
- */
7
5
  export class GetCreateLogoTaskResponseBodyTask extends $dara.Model {
8
6
  /**
9
7
  * @example
@@ -0,0 +1,54 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class GetDomainInfoForPartnerRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * This parameter is required.
9
+ *
10
+ * @example
11
+ * WD20250814102215000001
12
+ */
13
+ bizId?: string;
14
+ /**
15
+ * @remarks
16
+ * This parameter is required.
17
+ *
18
+ * @example
19
+ * yywq.qimengwenhua.com
20
+ */
21
+ domainName?: string;
22
+ /**
23
+ * @remarks
24
+ * This parameter is required.
25
+ *
26
+ * @example
27
+ * 123456789
28
+ */
29
+ userId?: string;
30
+ static names(): { [key: string]: string } {
31
+ return {
32
+ bizId: 'BizId',
33
+ domainName: 'DomainName',
34
+ userId: 'UserId',
35
+ };
36
+ }
37
+
38
+ static types(): { [key: string]: any } {
39
+ return {
40
+ bizId: 'string',
41
+ domainName: 'string',
42
+ userId: 'string',
43
+ };
44
+ }
45
+
46
+ validate() {
47
+ super.validate();
48
+ }
49
+
50
+ constructor(map?: { [key: string]: any }) {
51
+ super(map);
52
+ }
53
+ }
54
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { GetDomainInfoForPartnerResponseBody } from "./GetDomainInfoForPartnerResponseBody";
4
+
5
+
6
+ export class GetDomainInfoForPartnerResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: GetDomainInfoForPartnerResponseBody;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: GetDomainInfoForPartnerResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,121 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class GetDomainInfoForPartnerResponseBodyDataOwnership extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * 1189245564569485
9
+ */
10
+ account?: string;
11
+ /**
12
+ * @example
13
+ * pai
14
+ */
15
+ provider?: string;
16
+ static names(): { [key: string]: string } {
17
+ return {
18
+ account: 'Account',
19
+ provider: 'Provider',
20
+ };
21
+ }
22
+
23
+ static types(): { [key: string]: any } {
24
+ return {
25
+ account: 'string',
26
+ provider: 'string',
27
+ };
28
+ }
29
+
30
+ validate() {
31
+ super.validate();
32
+ }
33
+
34
+ constructor(map?: { [key: string]: any }) {
35
+ super(map);
36
+ }
37
+ }
38
+
39
+ export class GetDomainInfoForPartnerResponseBodyData extends $dara.Model {
40
+ /**
41
+ * @example
42
+ * playnew-alilive.daotantan.com
43
+ */
44
+ domainName?: string;
45
+ /**
46
+ * @example
47
+ * NS3.ALIYUN.COM,NS4.ALIYUN.COM
48
+ */
49
+ nameServers?: string;
50
+ ownership?: GetDomainInfoForPartnerResponseBodyDataOwnership;
51
+ /**
52
+ * @example
53
+ * aliyun
54
+ */
55
+ registrar?: string;
56
+ static names(): { [key: string]: string } {
57
+ return {
58
+ domainName: 'DomainName',
59
+ nameServers: 'NameServers',
60
+ ownership: 'Ownership',
61
+ registrar: 'Registrar',
62
+ };
63
+ }
64
+
65
+ static types(): { [key: string]: any } {
66
+ return {
67
+ domainName: 'string',
68
+ nameServers: 'string',
69
+ ownership: GetDomainInfoForPartnerResponseBodyDataOwnership,
70
+ registrar: 'string',
71
+ };
72
+ }
73
+
74
+ validate() {
75
+ if(this.ownership && typeof (this.ownership as any).validate === 'function') {
76
+ (this.ownership as any).validate();
77
+ }
78
+ super.validate();
79
+ }
80
+
81
+ constructor(map?: { [key: string]: any }) {
82
+ super(map);
83
+ }
84
+ }
85
+
86
+ export class GetDomainInfoForPartnerResponseBody extends $dara.Model {
87
+ data?: GetDomainInfoForPartnerResponseBodyData;
88
+ /**
89
+ * @remarks
90
+ * Id of the request
91
+ *
92
+ * @example
93
+ * 6C6B99AC-39EC-5350-874C-204128C905E6
94
+ */
95
+ requestId?: string;
96
+ static names(): { [key: string]: string } {
97
+ return {
98
+ data: 'Data',
99
+ requestId: 'RequestId',
100
+ };
101
+ }
102
+
103
+ static types(): { [key: string]: any } {
104
+ return {
105
+ data: GetDomainInfoForPartnerResponseBodyData,
106
+ requestId: 'string',
107
+ };
108
+ }
109
+
110
+ validate() {
111
+ if(this.data && typeof (this.data as any).validate === 'function') {
112
+ (this.data as any).validate();
113
+ }
114
+ super.validate();
115
+ }
116
+
117
+ constructor(map?: { [key: string]: any }) {
118
+ super(map);
119
+ }
120
+ }
121
+
@@ -0,0 +1,45 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class ListAppDomainRedirectRecordsRequest extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * WD20250703155602000001
9
+ */
10
+ bizId?: string;
11
+ /**
12
+ * @example
13
+ * 1
14
+ */
15
+ maxResults?: number;
16
+ /**
17
+ * @example
18
+ * yPkgBbQln0gmUnIZSGizGw==
19
+ */
20
+ nextToken?: string;
21
+ static names(): { [key: string]: string } {
22
+ return {
23
+ bizId: 'BizId',
24
+ maxResults: 'MaxResults',
25
+ nextToken: 'NextToken',
26
+ };
27
+ }
28
+
29
+ static types(): { [key: string]: any } {
30
+ return {
31
+ bizId: 'string',
32
+ maxResults: 'number',
33
+ nextToken: 'string',
34
+ };
35
+ }
36
+
37
+ validate() {
38
+ super.validate();
39
+ }
40
+
41
+ constructor(map?: { [key: string]: any }) {
42
+ super(map);
43
+ }
44
+ }
45
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { ListAppDomainRedirectRecordsResponseBody } from "./ListAppDomainRedirectRecordsResponseBody";
4
+
5
+
6
+ export class ListAppDomainRedirectRecordsResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: ListAppDomainRedirectRecordsResponseBody;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: ListAppDomainRedirectRecordsResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,263 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class ListAppDomainRedirectRecordsResponseBodyModuleData extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * f0379419-433d-410e-98d9-bf5c72f47227
9
+ */
10
+ recordId?: string;
11
+ /**
12
+ * @example
13
+ * abc.wanwang.xin
14
+ */
15
+ sourceDomain?: string;
16
+ /**
17
+ * @example
18
+ * aliyuncs.com
19
+ */
20
+ targetDomain?: string;
21
+ static names(): { [key: string]: string } {
22
+ return {
23
+ recordId: 'RecordId',
24
+ sourceDomain: 'SourceDomain',
25
+ targetDomain: 'TargetDomain',
26
+ };
27
+ }
28
+
29
+ static types(): { [key: string]: any } {
30
+ return {
31
+ recordId: 'string',
32
+ sourceDomain: 'string',
33
+ targetDomain: 'string',
34
+ };
35
+ }
36
+
37
+ validate() {
38
+ super.validate();
39
+ }
40
+
41
+ constructor(map?: { [key: string]: any }) {
42
+ super(map);
43
+ }
44
+ }
45
+
46
+ export class ListAppDomainRedirectRecordsResponseBodyModuleNext extends $dara.Model {
47
+ /**
48
+ * @example
49
+ * 936956504373539840
50
+ */
51
+ recordId?: string;
52
+ /**
53
+ * @example
54
+ * abc.wanwang.xin
55
+ */
56
+ sourceDomain?: string;
57
+ /**
58
+ * @example
59
+ * aliyuncs.com
60
+ */
61
+ targetDomain?: string;
62
+ static names(): { [key: string]: string } {
63
+ return {
64
+ recordId: 'RecordId',
65
+ sourceDomain: 'SourceDomain',
66
+ targetDomain: 'TargetDomain',
67
+ };
68
+ }
69
+
70
+ static types(): { [key: string]: any } {
71
+ return {
72
+ recordId: 'string',
73
+ sourceDomain: 'string',
74
+ targetDomain: 'string',
75
+ };
76
+ }
77
+
78
+ validate() {
79
+ super.validate();
80
+ }
81
+
82
+ constructor(map?: { [key: string]: any }) {
83
+ super(map);
84
+ }
85
+ }
86
+
87
+ export class ListAppDomainRedirectRecordsResponseBodyModule extends $dara.Model {
88
+ /**
89
+ * @example
90
+ * 12
91
+ */
92
+ currentPageNum?: number;
93
+ data?: ListAppDomainRedirectRecordsResponseBodyModuleData[];
94
+ next?: ListAppDomainRedirectRecordsResponseBodyModuleNext;
95
+ nextPage?: boolean;
96
+ /**
97
+ * @example
98
+ * 50
99
+ */
100
+ pageSize?: number;
101
+ prePage?: boolean;
102
+ resultLimit?: boolean;
103
+ /**
104
+ * @example
105
+ * 1
106
+ */
107
+ totalItemNum?: number;
108
+ /**
109
+ * @example
110
+ * 1
111
+ */
112
+ totalPageNum?: number;
113
+ static names(): { [key: string]: string } {
114
+ return {
115
+ currentPageNum: 'CurrentPageNum',
116
+ data: 'Data',
117
+ next: 'Next',
118
+ nextPage: 'NextPage',
119
+ pageSize: 'PageSize',
120
+ prePage: 'PrePage',
121
+ resultLimit: 'ResultLimit',
122
+ totalItemNum: 'TotalItemNum',
123
+ totalPageNum: 'TotalPageNum',
124
+ };
125
+ }
126
+
127
+ static types(): { [key: string]: any } {
128
+ return {
129
+ currentPageNum: 'number',
130
+ data: { 'type': 'array', 'itemType': ListAppDomainRedirectRecordsResponseBodyModuleData },
131
+ next: ListAppDomainRedirectRecordsResponseBodyModuleNext,
132
+ nextPage: 'boolean',
133
+ pageSize: 'number',
134
+ prePage: 'boolean',
135
+ resultLimit: 'boolean',
136
+ totalItemNum: 'number',
137
+ totalPageNum: 'number',
138
+ };
139
+ }
140
+
141
+ validate() {
142
+ if(Array.isArray(this.data)) {
143
+ $dara.Model.validateArray(this.data);
144
+ }
145
+ if(this.next && typeof (this.next as any).validate === 'function') {
146
+ (this.next as any).validate();
147
+ }
148
+ super.validate();
149
+ }
150
+
151
+ constructor(map?: { [key: string]: any }) {
152
+ super(map);
153
+ }
154
+ }
155
+
156
+ export class ListAppDomainRedirectRecordsResponseBody extends $dara.Model {
157
+ /**
158
+ * @example
159
+ * {}
160
+ */
161
+ accessDeniedDetail?: string;
162
+ /**
163
+ * @example
164
+ * False
165
+ */
166
+ allowRetry?: boolean;
167
+ /**
168
+ * @example
169
+ * spring-cloud-b
170
+ */
171
+ appName?: string;
172
+ /**
173
+ * @example
174
+ * ERROR-oo1
175
+ */
176
+ dynamicCode?: string;
177
+ /**
178
+ * @example
179
+ * https://check-result-file-sh.oss-cn-shanghai.aliyuncs.com/u6qw3gxzu3b7sbj/u6qw3gxzu3b7sbj.diff.zip?Expires=1740975709&OSSAccessKeyId=LTAI5tKUErVCETM4ev9SELNb&Signature=FP7dDnkrLlOZHmRRORVqbLOtv9c%3D
180
+ */
181
+ dynamicMessage?: string;
182
+ errorArgs?: any[];
183
+ /**
184
+ * @example
185
+ * 10
186
+ */
187
+ maxResults?: number;
188
+ module?: ListAppDomainRedirectRecordsResponseBodyModule;
189
+ /**
190
+ * @example
191
+ * AAAAARbaCuN6hiD08qrLdwJ9Fh3BFw8paIJ7ylB6A7Qn9JjM
192
+ */
193
+ nextToken?: string;
194
+ /**
195
+ * @remarks
196
+ * Id of the request
197
+ *
198
+ * @example
199
+ * 6C6B99AC-39EC-5350-874C-204128C905E6
200
+ */
201
+ requestId?: string;
202
+ /**
203
+ * @example
204
+ * SYSTEM.ERROR
205
+ */
206
+ rootErrorCode?: string;
207
+ rootErrorMsg?: string;
208
+ /**
209
+ * @example
210
+ * True
211
+ */
212
+ synchro?: boolean;
213
+ static names(): { [key: string]: string } {
214
+ return {
215
+ accessDeniedDetail: 'AccessDeniedDetail',
216
+ allowRetry: 'AllowRetry',
217
+ appName: 'AppName',
218
+ dynamicCode: 'DynamicCode',
219
+ dynamicMessage: 'DynamicMessage',
220
+ errorArgs: 'ErrorArgs',
221
+ maxResults: 'MaxResults',
222
+ module: 'Module',
223
+ nextToken: 'NextToken',
224
+ requestId: 'RequestId',
225
+ rootErrorCode: 'RootErrorCode',
226
+ rootErrorMsg: 'RootErrorMsg',
227
+ synchro: 'Synchro',
228
+ };
229
+ }
230
+
231
+ static types(): { [key: string]: any } {
232
+ return {
233
+ accessDeniedDetail: 'string',
234
+ allowRetry: 'boolean',
235
+ appName: 'string',
236
+ dynamicCode: 'string',
237
+ dynamicMessage: 'string',
238
+ errorArgs: { 'type': 'array', 'itemType': 'any' },
239
+ maxResults: 'number',
240
+ module: ListAppDomainRedirectRecordsResponseBodyModule,
241
+ nextToken: 'string',
242
+ requestId: 'string',
243
+ rootErrorCode: 'string',
244
+ rootErrorMsg: 'string',
245
+ synchro: 'boolean',
246
+ };
247
+ }
248
+
249
+ validate() {
250
+ if(Array.isArray(this.errorArgs)) {
251
+ $dara.Model.validateArray(this.errorArgs);
252
+ }
253
+ if(this.module && typeof (this.module as any).validate === 'function') {
254
+ (this.module as any).validate();
255
+ }
256
+ super.validate();
257
+ }
258
+
259
+ constructor(map?: { [key: string]: any }) {
260
+ super(map);
261
+ }
262
+ }
263
+