@alicloud/esa20240910 2.34.1 → 2.35.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 (41) hide show
  1. package/dist/client.d.ts +16 -1
  2. package/dist/client.js +126 -34
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateOriginProtectionRequest.d.ts +5 -0
  5. package/dist/models/CreateOriginProtectionRequest.js +2 -0
  6. package/dist/models/CreateOriginProtectionRequest.js.map +1 -1
  7. package/dist/models/CreateTransportLayerApplicationRequest.d.ts +1 -1
  8. package/dist/models/GetApiSchemaUsageRequest.d.ts +23 -0
  9. package/dist/models/GetApiSchemaUsageRequest.js +60 -0
  10. package/dist/models/GetApiSchemaUsageRequest.js.map +1 -0
  11. package/dist/models/GetApiSchemaUsageResponse.d.ts +19 -0
  12. package/dist/models/GetApiSchemaUsageResponse.js +69 -0
  13. package/dist/models/GetApiSchemaUsageResponse.js.map +1 -0
  14. package/dist/models/GetApiSchemaUsageResponseBody.d.ts +59 -0
  15. package/dist/models/GetApiSchemaUsageResponseBody.js +90 -0
  16. package/dist/models/GetApiSchemaUsageResponseBody.js.map +1 -0
  17. package/dist/models/GetOriginProtectionResponseBody.d.ts +313 -0
  18. package/dist/models/GetOriginProtectionResponseBody.js +395 -1
  19. package/dist/models/GetOriginProtectionResponseBody.js.map +1 -1
  20. package/dist/models/ListTransportLayerApplicationsResponseBody.d.ts +1 -1
  21. package/dist/models/ListUserRatePlanInstancesRequest.d.ts +1 -0
  22. package/dist/models/ListUserRatePlanInstancesRequest.js +2 -0
  23. package/dist/models/ListUserRatePlanInstancesRequest.js.map +1 -1
  24. package/dist/models/UpdateOriginProtectionRequest.d.ts +5 -0
  25. package/dist/models/UpdateOriginProtectionRequest.js +2 -0
  26. package/dist/models/UpdateOriginProtectionRequest.js.map +1 -1
  27. package/dist/models/model.d.ts +20 -0
  28. package/dist/models/model.js +69 -29
  29. package/dist/models/model.js.map +1 -1
  30. package/package.json +1 -1
  31. package/src/client.ts +139 -39
  32. package/src/models/CreateOriginProtectionRequest.ts +7 -0
  33. package/src/models/CreateTransportLayerApplicationRequest.ts +1 -1
  34. package/src/models/GetApiSchemaUsageRequest.ts +38 -0
  35. package/src/models/GetApiSchemaUsageResponse.ts +40 -0
  36. package/src/models/GetApiSchemaUsageResponseBody.ts +95 -0
  37. package/src/models/GetOriginProtectionResponseBody.ts +563 -0
  38. package/src/models/ListTransportLayerApplicationsResponseBody.ts +1 -1
  39. package/src/models/ListUserRatePlanInstancesRequest.ts +3 -0
  40. package/src/models/UpdateOriginProtectionRequest.ts +7 -0
  41. package/src/models/model.ts +20 -0
@@ -136,7 +136,317 @@ export declare class GetOriginProtectionResponseBodyLatestIPWhitelist extends $d
136
136
  [key: string]: any;
137
137
  });
138
138
  }
139
+ export declare class GetOriginProtectionResponseBodyRegionalCurrentIPWhitelistRegionalIPv4 extends $dara.Model {
140
+ /**
141
+ * @example
142
+ * 101.66.250.0/25
143
+ */
144
+ cidr?: string;
145
+ /**
146
+ * @example
147
+ * chinese_mainland
148
+ */
149
+ region?: string;
150
+ static names(): {
151
+ [key: string]: string;
152
+ };
153
+ static types(): {
154
+ [key: string]: any;
155
+ };
156
+ validate(): void;
157
+ constructor(map?: {
158
+ [key: string]: any;
159
+ });
160
+ }
161
+ export declare class GetOriginProtectionResponseBodyRegionalCurrentIPWhitelistRegionalIPv6 extends $dara.Model {
162
+ /**
163
+ * @example
164
+ * 101.66.250.0/25
165
+ */
166
+ cidr?: string;
167
+ /**
168
+ * @example
169
+ * chinese_mainland
170
+ */
171
+ region?: string;
172
+ static names(): {
173
+ [key: string]: string;
174
+ };
175
+ static types(): {
176
+ [key: string]: any;
177
+ };
178
+ validate(): void;
179
+ constructor(map?: {
180
+ [key: string]: any;
181
+ });
182
+ }
183
+ export declare class GetOriginProtectionResponseBodyRegionalCurrentIPWhitelist extends $dara.Model {
184
+ regionalIPv4?: GetOriginProtectionResponseBodyRegionalCurrentIPWhitelistRegionalIPv4[];
185
+ regionalIPv6?: GetOriginProtectionResponseBodyRegionalCurrentIPWhitelistRegionalIPv6[];
186
+ static names(): {
187
+ [key: string]: string;
188
+ };
189
+ static types(): {
190
+ [key: string]: any;
191
+ };
192
+ validate(): void;
193
+ constructor(map?: {
194
+ [key: string]: any;
195
+ });
196
+ }
197
+ export declare class GetOriginProtectionResponseBodyRegionalDiffIPWhitelistAddedIPRegionWhitelistRegionalIPv4 extends $dara.Model {
198
+ /**
199
+ * @example
200
+ * 101.66.250.0/25
201
+ */
202
+ cidr?: string;
203
+ /**
204
+ * @example
205
+ * chinese_mainland
206
+ */
207
+ region?: string;
208
+ static names(): {
209
+ [key: string]: string;
210
+ };
211
+ static types(): {
212
+ [key: string]: any;
213
+ };
214
+ validate(): void;
215
+ constructor(map?: {
216
+ [key: string]: any;
217
+ });
218
+ }
219
+ export declare class GetOriginProtectionResponseBodyRegionalDiffIPWhitelistAddedIPRegionWhitelistRegionalIPv6 extends $dara.Model {
220
+ /**
221
+ * @example
222
+ * 101.66.250.0/25
223
+ */
224
+ cidr?: string;
225
+ /**
226
+ * @example
227
+ * chinese_mainland
228
+ */
229
+ region?: string;
230
+ static names(): {
231
+ [key: string]: string;
232
+ };
233
+ static types(): {
234
+ [key: string]: any;
235
+ };
236
+ validate(): void;
237
+ constructor(map?: {
238
+ [key: string]: any;
239
+ });
240
+ }
241
+ export declare class GetOriginProtectionResponseBodyRegionalDiffIPWhitelistAddedIPRegionWhitelist extends $dara.Model {
242
+ regionalIPv4?: GetOriginProtectionResponseBodyRegionalDiffIPWhitelistAddedIPRegionWhitelistRegionalIPv4[];
243
+ regionalIPv6?: GetOriginProtectionResponseBodyRegionalDiffIPWhitelistAddedIPRegionWhitelistRegionalIPv6[];
244
+ static names(): {
245
+ [key: string]: string;
246
+ };
247
+ static types(): {
248
+ [key: string]: any;
249
+ };
250
+ validate(): void;
251
+ constructor(map?: {
252
+ [key: string]: any;
253
+ });
254
+ }
255
+ export declare class GetOriginProtectionResponseBodyRegionalDiffIPWhitelistNoChangeIpWhitelistRegionalIPv4 extends $dara.Model {
256
+ /**
257
+ * @example
258
+ * 101.66.250.0/25
259
+ */
260
+ cidr?: string;
261
+ /**
262
+ * @example
263
+ * chinese_mainland
264
+ */
265
+ region?: string;
266
+ static names(): {
267
+ [key: string]: string;
268
+ };
269
+ static types(): {
270
+ [key: string]: any;
271
+ };
272
+ validate(): void;
273
+ constructor(map?: {
274
+ [key: string]: any;
275
+ });
276
+ }
277
+ export declare class GetOriginProtectionResponseBodyRegionalDiffIPWhitelistNoChangeIpWhitelistRegionalIPv6 extends $dara.Model {
278
+ /**
279
+ * @example
280
+ * 101.66.250.0/25
281
+ */
282
+ cidr?: string;
283
+ /**
284
+ * @example
285
+ * chinese_mainland
286
+ */
287
+ region?: string;
288
+ static names(): {
289
+ [key: string]: string;
290
+ };
291
+ static types(): {
292
+ [key: string]: any;
293
+ };
294
+ validate(): void;
295
+ constructor(map?: {
296
+ [key: string]: any;
297
+ });
298
+ }
299
+ export declare class GetOriginProtectionResponseBodyRegionalDiffIPWhitelistNoChangeIpWhitelist extends $dara.Model {
300
+ regionalIPv4?: GetOriginProtectionResponseBodyRegionalDiffIPWhitelistNoChangeIpWhitelistRegionalIPv4[];
301
+ regionalIPv6?: GetOriginProtectionResponseBodyRegionalDiffIPWhitelistNoChangeIpWhitelistRegionalIPv6[];
302
+ static names(): {
303
+ [key: string]: string;
304
+ };
305
+ static types(): {
306
+ [key: string]: any;
307
+ };
308
+ validate(): void;
309
+ constructor(map?: {
310
+ [key: string]: any;
311
+ });
312
+ }
313
+ export declare class GetOriginProtectionResponseBodyRegionalDiffIPWhitelistRemovedIPRegionWhitelistRegionalIPv4 extends $dara.Model {
314
+ /**
315
+ * @example
316
+ * 101.66.250.0/25
317
+ */
318
+ cidr?: string;
319
+ /**
320
+ * @example
321
+ * chinese_mainland
322
+ */
323
+ region?: string;
324
+ static names(): {
325
+ [key: string]: string;
326
+ };
327
+ static types(): {
328
+ [key: string]: any;
329
+ };
330
+ validate(): void;
331
+ constructor(map?: {
332
+ [key: string]: any;
333
+ });
334
+ }
335
+ export declare class GetOriginProtectionResponseBodyRegionalDiffIPWhitelistRemovedIPRegionWhitelistRegionalIPv6 extends $dara.Model {
336
+ /**
337
+ * @example
338
+ * 101.66.250.0/25
339
+ */
340
+ cidr?: string;
341
+ /**
342
+ * @example
343
+ * chinese_mainland
344
+ */
345
+ region?: string;
346
+ static names(): {
347
+ [key: string]: string;
348
+ };
349
+ static types(): {
350
+ [key: string]: any;
351
+ };
352
+ validate(): void;
353
+ constructor(map?: {
354
+ [key: string]: any;
355
+ });
356
+ }
357
+ export declare class GetOriginProtectionResponseBodyRegionalDiffIPWhitelistRemovedIPRegionWhitelist extends $dara.Model {
358
+ regionalIPv4?: GetOriginProtectionResponseBodyRegionalDiffIPWhitelistRemovedIPRegionWhitelistRegionalIPv4[];
359
+ regionalIPv6?: GetOriginProtectionResponseBodyRegionalDiffIPWhitelistRemovedIPRegionWhitelistRegionalIPv6[];
360
+ static names(): {
361
+ [key: string]: string;
362
+ };
363
+ static types(): {
364
+ [key: string]: any;
365
+ };
366
+ validate(): void;
367
+ constructor(map?: {
368
+ [key: string]: any;
369
+ });
370
+ }
371
+ export declare class GetOriginProtectionResponseBodyRegionalDiffIPWhitelist extends $dara.Model {
372
+ addedIPRegionWhitelist?: GetOriginProtectionResponseBodyRegionalDiffIPWhitelistAddedIPRegionWhitelist;
373
+ noChangeIpWhitelist?: GetOriginProtectionResponseBodyRegionalDiffIPWhitelistNoChangeIpWhitelist;
374
+ removedIPRegionWhitelist?: GetOriginProtectionResponseBodyRegionalDiffIPWhitelistRemovedIPRegionWhitelist;
375
+ static names(): {
376
+ [key: string]: string;
377
+ };
378
+ static types(): {
379
+ [key: string]: any;
380
+ };
381
+ validate(): void;
382
+ constructor(map?: {
383
+ [key: string]: any;
384
+ });
385
+ }
386
+ export declare class GetOriginProtectionResponseBodyRegionalLatestIPWhitelistRegionalIPv4 extends $dara.Model {
387
+ /**
388
+ * @example
389
+ * 101.66.250.0/25
390
+ */
391
+ cidr?: string;
392
+ /**
393
+ * @example
394
+ * chinese_mainland
395
+ */
396
+ region?: string;
397
+ static names(): {
398
+ [key: string]: string;
399
+ };
400
+ static types(): {
401
+ [key: string]: any;
402
+ };
403
+ validate(): void;
404
+ constructor(map?: {
405
+ [key: string]: any;
406
+ });
407
+ }
408
+ export declare class GetOriginProtectionResponseBodyRegionalLatestIPWhitelistRegionalIPv6 extends $dara.Model {
409
+ /**
410
+ * @example
411
+ * 101.66.250.0/25
412
+ */
413
+ cidr?: string;
414
+ /**
415
+ * @example
416
+ * chinese_mainland
417
+ */
418
+ region?: string;
419
+ static names(): {
420
+ [key: string]: string;
421
+ };
422
+ static types(): {
423
+ [key: string]: any;
424
+ };
425
+ validate(): void;
426
+ constructor(map?: {
427
+ [key: string]: any;
428
+ });
429
+ }
430
+ export declare class GetOriginProtectionResponseBodyRegionalLatestIPWhitelist extends $dara.Model {
431
+ regionalIPv4?: GetOriginProtectionResponseBodyRegionalLatestIPWhitelistRegionalIPv4[];
432
+ regionalIPv6?: GetOriginProtectionResponseBodyRegionalLatestIPWhitelistRegionalIPv6[];
433
+ static names(): {
434
+ [key: string]: string;
435
+ };
436
+ static types(): {
437
+ [key: string]: any;
438
+ };
439
+ validate(): void;
440
+ constructor(map?: {
441
+ [key: string]: any;
442
+ });
443
+ }
139
444
  export declare class GetOriginProtectionResponseBody extends $dara.Model {
445
+ /**
446
+ * @example
447
+ * off
448
+ */
449
+ autoConfirmIPList?: string;
140
450
  /**
141
451
  * @remarks
142
452
  * The IP whitelist for origin protection used by the website.
@@ -185,6 +495,9 @@ export declare class GetOriginProtectionResponseBody extends $dara.Model {
185
495
  * on
186
496
  */
187
497
  originProtection?: string;
498
+ regionalCurrentIPWhitelist?: GetOriginProtectionResponseBodyRegionalCurrentIPWhitelist;
499
+ regionalDiffIPWhitelist?: GetOriginProtectionResponseBodyRegionalDiffIPWhitelist;
500
+ regionalLatestIPWhitelist?: GetOriginProtectionResponseBodyRegionalLatestIPWhitelist;
188
501
  /**
189
502
  * @remarks
190
503
  * The request ID.