@alicloud/websitebuild20250429 2.4.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 (109) hide show
  1. package/dist/client.d.ts +120 -0
  2. package/dist/client.js +375 -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/ListAppDomainRedirectRecordsRequest.d.ts +28 -0
  44. package/dist/models/ListAppDomainRedirectRecordsRequest.js +62 -0
  45. package/dist/models/ListAppDomainRedirectRecordsRequest.js.map +1 -0
  46. package/dist/models/ListAppDomainRedirectRecordsResponse.d.ts +19 -0
  47. package/dist/models/ListAppDomainRedirectRecordsResponse.js +69 -0
  48. package/dist/models/ListAppDomainRedirectRecordsResponse.js.map +1 -0
  49. package/dist/models/ListAppDomainRedirectRecordsResponseBody.d.ts +160 -0
  50. package/dist/models/ListAppDomainRedirectRecordsResponseBody.js +175 -0
  51. package/dist/models/ListAppDomainRedirectRecordsResponseBody.js.map +1 -0
  52. package/dist/models/ListAppInstanceDomainsRequest.d.ts +48 -0
  53. package/dist/models/ListAppInstanceDomainsRequest.js +70 -0
  54. package/dist/models/ListAppInstanceDomainsRequest.js.map +1 -0
  55. package/dist/models/ListAppInstanceDomainsResponse.d.ts +19 -0
  56. package/dist/models/ListAppInstanceDomainsResponse.js +69 -0
  57. package/dist/models/ListAppInstanceDomainsResponse.js.map +1 -0
  58. package/dist/models/ListAppInstanceDomainsResponseBody.d.ts +482 -0
  59. package/dist/models/ListAppInstanceDomainsResponseBody.js +507 -0
  60. package/dist/models/ListAppInstanceDomainsResponseBody.js.map +1 -0
  61. package/dist/models/SetAppDomainCertificateRequest.d.ts +43 -0
  62. package/dist/models/SetAppDomainCertificateRequest.js +68 -0
  63. package/dist/models/SetAppDomainCertificateRequest.js.map +1 -0
  64. package/dist/models/SetAppDomainCertificateResponse.d.ts +19 -0
  65. package/dist/models/SetAppDomainCertificateResponse.js +69 -0
  66. package/dist/models/SetAppDomainCertificateResponse.js.map +1 -0
  67. package/dist/models/SetAppDomainCertificateResponseBody.d.ts +76 -0
  68. package/dist/models/SetAppDomainCertificateResponseBody.js +103 -0
  69. package/dist/models/SetAppDomainCertificateResponseBody.js.map +1 -0
  70. package/dist/models/UnbindAppDomainRequest.d.ts +23 -0
  71. package/dist/models/UnbindAppDomainRequest.js +60 -0
  72. package/dist/models/UnbindAppDomainRequest.js.map +1 -0
  73. package/dist/models/UnbindAppDomainResponse.d.ts +19 -0
  74. package/dist/models/UnbindAppDomainResponse.js +69 -0
  75. package/dist/models/UnbindAppDomainResponse.js.map +1 -0
  76. package/dist/models/UnbindAppDomainResponseBody.d.ts +76 -0
  77. package/dist/models/UnbindAppDomainResponseBody.js +103 -0
  78. package/dist/models/UnbindAppDomainResponseBody.js.map +1 -0
  79. package/dist/models/model.d.ts +48 -0
  80. package/dist/models/model.js +98 -1
  81. package/dist/models/model.js.map +1 -1
  82. package/package.json +1 -1
  83. package/src/client.ts +420 -0
  84. package/src/models/BindAppDomainRequest.ts +48 -0
  85. package/src/models/BindAppDomainResponse.ts +40 -0
  86. package/src/models/BindAppDomainResponseBody.ts +127 -0
  87. package/src/models/DeleteAppDomainCertificateRequest.ts +38 -0
  88. package/src/models/DeleteAppDomainCertificateResponse.ts +40 -0
  89. package/src/models/DeleteAppDomainCertificateResponseBody.ts +125 -0
  90. package/src/models/DeleteAppDomainRedirectRequest.ts +38 -0
  91. package/src/models/DeleteAppDomainRedirectResponse.ts +40 -0
  92. package/src/models/DeleteAppDomainRedirectResponseBody.ts +125 -0
  93. package/src/models/DescribeAppDomainDnsRecordRequest.ts +45 -0
  94. package/src/models/DescribeAppDomainDnsRecordResponse.ts +40 -0
  95. package/src/models/DescribeAppDomainDnsRecordResponseBody.ts +139 -0
  96. package/src/models/GetCreateLogoTaskResponseBody.ts +0 -2
  97. package/src/models/ListAppDomainRedirectRecordsRequest.ts +45 -0
  98. package/src/models/ListAppDomainRedirectRecordsResponse.ts +40 -0
  99. package/src/models/ListAppDomainRedirectRecordsResponseBody.ts +263 -0
  100. package/src/models/ListAppInstanceDomainsRequest.ts +73 -0
  101. package/src/models/ListAppInstanceDomainsResponse.ts +40 -0
  102. package/src/models/ListAppInstanceDomainsResponseBody.ts +809 -0
  103. package/src/models/SetAppDomainCertificateRequest.ts +66 -0
  104. package/src/models/SetAppDomainCertificateResponse.ts +40 -0
  105. package/src/models/SetAppDomainCertificateResponseBody.ts +125 -0
  106. package/src/models/UnbindAppDomainRequest.ts +38 -0
  107. package/src/models/UnbindAppDomainResponse.ts +40 -0
  108. package/src/models/UnbindAppDomainResponseBody.ts +125 -0
  109. package/src/models/model.ts +48 -0
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { DeleteAppDomainCertificateResponseBody } from "./DeleteAppDomainCertificateResponseBody";
4
+
5
+
6
+ export class DeleteAppDomainCertificateResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: DeleteAppDomainCertificateResponseBody;
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: DeleteAppDomainCertificateResponseBody,
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,125 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DeleteAppDomainCertificateResponseBodyModule extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * true
9
+ */
10
+ success?: boolean;
11
+ static names(): { [key: string]: string } {
12
+ return {
13
+ success: 'Success',
14
+ };
15
+ }
16
+
17
+ static types(): { [key: string]: any } {
18
+ return {
19
+ success: 'boolean',
20
+ };
21
+ }
22
+
23
+ validate() {
24
+ super.validate();
25
+ }
26
+
27
+ constructor(map?: { [key: string]: any }) {
28
+ super(map);
29
+ }
30
+ }
31
+
32
+ export class DeleteAppDomainCertificateResponseBody extends $dara.Model {
33
+ /**
34
+ * @example
35
+ * {}
36
+ */
37
+ accessDeniedDetail?: string;
38
+ /**
39
+ * @example
40
+ * False
41
+ */
42
+ allowRetry?: boolean;
43
+ /**
44
+ * @example
45
+ * spring-cloud-b
46
+ */
47
+ appName?: string;
48
+ /**
49
+ * @example
50
+ * ERROR-oo1
51
+ */
52
+ dynamicCode?: string;
53
+ /**
54
+ * @example
55
+ * https://check-result-file-sh.oss-cn-shanghai.aliyuncs.com/bnho6g2q176j4uw/bnho6g2q176j4uw.diff.zip?Expires=1750219848&OSSAccessKeyId=LTAI5tKUErVCETM4ev9SELNb&Signature=VwTcC48h55SyAWqRsl3MtLBcaB8%3D
56
+ */
57
+ dynamicMessage?: string;
58
+ errorArgs?: any[];
59
+ module?: DeleteAppDomainCertificateResponseBodyModule;
60
+ /**
61
+ * @remarks
62
+ * Id of the request
63
+ *
64
+ * @example
65
+ * 6C6B99AC-39EC-5350-874C-204128C905E6
66
+ */
67
+ requestId?: string;
68
+ /**
69
+ * @example
70
+ * SYSTEM.ERROR
71
+ */
72
+ rootErrorCode?: string;
73
+ rootErrorMsg?: string;
74
+ /**
75
+ * @example
76
+ * True
77
+ */
78
+ synchro?: boolean;
79
+ static names(): { [key: string]: string } {
80
+ return {
81
+ accessDeniedDetail: 'AccessDeniedDetail',
82
+ allowRetry: 'AllowRetry',
83
+ appName: 'AppName',
84
+ dynamicCode: 'DynamicCode',
85
+ dynamicMessage: 'DynamicMessage',
86
+ errorArgs: 'ErrorArgs',
87
+ module: 'Module',
88
+ requestId: 'RequestId',
89
+ rootErrorCode: 'RootErrorCode',
90
+ rootErrorMsg: 'RootErrorMsg',
91
+ synchro: 'Synchro',
92
+ };
93
+ }
94
+
95
+ static types(): { [key: string]: any } {
96
+ return {
97
+ accessDeniedDetail: 'string',
98
+ allowRetry: 'boolean',
99
+ appName: 'string',
100
+ dynamicCode: 'string',
101
+ dynamicMessage: 'string',
102
+ errorArgs: { 'type': 'array', 'itemType': 'any' },
103
+ module: DeleteAppDomainCertificateResponseBodyModule,
104
+ requestId: 'string',
105
+ rootErrorCode: 'string',
106
+ rootErrorMsg: 'string',
107
+ synchro: 'boolean',
108
+ };
109
+ }
110
+
111
+ validate() {
112
+ if(Array.isArray(this.errorArgs)) {
113
+ $dara.Model.validateArray(this.errorArgs);
114
+ }
115
+ if(this.module && typeof (this.module as any).validate === 'function') {
116
+ (this.module as any).validate();
117
+ }
118
+ super.validate();
119
+ }
120
+
121
+ constructor(map?: { [key: string]: any }) {
122
+ super(map);
123
+ }
124
+ }
125
+
@@ -0,0 +1,38 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DeleteAppDomainRedirectRequest extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * WD20250703155602000001
9
+ */
10
+ bizId?: string;
11
+ /**
12
+ * @example
13
+ * 803858889404426240
14
+ */
15
+ recordId?: number;
16
+ static names(): { [key: string]: string } {
17
+ return {
18
+ bizId: 'BizId',
19
+ recordId: 'RecordId',
20
+ };
21
+ }
22
+
23
+ static types(): { [key: string]: any } {
24
+ return {
25
+ bizId: 'string',
26
+ recordId: 'number',
27
+ };
28
+ }
29
+
30
+ validate() {
31
+ super.validate();
32
+ }
33
+
34
+ constructor(map?: { [key: string]: any }) {
35
+ super(map);
36
+ }
37
+ }
38
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { DeleteAppDomainRedirectResponseBody } from "./DeleteAppDomainRedirectResponseBody";
4
+
5
+
6
+ export class DeleteAppDomainRedirectResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: DeleteAppDomainRedirectResponseBody;
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: DeleteAppDomainRedirectResponseBody,
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,125 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DeleteAppDomainRedirectResponseBodyModule extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * True
9
+ */
10
+ success?: boolean;
11
+ static names(): { [key: string]: string } {
12
+ return {
13
+ success: 'Success',
14
+ };
15
+ }
16
+
17
+ static types(): { [key: string]: any } {
18
+ return {
19
+ success: 'boolean',
20
+ };
21
+ }
22
+
23
+ validate() {
24
+ super.validate();
25
+ }
26
+
27
+ constructor(map?: { [key: string]: any }) {
28
+ super(map);
29
+ }
30
+ }
31
+
32
+ export class DeleteAppDomainRedirectResponseBody extends $dara.Model {
33
+ /**
34
+ * @example
35
+ * {}
36
+ */
37
+ accessDeniedDetail?: string;
38
+ /**
39
+ * @example
40
+ * False
41
+ */
42
+ allowRetry?: boolean;
43
+ /**
44
+ * @example
45
+ * watermark
46
+ */
47
+ appName?: string;
48
+ /**
49
+ * @example
50
+ * ERROR-oo1
51
+ */
52
+ dynamicCode?: string;
53
+ /**
54
+ * @example
55
+ * https://check-result-file-sh.oss-cn-shanghai.aliyuncs.com/gl3d6l3817id8p1/gl3d6l3817id8p1.diff.zip?Expires=1750392068&OSSAccessKeyId=LTAI5tKUErVCETM4ev9SELNb&Signature=Bcj3eohy8nmlSQ7AAGdq7JZoLjM%3D
56
+ */
57
+ dynamicMessage?: string;
58
+ errorArgs?: any[];
59
+ module?: DeleteAppDomainRedirectResponseBodyModule;
60
+ /**
61
+ * @remarks
62
+ * Id of the request
63
+ *
64
+ * @example
65
+ * 6C6B99AC-39EC-5350-874C-204128C905E6
66
+ */
67
+ requestId?: string;
68
+ /**
69
+ * @example
70
+ * SYSTEM.ERROR
71
+ */
72
+ rootErrorCode?: string;
73
+ rootErrorMsg?: string;
74
+ /**
75
+ * @example
76
+ * True
77
+ */
78
+ synchro?: boolean;
79
+ static names(): { [key: string]: string } {
80
+ return {
81
+ accessDeniedDetail: 'AccessDeniedDetail',
82
+ allowRetry: 'AllowRetry',
83
+ appName: 'AppName',
84
+ dynamicCode: 'DynamicCode',
85
+ dynamicMessage: 'DynamicMessage',
86
+ errorArgs: 'ErrorArgs',
87
+ module: 'Module',
88
+ requestId: 'RequestId',
89
+ rootErrorCode: 'RootErrorCode',
90
+ rootErrorMsg: 'RootErrorMsg',
91
+ synchro: 'Synchro',
92
+ };
93
+ }
94
+
95
+ static types(): { [key: string]: any } {
96
+ return {
97
+ accessDeniedDetail: 'string',
98
+ allowRetry: 'boolean',
99
+ appName: 'string',
100
+ dynamicCode: 'string',
101
+ dynamicMessage: 'string',
102
+ errorArgs: { 'type': 'array', 'itemType': 'any' },
103
+ module: DeleteAppDomainRedirectResponseBodyModule,
104
+ requestId: 'string',
105
+ rootErrorCode: 'string',
106
+ rootErrorMsg: 'string',
107
+ synchro: 'boolean',
108
+ };
109
+ }
110
+
111
+ validate() {
112
+ if(Array.isArray(this.errorArgs)) {
113
+ $dara.Model.validateArray(this.errorArgs);
114
+ }
115
+ if(this.module && typeof (this.module as any).validate === 'function') {
116
+ (this.module as any).validate();
117
+ }
118
+ super.validate();
119
+ }
120
+
121
+ constructor(map?: { [key: string]: any }) {
122
+ super(map);
123
+ }
124
+ }
125
+
@@ -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 DescribeAppDomainDnsRecordRequest extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * WD20250821114240000001
9
+ */
10
+ bizId?: string;
11
+ /**
12
+ * @example
13
+ * rayihealth.cn
14
+ */
15
+ domainName?: string;
16
+ /**
17
+ * @example
18
+ * restore
19
+ */
20
+ purpose?: string;
21
+ static names(): { [key: string]: string } {
22
+ return {
23
+ bizId: 'BizId',
24
+ domainName: 'DomainName',
25
+ purpose: 'Purpose',
26
+ };
27
+ }
28
+
29
+ static types(): { [key: string]: any } {
30
+ return {
31
+ bizId: 'string',
32
+ domainName: 'string',
33
+ purpose: '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 { DescribeAppDomainDnsRecordResponseBody } from "./DescribeAppDomainDnsRecordResponseBody";
4
+
5
+
6
+ export class DescribeAppDomainDnsRecordResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: DescribeAppDomainDnsRecordResponseBody;
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: DescribeAppDomainDnsRecordResponseBody,
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,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,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
+