@alicloud/ecd20200930 4.11.1 → 4.11.2

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.js CHANGED
@@ -6951,6 +6951,9 @@ class Client extends openapi_core_1.default {
6951
6951
  if (!$dara.isNull(request.imageId)) {
6952
6952
  query["ImageId"] = request.imageId;
6953
6953
  }
6954
+ if (!$dara.isNull(request.includeAutoSnapshotPolicy)) {
6955
+ query["IncludeAutoSnapshotPolicy"] = request.includeAutoSnapshotPolicy;
6956
+ }
6954
6957
  if (!$dara.isNull(request.managementFlag)) {
6955
6958
  query["ManagementFlag"] = request.managementFlag;
6956
6959
  }