@alicloud/ess20220222 1.7.1 → 1.8.0
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 +373 -0
- package/dist/client.js +373 -11
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +582 -0
package/dist/client.d.ts
CHANGED
|
@@ -1448,6 +1448,73 @@ export declare class CreateAlarmResponse extends $tea.Model {
|
|
|
1448
1448
|
[key: string]: any;
|
|
1449
1449
|
});
|
|
1450
1450
|
}
|
|
1451
|
+
export declare class CreateDiagnoseReportRequest extends $tea.Model {
|
|
1452
|
+
/**
|
|
1453
|
+
* @remarks
|
|
1454
|
+
* This parameter is required.
|
|
1455
|
+
*
|
|
1456
|
+
* @example
|
|
1457
|
+
* cn-hangzhou
|
|
1458
|
+
*/
|
|
1459
|
+
regionId?: string;
|
|
1460
|
+
/**
|
|
1461
|
+
* @remarks
|
|
1462
|
+
* This parameter is required.
|
|
1463
|
+
*
|
|
1464
|
+
* @example
|
|
1465
|
+
* asg-bp1f2f6oxc2*******
|
|
1466
|
+
*/
|
|
1467
|
+
scalingGroupId?: string;
|
|
1468
|
+
static names(): {
|
|
1469
|
+
[key: string]: string;
|
|
1470
|
+
};
|
|
1471
|
+
static types(): {
|
|
1472
|
+
[key: string]: any;
|
|
1473
|
+
};
|
|
1474
|
+
constructor(map?: {
|
|
1475
|
+
[key: string]: any;
|
|
1476
|
+
});
|
|
1477
|
+
}
|
|
1478
|
+
export declare class CreateDiagnoseReportResponseBody extends $tea.Model {
|
|
1479
|
+
/**
|
|
1480
|
+
* @example
|
|
1481
|
+
* dr-uf6enpbnri1xhcy9qc7s
|
|
1482
|
+
*/
|
|
1483
|
+
reportId?: string;
|
|
1484
|
+
/**
|
|
1485
|
+
* @remarks
|
|
1486
|
+
* Id of the request
|
|
1487
|
+
*
|
|
1488
|
+
* @example
|
|
1489
|
+
* 0189C6CB-07BA-5AFE-B533-D93892324774
|
|
1490
|
+
*/
|
|
1491
|
+
requestId?: string;
|
|
1492
|
+
static names(): {
|
|
1493
|
+
[key: string]: string;
|
|
1494
|
+
};
|
|
1495
|
+
static types(): {
|
|
1496
|
+
[key: string]: any;
|
|
1497
|
+
};
|
|
1498
|
+
constructor(map?: {
|
|
1499
|
+
[key: string]: any;
|
|
1500
|
+
});
|
|
1501
|
+
}
|
|
1502
|
+
export declare class CreateDiagnoseReportResponse extends $tea.Model {
|
|
1503
|
+
headers?: {
|
|
1504
|
+
[key: string]: string;
|
|
1505
|
+
};
|
|
1506
|
+
statusCode?: number;
|
|
1507
|
+
body?: CreateDiagnoseReportResponseBody;
|
|
1508
|
+
static names(): {
|
|
1509
|
+
[key: string]: string;
|
|
1510
|
+
};
|
|
1511
|
+
static types(): {
|
|
1512
|
+
[key: string]: any;
|
|
1513
|
+
};
|
|
1514
|
+
constructor(map?: {
|
|
1515
|
+
[key: string]: any;
|
|
1516
|
+
});
|
|
1517
|
+
}
|
|
1451
1518
|
export declare class CreateEciScalingConfigurationRequest extends $tea.Model {
|
|
1452
1519
|
/**
|
|
1453
1520
|
* @remarks
|
|
@@ -5081,6 +5148,95 @@ export declare class DescribeAlertConfigurationResponse extends $tea.Model {
|
|
|
5081
5148
|
[key: string]: any;
|
|
5082
5149
|
});
|
|
5083
5150
|
}
|
|
5151
|
+
export declare class DescribeDiagnoseReportsRequest extends $tea.Model {
|
|
5152
|
+
/**
|
|
5153
|
+
* @example
|
|
5154
|
+
* 1
|
|
5155
|
+
*/
|
|
5156
|
+
pageNumber?: number;
|
|
5157
|
+
/**
|
|
5158
|
+
* @example
|
|
5159
|
+
* 10
|
|
5160
|
+
*/
|
|
5161
|
+
pageSize?: number;
|
|
5162
|
+
/**
|
|
5163
|
+
* @remarks
|
|
5164
|
+
* This parameter is required.
|
|
5165
|
+
*
|
|
5166
|
+
* @example
|
|
5167
|
+
* cn-shenzhen
|
|
5168
|
+
*/
|
|
5169
|
+
regionId?: string;
|
|
5170
|
+
reportIds?: string[];
|
|
5171
|
+
/**
|
|
5172
|
+
* @remarks
|
|
5173
|
+
* This parameter is required.
|
|
5174
|
+
*
|
|
5175
|
+
* @example
|
|
5176
|
+
* asg-2vcis7yglxtm*****
|
|
5177
|
+
*/
|
|
5178
|
+
scalingGroupId?: string;
|
|
5179
|
+
static names(): {
|
|
5180
|
+
[key: string]: string;
|
|
5181
|
+
};
|
|
5182
|
+
static types(): {
|
|
5183
|
+
[key: string]: any;
|
|
5184
|
+
};
|
|
5185
|
+
constructor(map?: {
|
|
5186
|
+
[key: string]: any;
|
|
5187
|
+
});
|
|
5188
|
+
}
|
|
5189
|
+
export declare class DescribeDiagnoseReportsResponseBody extends $tea.Model {
|
|
5190
|
+
/**
|
|
5191
|
+
* @example
|
|
5192
|
+
* 1
|
|
5193
|
+
*/
|
|
5194
|
+
pageNumber?: number;
|
|
5195
|
+
/**
|
|
5196
|
+
* @example
|
|
5197
|
+
* 10
|
|
5198
|
+
*/
|
|
5199
|
+
pageSize?: number;
|
|
5200
|
+
reports?: DescribeDiagnoseReportsResponseBodyReports[];
|
|
5201
|
+
/**
|
|
5202
|
+
* @remarks
|
|
5203
|
+
* Id of the request
|
|
5204
|
+
*
|
|
5205
|
+
* @example
|
|
5206
|
+
* ECA123C6-107B-5F70-A177-740A7224C996
|
|
5207
|
+
*/
|
|
5208
|
+
requestId?: string;
|
|
5209
|
+
/**
|
|
5210
|
+
* @example
|
|
5211
|
+
* 5
|
|
5212
|
+
*/
|
|
5213
|
+
totalCount?: number;
|
|
5214
|
+
static names(): {
|
|
5215
|
+
[key: string]: string;
|
|
5216
|
+
};
|
|
5217
|
+
static types(): {
|
|
5218
|
+
[key: string]: any;
|
|
5219
|
+
};
|
|
5220
|
+
constructor(map?: {
|
|
5221
|
+
[key: string]: any;
|
|
5222
|
+
});
|
|
5223
|
+
}
|
|
5224
|
+
export declare class DescribeDiagnoseReportsResponse extends $tea.Model {
|
|
5225
|
+
headers?: {
|
|
5226
|
+
[key: string]: string;
|
|
5227
|
+
};
|
|
5228
|
+
statusCode?: number;
|
|
5229
|
+
body?: DescribeDiagnoseReportsResponseBody;
|
|
5230
|
+
static names(): {
|
|
5231
|
+
[key: string]: string;
|
|
5232
|
+
};
|
|
5233
|
+
static types(): {
|
|
5234
|
+
[key: string]: any;
|
|
5235
|
+
};
|
|
5236
|
+
constructor(map?: {
|
|
5237
|
+
[key: string]: any;
|
|
5238
|
+
});
|
|
5239
|
+
}
|
|
5084
5240
|
export declare class DescribeEciScalingConfigurationDetailRequest extends $tea.Model {
|
|
5085
5241
|
/**
|
|
5086
5242
|
* @remarks
|
|
@@ -6960,6 +7116,69 @@ export declare class DescribeScalingGroupDetailResponse extends $tea.Model {
|
|
|
6960
7116
|
[key: string]: any;
|
|
6961
7117
|
});
|
|
6962
7118
|
}
|
|
7119
|
+
export declare class DescribeScalingGroupDiagnoseDetailsRequest extends $tea.Model {
|
|
7120
|
+
/**
|
|
7121
|
+
* @remarks
|
|
7122
|
+
* This parameter is required.
|
|
7123
|
+
*
|
|
7124
|
+
* @example
|
|
7125
|
+
* cn-qingdao
|
|
7126
|
+
*/
|
|
7127
|
+
regionId?: string;
|
|
7128
|
+
/**
|
|
7129
|
+
* @remarks
|
|
7130
|
+
* This parameter is required.
|
|
7131
|
+
*
|
|
7132
|
+
* @example
|
|
7133
|
+
* asg-bp18p2yfxow2dloq****
|
|
7134
|
+
*/
|
|
7135
|
+
scalingGroupId?: string;
|
|
7136
|
+
static names(): {
|
|
7137
|
+
[key: string]: string;
|
|
7138
|
+
};
|
|
7139
|
+
static types(): {
|
|
7140
|
+
[key: string]: any;
|
|
7141
|
+
};
|
|
7142
|
+
constructor(map?: {
|
|
7143
|
+
[key: string]: any;
|
|
7144
|
+
});
|
|
7145
|
+
}
|
|
7146
|
+
export declare class DescribeScalingGroupDiagnoseDetailsResponseBody extends $tea.Model {
|
|
7147
|
+
details?: DescribeScalingGroupDiagnoseDetailsResponseBodyDetails[];
|
|
7148
|
+
/**
|
|
7149
|
+
* @remarks
|
|
7150
|
+
* Id of the request
|
|
7151
|
+
*
|
|
7152
|
+
* @example
|
|
7153
|
+
* 688B18B8-FB1E-42EB-A1ED-7F55B090****
|
|
7154
|
+
*/
|
|
7155
|
+
requestId?: string;
|
|
7156
|
+
static names(): {
|
|
7157
|
+
[key: string]: string;
|
|
7158
|
+
};
|
|
7159
|
+
static types(): {
|
|
7160
|
+
[key: string]: any;
|
|
7161
|
+
};
|
|
7162
|
+
constructor(map?: {
|
|
7163
|
+
[key: string]: any;
|
|
7164
|
+
});
|
|
7165
|
+
}
|
|
7166
|
+
export declare class DescribeScalingGroupDiagnoseDetailsResponse extends $tea.Model {
|
|
7167
|
+
headers?: {
|
|
7168
|
+
[key: string]: string;
|
|
7169
|
+
};
|
|
7170
|
+
statusCode?: number;
|
|
7171
|
+
body?: DescribeScalingGroupDiagnoseDetailsResponseBody;
|
|
7172
|
+
static names(): {
|
|
7173
|
+
[key: string]: string;
|
|
7174
|
+
};
|
|
7175
|
+
static types(): {
|
|
7176
|
+
[key: string]: any;
|
|
7177
|
+
};
|
|
7178
|
+
constructor(map?: {
|
|
7179
|
+
[key: string]: any;
|
|
7180
|
+
});
|
|
7181
|
+
}
|
|
6963
7182
|
export declare class DescribeScalingGroupsRequest extends $tea.Model {
|
|
6964
7183
|
/**
|
|
6965
7184
|
* @remarks
|
|
@@ -17598,6 +17817,84 @@ export declare class DescribeAlarmsResponseBodyAlarmList extends $tea.Model {
|
|
|
17598
17817
|
[key: string]: any;
|
|
17599
17818
|
});
|
|
17600
17819
|
}
|
|
17820
|
+
export declare class DescribeDiagnoseReportsResponseBodyReportsDetails extends $tea.Model {
|
|
17821
|
+
/**
|
|
17822
|
+
* @example
|
|
17823
|
+
* AccountArrearage
|
|
17824
|
+
*/
|
|
17825
|
+
diagnoseType?: string;
|
|
17826
|
+
/**
|
|
17827
|
+
* @example
|
|
17828
|
+
* VSwitchIdNotFound
|
|
17829
|
+
*/
|
|
17830
|
+
errorCode?: string;
|
|
17831
|
+
/**
|
|
17832
|
+
* @example
|
|
17833
|
+
* sg-280ih****
|
|
17834
|
+
*/
|
|
17835
|
+
resourceId?: string;
|
|
17836
|
+
/**
|
|
17837
|
+
* @example
|
|
17838
|
+
* Normal
|
|
17839
|
+
*/
|
|
17840
|
+
status?: string;
|
|
17841
|
+
static names(): {
|
|
17842
|
+
[key: string]: string;
|
|
17843
|
+
};
|
|
17844
|
+
static types(): {
|
|
17845
|
+
[key: string]: any;
|
|
17846
|
+
};
|
|
17847
|
+
constructor(map?: {
|
|
17848
|
+
[key: string]: any;
|
|
17849
|
+
});
|
|
17850
|
+
}
|
|
17851
|
+
export declare class DescribeDiagnoseReportsResponseBodyReports extends $tea.Model {
|
|
17852
|
+
/**
|
|
17853
|
+
* @example
|
|
17854
|
+
* 2024-08-23T02:22:30Z
|
|
17855
|
+
*/
|
|
17856
|
+
creationTime?: string;
|
|
17857
|
+
details?: DescribeDiagnoseReportsResponseBodyReportsDetails[];
|
|
17858
|
+
/**
|
|
17859
|
+
* @example
|
|
17860
|
+
* Normal
|
|
17861
|
+
*/
|
|
17862
|
+
diagnoseStatus?: string;
|
|
17863
|
+
/**
|
|
17864
|
+
* @example
|
|
17865
|
+
* Finished
|
|
17866
|
+
*/
|
|
17867
|
+
processStatus?: string;
|
|
17868
|
+
/**
|
|
17869
|
+
* @example
|
|
17870
|
+
* cn-qingdao
|
|
17871
|
+
*/
|
|
17872
|
+
regionId?: string;
|
|
17873
|
+
/**
|
|
17874
|
+
* @example
|
|
17875
|
+
* dr-bp14p0cjp7wvjob5l6hk
|
|
17876
|
+
*/
|
|
17877
|
+
reportId?: string;
|
|
17878
|
+
/**
|
|
17879
|
+
* @example
|
|
17880
|
+
* asg-bp124uve5iph3*****
|
|
17881
|
+
*/
|
|
17882
|
+
scalingGroupId?: string;
|
|
17883
|
+
/**
|
|
17884
|
+
* @example
|
|
17885
|
+
* 161456884*******
|
|
17886
|
+
*/
|
|
17887
|
+
userId?: string;
|
|
17888
|
+
static names(): {
|
|
17889
|
+
[key: string]: string;
|
|
17890
|
+
};
|
|
17891
|
+
static types(): {
|
|
17892
|
+
[key: string]: any;
|
|
17893
|
+
};
|
|
17894
|
+
constructor(map?: {
|
|
17895
|
+
[key: string]: any;
|
|
17896
|
+
});
|
|
17897
|
+
}
|
|
17601
17898
|
export declare class DescribeEciScalingConfigurationDetailResponseBodyScalingConfigurationAcrRegistryInfos extends $tea.Model {
|
|
17602
17899
|
/**
|
|
17603
17900
|
* @remarks
|
|
@@ -23548,6 +23845,37 @@ export declare class DescribeScalingGroupDetailResponseBodyScalingGroup extends
|
|
|
23548
23845
|
[key: string]: any;
|
|
23549
23846
|
});
|
|
23550
23847
|
}
|
|
23848
|
+
export declare class DescribeScalingGroupDiagnoseDetailsResponseBodyDetails extends $tea.Model {
|
|
23849
|
+
/**
|
|
23850
|
+
* @example
|
|
23851
|
+
* SecurityGroup
|
|
23852
|
+
*/
|
|
23853
|
+
diagnoseType?: string;
|
|
23854
|
+
/**
|
|
23855
|
+
* @example
|
|
23856
|
+
* AccountArrearage
|
|
23857
|
+
*/
|
|
23858
|
+
errorCode?: string;
|
|
23859
|
+
/**
|
|
23860
|
+
* @example
|
|
23861
|
+
* sg-280ih****
|
|
23862
|
+
*/
|
|
23863
|
+
resourceId?: string;
|
|
23864
|
+
/**
|
|
23865
|
+
* @example
|
|
23866
|
+
* Normal
|
|
23867
|
+
*/
|
|
23868
|
+
status?: string;
|
|
23869
|
+
static names(): {
|
|
23870
|
+
[key: string]: string;
|
|
23871
|
+
};
|
|
23872
|
+
static types(): {
|
|
23873
|
+
[key: string]: any;
|
|
23874
|
+
};
|
|
23875
|
+
constructor(map?: {
|
|
23876
|
+
[key: string]: any;
|
|
23877
|
+
});
|
|
23878
|
+
}
|
|
23551
23879
|
export declare class DescribeScalingGroupsRequestTags extends $tea.Model {
|
|
23552
23880
|
/**
|
|
23553
23881
|
* @remarks
|
|
@@ -28986,6 +29314,21 @@ export default class Client extends OpenApi {
|
|
|
28986
29314
|
* @returns CreateAlarmResponse
|
|
28987
29315
|
*/
|
|
28988
29316
|
createAlarm(request: CreateAlarmRequest): Promise<CreateAlarmResponse>;
|
|
29317
|
+
/**
|
|
29318
|
+
* CreateDiagnoseReport
|
|
29319
|
+
*
|
|
29320
|
+
* @param request - CreateDiagnoseReportRequest
|
|
29321
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
29322
|
+
* @returns CreateDiagnoseReportResponse
|
|
29323
|
+
*/
|
|
29324
|
+
createDiagnoseReportWithOptions(request: CreateDiagnoseReportRequest, runtime: $Util.RuntimeOptions): Promise<CreateDiagnoseReportResponse>;
|
|
29325
|
+
/**
|
|
29326
|
+
* CreateDiagnoseReport
|
|
29327
|
+
*
|
|
29328
|
+
* @param request - CreateDiagnoseReportRequest
|
|
29329
|
+
* @returns CreateDiagnoseReportResponse
|
|
29330
|
+
*/
|
|
29331
|
+
createDiagnoseReport(request: CreateDiagnoseReportRequest): Promise<CreateDiagnoseReportResponse>;
|
|
28989
29332
|
/**
|
|
28990
29333
|
* Creates a scaling configuration of the Elastic Container Instance type. Auto Scaling uses the scaling configuration as a template to create elastic container instances to meet your business requirements during scale-out events.
|
|
28991
29334
|
*
|
|
@@ -29462,6 +29805,21 @@ export default class Client extends OpenApi {
|
|
|
29462
29805
|
* @returns DescribeAlertConfigurationResponse
|
|
29463
29806
|
*/
|
|
29464
29807
|
describeAlertConfiguration(request: DescribeAlertConfigurationRequest): Promise<DescribeAlertConfigurationResponse>;
|
|
29808
|
+
/**
|
|
29809
|
+
* DescribeDiagnoseReports
|
|
29810
|
+
*
|
|
29811
|
+
* @param request - DescribeDiagnoseReportsRequest
|
|
29812
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
29813
|
+
* @returns DescribeDiagnoseReportsResponse
|
|
29814
|
+
*/
|
|
29815
|
+
describeDiagnoseReportsWithOptions(request: DescribeDiagnoseReportsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiagnoseReportsResponse>;
|
|
29816
|
+
/**
|
|
29817
|
+
* DescribeDiagnoseReports
|
|
29818
|
+
*
|
|
29819
|
+
* @param request - DescribeDiagnoseReportsRequest
|
|
29820
|
+
* @returns DescribeDiagnoseReportsResponse
|
|
29821
|
+
*/
|
|
29822
|
+
describeDiagnoseReports(request: DescribeDiagnoseReportsRequest): Promise<DescribeDiagnoseReportsResponse>;
|
|
29465
29823
|
/**
|
|
29466
29824
|
* Queries the details of a scaling configuration. You can query a scaling configuration by its ID to learn about its details such as the temporary storage size, number of IPv6 addresses, and bandwidth of the elastic IP address (EIP). The scaling configuration details can be obtained as a YAML file.
|
|
29467
29825
|
*
|
|
@@ -29723,6 +30081,21 @@ export default class Client extends OpenApi {
|
|
|
29723
30081
|
* @returns DescribeScalingGroupDetailResponse
|
|
29724
30082
|
*/
|
|
29725
30083
|
describeScalingGroupDetail(request: DescribeScalingGroupDetailRequest): Promise<DescribeScalingGroupDetailResponse>;
|
|
30084
|
+
/**
|
|
30085
|
+
* DescribeScalingGroupDiagnoseDetails
|
|
30086
|
+
*
|
|
30087
|
+
* @param request - DescribeScalingGroupDiagnoseDetailsRequest
|
|
30088
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
30089
|
+
* @returns DescribeScalingGroupDiagnoseDetailsResponse
|
|
30090
|
+
*/
|
|
30091
|
+
describeScalingGroupDiagnoseDetailsWithOptions(request: DescribeScalingGroupDiagnoseDetailsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeScalingGroupDiagnoseDetailsResponse>;
|
|
30092
|
+
/**
|
|
30093
|
+
* DescribeScalingGroupDiagnoseDetails
|
|
30094
|
+
*
|
|
30095
|
+
* @param request - DescribeScalingGroupDiagnoseDetailsRequest
|
|
30096
|
+
* @returns DescribeScalingGroupDiagnoseDetailsResponse
|
|
30097
|
+
*/
|
|
30098
|
+
describeScalingGroupDiagnoseDetails(request: DescribeScalingGroupDiagnoseDetailsRequest): Promise<DescribeScalingGroupDiagnoseDetailsResponse>;
|
|
29726
30099
|
/**
|
|
29727
30100
|
* Queries information about scaling groups, such as the basic information, instances, and scaling configurations.
|
|
29728
30101
|
*
|