@alicloud/ecd20200930 4.11.4 → 4.11.6

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
@@ -48,7 +48,6 @@ __exportStar(require("./models/model"), exports);
48
48
  class Client extends openapi_core_1.default {
49
49
  constructor(config) {
50
50
  super(config);
51
- this._signatureAlgorithm = "v2";
52
51
  this._endpointRule = "regional";
53
52
  this.checkConfig(config);
54
53
  this._endpoint = this.getEndpoint("ecd", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
@@ -13859,6 +13858,10 @@ class Client extends openapi_core_1.default {
13859
13858
  if (!$dara.isNull(request.chargeType)) {
13860
13859
  body["ChargeType"] = request.chargeType;
13861
13860
  }
13861
+ let bodyFlat = {};
13862
+ if (!$dara.isNull(request.dataDiskList)) {
13863
+ bodyFlat["DataDiskList"] = request.dataDiskList;
13864
+ }
13862
13865
  if (!$dara.isNull(request.defaultLanguage)) {
13863
13866
  body["DefaultLanguage"] = request.defaultLanguage;
13864
13867
  }
@@ -13880,7 +13883,6 @@ class Client extends openapi_core_1.default {
13880
13883
  if (!$dara.isNull(request.postPaidAfterUsedUp)) {
13881
13884
  body["PostPaidAfterUsedUp"] = request.postPaidAfterUsedUp;
13882
13885
  }
13883
- let bodyFlat = {};
13884
13886
  if (!$dara.isNull(request.regionConfigList)) {
13885
13887
  bodyFlat["RegionConfigList"] = request.regionConfigList;
13886
13888
  }
@@ -14776,6 +14778,9 @@ class Client extends openapi_core_1.default {
14776
14778
  if (!$dara.isNull(request.imageId)) {
14777
14779
  query["ImageId"] = request.imageId;
14778
14780
  }
14781
+ if (!$dara.isNull(request.lastRetryTime)) {
14782
+ query["LastRetryTime"] = request.lastRetryTime;
14783
+ }
14779
14784
  if (!$dara.isNull(request.payType)) {
14780
14785
  query["PayType"] = request.payType;
14781
14786
  }