@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/dist/client.js +3 -3
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +3 -3
package/package.json
CHANGED
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
|
|
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
|
|
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
|
|
15732
|
+
pathname: `/clusters/${OpenApiUtil.getEncodeParam(clusterId)}/checks`,
|
|
15733
15733
|
method: "POST",
|
|
15734
15734
|
authType: "AK",
|
|
15735
15735
|
style: "ROA",
|