@alicloud/esa20240910 2.8.0 → 2.8.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.
- package/dist/client.d.ts +4 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +4 -0
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -22528,6 +22528,8 @@ export class PurgeCachesRequest extends $tea.Model {
|
|
|
22528
22528
|
* @remarks
|
|
22529
22529
|
* The website ID. You can call the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation to obtain the ID.
|
|
22530
22530
|
*
|
|
22531
|
+
* This parameter is required.
|
|
22532
|
+
*
|
|
22531
22533
|
* @example
|
|
22532
22534
|
* 123456789****
|
|
22533
22535
|
*/
|
|
@@ -22605,6 +22607,8 @@ export class PurgeCachesShrinkRequest extends $tea.Model {
|
|
|
22605
22607
|
* @remarks
|
|
22606
22608
|
* The website ID. You can call the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation to obtain the ID.
|
|
22607
22609
|
*
|
|
22610
|
+
* This parameter is required.
|
|
22611
|
+
*
|
|
22608
22612
|
* @example
|
|
22609
22613
|
* 123456789****
|
|
22610
22614
|
*/
|