@alicloud/ess20220222 1.1.0 → 1.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.d.ts CHANGED
@@ -32,11 +32,11 @@ export declare class ApplyScalingGroupResponseBody extends $tea.Model {
32
32
  });
33
33
  }
34
34
  export declare class ApplyScalingGroupResponse extends $tea.Model {
35
- headers: {
35
+ headers?: {
36
36
  [key: string]: string;
37
37
  };
38
- statusCode: number;
39
- body: ApplyScalingGroupResponseBody;
38
+ statusCode?: number;
39
+ body?: ApplyScalingGroupResponseBody;
40
40
  static names(): {
41
41
  [key: string]: string;
42
42
  };
@@ -79,11 +79,11 @@ export declare class AttachAlbServerGroupsResponseBody extends $tea.Model {
79
79
  });
80
80
  }
81
81
  export declare class AttachAlbServerGroupsResponse extends $tea.Model {
82
- headers: {
82
+ headers?: {
83
83
  [key: string]: string;
84
84
  };
85
- statusCode: number;
86
- body: AttachAlbServerGroupsResponseBody;
85
+ statusCode?: number;
86
+ body?: AttachAlbServerGroupsResponseBody;
87
87
  static names(): {
88
88
  [key: string]: string;
89
89
  };
@@ -125,11 +125,11 @@ export declare class AttachDBInstancesResponseBody extends $tea.Model {
125
125
  });
126
126
  }
127
127
  export declare class AttachDBInstancesResponse extends $tea.Model {
128
- headers: {
128
+ headers?: {
129
129
  [key: string]: string;
130
130
  };
131
- statusCode: number;
132
- body: AttachDBInstancesResponseBody;
131
+ statusCode?: number;
132
+ body?: AttachDBInstancesResponseBody;
133
133
  static names(): {
134
134
  [key: string]: string;
135
135
  };
@@ -176,11 +176,11 @@ export declare class AttachInstancesResponseBody extends $tea.Model {
176
176
  });
177
177
  }
178
178
  export declare class AttachInstancesResponse extends $tea.Model {
179
- headers: {
179
+ headers?: {
180
180
  [key: string]: string;
181
181
  };
182
- statusCode: number;
183
- body: AttachInstancesResponseBody;
182
+ statusCode?: number;
183
+ body?: AttachInstancesResponseBody;
184
184
  static names(): {
185
185
  [key: string]: string;
186
186
  };
@@ -224,11 +224,11 @@ export declare class AttachLoadBalancersResponseBody extends $tea.Model {
224
224
  });
225
225
  }
226
226
  export declare class AttachLoadBalancersResponse extends $tea.Model {
227
- headers: {
227
+ headers?: {
228
228
  [key: string]: string;
229
229
  };
230
- statusCode: number;
231
- body: AttachLoadBalancersResponseBody;
230
+ statusCode?: number;
231
+ body?: AttachLoadBalancersResponseBody;
232
232
  static names(): {
233
233
  [key: string]: string;
234
234
  };
@@ -271,11 +271,11 @@ export declare class AttachServerGroupsResponseBody extends $tea.Model {
271
271
  });
272
272
  }
273
273
  export declare class AttachServerGroupsResponse extends $tea.Model {
274
- headers: {
274
+ headers?: {
275
275
  [key: string]: string;
276
276
  };
277
- statusCode: number;
278
- body: AttachServerGroupsResponseBody;
277
+ statusCode?: number;
278
+ body?: AttachServerGroupsResponseBody;
279
279
  static names(): {
280
280
  [key: string]: string;
281
281
  };
@@ -317,11 +317,11 @@ export declare class AttachVServerGroupsResponseBody extends $tea.Model {
317
317
  });
318
318
  }
319
319
  export declare class AttachVServerGroupsResponse extends $tea.Model {
320
- headers: {
320
+ headers?: {
321
321
  [key: string]: string;
322
322
  };
323
- statusCode: number;
324
- body: AttachVServerGroupsResponseBody;
323
+ statusCode?: number;
324
+ body?: AttachVServerGroupsResponseBody;
325
325
  static names(): {
326
326
  [key: string]: string;
327
327
  };
@@ -362,11 +362,11 @@ export declare class ChangeResourceGroupResponseBody extends $tea.Model {
362
362
  });
363
363
  }
364
364
  export declare class ChangeResourceGroupResponse extends $tea.Model {
365
- headers: {
365
+ headers?: {
366
366
  [key: string]: string;
367
367
  };
368
- statusCode: number;
369
- body: ChangeResourceGroupResponseBody;
368
+ statusCode?: number;
369
+ body?: ChangeResourceGroupResponseBody;
370
370
  static names(): {
371
371
  [key: string]: string;
372
372
  };
@@ -409,11 +409,11 @@ export declare class CompleteLifecycleActionResponseBody extends $tea.Model {
409
409
  });
410
410
  }
411
411
  export declare class CompleteLifecycleActionResponse extends $tea.Model {
412
- headers: {
412
+ headers?: {
413
413
  [key: string]: string;
414
414
  };
415
- statusCode: number;
416
- body: CompleteLifecycleActionResponseBody;
415
+ statusCode?: number;
416
+ body?: CompleteLifecycleActionResponseBody;
417
417
  static names(): {
418
418
  [key: string]: string;
419
419
  };
@@ -468,11 +468,11 @@ export declare class CreateAlarmResponseBody extends $tea.Model {
468
468
  });
469
469
  }
470
470
  export declare class CreateAlarmResponse extends $tea.Model {
471
- headers: {
471
+ headers?: {
472
472
  [key: string]: string;
473
473
  };
474
- statusCode: number;
475
- body: CreateAlarmResponseBody;
474
+ statusCode?: number;
475
+ body?: CreateAlarmResponseBody;
476
476
  static names(): {
477
477
  [key: string]: string;
478
478
  };
@@ -557,11 +557,11 @@ export declare class CreateEciScalingConfigurationResponseBody extends $tea.Mode
557
557
  });
558
558
  }
559
559
  export declare class CreateEciScalingConfigurationResponse extends $tea.Model {
560
- headers: {
560
+ headers?: {
561
561
  [key: string]: string;
562
562
  };
563
- statusCode: number;
564
- body: CreateEciScalingConfigurationResponseBody;
563
+ statusCode?: number;
564
+ body?: CreateEciScalingConfigurationResponseBody;
565
565
  static names(): {
566
566
  [key: string]: string;
567
567
  };
@@ -607,11 +607,11 @@ export declare class CreateLifecycleHookResponseBody extends $tea.Model {
607
607
  });
608
608
  }
609
609
  export declare class CreateLifecycleHookResponse extends $tea.Model {
610
- headers: {
610
+ headers?: {
611
611
  [key: string]: string;
612
612
  };
613
- statusCode: number;
614
- body: CreateLifecycleHookResponseBody;
613
+ statusCode?: number;
614
+ body?: CreateLifecycleHookResponseBody;
615
615
  static names(): {
616
616
  [key: string]: string;
617
617
  };
@@ -652,11 +652,11 @@ export declare class CreateNotificationConfigurationResponseBody extends $tea.Mo
652
652
  });
653
653
  }
654
654
  export declare class CreateNotificationConfigurationResponse extends $tea.Model {
655
- headers: {
655
+ headers?: {
656
656
  [key: string]: string;
657
657
  };
658
- statusCode: number;
659
- body: CreateNotificationConfigurationResponseBody;
658
+ statusCode?: number;
659
+ body?: CreateNotificationConfigurationResponseBody;
660
660
  static names(): {
661
661
  [key: string]: string;
662
662
  };
@@ -675,6 +675,7 @@ export declare class CreateScalingConfigurationRequest extends $tea.Model {
675
675
  clientToken?: string;
676
676
  cpu?: number;
677
677
  creditSpecification?: string;
678
+ customPriorities?: CreateScalingConfigurationRequestCustomPriorities[];
678
679
  dataDisks?: CreateScalingConfigurationRequestDataDisks[];
679
680
  dedicatedHostId?: string;
680
681
  deletionProtection?: boolean;
@@ -742,6 +743,7 @@ export declare class CreateScalingConfigurationShrinkRequest extends $tea.Model
742
743
  clientToken?: string;
743
744
  cpu?: number;
744
745
  creditSpecification?: string;
746
+ customPriorities?: CreateScalingConfigurationShrinkRequestCustomPriorities[];
745
747
  dataDisks?: CreateScalingConfigurationShrinkRequestDataDisks[];
746
748
  dedicatedHostId?: string;
747
749
  deletionProtection?: boolean;
@@ -813,11 +815,11 @@ export declare class CreateScalingConfigurationResponseBody extends $tea.Model {
813
815
  });
814
816
  }
815
817
  export declare class CreateScalingConfigurationResponse extends $tea.Model {
816
- headers: {
818
+ headers?: {
817
819
  [key: string]: string;
818
820
  };
819
- statusCode: number;
820
- body: CreateScalingConfigurationResponseBody;
821
+ statusCode?: number;
822
+ body?: CreateScalingConfigurationResponseBody;
821
823
  static names(): {
822
824
  [key: string]: string;
823
825
  };
@@ -896,11 +898,11 @@ export declare class CreateScalingGroupResponseBody extends $tea.Model {
896
898
  });
897
899
  }
898
900
  export declare class CreateScalingGroupResponse extends $tea.Model {
899
- headers: {
901
+ headers?: {
900
902
  [key: string]: string;
901
903
  };
902
- statusCode: number;
903
- body: CreateScalingGroupResponseBody;
904
+ statusCode?: number;
905
+ body?: CreateScalingGroupResponseBody;
904
906
  static names(): {
905
907
  [key: string]: string;
906
908
  };
@@ -961,11 +963,11 @@ export declare class CreateScalingRuleResponseBody extends $tea.Model {
961
963
  });
962
964
  }
963
965
  export declare class CreateScalingRuleResponse extends $tea.Model {
964
- headers: {
966
+ headers?: {
965
967
  [key: string]: string;
966
968
  };
967
- statusCode: number;
968
- body: CreateScalingRuleResponseBody;
969
+ statusCode?: number;
970
+ body?: CreateScalingRuleResponseBody;
969
971
  static names(): {
970
972
  [key: string]: string;
971
973
  };
@@ -1018,11 +1020,11 @@ export declare class CreateScheduledTaskResponseBody extends $tea.Model {
1018
1020
  });
1019
1021
  }
1020
1022
  export declare class CreateScheduledTaskResponse extends $tea.Model {
1021
- headers: {
1023
+ headers?: {
1022
1024
  [key: string]: string;
1023
1025
  };
1024
- statusCode: number;
1025
- body: CreateScheduledTaskResponseBody;
1026
+ statusCode?: number;
1027
+ body?: CreateScheduledTaskResponseBody;
1026
1028
  static names(): {
1027
1029
  [key: string]: string;
1028
1030
  };
@@ -1061,11 +1063,11 @@ export declare class DeactivateScalingConfigurationResponseBody extends $tea.Mod
1061
1063
  });
1062
1064
  }
1063
1065
  export declare class DeactivateScalingConfigurationResponse extends $tea.Model {
1064
- headers: {
1066
+ headers?: {
1065
1067
  [key: string]: string;
1066
1068
  };
1067
- statusCode: number;
1068
- body: DeactivateScalingConfigurationResponseBody;
1069
+ statusCode?: number;
1070
+ body?: DeactivateScalingConfigurationResponseBody;
1069
1071
  static names(): {
1070
1072
  [key: string]: string;
1071
1073
  };
@@ -1105,11 +1107,11 @@ export declare class DeleteAlarmResponseBody extends $tea.Model {
1105
1107
  });
1106
1108
  }
1107
1109
  export declare class DeleteAlarmResponse extends $tea.Model {
1108
- headers: {
1110
+ headers?: {
1109
1111
  [key: string]: string;
1110
1112
  };
1111
- statusCode: number;
1112
- body: DeleteAlarmResponseBody;
1113
+ statusCode?: number;
1114
+ body?: DeleteAlarmResponseBody;
1113
1115
  static names(): {
1114
1116
  [key: string]: string;
1115
1117
  };
@@ -1149,11 +1151,11 @@ export declare class DeleteEciScalingConfigurationResponseBody extends $tea.Mode
1149
1151
  });
1150
1152
  }
1151
1153
  export declare class DeleteEciScalingConfigurationResponse extends $tea.Model {
1152
- headers: {
1154
+ headers?: {
1153
1155
  [key: string]: string;
1154
1156
  };
1155
- statusCode: number;
1156
- body: DeleteEciScalingConfigurationResponseBody;
1157
+ statusCode?: number;
1158
+ body?: DeleteEciScalingConfigurationResponseBody;
1157
1159
  static names(): {
1158
1160
  [key: string]: string;
1159
1161
  };
@@ -1195,11 +1197,11 @@ export declare class DeleteLifecycleHookResponseBody extends $tea.Model {
1195
1197
  });
1196
1198
  }
1197
1199
  export declare class DeleteLifecycleHookResponse extends $tea.Model {
1198
- headers: {
1200
+ headers?: {
1199
1201
  [key: string]: string;
1200
1202
  };
1201
- statusCode: number;
1202
- body: DeleteLifecycleHookResponseBody;
1203
+ statusCode?: number;
1204
+ body?: DeleteLifecycleHookResponseBody;
1203
1205
  static names(): {
1204
1206
  [key: string]: string;
1205
1207
  };
@@ -1239,11 +1241,11 @@ export declare class DeleteNotificationConfigurationResponseBody extends $tea.Mo
1239
1241
  });
1240
1242
  }
1241
1243
  export declare class DeleteNotificationConfigurationResponse extends $tea.Model {
1242
- headers: {
1244
+ headers?: {
1243
1245
  [key: string]: string;
1244
1246
  };
1245
- statusCode: number;
1246
- body: DeleteNotificationConfigurationResponseBody;
1247
+ statusCode?: number;
1248
+ body?: DeleteNotificationConfigurationResponseBody;
1247
1249
  static names(): {
1248
1250
  [key: string]: string;
1249
1251
  };
@@ -1282,11 +1284,11 @@ export declare class DeleteScalingConfigurationResponseBody extends $tea.Model {
1282
1284
  });
1283
1285
  }
1284
1286
  export declare class DeleteScalingConfigurationResponse extends $tea.Model {
1285
- headers: {
1287
+ headers?: {
1286
1288
  [key: string]: string;
1287
1289
  };
1288
- statusCode: number;
1289
- body: DeleteScalingConfigurationResponseBody;
1290
+ statusCode?: number;
1291
+ body?: DeleteScalingConfigurationResponseBody;
1290
1292
  static names(): {
1291
1293
  [key: string]: string;
1292
1294
  };
@@ -1327,11 +1329,11 @@ export declare class DeleteScalingGroupResponseBody extends $tea.Model {
1327
1329
  });
1328
1330
  }
1329
1331
  export declare class DeleteScalingGroupResponse extends $tea.Model {
1330
- headers: {
1332
+ headers?: {
1331
1333
  [key: string]: string;
1332
1334
  };
1333
- statusCode: number;
1334
- body: DeleteScalingGroupResponseBody;
1335
+ statusCode?: number;
1336
+ body?: DeleteScalingGroupResponseBody;
1335
1337
  static names(): {
1336
1338
  [key: string]: string;
1337
1339
  };
@@ -1371,11 +1373,11 @@ export declare class DeleteScalingRuleResponseBody extends $tea.Model {
1371
1373
  });
1372
1374
  }
1373
1375
  export declare class DeleteScalingRuleResponse extends $tea.Model {
1374
- headers: {
1376
+ headers?: {
1375
1377
  [key: string]: string;
1376
1378
  };
1377
- statusCode: number;
1378
- body: DeleteScalingRuleResponseBody;
1379
+ statusCode?: number;
1380
+ body?: DeleteScalingRuleResponseBody;
1379
1381
  static names(): {
1380
1382
  [key: string]: string;
1381
1383
  };
@@ -1415,11 +1417,11 @@ export declare class DeleteScheduledTaskResponseBody extends $tea.Model {
1415
1417
  });
1416
1418
  }
1417
1419
  export declare class DeleteScheduledTaskResponse extends $tea.Model {
1418
- headers: {
1420
+ headers?: {
1419
1421
  [key: string]: string;
1420
1422
  };
1421
- statusCode: number;
1422
- body: DeleteScheduledTaskResponseBody;
1423
+ statusCode?: number;
1424
+ body?: DeleteScheduledTaskResponseBody;
1423
1425
  static names(): {
1424
1426
  [key: string]: string;
1425
1427
  };
@@ -1469,11 +1471,11 @@ export declare class DescribeAlarmsResponseBody extends $tea.Model {
1469
1471
  });
1470
1472
  }
1471
1473
  export declare class DescribeAlarmsResponse extends $tea.Model {
1472
- headers: {
1474
+ headers?: {
1473
1475
  [key: string]: string;
1474
1476
  };
1475
- statusCode: number;
1476
- body: DescribeAlarmsResponseBody;
1477
+ statusCode?: number;
1478
+ body?: DescribeAlarmsResponseBody;
1477
1479
  static names(): {
1478
1480
  [key: string]: string;
1479
1481
  };
@@ -1522,11 +1524,11 @@ export declare class DescribeEciScalingConfigurationsResponseBody extends $tea.M
1522
1524
  });
1523
1525
  }
1524
1526
  export declare class DescribeEciScalingConfigurationsResponse extends $tea.Model {
1525
- headers: {
1527
+ headers?: {
1526
1528
  [key: string]: string;
1527
1529
  };
1528
- statusCode: number;
1529
- body: DescribeEciScalingConfigurationsResponseBody;
1530
+ statusCode?: number;
1531
+ body?: DescribeEciScalingConfigurationsResponseBody;
1530
1532
  static names(): {
1531
1533
  [key: string]: string;
1532
1534
  };
@@ -1572,11 +1574,11 @@ export declare class DescribeLifecycleActionsResponseBody extends $tea.Model {
1572
1574
  });
1573
1575
  }
1574
1576
  export declare class DescribeLifecycleActionsResponse extends $tea.Model {
1575
- headers: {
1577
+ headers?: {
1576
1578
  [key: string]: string;
1577
1579
  };
1578
- statusCode: number;
1579
- body: DescribeLifecycleActionsResponseBody;
1580
+ statusCode?: number;
1581
+ body?: DescribeLifecycleActionsResponseBody;
1580
1582
  static names(): {
1581
1583
  [key: string]: string;
1582
1584
  };
@@ -1624,11 +1626,11 @@ export declare class DescribeLifecycleHooksResponseBody extends $tea.Model {
1624
1626
  });
1625
1627
  }
1626
1628
  export declare class DescribeLifecycleHooksResponse extends $tea.Model {
1627
- headers: {
1629
+ headers?: {
1628
1630
  [key: string]: string;
1629
1631
  };
1630
- statusCode: number;
1631
- body: DescribeLifecycleHooksResponseBody;
1632
+ statusCode?: number;
1633
+ body?: DescribeLifecycleHooksResponseBody;
1632
1634
  static names(): {
1633
1635
  [key: string]: string;
1634
1636
  };
@@ -1679,11 +1681,11 @@ export declare class DescribeLimitationResponseBody extends $tea.Model {
1679
1681
  });
1680
1682
  }
1681
1683
  export declare class DescribeLimitationResponse extends $tea.Model {
1682
- headers: {
1684
+ headers?: {
1683
1685
  [key: string]: string;
1684
1686
  };
1685
- statusCode: number;
1686
- body: DescribeLimitationResponseBody;
1687
+ statusCode?: number;
1688
+ body?: DescribeLimitationResponseBody;
1687
1689
  static names(): {
1688
1690
  [key: string]: string;
1689
1691
  };
@@ -1723,11 +1725,11 @@ export declare class DescribeNotificationConfigurationsResponseBody extends $tea
1723
1725
  });
1724
1726
  }
1725
1727
  export declare class DescribeNotificationConfigurationsResponse extends $tea.Model {
1726
- headers: {
1728
+ headers?: {
1727
1729
  [key: string]: string;
1728
1730
  };
1729
- statusCode: number;
1730
- body: DescribeNotificationConfigurationsResponseBody;
1731
+ statusCode?: number;
1732
+ body?: DescribeNotificationConfigurationsResponseBody;
1731
1733
  static names(): {
1732
1734
  [key: string]: string;
1733
1735
  };
@@ -1765,11 +1767,11 @@ export declare class DescribeNotificationTypesResponseBody extends $tea.Model {
1765
1767
  });
1766
1768
  }
1767
1769
  export declare class DescribeNotificationTypesResponse extends $tea.Model {
1768
- headers: {
1770
+ headers?: {
1769
1771
  [key: string]: string;
1770
1772
  };
1771
- statusCode: number;
1772
- body: DescribeNotificationTypesResponseBody;
1773
+ statusCode?: number;
1774
+ body?: DescribeNotificationTypesResponseBody;
1773
1775
  static names(): {
1774
1776
  [key: string]: string;
1775
1777
  };
@@ -1809,11 +1811,11 @@ export declare class DescribeRegionsResponseBody extends $tea.Model {
1809
1811
  });
1810
1812
  }
1811
1813
  export declare class DescribeRegionsResponse extends $tea.Model {
1812
- headers: {
1814
+ headers?: {
1813
1815
  [key: string]: string;
1814
1816
  };
1815
- statusCode: number;
1816
- body: DescribeRegionsResponseBody;
1817
+ statusCode?: number;
1818
+ body?: DescribeRegionsResponseBody;
1817
1819
  static names(): {
1818
1820
  [key: string]: string;
1819
1821
  };
@@ -1862,11 +1864,11 @@ export declare class DescribeScalingActivitiesResponseBody extends $tea.Model {
1862
1864
  });
1863
1865
  }
1864
1866
  export declare class DescribeScalingActivitiesResponse extends $tea.Model {
1865
- headers: {
1867
+ headers?: {
1866
1868
  [key: string]: string;
1867
1869
  };
1868
- statusCode: number;
1869
- body: DescribeScalingActivitiesResponseBody;
1870
+ statusCode?: number;
1871
+ body?: DescribeScalingActivitiesResponseBody;
1870
1872
  static names(): {
1871
1873
  [key: string]: string;
1872
1874
  };
@@ -1907,11 +1909,11 @@ export declare class DescribeScalingActivityDetailResponseBody extends $tea.Mode
1907
1909
  });
1908
1910
  }
1909
1911
  export declare class DescribeScalingActivityDetailResponse extends $tea.Model {
1910
- headers: {
1912
+ headers?: {
1911
1913
  [key: string]: string;
1912
1914
  };
1913
- statusCode: number;
1914
- body: DescribeScalingActivityDetailResponseBody;
1915
+ statusCode?: number;
1916
+ body?: DescribeScalingActivityDetailResponseBody;
1915
1917
  static names(): {
1916
1918
  [key: string]: string;
1917
1919
  };
@@ -1960,11 +1962,11 @@ export declare class DescribeScalingConfigurationsResponseBody extends $tea.Mode
1960
1962
  });
1961
1963
  }
1962
1964
  export declare class DescribeScalingConfigurationsResponse extends $tea.Model {
1963
- headers: {
1965
+ headers?: {
1964
1966
  [key: string]: string;
1965
1967
  };
1966
- statusCode: number;
1967
- body: DescribeScalingConfigurationsResponseBody;
1968
+ statusCode?: number;
1969
+ body?: DescribeScalingConfigurationsResponseBody;
1968
1970
  static names(): {
1969
1971
  [key: string]: string;
1970
1972
  };
@@ -2016,11 +2018,11 @@ export declare class DescribeScalingGroupsResponseBody extends $tea.Model {
2016
2018
  });
2017
2019
  }
2018
2020
  export declare class DescribeScalingGroupsResponse extends $tea.Model {
2019
- headers: {
2021
+ headers?: {
2020
2022
  [key: string]: string;
2021
2023
  };
2022
- statusCode: number;
2023
- body: DescribeScalingGroupsResponseBody;
2024
+ statusCode?: number;
2025
+ body?: DescribeScalingGroupsResponseBody;
2024
2026
  static names(): {
2025
2027
  [key: string]: string;
2026
2028
  };
@@ -2076,11 +2078,11 @@ export declare class DescribeScalingInstancesResponseBody extends $tea.Model {
2076
2078
  });
2077
2079
  }
2078
2080
  export declare class DescribeScalingInstancesResponse extends $tea.Model {
2079
- headers: {
2081
+ headers?: {
2080
2082
  [key: string]: string;
2081
2083
  };
2082
- statusCode: number;
2083
- body: DescribeScalingInstancesResponseBody;
2084
+ statusCode?: number;
2085
+ body?: DescribeScalingInstancesResponseBody;
2084
2086
  static names(): {
2085
2087
  [key: string]: string;
2086
2088
  };
@@ -2132,11 +2134,11 @@ export declare class DescribeScalingRulesResponseBody extends $tea.Model {
2132
2134
  });
2133
2135
  }
2134
2136
  export declare class DescribeScalingRulesResponse extends $tea.Model {
2135
- headers: {
2137
+ headers?: {
2136
2138
  [key: string]: string;
2137
2139
  };
2138
- statusCode: number;
2139
- body: DescribeScalingRulesResponseBody;
2140
+ statusCode?: number;
2141
+ body?: DescribeScalingRulesResponseBody;
2140
2142
  static names(): {
2141
2143
  [key: string]: string;
2142
2144
  };
@@ -2186,11 +2188,11 @@ export declare class DescribeScheduledTasksResponseBody extends $tea.Model {
2186
2188
  });
2187
2189
  }
2188
2190
  export declare class DescribeScheduledTasksResponse extends $tea.Model {
2189
- headers: {
2191
+ headers?: {
2190
2192
  [key: string]: string;
2191
2193
  };
2192
- statusCode: number;
2193
- body: DescribeScheduledTasksResponseBody;
2194
+ statusCode?: number;
2195
+ body?: DescribeScheduledTasksResponseBody;
2194
2196
  static names(): {
2195
2197
  [key: string]: string;
2196
2198
  };
@@ -2233,11 +2235,11 @@ export declare class DetachAlbServerGroupsResponseBody extends $tea.Model {
2233
2235
  });
2234
2236
  }
2235
2237
  export declare class DetachAlbServerGroupsResponse extends $tea.Model {
2236
- headers: {
2238
+ headers?: {
2237
2239
  [key: string]: string;
2238
2240
  };
2239
- statusCode: number;
2240
- body: DetachAlbServerGroupsResponseBody;
2241
+ statusCode?: number;
2242
+ body?: DetachAlbServerGroupsResponseBody;
2241
2243
  static names(): {
2242
2244
  [key: string]: string;
2243
2245
  };
@@ -2279,11 +2281,11 @@ export declare class DetachDBInstancesResponseBody extends $tea.Model {
2279
2281
  });
2280
2282
  }
2281
2283
  export declare class DetachDBInstancesResponse extends $tea.Model {
2282
- headers: {
2284
+ headers?: {
2283
2285
  [key: string]: string;
2284
2286
  };
2285
- statusCode: number;
2286
- body: DetachDBInstancesResponseBody;
2287
+ statusCode?: number;
2288
+ body?: DetachDBInstancesResponseBody;
2287
2289
  static names(): {
2288
2290
  [key: string]: string;
2289
2291
  };
@@ -2329,11 +2331,11 @@ export declare class DetachInstancesResponseBody extends $tea.Model {
2329
2331
  });
2330
2332
  }
2331
2333
  export declare class DetachInstancesResponse extends $tea.Model {
2332
- headers: {
2334
+ headers?: {
2333
2335
  [key: string]: string;
2334
2336
  };
2335
- statusCode: number;
2336
- body: DetachInstancesResponseBody;
2337
+ statusCode?: number;
2338
+ body?: DetachInstancesResponseBody;
2337
2339
  static names(): {
2338
2340
  [key: string]: string;
2339
2341
  };
@@ -2377,11 +2379,11 @@ export declare class DetachLoadBalancersResponseBody extends $tea.Model {
2377
2379
  });
2378
2380
  }
2379
2381
  export declare class DetachLoadBalancersResponse extends $tea.Model {
2380
- headers: {
2382
+ headers?: {
2381
2383
  [key: string]: string;
2382
2384
  };
2383
- statusCode: number;
2384
- body: DetachLoadBalancersResponseBody;
2385
+ statusCode?: number;
2386
+ body?: DetachLoadBalancersResponseBody;
2385
2387
  static names(): {
2386
2388
  [key: string]: string;
2387
2389
  };
@@ -2424,11 +2426,11 @@ export declare class DetachServerGroupsResponseBody extends $tea.Model {
2424
2426
  });
2425
2427
  }
2426
2428
  export declare class DetachServerGroupsResponse extends $tea.Model {
2427
- headers: {
2429
+ headers?: {
2428
2430
  [key: string]: string;
2429
2431
  };
2430
- statusCode: number;
2431
- body: DetachServerGroupsResponseBody;
2432
+ statusCode?: number;
2433
+ body?: DetachServerGroupsResponseBody;
2432
2434
  static names(): {
2433
2435
  [key: string]: string;
2434
2436
  };
@@ -2470,11 +2472,11 @@ export declare class DetachVServerGroupsResponseBody extends $tea.Model {
2470
2472
  });
2471
2473
  }
2472
2474
  export declare class DetachVServerGroupsResponse extends $tea.Model {
2473
- headers: {
2475
+ headers?: {
2474
2476
  [key: string]: string;
2475
2477
  };
2476
- statusCode: number;
2477
- body: DetachVServerGroupsResponseBody;
2478
+ statusCode?: number;
2479
+ body?: DetachVServerGroupsResponseBody;
2478
2480
  static names(): {
2479
2481
  [key: string]: string;
2480
2482
  };
@@ -2513,11 +2515,11 @@ export declare class DisableAlarmResponseBody extends $tea.Model {
2513
2515
  });
2514
2516
  }
2515
2517
  export declare class DisableAlarmResponse extends $tea.Model {
2516
- headers: {
2518
+ headers?: {
2517
2519
  [key: string]: string;
2518
2520
  };
2519
- statusCode: number;
2520
- body: DisableAlarmResponseBody;
2521
+ statusCode?: number;
2522
+ body?: DisableAlarmResponseBody;
2521
2523
  static names(): {
2522
2524
  [key: string]: string;
2523
2525
  };
@@ -2557,11 +2559,11 @@ export declare class DisableScalingGroupResponseBody extends $tea.Model {
2557
2559
  });
2558
2560
  }
2559
2561
  export declare class DisableScalingGroupResponse extends $tea.Model {
2560
- headers: {
2562
+ headers?: {
2561
2563
  [key: string]: string;
2562
2564
  };
2563
- statusCode: number;
2564
- body: DisableScalingGroupResponseBody;
2565
+ statusCode?: number;
2566
+ body?: DisableScalingGroupResponseBody;
2565
2567
  static names(): {
2566
2568
  [key: string]: string;
2567
2569
  };
@@ -2600,11 +2602,11 @@ export declare class EnableAlarmResponseBody extends $tea.Model {
2600
2602
  });
2601
2603
  }
2602
2604
  export declare class EnableAlarmResponse extends $tea.Model {
2603
- headers: {
2605
+ headers?: {
2604
2606
  [key: string]: string;
2605
2607
  };
2606
- statusCode: number;
2607
- body: EnableAlarmResponseBody;
2608
+ statusCode?: number;
2609
+ body?: EnableAlarmResponseBody;
2608
2610
  static names(): {
2609
2611
  [key: string]: string;
2610
2612
  };
@@ -2651,11 +2653,11 @@ export declare class EnableScalingGroupResponseBody extends $tea.Model {
2651
2653
  });
2652
2654
  }
2653
2655
  export declare class EnableScalingGroupResponse extends $tea.Model {
2654
- headers: {
2656
+ headers?: {
2655
2657
  [key: string]: string;
2656
2658
  };
2657
- statusCode: number;
2658
- body: EnableScalingGroupResponseBody;
2659
+ statusCode?: number;
2660
+ body?: EnableScalingGroupResponseBody;
2659
2661
  static names(): {
2660
2662
  [key: string]: string;
2661
2663
  };
@@ -2697,11 +2699,11 @@ export declare class EnterStandbyResponseBody extends $tea.Model {
2697
2699
  });
2698
2700
  }
2699
2701
  export declare class EnterStandbyResponse extends $tea.Model {
2700
- headers: {
2702
+ headers?: {
2701
2703
  [key: string]: string;
2702
2704
  };
2703
- statusCode: number;
2704
- body: EnterStandbyResponseBody;
2705
+ statusCode?: number;
2706
+ body?: EnterStandbyResponseBody;
2705
2707
  static names(): {
2706
2708
  [key: string]: string;
2707
2709
  };
@@ -2746,11 +2748,11 @@ export declare class ExecuteScalingRuleResponseBody extends $tea.Model {
2746
2748
  });
2747
2749
  }
2748
2750
  export declare class ExecuteScalingRuleResponse extends $tea.Model {
2749
- headers: {
2751
+ headers?: {
2750
2752
  [key: string]: string;
2751
2753
  };
2752
- statusCode: number;
2753
- body: ExecuteScalingRuleResponseBody;
2754
+ statusCode?: number;
2755
+ body?: ExecuteScalingRuleResponseBody;
2754
2756
  static names(): {
2755
2757
  [key: string]: string;
2756
2758
  };
@@ -2793,11 +2795,11 @@ export declare class ExitStandbyResponseBody extends $tea.Model {
2793
2795
  });
2794
2796
  }
2795
2797
  export declare class ExitStandbyResponse extends $tea.Model {
2796
- headers: {
2798
+ headers?: {
2797
2799
  [key: string]: string;
2798
2800
  };
2799
- statusCode: number;
2800
- body: ExitStandbyResponseBody;
2801
+ statusCode?: number;
2802
+ body?: ExitStandbyResponseBody;
2801
2803
  static names(): {
2802
2804
  [key: string]: string;
2803
2805
  };
@@ -2841,11 +2843,11 @@ export declare class ListTagKeysResponseBody extends $tea.Model {
2841
2843
  });
2842
2844
  }
2843
2845
  export declare class ListTagKeysResponse extends $tea.Model {
2844
- headers: {
2846
+ headers?: {
2845
2847
  [key: string]: string;
2846
2848
  };
2847
- statusCode: number;
2848
- body: ListTagKeysResponseBody;
2849
+ statusCode?: number;
2850
+ body?: ListTagKeysResponseBody;
2849
2851
  static names(): {
2850
2852
  [key: string]: string;
2851
2853
  };
@@ -2889,11 +2891,11 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
2889
2891
  });
2890
2892
  }
2891
2893
  export declare class ListTagResourcesResponse extends $tea.Model {
2892
- headers: {
2894
+ headers?: {
2893
2895
  [key: string]: string;
2894
2896
  };
2895
- statusCode: number;
2896
- body: ListTagResourcesResponseBody;
2897
+ statusCode?: number;
2898
+ body?: ListTagResourcesResponseBody;
2897
2899
  static names(): {
2898
2900
  [key: string]: string;
2899
2901
  };
@@ -2938,11 +2940,11 @@ export declare class ListTagValuesResponseBody extends $tea.Model {
2938
2940
  });
2939
2941
  }
2940
2942
  export declare class ListTagValuesResponse extends $tea.Model {
2941
- headers: {
2943
+ headers?: {
2942
2944
  [key: string]: string;
2943
2945
  };
2944
- statusCode: number;
2945
- body: ListTagValuesResponseBody;
2946
+ statusCode?: number;
2947
+ body?: ListTagValuesResponseBody;
2946
2948
  static names(): {
2947
2949
  [key: string]: string;
2948
2950
  };
@@ -2997,11 +2999,11 @@ export declare class ModifyAlarmResponseBody extends $tea.Model {
2997
2999
  });
2998
3000
  }
2999
3001
  export declare class ModifyAlarmResponse extends $tea.Model {
3000
- headers: {
3002
+ headers?: {
3001
3003
  [key: string]: string;
3002
3004
  };
3003
- statusCode: number;
3004
- body: ModifyAlarmResponseBody;
3005
+ statusCode?: number;
3006
+ body?: ModifyAlarmResponseBody;
3005
3007
  static names(): {
3006
3008
  [key: string]: string;
3007
3009
  };
@@ -3086,11 +3088,11 @@ export declare class ModifyEciScalingConfigurationResponseBody extends $tea.Mode
3086
3088
  });
3087
3089
  }
3088
3090
  export declare class ModifyEciScalingConfigurationResponse extends $tea.Model {
3089
- headers: {
3091
+ headers?: {
3090
3092
  [key: string]: string;
3091
3093
  };
3092
- statusCode: number;
3093
- body: ModifyEciScalingConfigurationResponseBody;
3094
+ statusCode?: number;
3095
+ body?: ModifyEciScalingConfigurationResponseBody;
3094
3096
  static names(): {
3095
3097
  [key: string]: string;
3096
3098
  };
@@ -3138,11 +3140,11 @@ export declare class ModifyLifecycleHookResponseBody extends $tea.Model {
3138
3140
  });
3139
3141
  }
3140
3142
  export declare class ModifyLifecycleHookResponse extends $tea.Model {
3141
- headers: {
3143
+ headers?: {
3142
3144
  [key: string]: string;
3143
3145
  };
3144
- statusCode: number;
3145
- body: ModifyLifecycleHookResponseBody;
3146
+ statusCode?: number;
3147
+ body?: ModifyLifecycleHookResponseBody;
3146
3148
  static names(): {
3147
3149
  [key: string]: string;
3148
3150
  };
@@ -3183,11 +3185,11 @@ export declare class ModifyNotificationConfigurationResponseBody extends $tea.Mo
3183
3185
  });
3184
3186
  }
3185
3187
  export declare class ModifyNotificationConfigurationResponse extends $tea.Model {
3186
- headers: {
3188
+ headers?: {
3187
3189
  [key: string]: string;
3188
3190
  };
3189
- statusCode: number;
3190
- body: ModifyNotificationConfigurationResponseBody;
3191
+ statusCode?: number;
3192
+ body?: ModifyNotificationConfigurationResponseBody;
3191
3193
  static names(): {
3192
3194
  [key: string]: string;
3193
3195
  };
@@ -3205,6 +3207,7 @@ export declare class ModifyScalingConfigurationRequest extends $tea.Model {
3205
3207
  affinity?: string;
3206
3208
  cpu?: number;
3207
3209
  creditSpecification?: string;
3210
+ customPriorities?: ModifyScalingConfigurationRequestCustomPriorities[];
3208
3211
  dataDisks?: ModifyScalingConfigurationRequestDataDisks[];
3209
3212
  dedicatedHostId?: string;
3210
3213
  deletionProtection?: boolean;
@@ -3268,6 +3271,7 @@ export declare class ModifyScalingConfigurationShrinkRequest extends $tea.Model
3268
3271
  affinity?: string;
3269
3272
  cpu?: number;
3270
3273
  creditSpecification?: string;
3274
+ customPriorities?: ModifyScalingConfigurationShrinkRequestCustomPriorities[];
3271
3275
  dataDisks?: ModifyScalingConfigurationShrinkRequestDataDisks[];
3272
3276
  dedicatedHostId?: string;
3273
3277
  deletionProtection?: boolean;
@@ -3335,11 +3339,11 @@ export declare class ModifyScalingConfigurationResponseBody extends $tea.Model {
3335
3339
  });
3336
3340
  }
3337
3341
  export declare class ModifyScalingConfigurationResponse extends $tea.Model {
3338
- headers: {
3342
+ headers?: {
3339
3343
  [key: string]: string;
3340
3344
  };
3341
- statusCode: number;
3342
- body: ModifyScalingConfigurationResponseBody;
3345
+ statusCode?: number;
3346
+ body?: ModifyScalingConfigurationResponseBody;
3343
3347
  static names(): {
3344
3348
  [key: string]: string;
3345
3349
  };
@@ -3404,11 +3408,11 @@ export declare class ModifyScalingGroupResponseBody extends $tea.Model {
3404
3408
  });
3405
3409
  }
3406
3410
  export declare class ModifyScalingGroupResponse extends $tea.Model {
3407
- headers: {
3411
+ headers?: {
3408
3412
  [key: string]: string;
3409
3413
  };
3410
- statusCode: number;
3411
- body: ModifyScalingGroupResponseBody;
3414
+ statusCode?: number;
3415
+ body?: ModifyScalingGroupResponseBody;
3412
3416
  static names(): {
3413
3417
  [key: string]: string;
3414
3418
  };
@@ -3466,11 +3470,11 @@ export declare class ModifyScalingRuleResponseBody extends $tea.Model {
3466
3470
  });
3467
3471
  }
3468
3472
  export declare class ModifyScalingRuleResponse extends $tea.Model {
3469
- headers: {
3473
+ headers?: {
3470
3474
  [key: string]: string;
3471
3475
  };
3472
- statusCode: number;
3473
- body: ModifyScalingRuleResponseBody;
3476
+ statusCode?: number;
3477
+ body?: ModifyScalingRuleResponseBody;
3474
3478
  static names(): {
3475
3479
  [key: string]: string;
3476
3480
  };
@@ -3523,11 +3527,11 @@ export declare class ModifyScheduledTaskResponseBody extends $tea.Model {
3523
3527
  });
3524
3528
  }
3525
3529
  export declare class ModifyScheduledTaskResponse extends $tea.Model {
3526
- headers: {
3530
+ headers?: {
3527
3531
  [key: string]: string;
3528
3532
  };
3529
- statusCode: number;
3530
- body: ModifyScheduledTaskResponseBody;
3533
+ statusCode?: number;
3534
+ body?: ModifyScheduledTaskResponseBody;
3531
3535
  static names(): {
3532
3536
  [key: string]: string;
3533
3537
  };
@@ -3569,11 +3573,11 @@ export declare class RebalanceInstancesResponseBody extends $tea.Model {
3569
3573
  });
3570
3574
  }
3571
3575
  export declare class RebalanceInstancesResponse extends $tea.Model {
3572
- headers: {
3576
+ headers?: {
3573
3577
  [key: string]: string;
3574
3578
  };
3575
- statusCode: number;
3576
- body: RebalanceInstancesResponseBody;
3579
+ statusCode?: number;
3580
+ body?: RebalanceInstancesResponseBody;
3577
3581
  static names(): {
3578
3582
  [key: string]: string;
3579
3583
  };
@@ -3615,11 +3619,11 @@ export declare class RecordLifecycleActionHeartbeatResponseBody extends $tea.Mod
3615
3619
  });
3616
3620
  }
3617
3621
  export declare class RecordLifecycleActionHeartbeatResponse extends $tea.Model {
3618
- headers: {
3622
+ headers?: {
3619
3623
  [key: string]: string;
3620
3624
  };
3621
- statusCode: number;
3622
- body: RecordLifecycleActionHeartbeatResponseBody;
3625
+ statusCode?: number;
3626
+ body?: RecordLifecycleActionHeartbeatResponseBody;
3623
3627
  static names(): {
3624
3628
  [key: string]: string;
3625
3629
  };
@@ -3665,11 +3669,11 @@ export declare class RemoveInstancesResponseBody extends $tea.Model {
3665
3669
  });
3666
3670
  }
3667
3671
  export declare class RemoveInstancesResponse extends $tea.Model {
3668
- headers: {
3672
+ headers?: {
3669
3673
  [key: string]: string;
3670
3674
  };
3671
- statusCode: number;
3672
- body: RemoveInstancesResponseBody;
3675
+ statusCode?: number;
3676
+ body?: RemoveInstancesResponseBody;
3673
3677
  static names(): {
3674
3678
  [key: string]: string;
3675
3679
  };
@@ -3710,11 +3714,11 @@ export declare class ResumeProcessesResponseBody extends $tea.Model {
3710
3714
  });
3711
3715
  }
3712
3716
  export declare class ResumeProcessesResponse extends $tea.Model {
3713
- headers: {
3717
+ headers?: {
3714
3718
  [key: string]: string;
3715
3719
  };
3716
- statusCode: number;
3717
- body: ResumeProcessesResponseBody;
3720
+ statusCode?: number;
3721
+ body?: ResumeProcessesResponseBody;
3718
3722
  static names(): {
3719
3723
  [key: string]: string;
3720
3724
  };
@@ -3780,11 +3784,11 @@ export declare class ScaleWithAdjustmentResponseBody extends $tea.Model {
3780
3784
  });
3781
3785
  }
3782
3786
  export declare class ScaleWithAdjustmentResponse extends $tea.Model {
3783
- headers: {
3787
+ headers?: {
3784
3788
  [key: string]: string;
3785
3789
  };
3786
- statusCode: number;
3787
- body: ScaleWithAdjustmentResponseBody;
3790
+ statusCode?: number;
3791
+ body?: ScaleWithAdjustmentResponseBody;
3788
3792
  static names(): {
3789
3793
  [key: string]: string;
3790
3794
  };
@@ -3824,11 +3828,11 @@ export declare class SetGroupDeletionProtectionResponseBody extends $tea.Model {
3824
3828
  });
3825
3829
  }
3826
3830
  export declare class SetGroupDeletionProtectionResponse extends $tea.Model {
3827
- headers: {
3831
+ headers?: {
3828
3832
  [key: string]: string;
3829
3833
  };
3830
- statusCode: number;
3831
- body: SetGroupDeletionProtectionResponseBody;
3834
+ statusCode?: number;
3835
+ body?: SetGroupDeletionProtectionResponseBody;
3832
3836
  static names(): {
3833
3837
  [key: string]: string;
3834
3838
  };
@@ -3867,11 +3871,11 @@ export declare class SetInstanceHealthResponseBody extends $tea.Model {
3867
3871
  });
3868
3872
  }
3869
3873
  export declare class SetInstanceHealthResponse extends $tea.Model {
3870
- headers: {
3874
+ headers?: {
3871
3875
  [key: string]: string;
3872
3876
  };
3873
- statusCode: number;
3874
- body: SetInstanceHealthResponseBody;
3877
+ statusCode?: number;
3878
+ body?: SetInstanceHealthResponseBody;
3875
3879
  static names(): {
3876
3880
  [key: string]: string;
3877
3881
  };
@@ -3911,11 +3915,11 @@ export declare class SetInstancesProtectionResponseBody extends $tea.Model {
3911
3915
  });
3912
3916
  }
3913
3917
  export declare class SetInstancesProtectionResponse extends $tea.Model {
3914
- headers: {
3918
+ headers?: {
3915
3919
  [key: string]: string;
3916
3920
  };
3917
- statusCode: number;
3918
- body: SetInstancesProtectionResponseBody;
3921
+ statusCode?: number;
3922
+ body?: SetInstancesProtectionResponseBody;
3919
3923
  static names(): {
3920
3924
  [key: string]: string;
3921
3925
  };
@@ -3956,11 +3960,11 @@ export declare class SuspendProcessesResponseBody extends $tea.Model {
3956
3960
  });
3957
3961
  }
3958
3962
  export declare class SuspendProcessesResponse extends $tea.Model {
3959
- headers: {
3963
+ headers?: {
3960
3964
  [key: string]: string;
3961
3965
  };
3962
- statusCode: number;
3963
- body: SuspendProcessesResponseBody;
3966
+ statusCode?: number;
3967
+ body?: SuspendProcessesResponseBody;
3964
3968
  static names(): {
3965
3969
  [key: string]: string;
3966
3970
  };
@@ -4001,11 +4005,11 @@ export declare class TagResourcesResponseBody extends $tea.Model {
4001
4005
  });
4002
4006
  }
4003
4007
  export declare class TagResourcesResponse extends $tea.Model {
4004
- headers: {
4008
+ headers?: {
4005
4009
  [key: string]: string;
4006
4010
  };
4007
- statusCode: number;
4008
- body: TagResourcesResponseBody;
4011
+ statusCode?: number;
4012
+ body?: TagResourcesResponseBody;
4009
4013
  static names(): {
4010
4014
  [key: string]: string;
4011
4015
  };
@@ -4047,11 +4051,11 @@ export declare class UntagResourcesResponseBody extends $tea.Model {
4047
4051
  });
4048
4052
  }
4049
4053
  export declare class UntagResourcesResponse extends $tea.Model {
4050
- headers: {
4054
+ headers?: {
4051
4055
  [key: string]: string;
4052
4056
  };
4053
- statusCode: number;
4054
- body: UntagResourcesResponseBody;
4057
+ statusCode?: number;
4058
+ body?: UntagResourcesResponseBody;
4055
4059
  static names(): {
4056
4060
  [key: string]: string;
4057
4061
  };
@@ -4091,11 +4095,11 @@ export declare class VerifyAuthenticationResponseBody extends $tea.Model {
4091
4095
  });
4092
4096
  }
4093
4097
  export declare class VerifyAuthenticationResponse extends $tea.Model {
4094
- headers: {
4098
+ headers?: {
4095
4099
  [key: string]: string;
4096
4100
  };
4097
- statusCode: number;
4098
- body: VerifyAuthenticationResponseBody;
4101
+ statusCode?: number;
4102
+ body?: VerifyAuthenticationResponseBody;
4099
4103
  static names(): {
4100
4104
  [key: string]: string;
4101
4105
  };
@@ -4134,11 +4138,11 @@ export declare class VerifyUserResponseBody extends $tea.Model {
4134
4138
  });
4135
4139
  }
4136
4140
  export declare class VerifyUserResponse extends $tea.Model {
4137
- headers: {
4141
+ headers?: {
4138
4142
  [key: string]: string;
4139
4143
  };
4140
- statusCode: number;
4141
- body: VerifyUserResponseBody;
4144
+ statusCode?: number;
4145
+ body?: VerifyUserResponseBody;
4142
4146
  static names(): {
4143
4147
  [key: string]: string;
4144
4148
  };
@@ -4796,6 +4800,19 @@ export declare class CreateScalingConfigurationRequestSystemDisk extends $tea.Mo
4796
4800
  [key: string]: any;
4797
4801
  });
4798
4802
  }
4803
+ export declare class CreateScalingConfigurationRequestCustomPriorities extends $tea.Model {
4804
+ instanceType?: string;
4805
+ vswitchId?: string;
4806
+ static names(): {
4807
+ [key: string]: string;
4808
+ };
4809
+ static types(): {
4810
+ [key: string]: any;
4811
+ };
4812
+ constructor(map?: {
4813
+ [key: string]: any;
4814
+ });
4815
+ }
4799
4816
  export declare class CreateScalingConfigurationRequestDataDisks extends $tea.Model {
4800
4817
  autoSnapshotPolicyId?: string;
4801
4818
  burstingEnabled?: boolean;
@@ -4912,6 +4929,19 @@ export declare class CreateScalingConfigurationShrinkRequestSystemDisk extends $
4912
4929
  [key: string]: any;
4913
4930
  });
4914
4931
  }
4932
+ export declare class CreateScalingConfigurationShrinkRequestCustomPriorities extends $tea.Model {
4933
+ instanceType?: string;
4934
+ vswitchId?: string;
4935
+ static names(): {
4936
+ [key: string]: string;
4937
+ };
4938
+ static types(): {
4939
+ [key: string]: any;
4940
+ };
4941
+ constructor(map?: {
4942
+ [key: string]: any;
4943
+ });
4944
+ }
4915
4945
  export declare class CreateScalingConfigurationShrinkRequestDataDisks extends $tea.Model {
4916
4946
  autoSnapshotPolicyId?: string;
4917
4947
  burstingEnabled?: boolean;
@@ -5641,6 +5671,19 @@ export declare class DescribeScalingActivitiesResponseBodyScalingActivities exte
5641
5671
  [key: string]: any;
5642
5672
  });
5643
5673
  }
5674
+ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurationsCustomPriorities extends $tea.Model {
5675
+ instanceType?: string;
5676
+ vswitchId?: string;
5677
+ static names(): {
5678
+ [key: string]: string;
5679
+ };
5680
+ static types(): {
5681
+ [key: string]: any;
5682
+ };
5683
+ constructor(map?: {
5684
+ [key: string]: any;
5685
+ });
5686
+ }
5644
5687
  export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurationsDataDisks extends $tea.Model {
5645
5688
  autoSnapshotPolicyId?: string;
5646
5689
  burstingEnabled?: boolean;
@@ -5727,6 +5770,7 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
5727
5770
  cpu?: number;
5728
5771
  creationTime?: string;
5729
5772
  creditSpecification?: string;
5773
+ customPriorities?: DescribeScalingConfigurationsResponseBodyScalingConfigurationsCustomPriorities[];
5730
5774
  dataDisks?: DescribeScalingConfigurationsResponseBodyScalingConfigurationsDataDisks[];
5731
5775
  dedicatedHostId?: string;
5732
5776
  deletionProtection?: boolean;
@@ -6825,6 +6869,19 @@ export declare class ModifyScalingConfigurationRequestSystemDisk extends $tea.Mo
6825
6869
  [key: string]: any;
6826
6870
  });
6827
6871
  }
6872
+ export declare class ModifyScalingConfigurationRequestCustomPriorities extends $tea.Model {
6873
+ instanceType?: string;
6874
+ vswitchId?: string;
6875
+ static names(): {
6876
+ [key: string]: string;
6877
+ };
6878
+ static types(): {
6879
+ [key: string]: any;
6880
+ };
6881
+ constructor(map?: {
6882
+ [key: string]: any;
6883
+ });
6884
+ }
6828
6885
  export declare class ModifyScalingConfigurationRequestDataDisks extends $tea.Model {
6829
6886
  autoSnapshotPolicyId?: string;
6830
6887
  burstingEnabled?: boolean;
@@ -6941,6 +6998,19 @@ export declare class ModifyScalingConfigurationShrinkRequestSystemDisk extends $
6941
6998
  [key: string]: any;
6942
6999
  });
6943
7000
  }
7001
+ export declare class ModifyScalingConfigurationShrinkRequestCustomPriorities extends $tea.Model {
7002
+ instanceType?: string;
7003
+ vswitchId?: string;
7004
+ static names(): {
7005
+ [key: string]: string;
7006
+ };
7007
+ static types(): {
7008
+ [key: string]: any;
7009
+ };
7010
+ constructor(map?: {
7011
+ [key: string]: any;
7012
+ });
7013
+ }
6944
7014
  export declare class ModifyScalingConfigurationShrinkRequestDataDisks extends $tea.Model {
6945
7015
  autoSnapshotPolicyId?: string;
6946
7016
  burstingEnabled?: boolean;