@alicloud/ecs20140526 7.4.0 → 7.4.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
@@ -14318,6 +14318,9 @@ class Client extends openapi_core_1.default {
14318
14318
  if (!$dara.isNull(request.activationId)) {
14319
14319
  query["ActivationId"] = request.activationId;
14320
14320
  }
14321
+ if (!$dara.isNull(request.connected)) {
14322
+ query["Connected"] = request.connected;
14323
+ }
14321
14324
  if (!$dara.isNull(request.instanceId)) {
14322
14325
  query["InstanceId"] = request.instanceId;
14323
14326
  }