@alicloud/ecd20200930 4.11.5 → 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 +3 -1
- package/dist/client.js.map +1 -1
- package/dist/models/ResetDesktopsRequest.d.ts +1 -0
- package/dist/models/ResetDesktopsRequest.js +2 -0
- package/dist/models/ResetDesktopsRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +4 -1
- package/src/models/ResetDesktopsRequest.ts +3 -0
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);
|
|
@@ -14779,6 +14778,9 @@ class Client extends openapi_core_1.default {
|
|
|
14779
14778
|
if (!$dara.isNull(request.imageId)) {
|
|
14780
14779
|
query["ImageId"] = request.imageId;
|
|
14781
14780
|
}
|
|
14781
|
+
if (!$dara.isNull(request.lastRetryTime)) {
|
|
14782
|
+
query["LastRetryTime"] = request.lastRetryTime;
|
|
14783
|
+
}
|
|
14782
14784
|
if (!$dara.isNull(request.payType)) {
|
|
14783
14785
|
query["PayType"] = request.payType;
|
|
14784
14786
|
}
|