@alicloud/ecd20200930 4.11.5 → 4.11.7

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);
@@ -9621,6 +9620,9 @@ class Client extends openapi_core_1.default {
9621
9620
  if (!$dara.isNull(request.endUserId)) {
9622
9621
  query["EndUserId"] = request.endUserId;
9623
9622
  }
9623
+ if (!$dara.isNull(request.filter)) {
9624
+ query["Filter"] = request.filter;
9625
+ }
9624
9626
  if (!$dara.isNull(request.maxResults)) {
9625
9627
  query["MaxResults"] = request.maxResults;
9626
9628
  }
@@ -14779,6 +14781,9 @@ class Client extends openapi_core_1.default {
14779
14781
  if (!$dara.isNull(request.imageId)) {
14780
14782
  query["ImageId"] = request.imageId;
14781
14783
  }
14784
+ if (!$dara.isNull(request.lastRetryTime)) {
14785
+ query["LastRetryTime"] = request.lastRetryTime;
14786
+ }
14782
14787
  if (!$dara.isNull(request.payType)) {
14783
14788
  query["PayType"] = request.payType;
14784
14789
  }