@alicloud/ecs20140526 7.2.3 → 7.2.4

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
@@ -26609,6 +26609,9 @@ class Client extends openapi_core_1.default {
26609
26609
  if (!$dara.isNull(request.resourceOwnerId)) {
26610
26610
  query["ResourceOwnerId"] = request.resourceOwnerId;
26611
26611
  }
26612
+ if (!$dara.isNull(request.terminateSubscription)) {
26613
+ query["TerminateSubscription"] = request.terminateSubscription;
26614
+ }
26612
26615
  let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
26613
26616
  query: openapi_core_2.OpenApiUtil.query(query),
26614
26617
  });