@alicloud/cs20151215 3.1.0 → 3.1.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/cs20151215",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -14716,7 +14716,7 @@ export default class Client extends OpenApi {
14716
14716
  action: "GetClusterCheck",
14717
14717
  version: "2015-12-15",
14718
14718
  protocol: "HTTPS",
14719
- pathname: `/clusters/%5Bcluster_id%5D/checks/%5Bcheck_id%5D`,
14719
+ pathname: `/clusters/${OpenApiUtil.getEncodeParam(clusterId)}/checks/${OpenApiUtil.getEncodeParam(checkId)}`,
14720
14720
  method: "GET",
14721
14721
  authType: "AK",
14722
14722
  style: "ROA",
@@ -14886,7 +14886,7 @@ export default class Client extends OpenApi {
14886
14886
  action: "ListClusterChecks",
14887
14887
  version: "2015-12-15",
14888
14888
  protocol: "HTTPS",
14889
- pathname: `/clusters/%5Bcluster_id%5D/checks`,
14889
+ pathname: `/clusters/${OpenApiUtil.getEncodeParam(clusterId)}/checks`,
14890
14890
  method: "GET",
14891
14891
  authType: "AK",
14892
14892
  style: "ROA",
@@ -15729,7 +15729,7 @@ export default class Client extends OpenApi {
15729
15729
  action: "RunClusterCheck",
15730
15730
  version: "2015-12-15",
15731
15731
  protocol: "HTTPS",
15732
- pathname: `/clusters/%5Bcluster_id%5D/checks`,
15732
+ pathname: `/clusters/${OpenApiUtil.getEncodeParam(clusterId)}/checks`,
15733
15733
  method: "POST",
15734
15734
  authType: "AK",
15735
15735
  style: "ROA",