tencentcloud-sdk-nodejs-as 4.0.971 → 4.0.973
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 +1 -1
- package/products.md +49 -48
- package/src/services/as/v20180419/as_client.ts +0 -1
- package/src/services/as/v20180419/as_models.ts +200 -156
- package/tencentcloud/services/as/v20180419/as_client.d.ts +0 -1
- package/tencentcloud/services/as/v20180419/as_client.js +0 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +200 -156
|
@@ -283,7 +283,6 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
283
283
|
* 本接口(UpgradeLifecycleHook)用于升级生命周期挂钩。
|
|
284
284
|
|
|
285
285
|
* 本接口用于升级生命周期挂钩,采用“完全覆盖”风格,无论之前参数如何,统一按照接口参数设置为新的配置。对于非必填字段,不填写则按照默认值赋值。
|
|
286
|
-
|
|
287
286
|
*/
|
|
288
287
|
UpgradeLifecycleHook(req: UpgradeLifecycleHookRequest, cb?: (error: string, rep: UpgradeLifecycleHookResponse) => void): Promise<UpgradeLifecycleHookResponse>;
|
|
289
288
|
/**
|
|
@@ -382,7 +382,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
382
382
|
* 本接口(UpgradeLifecycleHook)用于升级生命周期挂钩。
|
|
383
383
|
|
|
384
384
|
* 本接口用于升级生命周期挂钩,采用“完全覆盖”风格,无论之前参数如何,统一按照接口参数设置为新的配置。对于非必填字段,不填写则按照默认值赋值。
|
|
385
|
-
|
|
386
385
|
*/
|
|
387
386
|
async UpgradeLifecycleHook(req, cb) {
|
|
388
387
|
return this.request("UpgradeLifecycleHook", req, cb);
|