@alicloud/cs20151215 3.3.3 → 3.3.4
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.d.ts +334 -334
- package/dist/client.js +1 -1
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +335 -335
package/dist/client.js
CHANGED
|
@@ -11152,7 +11152,7 @@ class Client extends openapi_client_1.default {
|
|
|
11152
11152
|
action: "DeleteTrigger",
|
|
11153
11153
|
version: "2015-12-15",
|
|
11154
11154
|
protocol: "HTTPS",
|
|
11155
|
-
pathname: `/clusters
|
|
11155
|
+
pathname: `/clusters/${openapi_util_1.default.getEncodeParam(clusterId)}/triggers/${openapi_util_1.default.getEncodeParam(Id)}`,
|
|
11156
11156
|
method: "DELETE",
|
|
11157
11157
|
authType: "AK",
|
|
11158
11158
|
style: "ROA",
|