@alicloud/sas20181203 9.3.0 → 9.3.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
@@ -30207,6 +30207,9 @@ class Client extends openapi_core_1.default {
30207
30207
  if (!$dara.isNull(request.instanceId)) {
30208
30208
  query["InstanceId"] = request.instanceId;
30209
30209
  }
30210
+ if (!$dara.isNull(request.instanceIds)) {
30211
+ query["InstanceIds"] = request.instanceIds;
30212
+ }
30210
30213
  if (!$dara.isNull(request.instanceName)) {
30211
30214
  query["InstanceName"] = request.instanceName;
30212
30215
  }