tencentcloud-sdk-nodejs-as 4.0.319 → 4.0.320
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/CHANGELOG.md +2 -0
- package/SERVICE_CHANGELOG.md +431 -193
- package/package.json +1 -1
- package/products.md +170 -169
- package/src/services/as/v20180419/as_client.ts +2 -18
- package/src/services/as/v20180419/as_models.ts +32 -97
- package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -8
- package/tencentcloud/services/as/v20180419/as_client.js +0 -9
- package/tencentcloud/services/as/v20180419/as_models.d.ts +28 -83
|
@@ -1694,31 +1694,6 @@ export interface ModifyLoadBalancersResponse {
|
|
|
1694
1694
|
RequestId?: string
|
|
1695
1695
|
}
|
|
1696
1696
|
|
|
1697
|
-
/**
|
|
1698
|
-
* DescribePaiInstances请求参数结构体
|
|
1699
|
-
*/
|
|
1700
|
-
export interface DescribePaiInstancesRequest {
|
|
1701
|
-
/**
|
|
1702
|
-
* 依据PAI实例的实例ID进行查询。
|
|
1703
|
-
*/
|
|
1704
|
-
InstanceIds?: Array<string>
|
|
1705
|
-
|
|
1706
|
-
/**
|
|
1707
|
-
* 过滤条件。
|
|
1708
|
-
*/
|
|
1709
|
-
Filters?: Array<Filter>
|
|
1710
|
-
|
|
1711
|
-
/**
|
|
1712
|
-
* 返回数量,默认为20,最大值为100。
|
|
1713
|
-
*/
|
|
1714
|
-
Limit?: number
|
|
1715
|
-
|
|
1716
|
-
/**
|
|
1717
|
-
* 偏移量,默认为0。
|
|
1718
|
-
*/
|
|
1719
|
-
Offset?: number
|
|
1720
|
-
}
|
|
1721
|
-
|
|
1722
1697
|
/**
|
|
1723
1698
|
* CreateNotificationConfiguration请求参数结构体
|
|
1724
1699
|
*/
|
|
@@ -1787,42 +1762,6 @@ export interface DescribeScheduledActionsResponse {
|
|
|
1787
1762
|
RequestId?: string
|
|
1788
1763
|
}
|
|
1789
1764
|
|
|
1790
|
-
/**
|
|
1791
|
-
* ModifyNotificationConfiguration请求参数结构体
|
|
1792
|
-
*/
|
|
1793
|
-
export interface ModifyNotificationConfigurationRequest {
|
|
1794
|
-
/**
|
|
1795
|
-
* 待修改的通知ID。
|
|
1796
|
-
*/
|
|
1797
|
-
AutoScalingNotificationId: string
|
|
1798
|
-
|
|
1799
|
-
/**
|
|
1800
|
-
* 通知类型,即为需要订阅的通知类型集合,取值范围如下:
|
|
1801
|
-
<li>SCALE_OUT_SUCCESSFUL:扩容成功</li>
|
|
1802
|
-
<li>SCALE_OUT_FAILED:扩容失败</li>
|
|
1803
|
-
<li>SCALE_IN_SUCCESSFUL:缩容成功</li>
|
|
1804
|
-
<li>SCALE_IN_FAILED:缩容失败</li>
|
|
1805
|
-
<li>REPLACE_UNHEALTHY_INSTANCE_SUCCESSFUL:替换不健康子机成功</li>
|
|
1806
|
-
<li>REPLACE_UNHEALTHY_INSTANCE_FAILED:替换不健康子机失败</li>
|
|
1807
|
-
*/
|
|
1808
|
-
NotificationTypes?: Array<string>
|
|
1809
|
-
|
|
1810
|
-
/**
|
|
1811
|
-
* 通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。
|
|
1812
|
-
*/
|
|
1813
|
-
NotificationUserGroupIds?: Array<string>
|
|
1814
|
-
|
|
1815
|
-
/**
|
|
1816
|
-
* CMQ 队列或 TDMQ CMQ 队列名。
|
|
1817
|
-
*/
|
|
1818
|
-
QueueName?: string
|
|
1819
|
-
|
|
1820
|
-
/**
|
|
1821
|
-
* CMQ 主题或 TDMQ CMQ 主题名。
|
|
1822
|
-
*/
|
|
1823
|
-
TopicName?: string
|
|
1824
|
-
}
|
|
1825
|
-
|
|
1826
1765
|
/**
|
|
1827
1766
|
* DeleteLifecycleHook请求参数结构体
|
|
1828
1767
|
*/
|
|
@@ -1950,26 +1889,6 @@ export interface InstanceTag {
|
|
|
1950
1889
|
Value: string
|
|
1951
1890
|
}
|
|
1952
1891
|
|
|
1953
|
-
/**
|
|
1954
|
-
* PAI实例
|
|
1955
|
-
*/
|
|
1956
|
-
export interface PaiInstance {
|
|
1957
|
-
/**
|
|
1958
|
-
* 实例ID
|
|
1959
|
-
*/
|
|
1960
|
-
InstanceId: string
|
|
1961
|
-
|
|
1962
|
-
/**
|
|
1963
|
-
* 实例域名
|
|
1964
|
-
*/
|
|
1965
|
-
DomainName: string
|
|
1966
|
-
|
|
1967
|
-
/**
|
|
1968
|
-
* PAI管理页面URL
|
|
1969
|
-
*/
|
|
1970
|
-
PaiMateUrl: string
|
|
1971
|
-
}
|
|
1972
|
-
|
|
1973
1892
|
/**
|
|
1974
1893
|
* DescribeAutoScalingAdvices返回参数结构体
|
|
1975
1894
|
*/
|
|
@@ -3605,13 +3524,39 @@ export interface RunMonitorServiceEnabled {
|
|
|
3605
3524
|
}
|
|
3606
3525
|
|
|
3607
3526
|
/**
|
|
3608
|
-
*
|
|
3527
|
+
* ModifyNotificationConfiguration请求参数结构体
|
|
3609
3528
|
*/
|
|
3610
|
-
export interface
|
|
3529
|
+
export interface ModifyNotificationConfigurationRequest {
|
|
3611
3530
|
/**
|
|
3612
|
-
*
|
|
3531
|
+
* 待修改的通知ID。
|
|
3613
3532
|
*/
|
|
3614
|
-
|
|
3533
|
+
AutoScalingNotificationId: string
|
|
3534
|
+
|
|
3535
|
+
/**
|
|
3536
|
+
* 通知类型,即为需要订阅的通知类型集合,取值范围如下:
|
|
3537
|
+
<li>SCALE_OUT_SUCCESSFUL:扩容成功</li>
|
|
3538
|
+
<li>SCALE_OUT_FAILED:扩容失败</li>
|
|
3539
|
+
<li>SCALE_IN_SUCCESSFUL:缩容成功</li>
|
|
3540
|
+
<li>SCALE_IN_FAILED:缩容失败</li>
|
|
3541
|
+
<li>REPLACE_UNHEALTHY_INSTANCE_SUCCESSFUL:替换不健康子机成功</li>
|
|
3542
|
+
<li>REPLACE_UNHEALTHY_INSTANCE_FAILED:替换不健康子机失败</li>
|
|
3543
|
+
*/
|
|
3544
|
+
NotificationTypes?: Array<string>
|
|
3545
|
+
|
|
3546
|
+
/**
|
|
3547
|
+
* 通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。
|
|
3548
|
+
*/
|
|
3549
|
+
NotificationUserGroupIds?: Array<string>
|
|
3550
|
+
|
|
3551
|
+
/**
|
|
3552
|
+
* CMQ 队列或 TDMQ CMQ 队列名。
|
|
3553
|
+
*/
|
|
3554
|
+
QueueName?: string
|
|
3555
|
+
|
|
3556
|
+
/**
|
|
3557
|
+
* CMQ 主题或 TDMQ CMQ 主题名。
|
|
3558
|
+
*/
|
|
3559
|
+
TopicName?: string
|
|
3615
3560
|
}
|
|
3616
3561
|
|
|
3617
3562
|
/**
|
|
@@ -3733,19 +3678,9 @@ export interface InstanceChargePrepaid {
|
|
|
3733
3678
|
}
|
|
3734
3679
|
|
|
3735
3680
|
/**
|
|
3736
|
-
*
|
|
3681
|
+
* DeleteLifecycleHook返回参数结构体
|
|
3737
3682
|
*/
|
|
3738
|
-
export interface
|
|
3739
|
-
/**
|
|
3740
|
-
* 符合条件的PAI实例数量
|
|
3741
|
-
*/
|
|
3742
|
-
TotalCount?: number
|
|
3743
|
-
|
|
3744
|
-
/**
|
|
3745
|
-
* PAI实例详细信息
|
|
3746
|
-
*/
|
|
3747
|
-
PaiInstanceSet?: Array<PaiInstance>
|
|
3748
|
-
|
|
3683
|
+
export interface DeleteLifecycleHookResponse {
|
|
3749
3684
|
/**
|
|
3750
3685
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3751
3686
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { DisableAutoScalingGroupResponse, ModifyLaunchConfigurationAttributesRequest, DisableAutoScalingGroupRequest, ModifyAutoScalingGroupRequest, ScaleOutInstancesRequest, ModifyScheduledActionRequest, DescribeAutoScalingGroupsRequest, DescribeAccountLimitsResponse, CreateLaunchConfigurationResponse, CreateLifecycleHookResponse, ClearLaunchConfigurationAttributesResponse, DescribeAutoScalingGroupsResponse, CreateScheduledActionRequest, StopAutoScalingInstancesResponse, DescribeScalingPoliciesRequest, ModifyScheduledActionResponse, AttachLoadBalancersResponse, ExecuteScalingPolicyResponse, DeleteAutoScalingGroupRequest, SetInstancesProtectionResponse, StartAutoScalingInstancesResponse, CompleteLifecycleActionRequest, CreateScalingPolicyResponse, CreateNotificationConfigurationResponse, DescribeLaunchConfigurationsResponse, RemoveInstancesRequest, DeleteScalingPolicyResponse, DetachLoadBalancersRequest, DescribeAutoScalingInstancesRequest, ModifyLoadBalancersRequest, RemoveInstancesResponse, ModifyScalingPolicyResponse, SetInstancesProtectionRequest, DeleteNotificationConfigurationResponse, DetachInstancesResponse, ModifyLaunchConfigurationAttributesResponse, CreateLaunchConfigurationRequest, AttachInstancesResponse, DescribeAutoScalingGroupLastActivitiesResponse, DescribeAccountLimitsRequest, UpgradeLifecycleHookRequest, DetachLoadBalancersResponse, DescribeAutoScalingGroupLastActivitiesRequest, ModifyLoadBalancersResponse,
|
|
2
|
+
import { DisableAutoScalingGroupResponse, ModifyLaunchConfigurationAttributesRequest, DisableAutoScalingGroupRequest, ModifyAutoScalingGroupRequest, ScaleOutInstancesRequest, ModifyScheduledActionRequest, DescribeAutoScalingGroupsRequest, DescribeAccountLimitsResponse, CreateLaunchConfigurationResponse, CreateLifecycleHookResponse, ClearLaunchConfigurationAttributesResponse, DescribeAutoScalingGroupsResponse, CreateScheduledActionRequest, StopAutoScalingInstancesResponse, DescribeScalingPoliciesRequest, ModifyScheduledActionResponse, AttachLoadBalancersResponse, ExecuteScalingPolicyResponse, DeleteAutoScalingGroupRequest, SetInstancesProtectionResponse, StartAutoScalingInstancesResponse, CompleteLifecycleActionRequest, CreateScalingPolicyResponse, CreateNotificationConfigurationResponse, DescribeLaunchConfigurationsResponse, RemoveInstancesRequest, DeleteScalingPolicyResponse, DetachLoadBalancersRequest, DescribeAutoScalingInstancesRequest, ModifyLoadBalancersRequest, RemoveInstancesResponse, ModifyScalingPolicyResponse, SetInstancesProtectionRequest, DeleteNotificationConfigurationResponse, DetachInstancesResponse, ModifyLaunchConfigurationAttributesResponse, CreateLaunchConfigurationRequest, AttachInstancesResponse, DescribeAutoScalingGroupLastActivitiesResponse, DescribeAccountLimitsRequest, UpgradeLifecycleHookRequest, DetachLoadBalancersResponse, DescribeAutoScalingGroupLastActivitiesRequest, ModifyLoadBalancersResponse, CreateNotificationConfigurationRequest, DescribeScheduledActionsResponse, DeleteLifecycleHookRequest, ModifyLoadBalancerTargetAttributesResponse, ModifyAutoScalingGroupResponse, DeleteLaunchConfigurationRequest, ModifyScalingPolicyRequest, UpgradeLifecycleHookResponse, DescribeAutoScalingAdvicesResponse, CreateAutoScalingGroupRequest, DeleteScheduledActionResponse, UpgradeLaunchConfigurationRequest, DescribeAutoScalingActivitiesResponse, DescribeNotificationConfigurationsResponse, DeleteScalingPolicyRequest, CreateAutoScalingGroupFromInstanceResponse, DetachInstancesRequest, DescribeAutoScalingInstancesResponse, DeleteLaunchConfigurationResponse, DescribeScheduledActionsRequest, DeleteScheduledActionRequest, DescribeAutoScalingActivitiesRequest, ModifyDesiredCapacityRequest, CreateScheduledActionResponse, CreateLifecycleHookRequest, CompleteLifecycleActionResponse, ScaleOutInstancesResponse, DescribeLifecycleHooksRequest, CreateAutoScalingGroupResponse, ModifyNotificationConfigurationResponse, DescribeLifecycleHooksResponse, CreateScalingPolicyRequest, ScaleInInstancesResponse, DescribeAutoScalingAdvicesRequest, DeleteNotificationConfigurationRequest, DescribeLaunchConfigurationsRequest, ModifyLoadBalancerTargetAttributesRequest, DeleteAutoScalingGroupResponse, EnableAutoScalingGroupRequest, DescribeNotificationConfigurationsRequest, ScaleInInstancesRequest, ClearLaunchConfigurationAttributesRequest, StartAutoScalingInstancesRequest, AttachInstancesRequest, AttachLoadBalancersRequest, DescribeScalingPoliciesResponse, ModifyDesiredCapacityResponse, StopAutoScalingInstancesRequest, ModifyNotificationConfigurationRequest, CreateAutoScalingGroupFromInstanceRequest, EnableAutoScalingGroupResponse, UpgradeLaunchConfigurationResponse, DeleteLifecycleHookResponse, ExecuteScalingPolicyRequest } from "./as_models";
|
|
3
3
|
/**
|
|
4
4
|
* as client
|
|
5
5
|
* @class
|
|
@@ -265,13 +265,6 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
265
265
|
* 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的启动配置。
|
|
266
266
|
*/
|
|
267
267
|
DescribeLaunchConfigurations(req: DescribeLaunchConfigurationsRequest, cb?: (error: string, rep: DescribeLaunchConfigurationsResponse) => void): Promise<DescribeLaunchConfigurationsResponse>;
|
|
268
|
-
/**
|
|
269
|
-
* 本接口(DescribePaiInstances)用于查询PAI实例信息。
|
|
270
|
-
|
|
271
|
-
* 可以根据实例ID、实例域名等信息来查询PAI实例的详细信息。过滤信息详细请见过滤器`Filter`。
|
|
272
|
-
* 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的PAI实例。
|
|
273
|
-
*/
|
|
274
|
-
DescribePaiInstances(req: DescribePaiInstancesRequest, cb?: (error: string, rep: DescribePaiInstancesResponse) => void): Promise<DescribePaiInstancesResponse>;
|
|
275
268
|
/**
|
|
276
269
|
* 本接口(CreateScalingPolicy)用于创建告警触发策略。
|
|
277
270
|
*/
|
|
@@ -358,15 +358,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
358
358
|
async DescribeLaunchConfigurations(req, cb) {
|
|
359
359
|
return this.request("DescribeLaunchConfigurations", req, cb);
|
|
360
360
|
}
|
|
361
|
-
/**
|
|
362
|
-
* 本接口(DescribePaiInstances)用于查询PAI实例信息。
|
|
363
|
-
|
|
364
|
-
* 可以根据实例ID、实例域名等信息来查询PAI实例的详细信息。过滤信息详细请见过滤器`Filter`。
|
|
365
|
-
* 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的PAI实例。
|
|
366
|
-
*/
|
|
367
|
-
async DescribePaiInstances(req, cb) {
|
|
368
|
-
return this.request("DescribePaiInstances", req, cb);
|
|
369
|
-
}
|
|
370
361
|
/**
|
|
371
362
|
* 本接口(CreateScalingPolicy)用于创建告警触发策略。
|
|
372
363
|
*/
|
|
@@ -1417,27 +1417,6 @@ export interface ModifyLoadBalancersResponse {
|
|
|
1417
1417
|
*/
|
|
1418
1418
|
RequestId?: string;
|
|
1419
1419
|
}
|
|
1420
|
-
/**
|
|
1421
|
-
* DescribePaiInstances请求参数结构体
|
|
1422
|
-
*/
|
|
1423
|
-
export interface DescribePaiInstancesRequest {
|
|
1424
|
-
/**
|
|
1425
|
-
* 依据PAI实例的实例ID进行查询。
|
|
1426
|
-
*/
|
|
1427
|
-
InstanceIds?: Array<string>;
|
|
1428
|
-
/**
|
|
1429
|
-
* 过滤条件。
|
|
1430
|
-
*/
|
|
1431
|
-
Filters?: Array<Filter>;
|
|
1432
|
-
/**
|
|
1433
|
-
* 返回数量,默认为20,最大值为100。
|
|
1434
|
-
*/
|
|
1435
|
-
Limit?: number;
|
|
1436
|
-
/**
|
|
1437
|
-
* 偏移量,默认为0。
|
|
1438
|
-
*/
|
|
1439
|
-
Offset?: number;
|
|
1440
|
-
}
|
|
1441
1420
|
/**
|
|
1442
1421
|
* CreateNotificationConfiguration请求参数结构体
|
|
1443
1422
|
*/
|
|
@@ -1497,37 +1476,6 @@ export interface DescribeScheduledActionsResponse {
|
|
|
1497
1476
|
*/
|
|
1498
1477
|
RequestId?: string;
|
|
1499
1478
|
}
|
|
1500
|
-
/**
|
|
1501
|
-
* ModifyNotificationConfiguration请求参数结构体
|
|
1502
|
-
*/
|
|
1503
|
-
export interface ModifyNotificationConfigurationRequest {
|
|
1504
|
-
/**
|
|
1505
|
-
* 待修改的通知ID。
|
|
1506
|
-
*/
|
|
1507
|
-
AutoScalingNotificationId: string;
|
|
1508
|
-
/**
|
|
1509
|
-
* 通知类型,即为需要订阅的通知类型集合,取值范围如下:
|
|
1510
|
-
<li>SCALE_OUT_SUCCESSFUL:扩容成功</li>
|
|
1511
|
-
<li>SCALE_OUT_FAILED:扩容失败</li>
|
|
1512
|
-
<li>SCALE_IN_SUCCESSFUL:缩容成功</li>
|
|
1513
|
-
<li>SCALE_IN_FAILED:缩容失败</li>
|
|
1514
|
-
<li>REPLACE_UNHEALTHY_INSTANCE_SUCCESSFUL:替换不健康子机成功</li>
|
|
1515
|
-
<li>REPLACE_UNHEALTHY_INSTANCE_FAILED:替换不健康子机失败</li>
|
|
1516
|
-
*/
|
|
1517
|
-
NotificationTypes?: Array<string>;
|
|
1518
|
-
/**
|
|
1519
|
-
* 通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。
|
|
1520
|
-
*/
|
|
1521
|
-
NotificationUserGroupIds?: Array<string>;
|
|
1522
|
-
/**
|
|
1523
|
-
* CMQ 队列或 TDMQ CMQ 队列名。
|
|
1524
|
-
*/
|
|
1525
|
-
QueueName?: string;
|
|
1526
|
-
/**
|
|
1527
|
-
* CMQ 主题或 TDMQ CMQ 主题名。
|
|
1528
|
-
*/
|
|
1529
|
-
TopicName?: string;
|
|
1530
|
-
}
|
|
1531
1479
|
/**
|
|
1532
1480
|
* DeleteLifecycleHook请求参数结构体
|
|
1533
1481
|
*/
|
|
@@ -1638,23 +1586,6 @@ export interface InstanceTag {
|
|
|
1638
1586
|
*/
|
|
1639
1587
|
Value: string;
|
|
1640
1588
|
}
|
|
1641
|
-
/**
|
|
1642
|
-
* PAI实例
|
|
1643
|
-
*/
|
|
1644
|
-
export interface PaiInstance {
|
|
1645
|
-
/**
|
|
1646
|
-
* 实例ID
|
|
1647
|
-
*/
|
|
1648
|
-
InstanceId: string;
|
|
1649
|
-
/**
|
|
1650
|
-
* 实例域名
|
|
1651
|
-
*/
|
|
1652
|
-
DomainName: string;
|
|
1653
|
-
/**
|
|
1654
|
-
* PAI管理页面URL
|
|
1655
|
-
*/
|
|
1656
|
-
PaiMateUrl: string;
|
|
1657
|
-
}
|
|
1658
1589
|
/**
|
|
1659
1590
|
* DescribeAutoScalingAdvices返回参数结构体
|
|
1660
1591
|
*/
|
|
@@ -3048,13 +2979,35 @@ export interface RunMonitorServiceEnabled {
|
|
|
3048
2979
|
Enabled?: boolean;
|
|
3049
2980
|
}
|
|
3050
2981
|
/**
|
|
3051
|
-
*
|
|
2982
|
+
* ModifyNotificationConfiguration请求参数结构体
|
|
3052
2983
|
*/
|
|
3053
|
-
export interface
|
|
2984
|
+
export interface ModifyNotificationConfigurationRequest {
|
|
3054
2985
|
/**
|
|
3055
|
-
*
|
|
2986
|
+
* 待修改的通知ID。
|
|
3056
2987
|
*/
|
|
3057
|
-
|
|
2988
|
+
AutoScalingNotificationId: string;
|
|
2989
|
+
/**
|
|
2990
|
+
* 通知类型,即为需要订阅的通知类型集合,取值范围如下:
|
|
2991
|
+
<li>SCALE_OUT_SUCCESSFUL:扩容成功</li>
|
|
2992
|
+
<li>SCALE_OUT_FAILED:扩容失败</li>
|
|
2993
|
+
<li>SCALE_IN_SUCCESSFUL:缩容成功</li>
|
|
2994
|
+
<li>SCALE_IN_FAILED:缩容失败</li>
|
|
2995
|
+
<li>REPLACE_UNHEALTHY_INSTANCE_SUCCESSFUL:替换不健康子机成功</li>
|
|
2996
|
+
<li>REPLACE_UNHEALTHY_INSTANCE_FAILED:替换不健康子机失败</li>
|
|
2997
|
+
*/
|
|
2998
|
+
NotificationTypes?: Array<string>;
|
|
2999
|
+
/**
|
|
3000
|
+
* 通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。
|
|
3001
|
+
*/
|
|
3002
|
+
NotificationUserGroupIds?: Array<string>;
|
|
3003
|
+
/**
|
|
3004
|
+
* CMQ 队列或 TDMQ CMQ 队列名。
|
|
3005
|
+
*/
|
|
3006
|
+
QueueName?: string;
|
|
3007
|
+
/**
|
|
3008
|
+
* CMQ 主题或 TDMQ CMQ 主题名。
|
|
3009
|
+
*/
|
|
3010
|
+
TopicName?: string;
|
|
3058
3011
|
}
|
|
3059
3012
|
/**
|
|
3060
3013
|
* 与本次伸缩活动相关的实例信息。
|
|
@@ -3159,17 +3112,9 @@ export interface InstanceChargePrepaid {
|
|
|
3159
3112
|
RenewFlag?: string;
|
|
3160
3113
|
}
|
|
3161
3114
|
/**
|
|
3162
|
-
*
|
|
3115
|
+
* DeleteLifecycleHook返回参数结构体
|
|
3163
3116
|
*/
|
|
3164
|
-
export interface
|
|
3165
|
-
/**
|
|
3166
|
-
* 符合条件的PAI实例数量
|
|
3167
|
-
*/
|
|
3168
|
-
TotalCount?: number;
|
|
3169
|
-
/**
|
|
3170
|
-
* PAI实例详细信息
|
|
3171
|
-
*/
|
|
3172
|
-
PaiInstanceSet?: Array<PaiInstance>;
|
|
3117
|
+
export interface DeleteLifecycleHookResponse {
|
|
3173
3118
|
/**
|
|
3174
3119
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3175
3120
|
*/
|