@alicloud/cs20151215 3.0.10 → 3.0.11
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 -3
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +3 -3
package/dist/client.js
CHANGED
|
@@ -7473,13 +7473,13 @@ class Client extends openapi_client_1.default {
|
|
|
7473
7473
|
tea_util_1.default.validateModel(request);
|
|
7474
7474
|
ClusterId = openapi_util_1.default.getEncodeParam(ClusterId);
|
|
7475
7475
|
NodepoolId = openapi_util_1.default.getEncodeParam(NodepoolId);
|
|
7476
|
-
let
|
|
7476
|
+
let query = {};
|
|
7477
7477
|
if (!tea_util_1.default.isUnset(request.force)) {
|
|
7478
|
-
|
|
7478
|
+
query["force"] = request.force;
|
|
7479
7479
|
}
|
|
7480
7480
|
let req = new $OpenApi.OpenApiRequest({
|
|
7481
7481
|
headers: headers,
|
|
7482
|
-
|
|
7482
|
+
query: openapi_util_1.default.query(query),
|
|
7483
7483
|
});
|
|
7484
7484
|
let params = new $OpenApi.Params({
|
|
7485
7485
|
action: "DeleteClusterNodepool",
|