@alicloud/ess20220222 1.1.0 → 1.1.2
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 +342 -234
- package/dist/client.js +153 -0
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +419 -234
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
|
|
39
|
-
body
|
|
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
|
|
86
|
-
body
|
|
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
|
|
132
|
-
body
|
|
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
|
|
183
|
-
body
|
|
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
|
|
231
|
-
body
|
|
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
|
|
278
|
-
body
|
|
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
|
|
324
|
-
body
|
|
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
|
|
369
|
-
body
|
|
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
|
|
416
|
-
body
|
|
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
|
|
475
|
-
body
|
|
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
|
|
564
|
-
body
|
|
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
|
|
614
|
-
body
|
|
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
|
|
659
|
-
body
|
|
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
|
|
820
|
-
body
|
|
821
|
+
statusCode?: number;
|
|
822
|
+
body?: CreateScalingConfigurationResponseBody;
|
|
821
823
|
static names(): {
|
|
822
824
|
[key: string]: string;
|
|
823
825
|
};
|
|
@@ -842,6 +844,7 @@ export declare class CreateScalingGroupRequest extends $tea.Model {
|
|
|
842
844
|
groupDeletionProtection?: boolean;
|
|
843
845
|
groupType?: string;
|
|
844
846
|
healthCheckType?: string;
|
|
847
|
+
healthCheckTypes?: string[];
|
|
845
848
|
instanceId?: string;
|
|
846
849
|
launchTemplateId?: string;
|
|
847
850
|
launchTemplateOverrides?: CreateScalingGroupRequestLaunchTemplateOverrides[];
|
|
@@ -896,11 +899,11 @@ export declare class CreateScalingGroupResponseBody extends $tea.Model {
|
|
|
896
899
|
});
|
|
897
900
|
}
|
|
898
901
|
export declare class CreateScalingGroupResponse extends $tea.Model {
|
|
899
|
-
headers
|
|
902
|
+
headers?: {
|
|
900
903
|
[key: string]: string;
|
|
901
904
|
};
|
|
902
|
-
statusCode
|
|
903
|
-
body
|
|
905
|
+
statusCode?: number;
|
|
906
|
+
body?: CreateScalingGroupResponseBody;
|
|
904
907
|
static names(): {
|
|
905
908
|
[key: string]: string;
|
|
906
909
|
};
|
|
@@ -961,11 +964,11 @@ export declare class CreateScalingRuleResponseBody extends $tea.Model {
|
|
|
961
964
|
});
|
|
962
965
|
}
|
|
963
966
|
export declare class CreateScalingRuleResponse extends $tea.Model {
|
|
964
|
-
headers
|
|
967
|
+
headers?: {
|
|
965
968
|
[key: string]: string;
|
|
966
969
|
};
|
|
967
|
-
statusCode
|
|
968
|
-
body
|
|
970
|
+
statusCode?: number;
|
|
971
|
+
body?: CreateScalingRuleResponseBody;
|
|
969
972
|
static names(): {
|
|
970
973
|
[key: string]: string;
|
|
971
974
|
};
|
|
@@ -1018,11 +1021,11 @@ export declare class CreateScheduledTaskResponseBody extends $tea.Model {
|
|
|
1018
1021
|
});
|
|
1019
1022
|
}
|
|
1020
1023
|
export declare class CreateScheduledTaskResponse extends $tea.Model {
|
|
1021
|
-
headers
|
|
1024
|
+
headers?: {
|
|
1022
1025
|
[key: string]: string;
|
|
1023
1026
|
};
|
|
1024
|
-
statusCode
|
|
1025
|
-
body
|
|
1027
|
+
statusCode?: number;
|
|
1028
|
+
body?: CreateScheduledTaskResponseBody;
|
|
1026
1029
|
static names(): {
|
|
1027
1030
|
[key: string]: string;
|
|
1028
1031
|
};
|
|
@@ -1061,11 +1064,11 @@ export declare class DeactivateScalingConfigurationResponseBody extends $tea.Mod
|
|
|
1061
1064
|
});
|
|
1062
1065
|
}
|
|
1063
1066
|
export declare class DeactivateScalingConfigurationResponse extends $tea.Model {
|
|
1064
|
-
headers
|
|
1067
|
+
headers?: {
|
|
1065
1068
|
[key: string]: string;
|
|
1066
1069
|
};
|
|
1067
|
-
statusCode
|
|
1068
|
-
body
|
|
1070
|
+
statusCode?: number;
|
|
1071
|
+
body?: DeactivateScalingConfigurationResponseBody;
|
|
1069
1072
|
static names(): {
|
|
1070
1073
|
[key: string]: string;
|
|
1071
1074
|
};
|
|
@@ -1105,11 +1108,11 @@ export declare class DeleteAlarmResponseBody extends $tea.Model {
|
|
|
1105
1108
|
});
|
|
1106
1109
|
}
|
|
1107
1110
|
export declare class DeleteAlarmResponse extends $tea.Model {
|
|
1108
|
-
headers
|
|
1111
|
+
headers?: {
|
|
1109
1112
|
[key: string]: string;
|
|
1110
1113
|
};
|
|
1111
|
-
statusCode
|
|
1112
|
-
body
|
|
1114
|
+
statusCode?: number;
|
|
1115
|
+
body?: DeleteAlarmResponseBody;
|
|
1113
1116
|
static names(): {
|
|
1114
1117
|
[key: string]: string;
|
|
1115
1118
|
};
|
|
@@ -1149,11 +1152,11 @@ export declare class DeleteEciScalingConfigurationResponseBody extends $tea.Mode
|
|
|
1149
1152
|
});
|
|
1150
1153
|
}
|
|
1151
1154
|
export declare class DeleteEciScalingConfigurationResponse extends $tea.Model {
|
|
1152
|
-
headers
|
|
1155
|
+
headers?: {
|
|
1153
1156
|
[key: string]: string;
|
|
1154
1157
|
};
|
|
1155
|
-
statusCode
|
|
1156
|
-
body
|
|
1158
|
+
statusCode?: number;
|
|
1159
|
+
body?: DeleteEciScalingConfigurationResponseBody;
|
|
1157
1160
|
static names(): {
|
|
1158
1161
|
[key: string]: string;
|
|
1159
1162
|
};
|
|
@@ -1195,11 +1198,11 @@ export declare class DeleteLifecycleHookResponseBody extends $tea.Model {
|
|
|
1195
1198
|
});
|
|
1196
1199
|
}
|
|
1197
1200
|
export declare class DeleteLifecycleHookResponse extends $tea.Model {
|
|
1198
|
-
headers
|
|
1201
|
+
headers?: {
|
|
1199
1202
|
[key: string]: string;
|
|
1200
1203
|
};
|
|
1201
|
-
statusCode
|
|
1202
|
-
body
|
|
1204
|
+
statusCode?: number;
|
|
1205
|
+
body?: DeleteLifecycleHookResponseBody;
|
|
1203
1206
|
static names(): {
|
|
1204
1207
|
[key: string]: string;
|
|
1205
1208
|
};
|
|
@@ -1239,11 +1242,11 @@ export declare class DeleteNotificationConfigurationResponseBody extends $tea.Mo
|
|
|
1239
1242
|
});
|
|
1240
1243
|
}
|
|
1241
1244
|
export declare class DeleteNotificationConfigurationResponse extends $tea.Model {
|
|
1242
|
-
headers
|
|
1245
|
+
headers?: {
|
|
1243
1246
|
[key: string]: string;
|
|
1244
1247
|
};
|
|
1245
|
-
statusCode
|
|
1246
|
-
body
|
|
1248
|
+
statusCode?: number;
|
|
1249
|
+
body?: DeleteNotificationConfigurationResponseBody;
|
|
1247
1250
|
static names(): {
|
|
1248
1251
|
[key: string]: string;
|
|
1249
1252
|
};
|
|
@@ -1282,11 +1285,11 @@ export declare class DeleteScalingConfigurationResponseBody extends $tea.Model {
|
|
|
1282
1285
|
});
|
|
1283
1286
|
}
|
|
1284
1287
|
export declare class DeleteScalingConfigurationResponse extends $tea.Model {
|
|
1285
|
-
headers
|
|
1288
|
+
headers?: {
|
|
1286
1289
|
[key: string]: string;
|
|
1287
1290
|
};
|
|
1288
|
-
statusCode
|
|
1289
|
-
body
|
|
1291
|
+
statusCode?: number;
|
|
1292
|
+
body?: DeleteScalingConfigurationResponseBody;
|
|
1290
1293
|
static names(): {
|
|
1291
1294
|
[key: string]: string;
|
|
1292
1295
|
};
|
|
@@ -1327,11 +1330,11 @@ export declare class DeleteScalingGroupResponseBody extends $tea.Model {
|
|
|
1327
1330
|
});
|
|
1328
1331
|
}
|
|
1329
1332
|
export declare class DeleteScalingGroupResponse extends $tea.Model {
|
|
1330
|
-
headers
|
|
1333
|
+
headers?: {
|
|
1331
1334
|
[key: string]: string;
|
|
1332
1335
|
};
|
|
1333
|
-
statusCode
|
|
1334
|
-
body
|
|
1336
|
+
statusCode?: number;
|
|
1337
|
+
body?: DeleteScalingGroupResponseBody;
|
|
1335
1338
|
static names(): {
|
|
1336
1339
|
[key: string]: string;
|
|
1337
1340
|
};
|
|
@@ -1371,11 +1374,11 @@ export declare class DeleteScalingRuleResponseBody extends $tea.Model {
|
|
|
1371
1374
|
});
|
|
1372
1375
|
}
|
|
1373
1376
|
export declare class DeleteScalingRuleResponse extends $tea.Model {
|
|
1374
|
-
headers
|
|
1377
|
+
headers?: {
|
|
1375
1378
|
[key: string]: string;
|
|
1376
1379
|
};
|
|
1377
|
-
statusCode
|
|
1378
|
-
body
|
|
1380
|
+
statusCode?: number;
|
|
1381
|
+
body?: DeleteScalingRuleResponseBody;
|
|
1379
1382
|
static names(): {
|
|
1380
1383
|
[key: string]: string;
|
|
1381
1384
|
};
|
|
@@ -1415,11 +1418,11 @@ export declare class DeleteScheduledTaskResponseBody extends $tea.Model {
|
|
|
1415
1418
|
});
|
|
1416
1419
|
}
|
|
1417
1420
|
export declare class DeleteScheduledTaskResponse extends $tea.Model {
|
|
1418
|
-
headers
|
|
1421
|
+
headers?: {
|
|
1419
1422
|
[key: string]: string;
|
|
1420
1423
|
};
|
|
1421
|
-
statusCode
|
|
1422
|
-
body
|
|
1424
|
+
statusCode?: number;
|
|
1425
|
+
body?: DeleteScheduledTaskResponseBody;
|
|
1423
1426
|
static names(): {
|
|
1424
1427
|
[key: string]: string;
|
|
1425
1428
|
};
|
|
@@ -1469,11 +1472,11 @@ export declare class DescribeAlarmsResponseBody extends $tea.Model {
|
|
|
1469
1472
|
});
|
|
1470
1473
|
}
|
|
1471
1474
|
export declare class DescribeAlarmsResponse extends $tea.Model {
|
|
1472
|
-
headers
|
|
1475
|
+
headers?: {
|
|
1473
1476
|
[key: string]: string;
|
|
1474
1477
|
};
|
|
1475
|
-
statusCode
|
|
1476
|
-
body
|
|
1478
|
+
statusCode?: number;
|
|
1479
|
+
body?: DescribeAlarmsResponseBody;
|
|
1477
1480
|
static names(): {
|
|
1478
1481
|
[key: string]: string;
|
|
1479
1482
|
};
|
|
@@ -1522,11 +1525,11 @@ export declare class DescribeEciScalingConfigurationsResponseBody extends $tea.M
|
|
|
1522
1525
|
});
|
|
1523
1526
|
}
|
|
1524
1527
|
export declare class DescribeEciScalingConfigurationsResponse extends $tea.Model {
|
|
1525
|
-
headers
|
|
1528
|
+
headers?: {
|
|
1526
1529
|
[key: string]: string;
|
|
1527
1530
|
};
|
|
1528
|
-
statusCode
|
|
1529
|
-
body
|
|
1531
|
+
statusCode?: number;
|
|
1532
|
+
body?: DescribeEciScalingConfigurationsResponseBody;
|
|
1530
1533
|
static names(): {
|
|
1531
1534
|
[key: string]: string;
|
|
1532
1535
|
};
|
|
@@ -1572,11 +1575,11 @@ export declare class DescribeLifecycleActionsResponseBody extends $tea.Model {
|
|
|
1572
1575
|
});
|
|
1573
1576
|
}
|
|
1574
1577
|
export declare class DescribeLifecycleActionsResponse extends $tea.Model {
|
|
1575
|
-
headers
|
|
1578
|
+
headers?: {
|
|
1576
1579
|
[key: string]: string;
|
|
1577
1580
|
};
|
|
1578
|
-
statusCode
|
|
1579
|
-
body
|
|
1581
|
+
statusCode?: number;
|
|
1582
|
+
body?: DescribeLifecycleActionsResponseBody;
|
|
1580
1583
|
static names(): {
|
|
1581
1584
|
[key: string]: string;
|
|
1582
1585
|
};
|
|
@@ -1624,11 +1627,11 @@ export declare class DescribeLifecycleHooksResponseBody extends $tea.Model {
|
|
|
1624
1627
|
});
|
|
1625
1628
|
}
|
|
1626
1629
|
export declare class DescribeLifecycleHooksResponse extends $tea.Model {
|
|
1627
|
-
headers
|
|
1630
|
+
headers?: {
|
|
1628
1631
|
[key: string]: string;
|
|
1629
1632
|
};
|
|
1630
|
-
statusCode
|
|
1631
|
-
body
|
|
1633
|
+
statusCode?: number;
|
|
1634
|
+
body?: DescribeLifecycleHooksResponseBody;
|
|
1632
1635
|
static names(): {
|
|
1633
1636
|
[key: string]: string;
|
|
1634
1637
|
};
|
|
@@ -1679,11 +1682,11 @@ export declare class DescribeLimitationResponseBody extends $tea.Model {
|
|
|
1679
1682
|
});
|
|
1680
1683
|
}
|
|
1681
1684
|
export declare class DescribeLimitationResponse extends $tea.Model {
|
|
1682
|
-
headers
|
|
1685
|
+
headers?: {
|
|
1683
1686
|
[key: string]: string;
|
|
1684
1687
|
};
|
|
1685
|
-
statusCode
|
|
1686
|
-
body
|
|
1688
|
+
statusCode?: number;
|
|
1689
|
+
body?: DescribeLimitationResponseBody;
|
|
1687
1690
|
static names(): {
|
|
1688
1691
|
[key: string]: string;
|
|
1689
1692
|
};
|
|
@@ -1723,11 +1726,11 @@ export declare class DescribeNotificationConfigurationsResponseBody extends $tea
|
|
|
1723
1726
|
});
|
|
1724
1727
|
}
|
|
1725
1728
|
export declare class DescribeNotificationConfigurationsResponse extends $tea.Model {
|
|
1726
|
-
headers
|
|
1729
|
+
headers?: {
|
|
1727
1730
|
[key: string]: string;
|
|
1728
1731
|
};
|
|
1729
|
-
statusCode
|
|
1730
|
-
body
|
|
1732
|
+
statusCode?: number;
|
|
1733
|
+
body?: DescribeNotificationConfigurationsResponseBody;
|
|
1731
1734
|
static names(): {
|
|
1732
1735
|
[key: string]: string;
|
|
1733
1736
|
};
|
|
@@ -1765,11 +1768,11 @@ export declare class DescribeNotificationTypesResponseBody extends $tea.Model {
|
|
|
1765
1768
|
});
|
|
1766
1769
|
}
|
|
1767
1770
|
export declare class DescribeNotificationTypesResponse extends $tea.Model {
|
|
1768
|
-
headers
|
|
1771
|
+
headers?: {
|
|
1769
1772
|
[key: string]: string;
|
|
1770
1773
|
};
|
|
1771
|
-
statusCode
|
|
1772
|
-
body
|
|
1774
|
+
statusCode?: number;
|
|
1775
|
+
body?: DescribeNotificationTypesResponseBody;
|
|
1773
1776
|
static names(): {
|
|
1774
1777
|
[key: string]: string;
|
|
1775
1778
|
};
|
|
@@ -1809,11 +1812,11 @@ export declare class DescribeRegionsResponseBody extends $tea.Model {
|
|
|
1809
1812
|
});
|
|
1810
1813
|
}
|
|
1811
1814
|
export declare class DescribeRegionsResponse extends $tea.Model {
|
|
1812
|
-
headers
|
|
1815
|
+
headers?: {
|
|
1813
1816
|
[key: string]: string;
|
|
1814
1817
|
};
|
|
1815
|
-
statusCode
|
|
1816
|
-
body
|
|
1818
|
+
statusCode?: number;
|
|
1819
|
+
body?: DescribeRegionsResponseBody;
|
|
1817
1820
|
static names(): {
|
|
1818
1821
|
[key: string]: string;
|
|
1819
1822
|
};
|
|
@@ -1862,11 +1865,11 @@ export declare class DescribeScalingActivitiesResponseBody extends $tea.Model {
|
|
|
1862
1865
|
});
|
|
1863
1866
|
}
|
|
1864
1867
|
export declare class DescribeScalingActivitiesResponse extends $tea.Model {
|
|
1865
|
-
headers
|
|
1868
|
+
headers?: {
|
|
1866
1869
|
[key: string]: string;
|
|
1867
1870
|
};
|
|
1868
|
-
statusCode
|
|
1869
|
-
body
|
|
1871
|
+
statusCode?: number;
|
|
1872
|
+
body?: DescribeScalingActivitiesResponseBody;
|
|
1870
1873
|
static names(): {
|
|
1871
1874
|
[key: string]: string;
|
|
1872
1875
|
};
|
|
@@ -1907,11 +1910,11 @@ export declare class DescribeScalingActivityDetailResponseBody extends $tea.Mode
|
|
|
1907
1910
|
});
|
|
1908
1911
|
}
|
|
1909
1912
|
export declare class DescribeScalingActivityDetailResponse extends $tea.Model {
|
|
1910
|
-
headers
|
|
1913
|
+
headers?: {
|
|
1911
1914
|
[key: string]: string;
|
|
1912
1915
|
};
|
|
1913
|
-
statusCode
|
|
1914
|
-
body
|
|
1916
|
+
statusCode?: number;
|
|
1917
|
+
body?: DescribeScalingActivityDetailResponseBody;
|
|
1915
1918
|
static names(): {
|
|
1916
1919
|
[key: string]: string;
|
|
1917
1920
|
};
|
|
@@ -1960,11 +1963,11 @@ export declare class DescribeScalingConfigurationsResponseBody extends $tea.Mode
|
|
|
1960
1963
|
});
|
|
1961
1964
|
}
|
|
1962
1965
|
export declare class DescribeScalingConfigurationsResponse extends $tea.Model {
|
|
1963
|
-
headers
|
|
1966
|
+
headers?: {
|
|
1964
1967
|
[key: string]: string;
|
|
1965
1968
|
};
|
|
1966
|
-
statusCode
|
|
1967
|
-
body
|
|
1969
|
+
statusCode?: number;
|
|
1970
|
+
body?: DescribeScalingConfigurationsResponseBody;
|
|
1968
1971
|
static names(): {
|
|
1969
1972
|
[key: string]: string;
|
|
1970
1973
|
};
|
|
@@ -2016,11 +2019,11 @@ export declare class DescribeScalingGroupsResponseBody extends $tea.Model {
|
|
|
2016
2019
|
});
|
|
2017
2020
|
}
|
|
2018
2021
|
export declare class DescribeScalingGroupsResponse extends $tea.Model {
|
|
2019
|
-
headers
|
|
2022
|
+
headers?: {
|
|
2020
2023
|
[key: string]: string;
|
|
2021
2024
|
};
|
|
2022
|
-
statusCode
|
|
2023
|
-
body
|
|
2025
|
+
statusCode?: number;
|
|
2026
|
+
body?: DescribeScalingGroupsResponseBody;
|
|
2024
2027
|
static names(): {
|
|
2025
2028
|
[key: string]: string;
|
|
2026
2029
|
};
|
|
@@ -2076,11 +2079,11 @@ export declare class DescribeScalingInstancesResponseBody extends $tea.Model {
|
|
|
2076
2079
|
});
|
|
2077
2080
|
}
|
|
2078
2081
|
export declare class DescribeScalingInstancesResponse extends $tea.Model {
|
|
2079
|
-
headers
|
|
2082
|
+
headers?: {
|
|
2080
2083
|
[key: string]: string;
|
|
2081
2084
|
};
|
|
2082
|
-
statusCode
|
|
2083
|
-
body
|
|
2085
|
+
statusCode?: number;
|
|
2086
|
+
body?: DescribeScalingInstancesResponseBody;
|
|
2084
2087
|
static names(): {
|
|
2085
2088
|
[key: string]: string;
|
|
2086
2089
|
};
|
|
@@ -2132,11 +2135,11 @@ export declare class DescribeScalingRulesResponseBody extends $tea.Model {
|
|
|
2132
2135
|
});
|
|
2133
2136
|
}
|
|
2134
2137
|
export declare class DescribeScalingRulesResponse extends $tea.Model {
|
|
2135
|
-
headers
|
|
2138
|
+
headers?: {
|
|
2136
2139
|
[key: string]: string;
|
|
2137
2140
|
};
|
|
2138
|
-
statusCode
|
|
2139
|
-
body
|
|
2141
|
+
statusCode?: number;
|
|
2142
|
+
body?: DescribeScalingRulesResponseBody;
|
|
2140
2143
|
static names(): {
|
|
2141
2144
|
[key: string]: string;
|
|
2142
2145
|
};
|
|
@@ -2186,11 +2189,11 @@ export declare class DescribeScheduledTasksResponseBody extends $tea.Model {
|
|
|
2186
2189
|
});
|
|
2187
2190
|
}
|
|
2188
2191
|
export declare class DescribeScheduledTasksResponse extends $tea.Model {
|
|
2189
|
-
headers
|
|
2192
|
+
headers?: {
|
|
2190
2193
|
[key: string]: string;
|
|
2191
2194
|
};
|
|
2192
|
-
statusCode
|
|
2193
|
-
body
|
|
2195
|
+
statusCode?: number;
|
|
2196
|
+
body?: DescribeScheduledTasksResponseBody;
|
|
2194
2197
|
static names(): {
|
|
2195
2198
|
[key: string]: string;
|
|
2196
2199
|
};
|
|
@@ -2233,11 +2236,11 @@ export declare class DetachAlbServerGroupsResponseBody extends $tea.Model {
|
|
|
2233
2236
|
});
|
|
2234
2237
|
}
|
|
2235
2238
|
export declare class DetachAlbServerGroupsResponse extends $tea.Model {
|
|
2236
|
-
headers
|
|
2239
|
+
headers?: {
|
|
2237
2240
|
[key: string]: string;
|
|
2238
2241
|
};
|
|
2239
|
-
statusCode
|
|
2240
|
-
body
|
|
2242
|
+
statusCode?: number;
|
|
2243
|
+
body?: DetachAlbServerGroupsResponseBody;
|
|
2241
2244
|
static names(): {
|
|
2242
2245
|
[key: string]: string;
|
|
2243
2246
|
};
|
|
@@ -2279,11 +2282,11 @@ export declare class DetachDBInstancesResponseBody extends $tea.Model {
|
|
|
2279
2282
|
});
|
|
2280
2283
|
}
|
|
2281
2284
|
export declare class DetachDBInstancesResponse extends $tea.Model {
|
|
2282
|
-
headers
|
|
2285
|
+
headers?: {
|
|
2283
2286
|
[key: string]: string;
|
|
2284
2287
|
};
|
|
2285
|
-
statusCode
|
|
2286
|
-
body
|
|
2288
|
+
statusCode?: number;
|
|
2289
|
+
body?: DetachDBInstancesResponseBody;
|
|
2287
2290
|
static names(): {
|
|
2288
2291
|
[key: string]: string;
|
|
2289
2292
|
};
|
|
@@ -2329,11 +2332,11 @@ export declare class DetachInstancesResponseBody extends $tea.Model {
|
|
|
2329
2332
|
});
|
|
2330
2333
|
}
|
|
2331
2334
|
export declare class DetachInstancesResponse extends $tea.Model {
|
|
2332
|
-
headers
|
|
2335
|
+
headers?: {
|
|
2333
2336
|
[key: string]: string;
|
|
2334
2337
|
};
|
|
2335
|
-
statusCode
|
|
2336
|
-
body
|
|
2338
|
+
statusCode?: number;
|
|
2339
|
+
body?: DetachInstancesResponseBody;
|
|
2337
2340
|
static names(): {
|
|
2338
2341
|
[key: string]: string;
|
|
2339
2342
|
};
|
|
@@ -2377,11 +2380,11 @@ export declare class DetachLoadBalancersResponseBody extends $tea.Model {
|
|
|
2377
2380
|
});
|
|
2378
2381
|
}
|
|
2379
2382
|
export declare class DetachLoadBalancersResponse extends $tea.Model {
|
|
2380
|
-
headers
|
|
2383
|
+
headers?: {
|
|
2381
2384
|
[key: string]: string;
|
|
2382
2385
|
};
|
|
2383
|
-
statusCode
|
|
2384
|
-
body
|
|
2386
|
+
statusCode?: number;
|
|
2387
|
+
body?: DetachLoadBalancersResponseBody;
|
|
2385
2388
|
static names(): {
|
|
2386
2389
|
[key: string]: string;
|
|
2387
2390
|
};
|
|
@@ -2424,11 +2427,11 @@ export declare class DetachServerGroupsResponseBody extends $tea.Model {
|
|
|
2424
2427
|
});
|
|
2425
2428
|
}
|
|
2426
2429
|
export declare class DetachServerGroupsResponse extends $tea.Model {
|
|
2427
|
-
headers
|
|
2430
|
+
headers?: {
|
|
2428
2431
|
[key: string]: string;
|
|
2429
2432
|
};
|
|
2430
|
-
statusCode
|
|
2431
|
-
body
|
|
2433
|
+
statusCode?: number;
|
|
2434
|
+
body?: DetachServerGroupsResponseBody;
|
|
2432
2435
|
static names(): {
|
|
2433
2436
|
[key: string]: string;
|
|
2434
2437
|
};
|
|
@@ -2470,11 +2473,11 @@ export declare class DetachVServerGroupsResponseBody extends $tea.Model {
|
|
|
2470
2473
|
});
|
|
2471
2474
|
}
|
|
2472
2475
|
export declare class DetachVServerGroupsResponse extends $tea.Model {
|
|
2473
|
-
headers
|
|
2476
|
+
headers?: {
|
|
2474
2477
|
[key: string]: string;
|
|
2475
2478
|
};
|
|
2476
|
-
statusCode
|
|
2477
|
-
body
|
|
2479
|
+
statusCode?: number;
|
|
2480
|
+
body?: DetachVServerGroupsResponseBody;
|
|
2478
2481
|
static names(): {
|
|
2479
2482
|
[key: string]: string;
|
|
2480
2483
|
};
|
|
@@ -2513,11 +2516,11 @@ export declare class DisableAlarmResponseBody extends $tea.Model {
|
|
|
2513
2516
|
});
|
|
2514
2517
|
}
|
|
2515
2518
|
export declare class DisableAlarmResponse extends $tea.Model {
|
|
2516
|
-
headers
|
|
2519
|
+
headers?: {
|
|
2517
2520
|
[key: string]: string;
|
|
2518
2521
|
};
|
|
2519
|
-
statusCode
|
|
2520
|
-
body
|
|
2522
|
+
statusCode?: number;
|
|
2523
|
+
body?: DisableAlarmResponseBody;
|
|
2521
2524
|
static names(): {
|
|
2522
2525
|
[key: string]: string;
|
|
2523
2526
|
};
|
|
@@ -2557,11 +2560,11 @@ export declare class DisableScalingGroupResponseBody extends $tea.Model {
|
|
|
2557
2560
|
});
|
|
2558
2561
|
}
|
|
2559
2562
|
export declare class DisableScalingGroupResponse extends $tea.Model {
|
|
2560
|
-
headers
|
|
2563
|
+
headers?: {
|
|
2561
2564
|
[key: string]: string;
|
|
2562
2565
|
};
|
|
2563
|
-
statusCode
|
|
2564
|
-
body
|
|
2566
|
+
statusCode?: number;
|
|
2567
|
+
body?: DisableScalingGroupResponseBody;
|
|
2565
2568
|
static names(): {
|
|
2566
2569
|
[key: string]: string;
|
|
2567
2570
|
};
|
|
@@ -2600,11 +2603,11 @@ export declare class EnableAlarmResponseBody extends $tea.Model {
|
|
|
2600
2603
|
});
|
|
2601
2604
|
}
|
|
2602
2605
|
export declare class EnableAlarmResponse extends $tea.Model {
|
|
2603
|
-
headers
|
|
2606
|
+
headers?: {
|
|
2604
2607
|
[key: string]: string;
|
|
2605
2608
|
};
|
|
2606
|
-
statusCode
|
|
2607
|
-
body
|
|
2609
|
+
statusCode?: number;
|
|
2610
|
+
body?: EnableAlarmResponseBody;
|
|
2608
2611
|
static names(): {
|
|
2609
2612
|
[key: string]: string;
|
|
2610
2613
|
};
|
|
@@ -2651,11 +2654,11 @@ export declare class EnableScalingGroupResponseBody extends $tea.Model {
|
|
|
2651
2654
|
});
|
|
2652
2655
|
}
|
|
2653
2656
|
export declare class EnableScalingGroupResponse extends $tea.Model {
|
|
2654
|
-
headers
|
|
2657
|
+
headers?: {
|
|
2655
2658
|
[key: string]: string;
|
|
2656
2659
|
};
|
|
2657
|
-
statusCode
|
|
2658
|
-
body
|
|
2660
|
+
statusCode?: number;
|
|
2661
|
+
body?: EnableScalingGroupResponseBody;
|
|
2659
2662
|
static names(): {
|
|
2660
2663
|
[key: string]: string;
|
|
2661
2664
|
};
|
|
@@ -2697,11 +2700,11 @@ export declare class EnterStandbyResponseBody extends $tea.Model {
|
|
|
2697
2700
|
});
|
|
2698
2701
|
}
|
|
2699
2702
|
export declare class EnterStandbyResponse extends $tea.Model {
|
|
2700
|
-
headers
|
|
2703
|
+
headers?: {
|
|
2701
2704
|
[key: string]: string;
|
|
2702
2705
|
};
|
|
2703
|
-
statusCode
|
|
2704
|
-
body
|
|
2706
|
+
statusCode?: number;
|
|
2707
|
+
body?: EnterStandbyResponseBody;
|
|
2705
2708
|
static names(): {
|
|
2706
2709
|
[key: string]: string;
|
|
2707
2710
|
};
|
|
@@ -2746,11 +2749,11 @@ export declare class ExecuteScalingRuleResponseBody extends $tea.Model {
|
|
|
2746
2749
|
});
|
|
2747
2750
|
}
|
|
2748
2751
|
export declare class ExecuteScalingRuleResponse extends $tea.Model {
|
|
2749
|
-
headers
|
|
2752
|
+
headers?: {
|
|
2750
2753
|
[key: string]: string;
|
|
2751
2754
|
};
|
|
2752
|
-
statusCode
|
|
2753
|
-
body
|
|
2755
|
+
statusCode?: number;
|
|
2756
|
+
body?: ExecuteScalingRuleResponseBody;
|
|
2754
2757
|
static names(): {
|
|
2755
2758
|
[key: string]: string;
|
|
2756
2759
|
};
|
|
@@ -2793,11 +2796,11 @@ export declare class ExitStandbyResponseBody extends $tea.Model {
|
|
|
2793
2796
|
});
|
|
2794
2797
|
}
|
|
2795
2798
|
export declare class ExitStandbyResponse extends $tea.Model {
|
|
2796
|
-
headers
|
|
2799
|
+
headers?: {
|
|
2797
2800
|
[key: string]: string;
|
|
2798
2801
|
};
|
|
2799
|
-
statusCode
|
|
2800
|
-
body
|
|
2802
|
+
statusCode?: number;
|
|
2803
|
+
body?: ExitStandbyResponseBody;
|
|
2801
2804
|
static names(): {
|
|
2802
2805
|
[key: string]: string;
|
|
2803
2806
|
};
|
|
@@ -2841,11 +2844,11 @@ export declare class ListTagKeysResponseBody extends $tea.Model {
|
|
|
2841
2844
|
});
|
|
2842
2845
|
}
|
|
2843
2846
|
export declare class ListTagKeysResponse extends $tea.Model {
|
|
2844
|
-
headers
|
|
2847
|
+
headers?: {
|
|
2845
2848
|
[key: string]: string;
|
|
2846
2849
|
};
|
|
2847
|
-
statusCode
|
|
2848
|
-
body
|
|
2850
|
+
statusCode?: number;
|
|
2851
|
+
body?: ListTagKeysResponseBody;
|
|
2849
2852
|
static names(): {
|
|
2850
2853
|
[key: string]: string;
|
|
2851
2854
|
};
|
|
@@ -2889,11 +2892,11 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
|
|
|
2889
2892
|
});
|
|
2890
2893
|
}
|
|
2891
2894
|
export declare class ListTagResourcesResponse extends $tea.Model {
|
|
2892
|
-
headers
|
|
2895
|
+
headers?: {
|
|
2893
2896
|
[key: string]: string;
|
|
2894
2897
|
};
|
|
2895
|
-
statusCode
|
|
2896
|
-
body
|
|
2898
|
+
statusCode?: number;
|
|
2899
|
+
body?: ListTagResourcesResponseBody;
|
|
2897
2900
|
static names(): {
|
|
2898
2901
|
[key: string]: string;
|
|
2899
2902
|
};
|
|
@@ -2938,11 +2941,11 @@ export declare class ListTagValuesResponseBody extends $tea.Model {
|
|
|
2938
2941
|
});
|
|
2939
2942
|
}
|
|
2940
2943
|
export declare class ListTagValuesResponse extends $tea.Model {
|
|
2941
|
-
headers
|
|
2944
|
+
headers?: {
|
|
2942
2945
|
[key: string]: string;
|
|
2943
2946
|
};
|
|
2944
|
-
statusCode
|
|
2945
|
-
body
|
|
2947
|
+
statusCode?: number;
|
|
2948
|
+
body?: ListTagValuesResponseBody;
|
|
2946
2949
|
static names(): {
|
|
2947
2950
|
[key: string]: string;
|
|
2948
2951
|
};
|
|
@@ -2997,11 +3000,11 @@ export declare class ModifyAlarmResponseBody extends $tea.Model {
|
|
|
2997
3000
|
});
|
|
2998
3001
|
}
|
|
2999
3002
|
export declare class ModifyAlarmResponse extends $tea.Model {
|
|
3000
|
-
headers
|
|
3003
|
+
headers?: {
|
|
3001
3004
|
[key: string]: string;
|
|
3002
3005
|
};
|
|
3003
|
-
statusCode
|
|
3004
|
-
body
|
|
3006
|
+
statusCode?: number;
|
|
3007
|
+
body?: ModifyAlarmResponseBody;
|
|
3005
3008
|
static names(): {
|
|
3006
3009
|
[key: string]: string;
|
|
3007
3010
|
};
|
|
@@ -3086,11 +3089,11 @@ export declare class ModifyEciScalingConfigurationResponseBody extends $tea.Mode
|
|
|
3086
3089
|
});
|
|
3087
3090
|
}
|
|
3088
3091
|
export declare class ModifyEciScalingConfigurationResponse extends $tea.Model {
|
|
3089
|
-
headers
|
|
3092
|
+
headers?: {
|
|
3090
3093
|
[key: string]: string;
|
|
3091
3094
|
};
|
|
3092
|
-
statusCode
|
|
3093
|
-
body
|
|
3095
|
+
statusCode?: number;
|
|
3096
|
+
body?: ModifyEciScalingConfigurationResponseBody;
|
|
3094
3097
|
static names(): {
|
|
3095
3098
|
[key: string]: string;
|
|
3096
3099
|
};
|
|
@@ -3138,11 +3141,11 @@ export declare class ModifyLifecycleHookResponseBody extends $tea.Model {
|
|
|
3138
3141
|
});
|
|
3139
3142
|
}
|
|
3140
3143
|
export declare class ModifyLifecycleHookResponse extends $tea.Model {
|
|
3141
|
-
headers
|
|
3144
|
+
headers?: {
|
|
3142
3145
|
[key: string]: string;
|
|
3143
3146
|
};
|
|
3144
|
-
statusCode
|
|
3145
|
-
body
|
|
3147
|
+
statusCode?: number;
|
|
3148
|
+
body?: ModifyLifecycleHookResponseBody;
|
|
3146
3149
|
static names(): {
|
|
3147
3150
|
[key: string]: string;
|
|
3148
3151
|
};
|
|
@@ -3183,11 +3186,11 @@ export declare class ModifyNotificationConfigurationResponseBody extends $tea.Mo
|
|
|
3183
3186
|
});
|
|
3184
3187
|
}
|
|
3185
3188
|
export declare class ModifyNotificationConfigurationResponse extends $tea.Model {
|
|
3186
|
-
headers
|
|
3189
|
+
headers?: {
|
|
3187
3190
|
[key: string]: string;
|
|
3188
3191
|
};
|
|
3189
|
-
statusCode
|
|
3190
|
-
body
|
|
3192
|
+
statusCode?: number;
|
|
3193
|
+
body?: ModifyNotificationConfigurationResponseBody;
|
|
3191
3194
|
static names(): {
|
|
3192
3195
|
[key: string]: string;
|
|
3193
3196
|
};
|
|
@@ -3205,6 +3208,7 @@ export declare class ModifyScalingConfigurationRequest extends $tea.Model {
|
|
|
3205
3208
|
affinity?: string;
|
|
3206
3209
|
cpu?: number;
|
|
3207
3210
|
creditSpecification?: string;
|
|
3211
|
+
customPriorities?: ModifyScalingConfigurationRequestCustomPriorities[];
|
|
3208
3212
|
dataDisks?: ModifyScalingConfigurationRequestDataDisks[];
|
|
3209
3213
|
dedicatedHostId?: string;
|
|
3210
3214
|
deletionProtection?: boolean;
|
|
@@ -3268,6 +3272,7 @@ export declare class ModifyScalingConfigurationShrinkRequest extends $tea.Model
|
|
|
3268
3272
|
affinity?: string;
|
|
3269
3273
|
cpu?: number;
|
|
3270
3274
|
creditSpecification?: string;
|
|
3275
|
+
customPriorities?: ModifyScalingConfigurationShrinkRequestCustomPriorities[];
|
|
3271
3276
|
dataDisks?: ModifyScalingConfigurationShrinkRequestDataDisks[];
|
|
3272
3277
|
dedicatedHostId?: string;
|
|
3273
3278
|
deletionProtection?: boolean;
|
|
@@ -3335,11 +3340,11 @@ export declare class ModifyScalingConfigurationResponseBody extends $tea.Model {
|
|
|
3335
3340
|
});
|
|
3336
3341
|
}
|
|
3337
3342
|
export declare class ModifyScalingConfigurationResponse extends $tea.Model {
|
|
3338
|
-
headers
|
|
3343
|
+
headers?: {
|
|
3339
3344
|
[key: string]: string;
|
|
3340
3345
|
};
|
|
3341
|
-
statusCode
|
|
3342
|
-
body
|
|
3346
|
+
statusCode?: number;
|
|
3347
|
+
body?: ModifyScalingConfigurationResponseBody;
|
|
3343
3348
|
static names(): {
|
|
3344
3349
|
[key: string]: string;
|
|
3345
3350
|
};
|
|
@@ -3361,6 +3366,7 @@ export declare class ModifyScalingGroupRequest extends $tea.Model {
|
|
|
3361
3366
|
disableDesiredCapacity?: boolean;
|
|
3362
3367
|
groupDeletionProtection?: boolean;
|
|
3363
3368
|
healthCheckType?: string;
|
|
3369
|
+
healthCheckTypes?: string[];
|
|
3364
3370
|
launchTemplateId?: string;
|
|
3365
3371
|
launchTemplateOverrides?: ModifyScalingGroupRequestLaunchTemplateOverrides[];
|
|
3366
3372
|
launchTemplateVersion?: string;
|
|
@@ -3404,11 +3410,11 @@ export declare class ModifyScalingGroupResponseBody extends $tea.Model {
|
|
|
3404
3410
|
});
|
|
3405
3411
|
}
|
|
3406
3412
|
export declare class ModifyScalingGroupResponse extends $tea.Model {
|
|
3407
|
-
headers
|
|
3413
|
+
headers?: {
|
|
3408
3414
|
[key: string]: string;
|
|
3409
3415
|
};
|
|
3410
|
-
statusCode
|
|
3411
|
-
body
|
|
3416
|
+
statusCode?: number;
|
|
3417
|
+
body?: ModifyScalingGroupResponseBody;
|
|
3412
3418
|
static names(): {
|
|
3413
3419
|
[key: string]: string;
|
|
3414
3420
|
};
|
|
@@ -3466,11 +3472,11 @@ export declare class ModifyScalingRuleResponseBody extends $tea.Model {
|
|
|
3466
3472
|
});
|
|
3467
3473
|
}
|
|
3468
3474
|
export declare class ModifyScalingRuleResponse extends $tea.Model {
|
|
3469
|
-
headers
|
|
3475
|
+
headers?: {
|
|
3470
3476
|
[key: string]: string;
|
|
3471
3477
|
};
|
|
3472
|
-
statusCode
|
|
3473
|
-
body
|
|
3478
|
+
statusCode?: number;
|
|
3479
|
+
body?: ModifyScalingRuleResponseBody;
|
|
3474
3480
|
static names(): {
|
|
3475
3481
|
[key: string]: string;
|
|
3476
3482
|
};
|
|
@@ -3523,11 +3529,11 @@ export declare class ModifyScheduledTaskResponseBody extends $tea.Model {
|
|
|
3523
3529
|
});
|
|
3524
3530
|
}
|
|
3525
3531
|
export declare class ModifyScheduledTaskResponse extends $tea.Model {
|
|
3526
|
-
headers
|
|
3532
|
+
headers?: {
|
|
3527
3533
|
[key: string]: string;
|
|
3528
3534
|
};
|
|
3529
|
-
statusCode
|
|
3530
|
-
body
|
|
3535
|
+
statusCode?: number;
|
|
3536
|
+
body?: ModifyScheduledTaskResponseBody;
|
|
3531
3537
|
static names(): {
|
|
3532
3538
|
[key: string]: string;
|
|
3533
3539
|
};
|
|
@@ -3569,11 +3575,11 @@ export declare class RebalanceInstancesResponseBody extends $tea.Model {
|
|
|
3569
3575
|
});
|
|
3570
3576
|
}
|
|
3571
3577
|
export declare class RebalanceInstancesResponse extends $tea.Model {
|
|
3572
|
-
headers
|
|
3578
|
+
headers?: {
|
|
3573
3579
|
[key: string]: string;
|
|
3574
3580
|
};
|
|
3575
|
-
statusCode
|
|
3576
|
-
body
|
|
3581
|
+
statusCode?: number;
|
|
3582
|
+
body?: RebalanceInstancesResponseBody;
|
|
3577
3583
|
static names(): {
|
|
3578
3584
|
[key: string]: string;
|
|
3579
3585
|
};
|
|
@@ -3615,11 +3621,11 @@ export declare class RecordLifecycleActionHeartbeatResponseBody extends $tea.Mod
|
|
|
3615
3621
|
});
|
|
3616
3622
|
}
|
|
3617
3623
|
export declare class RecordLifecycleActionHeartbeatResponse extends $tea.Model {
|
|
3618
|
-
headers
|
|
3624
|
+
headers?: {
|
|
3619
3625
|
[key: string]: string;
|
|
3620
3626
|
};
|
|
3621
|
-
statusCode
|
|
3622
|
-
body
|
|
3627
|
+
statusCode?: number;
|
|
3628
|
+
body?: RecordLifecycleActionHeartbeatResponseBody;
|
|
3623
3629
|
static names(): {
|
|
3624
3630
|
[key: string]: string;
|
|
3625
3631
|
};
|
|
@@ -3665,11 +3671,11 @@ export declare class RemoveInstancesResponseBody extends $tea.Model {
|
|
|
3665
3671
|
});
|
|
3666
3672
|
}
|
|
3667
3673
|
export declare class RemoveInstancesResponse extends $tea.Model {
|
|
3668
|
-
headers
|
|
3674
|
+
headers?: {
|
|
3669
3675
|
[key: string]: string;
|
|
3670
3676
|
};
|
|
3671
|
-
statusCode
|
|
3672
|
-
body
|
|
3677
|
+
statusCode?: number;
|
|
3678
|
+
body?: RemoveInstancesResponseBody;
|
|
3673
3679
|
static names(): {
|
|
3674
3680
|
[key: string]: string;
|
|
3675
3681
|
};
|
|
@@ -3710,11 +3716,11 @@ export declare class ResumeProcessesResponseBody extends $tea.Model {
|
|
|
3710
3716
|
});
|
|
3711
3717
|
}
|
|
3712
3718
|
export declare class ResumeProcessesResponse extends $tea.Model {
|
|
3713
|
-
headers
|
|
3719
|
+
headers?: {
|
|
3714
3720
|
[key: string]: string;
|
|
3715
3721
|
};
|
|
3716
|
-
statusCode
|
|
3717
|
-
body
|
|
3722
|
+
statusCode?: number;
|
|
3723
|
+
body?: ResumeProcessesResponseBody;
|
|
3718
3724
|
static names(): {
|
|
3719
3725
|
[key: string]: string;
|
|
3720
3726
|
};
|
|
@@ -3780,11 +3786,11 @@ export declare class ScaleWithAdjustmentResponseBody extends $tea.Model {
|
|
|
3780
3786
|
});
|
|
3781
3787
|
}
|
|
3782
3788
|
export declare class ScaleWithAdjustmentResponse extends $tea.Model {
|
|
3783
|
-
headers
|
|
3789
|
+
headers?: {
|
|
3784
3790
|
[key: string]: string;
|
|
3785
3791
|
};
|
|
3786
|
-
statusCode
|
|
3787
|
-
body
|
|
3792
|
+
statusCode?: number;
|
|
3793
|
+
body?: ScaleWithAdjustmentResponseBody;
|
|
3788
3794
|
static names(): {
|
|
3789
3795
|
[key: string]: string;
|
|
3790
3796
|
};
|
|
@@ -3824,11 +3830,11 @@ export declare class SetGroupDeletionProtectionResponseBody extends $tea.Model {
|
|
|
3824
3830
|
});
|
|
3825
3831
|
}
|
|
3826
3832
|
export declare class SetGroupDeletionProtectionResponse extends $tea.Model {
|
|
3827
|
-
headers
|
|
3833
|
+
headers?: {
|
|
3828
3834
|
[key: string]: string;
|
|
3829
3835
|
};
|
|
3830
|
-
statusCode
|
|
3831
|
-
body
|
|
3836
|
+
statusCode?: number;
|
|
3837
|
+
body?: SetGroupDeletionProtectionResponseBody;
|
|
3832
3838
|
static names(): {
|
|
3833
3839
|
[key: string]: string;
|
|
3834
3840
|
};
|
|
@@ -3867,11 +3873,11 @@ export declare class SetInstanceHealthResponseBody extends $tea.Model {
|
|
|
3867
3873
|
});
|
|
3868
3874
|
}
|
|
3869
3875
|
export declare class SetInstanceHealthResponse extends $tea.Model {
|
|
3870
|
-
headers
|
|
3876
|
+
headers?: {
|
|
3871
3877
|
[key: string]: string;
|
|
3872
3878
|
};
|
|
3873
|
-
statusCode
|
|
3874
|
-
body
|
|
3879
|
+
statusCode?: number;
|
|
3880
|
+
body?: SetInstanceHealthResponseBody;
|
|
3875
3881
|
static names(): {
|
|
3876
3882
|
[key: string]: string;
|
|
3877
3883
|
};
|
|
@@ -3911,11 +3917,11 @@ export declare class SetInstancesProtectionResponseBody extends $tea.Model {
|
|
|
3911
3917
|
});
|
|
3912
3918
|
}
|
|
3913
3919
|
export declare class SetInstancesProtectionResponse extends $tea.Model {
|
|
3914
|
-
headers
|
|
3920
|
+
headers?: {
|
|
3915
3921
|
[key: string]: string;
|
|
3916
3922
|
};
|
|
3917
|
-
statusCode
|
|
3918
|
-
body
|
|
3923
|
+
statusCode?: number;
|
|
3924
|
+
body?: SetInstancesProtectionResponseBody;
|
|
3919
3925
|
static names(): {
|
|
3920
3926
|
[key: string]: string;
|
|
3921
3927
|
};
|
|
@@ -3956,11 +3962,11 @@ export declare class SuspendProcessesResponseBody extends $tea.Model {
|
|
|
3956
3962
|
});
|
|
3957
3963
|
}
|
|
3958
3964
|
export declare class SuspendProcessesResponse extends $tea.Model {
|
|
3959
|
-
headers
|
|
3965
|
+
headers?: {
|
|
3960
3966
|
[key: string]: string;
|
|
3961
3967
|
};
|
|
3962
|
-
statusCode
|
|
3963
|
-
body
|
|
3968
|
+
statusCode?: number;
|
|
3969
|
+
body?: SuspendProcessesResponseBody;
|
|
3964
3970
|
static names(): {
|
|
3965
3971
|
[key: string]: string;
|
|
3966
3972
|
};
|
|
@@ -4001,11 +4007,11 @@ export declare class TagResourcesResponseBody extends $tea.Model {
|
|
|
4001
4007
|
});
|
|
4002
4008
|
}
|
|
4003
4009
|
export declare class TagResourcesResponse extends $tea.Model {
|
|
4004
|
-
headers
|
|
4010
|
+
headers?: {
|
|
4005
4011
|
[key: string]: string;
|
|
4006
4012
|
};
|
|
4007
|
-
statusCode
|
|
4008
|
-
body
|
|
4013
|
+
statusCode?: number;
|
|
4014
|
+
body?: TagResourcesResponseBody;
|
|
4009
4015
|
static names(): {
|
|
4010
4016
|
[key: string]: string;
|
|
4011
4017
|
};
|
|
@@ -4047,11 +4053,11 @@ export declare class UntagResourcesResponseBody extends $tea.Model {
|
|
|
4047
4053
|
});
|
|
4048
4054
|
}
|
|
4049
4055
|
export declare class UntagResourcesResponse extends $tea.Model {
|
|
4050
|
-
headers
|
|
4056
|
+
headers?: {
|
|
4051
4057
|
[key: string]: string;
|
|
4052
4058
|
};
|
|
4053
|
-
statusCode
|
|
4054
|
-
body
|
|
4059
|
+
statusCode?: number;
|
|
4060
|
+
body?: UntagResourcesResponseBody;
|
|
4055
4061
|
static names(): {
|
|
4056
4062
|
[key: string]: string;
|
|
4057
4063
|
};
|
|
@@ -4091,11 +4097,11 @@ export declare class VerifyAuthenticationResponseBody extends $tea.Model {
|
|
|
4091
4097
|
});
|
|
4092
4098
|
}
|
|
4093
4099
|
export declare class VerifyAuthenticationResponse extends $tea.Model {
|
|
4094
|
-
headers
|
|
4100
|
+
headers?: {
|
|
4095
4101
|
[key: string]: string;
|
|
4096
4102
|
};
|
|
4097
|
-
statusCode
|
|
4098
|
-
body
|
|
4103
|
+
statusCode?: number;
|
|
4104
|
+
body?: VerifyAuthenticationResponseBody;
|
|
4099
4105
|
static names(): {
|
|
4100
4106
|
[key: string]: string;
|
|
4101
4107
|
};
|
|
@@ -4134,11 +4140,11 @@ export declare class VerifyUserResponseBody extends $tea.Model {
|
|
|
4134
4140
|
});
|
|
4135
4141
|
}
|
|
4136
4142
|
export declare class VerifyUserResponse extends $tea.Model {
|
|
4137
|
-
headers
|
|
4143
|
+
headers?: {
|
|
4138
4144
|
[key: string]: string;
|
|
4139
4145
|
};
|
|
4140
|
-
statusCode
|
|
4141
|
-
body
|
|
4146
|
+
statusCode?: number;
|
|
4147
|
+
body?: VerifyUserResponseBody;
|
|
4142
4148
|
static names(): {
|
|
4143
4149
|
[key: string]: string;
|
|
4144
4150
|
};
|
|
@@ -4796,6 +4802,19 @@ export declare class CreateScalingConfigurationRequestSystemDisk extends $tea.Mo
|
|
|
4796
4802
|
[key: string]: any;
|
|
4797
4803
|
});
|
|
4798
4804
|
}
|
|
4805
|
+
export declare class CreateScalingConfigurationRequestCustomPriorities extends $tea.Model {
|
|
4806
|
+
instanceType?: string;
|
|
4807
|
+
vswitchId?: string;
|
|
4808
|
+
static names(): {
|
|
4809
|
+
[key: string]: string;
|
|
4810
|
+
};
|
|
4811
|
+
static types(): {
|
|
4812
|
+
[key: string]: any;
|
|
4813
|
+
};
|
|
4814
|
+
constructor(map?: {
|
|
4815
|
+
[key: string]: any;
|
|
4816
|
+
});
|
|
4817
|
+
}
|
|
4799
4818
|
export declare class CreateScalingConfigurationRequestDataDisks extends $tea.Model {
|
|
4800
4819
|
autoSnapshotPolicyId?: string;
|
|
4801
4820
|
burstingEnabled?: boolean;
|
|
@@ -4912,6 +4931,19 @@ export declare class CreateScalingConfigurationShrinkRequestSystemDisk extends $
|
|
|
4912
4931
|
[key: string]: any;
|
|
4913
4932
|
});
|
|
4914
4933
|
}
|
|
4934
|
+
export declare class CreateScalingConfigurationShrinkRequestCustomPriorities extends $tea.Model {
|
|
4935
|
+
instanceType?: string;
|
|
4936
|
+
vswitchId?: string;
|
|
4937
|
+
static names(): {
|
|
4938
|
+
[key: string]: string;
|
|
4939
|
+
};
|
|
4940
|
+
static types(): {
|
|
4941
|
+
[key: string]: any;
|
|
4942
|
+
};
|
|
4943
|
+
constructor(map?: {
|
|
4944
|
+
[key: string]: any;
|
|
4945
|
+
});
|
|
4946
|
+
}
|
|
4915
4947
|
export declare class CreateScalingConfigurationShrinkRequestDataDisks extends $tea.Model {
|
|
4916
4948
|
autoSnapshotPolicyId?: string;
|
|
4917
4949
|
burstingEnabled?: boolean;
|
|
@@ -5641,6 +5673,19 @@ export declare class DescribeScalingActivitiesResponseBodyScalingActivities exte
|
|
|
5641
5673
|
[key: string]: any;
|
|
5642
5674
|
});
|
|
5643
5675
|
}
|
|
5676
|
+
export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurationsCustomPriorities extends $tea.Model {
|
|
5677
|
+
instanceType?: string;
|
|
5678
|
+
vswitchId?: string;
|
|
5679
|
+
static names(): {
|
|
5680
|
+
[key: string]: string;
|
|
5681
|
+
};
|
|
5682
|
+
static types(): {
|
|
5683
|
+
[key: string]: any;
|
|
5684
|
+
};
|
|
5685
|
+
constructor(map?: {
|
|
5686
|
+
[key: string]: any;
|
|
5687
|
+
});
|
|
5688
|
+
}
|
|
5644
5689
|
export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurationsDataDisks extends $tea.Model {
|
|
5645
5690
|
autoSnapshotPolicyId?: string;
|
|
5646
5691
|
burstingEnabled?: boolean;
|
|
@@ -5727,6 +5772,7 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
|
|
|
5727
5772
|
cpu?: number;
|
|
5728
5773
|
creationTime?: string;
|
|
5729
5774
|
creditSpecification?: string;
|
|
5775
|
+
customPriorities?: DescribeScalingConfigurationsResponseBodyScalingConfigurationsCustomPriorities[];
|
|
5730
5776
|
dataDisks?: DescribeScalingConfigurationsResponseBodyScalingConfigurationsDataDisks[];
|
|
5731
5777
|
dedicatedHostId?: string;
|
|
5732
5778
|
deletionProtection?: boolean;
|
|
@@ -5925,6 +5971,7 @@ export declare class DescribeScalingGroupsResponseBodyScalingGroups extends $tea
|
|
|
5925
5971
|
groupDeletionProtection?: boolean;
|
|
5926
5972
|
groupType?: string;
|
|
5927
5973
|
healthCheckType?: string;
|
|
5974
|
+
healthCheckTypes?: string[];
|
|
5928
5975
|
initCapacity?: number;
|
|
5929
5976
|
isElasticStrengthInAlarm?: boolean;
|
|
5930
5977
|
launchTemplateId?: string;
|
|
@@ -6825,6 +6872,19 @@ export declare class ModifyScalingConfigurationRequestSystemDisk extends $tea.Mo
|
|
|
6825
6872
|
[key: string]: any;
|
|
6826
6873
|
});
|
|
6827
6874
|
}
|
|
6875
|
+
export declare class ModifyScalingConfigurationRequestCustomPriorities extends $tea.Model {
|
|
6876
|
+
instanceType?: string;
|
|
6877
|
+
vswitchId?: string;
|
|
6878
|
+
static names(): {
|
|
6879
|
+
[key: string]: string;
|
|
6880
|
+
};
|
|
6881
|
+
static types(): {
|
|
6882
|
+
[key: string]: any;
|
|
6883
|
+
};
|
|
6884
|
+
constructor(map?: {
|
|
6885
|
+
[key: string]: any;
|
|
6886
|
+
});
|
|
6887
|
+
}
|
|
6828
6888
|
export declare class ModifyScalingConfigurationRequestDataDisks extends $tea.Model {
|
|
6829
6889
|
autoSnapshotPolicyId?: string;
|
|
6830
6890
|
burstingEnabled?: boolean;
|
|
@@ -6941,6 +7001,19 @@ export declare class ModifyScalingConfigurationShrinkRequestSystemDisk extends $
|
|
|
6941
7001
|
[key: string]: any;
|
|
6942
7002
|
});
|
|
6943
7003
|
}
|
|
7004
|
+
export declare class ModifyScalingConfigurationShrinkRequestCustomPriorities extends $tea.Model {
|
|
7005
|
+
instanceType?: string;
|
|
7006
|
+
vswitchId?: string;
|
|
7007
|
+
static names(): {
|
|
7008
|
+
[key: string]: string;
|
|
7009
|
+
};
|
|
7010
|
+
static types(): {
|
|
7011
|
+
[key: string]: any;
|
|
7012
|
+
};
|
|
7013
|
+
constructor(map?: {
|
|
7014
|
+
[key: string]: any;
|
|
7015
|
+
});
|
|
7016
|
+
}
|
|
6944
7017
|
export declare class ModifyScalingConfigurationShrinkRequestDataDisks extends $tea.Model {
|
|
6945
7018
|
autoSnapshotPolicyId?: string;
|
|
6946
7019
|
burstingEnabled?: boolean;
|
|
@@ -7830,7 +7903,42 @@ export default class Client extends OpenApi {
|
|
|
7830
7903
|
* @return ModifyScalingConfigurationResponse
|
|
7831
7904
|
*/
|
|
7832
7905
|
modifyScalingConfiguration(request: ModifyScalingConfigurationRequest): Promise<ModifyScalingConfigurationResponse>;
|
|
7906
|
+
/**
|
|
7907
|
+
* * You cannot call this operation to modify the settings of the following parameters:
|
|
7908
|
+
* * RegionId
|
|
7909
|
+
* * LoadBalancerId
|
|
7910
|
+
* > If you want to change the CLB instances that are associated with your scaling group, call the AttachLoadBalancers and DetachLoadBalancers operations.
|
|
7911
|
+
* * DBInstanceId
|
|
7912
|
+
* **
|
|
7913
|
+
* **Note**If you want to change the ApsaraDB RDS instances that are associated with your scaling group, call the AttachDBInstances and DetachDBInstances operations.
|
|
7914
|
+
* * You can modify only scaling groups that are in the Active or Inactive state.
|
|
7915
|
+
* * If you enable a new scaling configuration, Elastic Compute Service (ECS) instances that are created based on the previous scaling configuration still run as expected in the scaling group.
|
|
7916
|
+
* * If the total number of instances in the scaling group is greater than the allowed maximum number after you change the value of the MaxSize parameter, Auto Scaling automatically removes instances from the scaling group to ensure that the number of instances is within the new range.
|
|
7917
|
+
* * If the total number of instances in the scaling group is less than the allowed minimum number after you change the value of the MinSize parameter, Auto Scaling automatically adds instances to the scaling group to ensure that the number of instances is within the new range.
|
|
7918
|
+
* * If the total number of instances in the scaling group does not match the expected number of instances after you change the value of the DesiredCapacity parameter, Auto Scaling automatically adds instances to or removes instances from the scaling group to ensure that the number of instances matches the value of the DesiredCapacity parameter.
|
|
7919
|
+
*
|
|
7920
|
+
* @param request ModifyScalingGroupRequest
|
|
7921
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7922
|
+
* @return ModifyScalingGroupResponse
|
|
7923
|
+
*/
|
|
7833
7924
|
modifyScalingGroupWithOptions(request: ModifyScalingGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyScalingGroupResponse>;
|
|
7925
|
+
/**
|
|
7926
|
+
* * You cannot call this operation to modify the settings of the following parameters:
|
|
7927
|
+
* * RegionId
|
|
7928
|
+
* * LoadBalancerId
|
|
7929
|
+
* > If you want to change the CLB instances that are associated with your scaling group, call the AttachLoadBalancers and DetachLoadBalancers operations.
|
|
7930
|
+
* * DBInstanceId
|
|
7931
|
+
* **
|
|
7932
|
+
* **Note**If you want to change the ApsaraDB RDS instances that are associated with your scaling group, call the AttachDBInstances and DetachDBInstances operations.
|
|
7933
|
+
* * You can modify only scaling groups that are in the Active or Inactive state.
|
|
7934
|
+
* * If you enable a new scaling configuration, Elastic Compute Service (ECS) instances that are created based on the previous scaling configuration still run as expected in the scaling group.
|
|
7935
|
+
* * If the total number of instances in the scaling group is greater than the allowed maximum number after you change the value of the MaxSize parameter, Auto Scaling automatically removes instances from the scaling group to ensure that the number of instances is within the new range.
|
|
7936
|
+
* * If the total number of instances in the scaling group is less than the allowed minimum number after you change the value of the MinSize parameter, Auto Scaling automatically adds instances to the scaling group to ensure that the number of instances is within the new range.
|
|
7937
|
+
* * If the total number of instances in the scaling group does not match the expected number of instances after you change the value of the DesiredCapacity parameter, Auto Scaling automatically adds instances to or removes instances from the scaling group to ensure that the number of instances matches the value of the DesiredCapacity parameter.
|
|
7938
|
+
*
|
|
7939
|
+
* @param request ModifyScalingGroupRequest
|
|
7940
|
+
* @return ModifyScalingGroupResponse
|
|
7941
|
+
*/
|
|
7834
7942
|
modifyScalingGroup(request: ModifyScalingGroupRequest): Promise<ModifyScalingGroupResponse>;
|
|
7835
7943
|
modifyScalingRuleWithOptions(request: ModifyScalingRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyScalingRuleResponse>;
|
|
7836
7944
|
modifyScalingRule(request: ModifyScalingRuleRequest): Promise<ModifyScalingRuleResponse>;
|