@alicloud/esa20240910 2.35.3 → 2.36.1

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 (75) hide show
  1. package/dist/client.d.ts +62 -2
  2. package/dist/client.js +170 -2
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateEdgeContainerAppImageSecretRequest.d.ts +45 -0
  5. package/dist/models/CreateEdgeContainerAppImageSecretRequest.js +64 -0
  6. package/dist/models/CreateEdgeContainerAppImageSecretRequest.js.map +1 -0
  7. package/dist/models/CreateEdgeContainerAppImageSecretResponse.d.ts +19 -0
  8. package/dist/models/CreateEdgeContainerAppImageSecretResponse.js +69 -0
  9. package/dist/models/CreateEdgeContainerAppImageSecretResponse.js.map +1 -0
  10. package/dist/models/CreateEdgeContainerAppImageSecretResponseBody.d.ts +18 -0
  11. package/dist/models/CreateEdgeContainerAppImageSecretResponseBody.js +58 -0
  12. package/dist/models/CreateEdgeContainerAppImageSecretResponseBody.js.map +1 -0
  13. package/dist/models/DeleteEdgeContainerAppImageSecretRequest.d.ts +29 -0
  14. package/dist/models/DeleteEdgeContainerAppImageSecretRequest.js +60 -0
  15. package/dist/models/DeleteEdgeContainerAppImageSecretRequest.js.map +1 -0
  16. package/dist/models/DeleteEdgeContainerAppImageSecretResponse.d.ts +19 -0
  17. package/dist/models/DeleteEdgeContainerAppImageSecretResponse.js +69 -0
  18. package/dist/models/DeleteEdgeContainerAppImageSecretResponse.js.map +1 -0
  19. package/dist/models/DeleteEdgeContainerAppImageSecretResponseBody.d.ts +18 -0
  20. package/dist/models/DeleteEdgeContainerAppImageSecretResponseBody.js +58 -0
  21. package/dist/models/DeleteEdgeContainerAppImageSecretResponseBody.js.map +1 -0
  22. package/dist/models/GetEdgeContainerAppResourceCapacityRequest.d.ts +21 -0
  23. package/dist/models/GetEdgeContainerAppResourceCapacityRequest.js +58 -0
  24. package/dist/models/GetEdgeContainerAppResourceCapacityRequest.js.map +1 -0
  25. package/dist/models/GetEdgeContainerAppResourceCapacityResponse.d.ts +19 -0
  26. package/dist/models/GetEdgeContainerAppResourceCapacityResponse.js +69 -0
  27. package/dist/models/GetEdgeContainerAppResourceCapacityResponse.js.map +1 -0
  28. package/dist/models/GetEdgeContainerAppResourceCapacityResponseBody.d.ts +46 -0
  29. package/dist/models/GetEdgeContainerAppResourceCapacityResponseBody.js +86 -0
  30. package/dist/models/GetEdgeContainerAppResourceCapacityResponseBody.js.map +1 -0
  31. package/dist/models/GetOriginRuleRequest.d.ts +2 -2
  32. package/dist/models/GetOriginRuleResponseBody.d.ts +99 -32
  33. package/dist/models/GetOriginRuleResponseBody.js.map +1 -1
  34. package/dist/models/GetTransportLayerApplicationRequest.d.ts +2 -2
  35. package/dist/models/GetTransportLayerApplicationResponseBody.d.ts +39 -49
  36. package/dist/models/GetTransportLayerApplicationResponseBody.js.map +1 -1
  37. package/dist/models/GetWafQuotaResponseBody.d.ts +15 -0
  38. package/dist/models/GetWafQuotaResponseBody.js +30 -1
  39. package/dist/models/GetWafQuotaResponseBody.js.map +1 -1
  40. package/dist/models/ListEdgeContainerAppImageSecretsRequest.d.ts +21 -0
  41. package/dist/models/ListEdgeContainerAppImageSecretsRequest.js +58 -0
  42. package/dist/models/ListEdgeContainerAppImageSecretsRequest.js.map +1 -0
  43. package/dist/models/ListEdgeContainerAppImageSecretsResponse.d.ts +19 -0
  44. package/dist/models/ListEdgeContainerAppImageSecretsResponse.js +69 -0
  45. package/dist/models/ListEdgeContainerAppImageSecretsResponse.js.map +1 -0
  46. package/dist/models/ListEdgeContainerAppImageSecretsResponseBody.d.ts +46 -0
  47. package/dist/models/ListEdgeContainerAppImageSecretsResponseBody.js +86 -0
  48. package/dist/models/ListEdgeContainerAppImageSecretsResponseBody.js.map +1 -0
  49. package/dist/models/ListListsResponseBody.d.ts +1 -0
  50. package/dist/models/ListListsResponseBody.js +2 -0
  51. package/dist/models/ListListsResponseBody.js.map +1 -1
  52. package/dist/models/model.d.ts +15 -0
  53. package/dist/models/model.js +65 -34
  54. package/dist/models/model.js.map +1 -1
  55. package/package.json +1 -1
  56. package/src/client.ts +186 -2
  57. package/src/models/CreateEdgeContainerAppImageSecretRequest.ts +64 -0
  58. package/src/models/CreateEdgeContainerAppImageSecretResponse.ts +40 -0
  59. package/src/models/CreateEdgeContainerAppImageSecretResponseBody.ts +31 -0
  60. package/src/models/DeleteEdgeContainerAppImageSecretRequest.ts +44 -0
  61. package/src/models/DeleteEdgeContainerAppImageSecretResponse.ts +40 -0
  62. package/src/models/DeleteEdgeContainerAppImageSecretResponseBody.ts +31 -0
  63. package/src/models/GetEdgeContainerAppResourceCapacityRequest.ts +34 -0
  64. package/src/models/GetEdgeContainerAppResourceCapacityResponse.ts +40 -0
  65. package/src/models/GetEdgeContainerAppResourceCapacityResponseBody.ts +78 -0
  66. package/src/models/GetOriginRuleRequest.ts +2 -2
  67. package/src/models/GetOriginRuleResponseBody.ts +99 -32
  68. package/src/models/GetTransportLayerApplicationRequest.ts +2 -2
  69. package/src/models/GetTransportLayerApplicationResponseBody.ts +39 -49
  70. package/src/models/GetWafQuotaResponseBody.ts +35 -0
  71. package/src/models/ListEdgeContainerAppImageSecretsRequest.ts +34 -0
  72. package/src/models/ListEdgeContainerAppImageSecretsResponse.ts +40 -0
  73. package/src/models/ListEdgeContainerAppImageSecretsResponseBody.ts +78 -0
  74. package/src/models/ListListsResponseBody.ts +3 -0
  75. package/src/models/model.ts +15 -0
@@ -5,11 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class GetTransportLayerApplicationResponseBodyRules extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Client IP pass-through protocol, supporting:
9
- * - **off**: No pass-through.
10
- * - **PPv1**: PROXY Protocol v1, supports client IP pass-through for TCP protocol.
11
- * - **PPv2**: PROXY Protocol v2, supports client IP pass-through for TCP and UDP protocols.
12
- * - **SPP**: Simple Proxy Protocol, supports client IP pass-through for UDP protocol.
8
+ * The domain name of the transport layer application.
13
9
  *
14
10
  * @example
15
11
  * off
@@ -17,19 +13,18 @@ export class GetTransportLayerApplicationResponseBodyRules extends $dara.Model {
17
13
  clientIPPassThroughMode?: string;
18
14
  /**
19
15
  * @remarks
20
- * Comment information of the rule.
16
+ * Switch for IP access rules. When turned on, the IP access rules in WAF take effect on the transport layer application.
17
+ *
18
+ * - on: Turned on.
19
+ * - off: Turned off.
21
20
  *
22
21
  * @example
23
- * 测试
22
+ * IPv6 switch.
24
23
  */
25
24
  comment?: string;
26
25
  /**
27
26
  * @remarks
28
- * Edge port. Supports:
29
- *
30
- * - A single port, such as 80.
31
- * - Port range, such as 81-85, representing ports 81, 82, 83, 84, 85.
32
- * - Combination of ports and port ranges, separated by commas, for example 80,81-85,90, representing ports 80, 81, 82, 83, 84, 85, 90.
27
+ * Comment information of the rule.
33
28
  *
34
29
  * @example
35
30
  * 80
@@ -37,10 +32,11 @@ export class GetTransportLayerApplicationResponseBodyRules extends $dara.Model {
37
32
  edgePort?: string;
38
33
  /**
39
34
  * @remarks
40
- * Forwarding rule protocol, with values:
41
- *
42
- * - TCP: TCP protocol.
43
- * - UDP: UDP protocol.
35
+ * Client IP pass-through protocol, supporting:
36
+ * - **off**: No pass-through.
37
+ * - **PPv1**: PROXY Protocol v1, supports client IP pass-through for TCP protocol.
38
+ * - **PPv2**: PROXY Protocol v2, supports client IP pass-through for TCP and UDP protocols.
39
+ * - **SPP**: Simple Proxy Protocol, supports client IP pass-through for UDP protocol.
44
40
  *
45
41
  * @example
46
42
  * TCP
@@ -48,7 +44,10 @@ export class GetTransportLayerApplicationResponseBodyRules extends $dara.Model {
48
44
  protocol?: string;
49
45
  /**
50
46
  * @remarks
51
- * Rule ID.
47
+ * Status of the transport layer application
48
+ *
49
+ * - **deploying**: Deploying. In this state, modification and deletion are not allowed.
50
+ * - **active**: Active.
52
51
  *
53
52
  * @example
54
53
  * 1234323***
@@ -56,7 +55,10 @@ export class GetTransportLayerApplicationResponseBodyRules extends $dara.Model {
56
55
  ruleId?: number;
57
56
  /**
58
57
  * @remarks
59
- * Specific value of the origin, which needs to match the type of the origin.
58
+ * Origin port. Supports:
59
+ *
60
+ * - A single port, when the origin port is a single port, any valid edge port combination is supported.
61
+ * - Port range, only when the edge port is a port range, the origin port can be set as a port range and the size of the range must be consistent with the edge port. For example, if the edge port is 90-93, the origin port cannot be set to 81-85 because the origin port range is 5 and the edge port range is 3, which are inconsistent.
60
62
  *
61
63
  * @example
62
64
  * 1.1.1.1
@@ -64,10 +66,7 @@ export class GetTransportLayerApplicationResponseBodyRules extends $dara.Model {
64
66
  source?: string;
65
67
  /**
66
68
  * @remarks
67
- * Origin port. Supports:
68
- *
69
- * - A single port, when the origin port is a single port, any valid edge port combination is supported.
70
- * - Port range, only when the edge port is a port range, the origin port can be set as a port range and the size of the range must be consistent with the edge port. For example, if the edge port is 90-93, the origin port cannot be set to 81-85 because the origin port range is 5 and the edge port range is 3, which are inconsistent.
69
+ * The CNAME domain corresponding to the transport layer acceleration application. This field is not empty only when the site is accessed via CNAME.
71
70
  *
72
71
  * @example
73
72
  * 80
@@ -75,11 +74,7 @@ export class GetTransportLayerApplicationResponseBodyRules extends $dara.Model {
75
74
  sourcePort?: string;
76
75
  /**
77
76
  * @remarks
78
- * Origin type, supporting:
79
- * - **ip**: IP.
80
- * - **domain**: Domain name.
81
- * - **OP**: Origin pool.
82
- * - **LB**: Load balancer.
77
+ * Rule ID.
83
78
  *
84
79
  * @example
85
80
  * domain
@@ -149,7 +144,7 @@ export class GetTransportLayerApplicationResponseBodyStaticIpV4List extends $dar
149
144
  export class GetTransportLayerApplicationResponseBody extends $dara.Model {
150
145
  /**
151
146
  * @remarks
152
- * Transport layer application ID.
147
+ * Specific value of the origin, which needs to match the type of the origin.
153
148
  *
154
149
  * @example
155
150
  * 17099311410****
@@ -157,28 +152,22 @@ export class GetTransportLayerApplicationResponseBody extends $dara.Model {
157
152
  applicationId?: number;
158
153
  /**
159
154
  * @remarks
160
- * The CNAME domain corresponding to the transport layer acceleration application. This field is not empty only when the site is accessed via CNAME.
155
+ * Whether to enable China mainland network access optimization, default is off. Value range:
156
+ * - on: Enabled.
157
+ * - off: Disabled.
161
158
  *
162
159
  * @example
163
160
  * example.com.ialicdn.com
164
161
  */
165
162
  cname?: string;
166
163
  /**
167
- * @remarks
168
- * Whether to enable China mainland network access optimization, default is off. Value range:
169
- * - on: Enabled.
170
- * - off: Disabled.
171
- *
172
164
  * @example
173
165
  * on
174
166
  */
175
167
  crossBorderOptimization?: string;
176
168
  /**
177
169
  * @remarks
178
- * Switch for IP access rules. When turned on, the IP access rules in WAF take effect on the transport layer application.
179
- *
180
- * - on: Turned on.
181
- * - off: Turned off.
170
+ * #/components/schemas/WafRuleMatch2
182
171
  *
183
172
  * @example
184
173
  * on
@@ -186,7 +175,7 @@ export class GetTransportLayerApplicationResponseBody extends $dara.Model {
186
175
  ipAccessRule?: string;
187
176
  /**
188
177
  * @remarks
189
- * IPv6 switch.
178
+ * Ipv6 switch
190
179
  *
191
180
  * @example
192
181
  * on
@@ -194,7 +183,7 @@ export class GetTransportLayerApplicationResponseBody extends $dara.Model {
194
183
  ipv6?: string;
195
184
  /**
196
185
  * @remarks
197
- * The domain name of the transport layer application.
186
+ * Query Transport Layer Acceleration Application
198
187
  *
199
188
  * @example
200
189
  * test.example.com
@@ -210,12 +199,19 @@ export class GetTransportLayerApplicationResponseBody extends $dara.Model {
210
199
  requestId?: string;
211
200
  /**
212
201
  * @remarks
213
- * List of forwarding rules.
202
+ * Edge port. Supports:
203
+ *
204
+ * - A single port, such as 80.
205
+ * - Port range, such as 81-85, representing ports 81, 82, 83, 84, 85.
206
+ * - Combination of ports and port ranges, separated by commas, for example 80,81-85,90, representing ports 80, 81, 82, 83, 84, 85, 90.
214
207
  */
215
208
  rules?: GetTransportLayerApplicationResponseBodyRules[];
216
209
  /**
217
210
  * @remarks
218
- * Number of forwarding rules contained in the transport layer acceleration application.
211
+ * Forwarding rule protocol, with values:
212
+ *
213
+ * - TCP: TCP protocol.
214
+ * - UDP: UDP protocol.
219
215
  *
220
216
  * @example
221
217
  * 1
@@ -223,7 +219,7 @@ export class GetTransportLayerApplicationResponseBody extends $dara.Model {
223
219
  rulesCount?: number;
224
220
  /**
225
221
  * @remarks
226
- * Site ID.
222
+ * Details of the forwarding rule.
227
223
  *
228
224
  * @example
229
225
  * 123456****
@@ -232,12 +228,6 @@ export class GetTransportLayerApplicationResponseBody extends $dara.Model {
232
228
  staticIp?: string;
233
229
  staticIpV4List?: GetTransportLayerApplicationResponseBodyStaticIpV4List[];
234
230
  /**
235
- * @remarks
236
- * Status of the transport layer application
237
- *
238
- * - **deploying**: Deploying. In this state, modification and deletion are not allowed.
239
- * - **active**: Active.
240
- *
241
231
  * @example
242
232
  * active
243
233
  */
@@ -5,6 +5,35 @@ import { QuotaPageContentTypesValue } from "./QuotaPageContentTypesValue";
5
5
  import { QuotaListItemsValue } from "./QuotaListItemsValue";
6
6
 
7
7
 
8
+ export class GetWafQuotaResponseBodyQuotaCaptcha extends $dara.Model {
9
+ enable?: boolean;
10
+ numberTotal?: WafQuotaInteger;
11
+ static names(): { [key: string]: string } {
12
+ return {
13
+ enable: 'Enable',
14
+ numberTotal: 'NumberTotal',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ enable: 'boolean',
21
+ numberTotal: WafQuotaInteger,
22
+ };
23
+ }
24
+
25
+ validate() {
26
+ if(this.numberTotal && typeof (this.numberTotal as any).validate === 'function') {
27
+ (this.numberTotal as any).validate();
28
+ }
29
+ super.validate();
30
+ }
31
+
32
+ constructor(map?: { [key: string]: any }) {
33
+ super(map);
34
+ }
35
+ }
36
+
8
37
  export class GetWafQuotaResponseBodyQuotaList extends $dara.Model {
9
38
  /**
10
39
  * @remarks
@@ -194,6 +223,7 @@ export class GetWafQuotaResponseBodyQuotaScenePolicy extends $dara.Model {
194
223
  }
195
224
 
196
225
  export class GetWafQuotaResponseBodyQuota extends $dara.Model {
226
+ captcha?: GetWafQuotaResponseBodyQuotaCaptcha;
197
227
  /**
198
228
  * @remarks
199
229
  * Quota information related to custom lists.
@@ -216,6 +246,7 @@ export class GetWafQuotaResponseBodyQuota extends $dara.Model {
216
246
  scenePolicy?: GetWafQuotaResponseBodyQuotaScenePolicy;
217
247
  static names(): { [key: string]: string } {
218
248
  return {
249
+ captcha: 'Captcha',
219
250
  list: 'List',
220
251
  managedRulesGroup: 'ManagedRulesGroup',
221
252
  page: 'Page',
@@ -225,6 +256,7 @@ export class GetWafQuotaResponseBodyQuota extends $dara.Model {
225
256
 
226
257
  static types(): { [key: string]: any } {
227
258
  return {
259
+ captcha: GetWafQuotaResponseBodyQuotaCaptcha,
228
260
  list: GetWafQuotaResponseBodyQuotaList,
229
261
  managedRulesGroup: GetWafQuotaResponseBodyQuotaManagedRulesGroup,
230
262
  page: GetWafQuotaResponseBodyQuotaPage,
@@ -233,6 +265,9 @@ export class GetWafQuotaResponseBodyQuota extends $dara.Model {
233
265
  }
234
266
 
235
267
  validate() {
268
+ if(this.captcha && typeof (this.captcha as any).validate === 'function') {
269
+ (this.captcha as any).validate();
270
+ }
236
271
  if(this.list && typeof (this.list as any).validate === 'function') {
237
272
  (this.list as any).validate();
238
273
  }
@@ -0,0 +1,34 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class ListEdgeContainerAppImageSecretsRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * This parameter is required.
9
+ *
10
+ * @example
11
+ * app-88068867578379****
12
+ */
13
+ appId?: string;
14
+ static names(): { [key: string]: string } {
15
+ return {
16
+ appId: 'AppId',
17
+ };
18
+ }
19
+
20
+ static types(): { [key: string]: any } {
21
+ return {
22
+ appId: 'string',
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ super.validate();
28
+ }
29
+
30
+ constructor(map?: { [key: string]: any }) {
31
+ super(map);
32
+ }
33
+ }
34
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { ListEdgeContainerAppImageSecretsResponseBody } from "./ListEdgeContainerAppImageSecretsResponseBody";
4
+
5
+
6
+ export class ListEdgeContainerAppImageSecretsResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: ListEdgeContainerAppImageSecretsResponseBody;
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: ListEdgeContainerAppImageSecretsResponseBody,
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,78 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class ListEdgeContainerAppImageSecretsResponseBodyImageSecretList extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * reg-123****
9
+ */
10
+ name?: string;
11
+ /**
12
+ * @example
13
+ * registry-vpc.cn-hangzhou.aliyuncs.com
14
+ */
15
+ registry?: string;
16
+ /**
17
+ * @example
18
+ * admin
19
+ */
20
+ username?: string;
21
+ static names(): { [key: string]: string } {
22
+ return {
23
+ name: 'Name',
24
+ registry: 'Registry',
25
+ username: 'Username',
26
+ };
27
+ }
28
+
29
+ static types(): { [key: string]: any } {
30
+ return {
31
+ name: 'string',
32
+ registry: 'string',
33
+ username: '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 ListEdgeContainerAppImageSecretsResponseBody extends $dara.Model {
47
+ imageSecretList?: ListEdgeContainerAppImageSecretsResponseBodyImageSecretList[];
48
+ /**
49
+ * @example
50
+ * 3558df77-8a7a-4060-a900-2d7949403836
51
+ */
52
+ requestId?: string;
53
+ static names(): { [key: string]: string } {
54
+ return {
55
+ imageSecretList: 'ImageSecretList',
56
+ requestId: 'RequestId',
57
+ };
58
+ }
59
+
60
+ static types(): { [key: string]: any } {
61
+ return {
62
+ imageSecretList: { 'type': 'array', 'itemType': ListEdgeContainerAppImageSecretsResponseBodyImageSecretList },
63
+ requestId: 'string',
64
+ };
65
+ }
66
+
67
+ validate() {
68
+ if(Array.isArray(this.imageSecretList)) {
69
+ $dara.Model.validateArray(this.imageSecretList);
70
+ }
71
+ super.validate();
72
+ }
73
+
74
+ constructor(map?: { [key: string]: any }) {
75
+ super(map);
76
+ }
77
+ }
78
+
@@ -83,6 +83,7 @@ export class ListListsResponseBodyLists extends $dara.Model {
83
83
  }
84
84
 
85
85
  export class ListListsResponseBody extends $dara.Model {
86
+ itemsUsage?: number;
86
87
  /**
87
88
  * @remarks
88
89
  * The array that contains list information, including list data after paging.
@@ -130,6 +131,7 @@ export class ListListsResponseBody extends $dara.Model {
130
131
  usage?: number;
131
132
  static names(): { [key: string]: string } {
132
133
  return {
134
+ itemsUsage: 'ItemsUsage',
133
135
  lists: 'Lists',
134
136
  pageNumber: 'PageNumber',
135
137
  pageSize: 'PageSize',
@@ -141,6 +143,7 @@ export class ListListsResponseBody extends $dara.Model {
141
143
 
142
144
  static types(): { [key: string]: any } {
143
145
  return {
146
+ itemsUsage: 'number',
144
147
  lists: { 'type': 'array', 'itemType': ListListsResponseBodyLists },
145
148
  pageNumber: 'number',
146
149
  pageSize: 'number',
@@ -110,6 +110,7 @@ export { GetClientCaCertificateResponseBodyResult } from './GetClientCaCertifica
110
110
  export { GetClientCertificateResponseBodyResult } from './GetClientCertificateResponseBody';
111
111
  export { GetEdgeContainerAppResponseBodyAppHealthCheck } from './GetEdgeContainerAppResponseBody';
112
112
  export { GetEdgeContainerAppResponseBodyApp } from './GetEdgeContainerAppResponseBody';
113
+ export { GetEdgeContainerAppResourceCapacityResponseBodyRegions } from './GetEdgeContainerAppResourceCapacityResponseBody';
113
114
  export { GetEdgeContainerAppResourceReserveResponseBodyReserveSet } from './GetEdgeContainerAppResourceReserveResponseBody';
114
115
  export { GetEdgeContainerAppResourceStatusResponseBodyRegions } from './GetEdgeContainerAppResourceStatusResponseBody';
115
116
  export { GetEdgeContainerAppStatusResponseBodyAppStatusRegions } from './GetEdgeContainerAppStatusResponseBody';
@@ -177,6 +178,7 @@ export { GetWafFilterResponseBodyFilterFieldsSelectorData } from './GetWafFilter
177
178
  export { GetWafFilterResponseBodyFilterFieldsSelector } from './GetWafFilterResponseBody';
178
179
  export { GetWafFilterResponseBodyFilterFields } from './GetWafFilterResponseBody';
179
180
  export { GetWafFilterResponseBodyFilter } from './GetWafFilterResponseBody';
181
+ export { GetWafQuotaResponseBodyQuotaCaptcha } from './GetWafQuotaResponseBody';
180
182
  export { GetWafQuotaResponseBodyQuotaList } from './GetWafQuotaResponseBody';
181
183
  export { GetWafQuotaResponseBodyQuotaManagedRulesGroup } from './GetWafQuotaResponseBody';
182
184
  export { GetWafQuotaResponseBodyQuotaPage } from './GetWafQuotaResponseBody';
@@ -192,6 +194,7 @@ export { ListClientCaCertificatesResponseBodyResult } from './ListClientCaCertif
192
194
  export { ListClientCertificatesResponseBodyResult } from './ListClientCertificatesResponseBody';
193
195
  export { ListCompressionRulesResponseBodyConfigs } from './ListCompressionRulesResponseBody';
194
196
  export { ListESAIPInfoResponseBodyContent } from './ListEsaipinfoResponseBody';
197
+ export { ListEdgeContainerAppImageSecretsResponseBodyImageSecretList } from './ListEdgeContainerAppImageSecretsResponseBody';
195
198
  export { ListEdgeContainerAppRecordsResponseBodyRecords } from './ListEdgeContainerAppRecordsResponseBody';
196
199
  export { ListEdgeContainerAppVersionsResponseBodyVersionsContainersProbeContent } from './ListEdgeContainerAppVersionsResponseBody';
197
200
  export { ListEdgeContainerAppVersionsResponseBodyVersionsContainers } from './ListEdgeContainerAppVersionsResponseBody';
@@ -393,6 +396,9 @@ export { CreateCustomScenePolicyResponse } from './CreateCustomScenePolicyRespon
393
396
  export { CreateEdgeContainerAppRequest } from './CreateEdgeContainerAppRequest';
394
397
  export { CreateEdgeContainerAppResponseBody } from './CreateEdgeContainerAppResponseBody';
395
398
  export { CreateEdgeContainerAppResponse } from './CreateEdgeContainerAppResponse';
399
+ export { CreateEdgeContainerAppImageSecretRequest } from './CreateEdgeContainerAppImageSecretRequest';
400
+ export { CreateEdgeContainerAppImageSecretResponseBody } from './CreateEdgeContainerAppImageSecretResponseBody';
401
+ export { CreateEdgeContainerAppImageSecretResponse } from './CreateEdgeContainerAppImageSecretResponse';
396
402
  export { CreateEdgeContainerAppRecordRequest } from './CreateEdgeContainerAppRecordRequest';
397
403
  export { CreateEdgeContainerAppRecordResponseBody } from './CreateEdgeContainerAppRecordResponseBody';
398
404
  export { CreateEdgeContainerAppRecordResponse } from './CreateEdgeContainerAppRecordResponse';
@@ -554,6 +560,9 @@ export { DeleteCustomScenePolicyResponse } from './DeleteCustomScenePolicyRespon
554
560
  export { DeleteEdgeContainerAppRequest } from './DeleteEdgeContainerAppRequest';
555
561
  export { DeleteEdgeContainerAppResponseBody } from './DeleteEdgeContainerAppResponseBody';
556
562
  export { DeleteEdgeContainerAppResponse } from './DeleteEdgeContainerAppResponse';
563
+ export { DeleteEdgeContainerAppImageSecretRequest } from './DeleteEdgeContainerAppImageSecretRequest';
564
+ export { DeleteEdgeContainerAppImageSecretResponseBody } from './DeleteEdgeContainerAppImageSecretResponseBody';
565
+ export { DeleteEdgeContainerAppImageSecretResponse } from './DeleteEdgeContainerAppImageSecretResponse';
557
566
  export { DeleteEdgeContainerAppRecordRequest } from './DeleteEdgeContainerAppRecordRequest';
558
567
  export { DeleteEdgeContainerAppRecordResponseBody } from './DeleteEdgeContainerAppRecordResponseBody';
559
568
  export { DeleteEdgeContainerAppRecordResponse } from './DeleteEdgeContainerAppRecordResponse';
@@ -780,6 +789,9 @@ export { GetEdgeContainerAppResponse } from './GetEdgeContainerAppResponse';
780
789
  export { GetEdgeContainerAppLogRiverRequest } from './GetEdgeContainerAppLogRiverRequest';
781
790
  export { GetEdgeContainerAppLogRiverResponseBody } from './GetEdgeContainerAppLogRiverResponseBody';
782
791
  export { GetEdgeContainerAppLogRiverResponse } from './GetEdgeContainerAppLogRiverResponse';
792
+ export { GetEdgeContainerAppResourceCapacityRequest } from './GetEdgeContainerAppResourceCapacityRequest';
793
+ export { GetEdgeContainerAppResourceCapacityResponseBody } from './GetEdgeContainerAppResourceCapacityResponseBody';
794
+ export { GetEdgeContainerAppResourceCapacityResponse } from './GetEdgeContainerAppResourceCapacityResponse';
783
795
  export { GetEdgeContainerAppResourceReserveRequest } from './GetEdgeContainerAppResourceReserveRequest';
784
796
  export { GetEdgeContainerAppResourceReserveResponseBody } from './GetEdgeContainerAppResourceReserveResponseBody';
785
797
  export { GetEdgeContainerAppResourceReserveResponse } from './GetEdgeContainerAppResourceReserveResponse';
@@ -995,6 +1007,9 @@ export { ListCompressionRulesResponse } from './ListCompressionRulesResponse';
995
1007
  export { ListESAIPInfoRequest } from './ListEsaipinfoRequest';
996
1008
  export { ListESAIPInfoResponseBody } from './ListEsaipinfoResponseBody';
997
1009
  export { ListESAIPInfoResponse } from './ListEsaipinfoResponse';
1010
+ export { ListEdgeContainerAppImageSecretsRequest } from './ListEdgeContainerAppImageSecretsRequest';
1011
+ export { ListEdgeContainerAppImageSecretsResponseBody } from './ListEdgeContainerAppImageSecretsResponseBody';
1012
+ export { ListEdgeContainerAppImageSecretsResponse } from './ListEdgeContainerAppImageSecretsResponse';
998
1013
  export { ListEdgeContainerAppRecordsRequest } from './ListEdgeContainerAppRecordsRequest';
999
1014
  export { ListEdgeContainerAppRecordsResponseBody } from './ListEdgeContainerAppRecordsResponseBody';
1000
1015
  export { ListEdgeContainerAppRecordsResponse } from './ListEdgeContainerAppRecordsResponse';