@alicloud/ecd20200930 4.7.4 → 4.7.5
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 -0
- package/dist/client.js.map +1 -1
- package/dist/models/RunCommandRequest.d.ts +1 -0
- package/dist/models/RunCommandRequest.js +2 -0
- package/dist/models/RunCommandRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +4 -0
- package/src/models/RunCommandRequest.ts +3 -0
package/dist/client.js
CHANGED
|
@@ -13371,6 +13371,9 @@ class Client extends openapi_core_1.default {
|
|
|
13371
13371
|
if (!$dara.isNull(request.commandContent)) {
|
|
13372
13372
|
query["CommandContent"] = request.commandContent;
|
|
13373
13373
|
}
|
|
13374
|
+
if (!$dara.isNull(request.commandRole)) {
|
|
13375
|
+
query["CommandRole"] = request.commandRole;
|
|
13376
|
+
}
|
|
13374
13377
|
if (!$dara.isNull(request.contentEncoding)) {
|
|
13375
13378
|
query["ContentEncoding"] = request.contentEncoding;
|
|
13376
13379
|
}
|