@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/dist/client.js
CHANGED
|
@@ -11765,7 +11765,7 @@ class Client extends openapi_client_1.default {
|
|
|
11765
11765
|
action: "GetClusterCheck",
|
|
11766
11766
|
version: "2015-12-15",
|
|
11767
11767
|
protocol: "HTTPS",
|
|
11768
|
-
pathname: `/clusters
|
|
11768
|
+
pathname: `/clusters/${openapi_util_1.default.getEncodeParam(clusterId)}/checks/${openapi_util_1.default.getEncodeParam(checkId)}`,
|
|
11769
11769
|
method: "GET",
|
|
11770
11770
|
authType: "AK",
|
|
11771
11771
|
style: "ROA",
|
|
@@ -11920,7 +11920,7 @@ class Client extends openapi_client_1.default {
|
|
|
11920
11920
|
action: "ListClusterChecks",
|
|
11921
11921
|
version: "2015-12-15",
|
|
11922
11922
|
protocol: "HTTPS",
|
|
11923
|
-
pathname: `/clusters
|
|
11923
|
+
pathname: `/clusters/${openapi_util_1.default.getEncodeParam(clusterId)}/checks`,
|
|
11924
11924
|
method: "GET",
|
|
11925
11925
|
authType: "AK",
|
|
11926
11926
|
style: "ROA",
|
|
@@ -12671,7 +12671,7 @@ class Client extends openapi_client_1.default {
|
|
|
12671
12671
|
action: "RunClusterCheck",
|
|
12672
12672
|
version: "2015-12-15",
|
|
12673
12673
|
protocol: "HTTPS",
|
|
12674
|
-
pathname: `/clusters
|
|
12674
|
+
pathname: `/clusters/${openapi_util_1.default.getEncodeParam(clusterId)}/checks`,
|
|
12675
12675
|
method: "POST",
|
|
12676
12676
|
authType: "AK",
|
|
12677
12677
|
style: "ROA",
|