@alicloud/ecd20200930 4.25.0 → 4.25.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.js CHANGED
@@ -9600,6 +9600,9 @@ class Client extends openapi_core_1.default {
9600
9600
  if (!$dara.isNull(request.regionId)) {
9601
9601
  query["RegionId"] = request.regionId;
9602
9602
  }
9603
+ if (!$dara.isNull(request.resourceType)) {
9604
+ query["ResourceType"] = request.resourceType;
9605
+ }
9603
9606
  if (!$dara.isNull(request.startTime)) {
9604
9607
  query["StartTime"] = request.startTime;
9605
9608
  }