@alicloud/ess20220222 1.8.19 → 1.8.20

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
@@ -6908,6 +6908,12 @@ class Client extends openapi_core_1.default {
6908
6908
  async startInstanceRefreshWithOptions(request, runtime) {
6909
6909
  request.validate();
6910
6910
  let query = {};
6911
+ if (!$dara.isNull(request.checkpointPauseTime)) {
6912
+ query["CheckpointPauseTime"] = request.checkpointPauseTime;
6913
+ }
6914
+ if (!$dara.isNull(request.checkpoints)) {
6915
+ query["Checkpoints"] = request.checkpoints;
6916
+ }
6911
6917
  if (!$dara.isNull(request.clientToken)) {
6912
6918
  query["ClientToken"] = request.clientToken;
6913
6919
  }