@alicloud/mse20190531 6.17.1 → 6.17.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
@@ -7319,6 +7319,9 @@ class Client extends openapi_core_1.default {
7319
7319
  if (!$dara.isNull(request.tag)) {
7320
7320
  query["Tag"] = request.tag;
7321
7321
  }
7322
+ if (!$dara.isNull(request.vpcId)) {
7323
+ query["VpcId"] = request.vpcId;
7324
+ }
7322
7325
  let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
7323
7326
  query: openapi_core_2.OpenApiUtil.query(query),
7324
7327
  });