@alicloud/ecs20140526 2.1.1 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +1373 -110
- package/dist/client.js +2736 -224
- package/dist/client.js.map +1 -1
- package/package.json +4 -6
- package/src/client.ts +3769 -403
package/dist/client.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ export declare class AcceptInquiredSystemEventResponse extends $tea.Model {
|
|
|
38
38
|
headers: {
|
|
39
39
|
[key: string]: string;
|
|
40
40
|
};
|
|
41
|
+
statusCode: number;
|
|
41
42
|
body: AcceptInquiredSystemEventResponseBody;
|
|
42
43
|
static names(): {
|
|
43
44
|
[key: string]: string;
|
|
@@ -81,6 +82,7 @@ export declare class ActivateRouterInterfaceResponse extends $tea.Model {
|
|
|
81
82
|
headers: {
|
|
82
83
|
[key: string]: string;
|
|
83
84
|
};
|
|
85
|
+
statusCode: number;
|
|
84
86
|
body: ActivateRouterInterfaceResponseBody;
|
|
85
87
|
static names(): {
|
|
86
88
|
[key: string]: string;
|
|
@@ -127,6 +129,7 @@ export declare class AddBandwidthPackageIpsResponse extends $tea.Model {
|
|
|
127
129
|
headers: {
|
|
128
130
|
[key: string]: string;
|
|
129
131
|
};
|
|
132
|
+
statusCode: number;
|
|
130
133
|
body: AddBandwidthPackageIpsResponseBody;
|
|
131
134
|
static names(): {
|
|
132
135
|
[key: string]: string;
|
|
@@ -172,6 +175,7 @@ export declare class AddTagsResponse extends $tea.Model {
|
|
|
172
175
|
headers: {
|
|
173
176
|
[key: string]: string;
|
|
174
177
|
};
|
|
178
|
+
statusCode: number;
|
|
175
179
|
body: AddTagsResponseBody;
|
|
176
180
|
static names(): {
|
|
177
181
|
[key: string]: string;
|
|
@@ -236,6 +240,7 @@ export declare class AllocateDedicatedHostsResponse extends $tea.Model {
|
|
|
236
240
|
headers: {
|
|
237
241
|
[key: string]: string;
|
|
238
242
|
};
|
|
243
|
+
statusCode: number;
|
|
239
244
|
body: AllocateDedicatedHostsResponseBody;
|
|
240
245
|
static names(): {
|
|
241
246
|
[key: string]: string;
|
|
@@ -286,6 +291,7 @@ export declare class AllocateEipAddressResponse extends $tea.Model {
|
|
|
286
291
|
headers: {
|
|
287
292
|
[key: string]: string;
|
|
288
293
|
};
|
|
294
|
+
statusCode: number;
|
|
289
295
|
body: AllocateEipAddressResponseBody;
|
|
290
296
|
static names(): {
|
|
291
297
|
[key: string]: string;
|
|
@@ -332,6 +338,7 @@ export declare class AllocatePublicIpAddressResponse extends $tea.Model {
|
|
|
332
338
|
headers: {
|
|
333
339
|
[key: string]: string;
|
|
334
340
|
};
|
|
341
|
+
statusCode: number;
|
|
335
342
|
body: AllocatePublicIpAddressResponseBody;
|
|
336
343
|
static names(): {
|
|
337
344
|
[key: string]: string;
|
|
@@ -376,6 +383,7 @@ export declare class ApplyAutoSnapshotPolicyResponse extends $tea.Model {
|
|
|
376
383
|
headers: {
|
|
377
384
|
[key: string]: string;
|
|
378
385
|
};
|
|
386
|
+
statusCode: number;
|
|
379
387
|
body: ApplyAutoSnapshotPolicyResponseBody;
|
|
380
388
|
static names(): {
|
|
381
389
|
[key: string]: string;
|
|
@@ -424,6 +432,7 @@ export declare class AssignIpv6AddressesResponse extends $tea.Model {
|
|
|
424
432
|
headers: {
|
|
425
433
|
[key: string]: string;
|
|
426
434
|
};
|
|
435
|
+
statusCode: number;
|
|
427
436
|
body: AssignIpv6AddressesResponseBody;
|
|
428
437
|
static names(): {
|
|
429
438
|
[key: string]: string;
|
|
@@ -472,6 +481,7 @@ export declare class AssignPrivateIpAddressesResponse extends $tea.Model {
|
|
|
472
481
|
headers: {
|
|
473
482
|
[key: string]: string;
|
|
474
483
|
};
|
|
484
|
+
statusCode: number;
|
|
475
485
|
body: AssignPrivateIpAddressesResponseBody;
|
|
476
486
|
static names(): {
|
|
477
487
|
[key: string]: string;
|
|
@@ -518,6 +528,7 @@ export declare class AssociateEipAddressResponse extends $tea.Model {
|
|
|
518
528
|
headers: {
|
|
519
529
|
[key: string]: string;
|
|
520
530
|
};
|
|
531
|
+
statusCode: number;
|
|
521
532
|
body: AssociateEipAddressResponseBody;
|
|
522
533
|
static names(): {
|
|
523
534
|
[key: string]: string;
|
|
@@ -564,6 +575,7 @@ export declare class AssociateHaVipResponse extends $tea.Model {
|
|
|
564
575
|
headers: {
|
|
565
576
|
[key: string]: string;
|
|
566
577
|
};
|
|
578
|
+
statusCode: number;
|
|
567
579
|
body: AssociateHaVipResponseBody;
|
|
568
580
|
static names(): {
|
|
569
581
|
[key: string]: string;
|
|
@@ -608,6 +620,7 @@ export declare class AttachClassicLinkVpcResponse extends $tea.Model {
|
|
|
608
620
|
headers: {
|
|
609
621
|
[key: string]: string;
|
|
610
622
|
};
|
|
623
|
+
statusCode: number;
|
|
611
624
|
body: AttachClassicLinkVpcResponseBody;
|
|
612
625
|
static names(): {
|
|
613
626
|
[key: string]: string;
|
|
@@ -657,6 +670,7 @@ export declare class AttachDiskResponse extends $tea.Model {
|
|
|
657
670
|
headers: {
|
|
658
671
|
[key: string]: string;
|
|
659
672
|
};
|
|
673
|
+
statusCode: number;
|
|
660
674
|
body: AttachDiskResponseBody;
|
|
661
675
|
static names(): {
|
|
662
676
|
[key: string]: string;
|
|
@@ -706,6 +720,7 @@ export declare class AttachInstanceRamRoleResponse extends $tea.Model {
|
|
|
706
720
|
headers: {
|
|
707
721
|
[key: string]: string;
|
|
708
722
|
};
|
|
723
|
+
statusCode: number;
|
|
709
724
|
body: AttachInstanceRamRoleResponseBody;
|
|
710
725
|
static names(): {
|
|
711
726
|
[key: string]: string;
|
|
@@ -754,6 +769,7 @@ export declare class AttachKeyPairResponse extends $tea.Model {
|
|
|
754
769
|
headers: {
|
|
755
770
|
[key: string]: string;
|
|
756
771
|
};
|
|
772
|
+
statusCode: number;
|
|
757
773
|
body: AttachKeyPairResponseBody;
|
|
758
774
|
static names(): {
|
|
759
775
|
[key: string]: string;
|
|
@@ -801,6 +817,7 @@ export declare class AttachNetworkInterfaceResponse extends $tea.Model {
|
|
|
801
817
|
headers: {
|
|
802
818
|
[key: string]: string;
|
|
803
819
|
};
|
|
820
|
+
statusCode: number;
|
|
804
821
|
body: AttachNetworkInterfaceResponseBody;
|
|
805
822
|
static names(): {
|
|
806
823
|
[key: string]: string;
|
|
@@ -822,6 +839,7 @@ export declare class AuthorizeSecurityGroupRequest extends $tea.Model {
|
|
|
822
839
|
nicType?: string;
|
|
823
840
|
ownerAccount?: string;
|
|
824
841
|
ownerId?: number;
|
|
842
|
+
permissions?: AuthorizeSecurityGroupRequestPermissions[];
|
|
825
843
|
policy?: string;
|
|
826
844
|
portRange?: string;
|
|
827
845
|
priority?: string;
|
|
@@ -861,6 +879,7 @@ export declare class AuthorizeSecurityGroupResponse extends $tea.Model {
|
|
|
861
879
|
headers: {
|
|
862
880
|
[key: string]: string;
|
|
863
881
|
};
|
|
882
|
+
statusCode: number;
|
|
864
883
|
body: AuthorizeSecurityGroupResponseBody;
|
|
865
884
|
static names(): {
|
|
866
885
|
[key: string]: string;
|
|
@@ -886,6 +905,7 @@ export declare class AuthorizeSecurityGroupEgressRequest extends $tea.Model {
|
|
|
886
905
|
nicType?: string;
|
|
887
906
|
ownerAccount?: string;
|
|
888
907
|
ownerId?: number;
|
|
908
|
+
permissions?: AuthorizeSecurityGroupEgressRequestPermissions[];
|
|
889
909
|
policy?: string;
|
|
890
910
|
portRange?: string;
|
|
891
911
|
priority?: string;
|
|
@@ -921,6 +941,7 @@ export declare class AuthorizeSecurityGroupEgressResponse extends $tea.Model {
|
|
|
921
941
|
headers: {
|
|
922
942
|
[key: string]: string;
|
|
923
943
|
};
|
|
944
|
+
statusCode: number;
|
|
924
945
|
body: AuthorizeSecurityGroupEgressResponseBody;
|
|
925
946
|
static names(): {
|
|
926
947
|
[key: string]: string;
|
|
@@ -964,6 +985,7 @@ export declare class CancelAutoSnapshotPolicyResponse extends $tea.Model {
|
|
|
964
985
|
headers: {
|
|
965
986
|
[key: string]: string;
|
|
966
987
|
};
|
|
988
|
+
statusCode: number;
|
|
967
989
|
body: CancelAutoSnapshotPolicyResponseBody;
|
|
968
990
|
static names(): {
|
|
969
991
|
[key: string]: string;
|
|
@@ -1008,6 +1030,7 @@ export declare class CancelCopyImageResponse extends $tea.Model {
|
|
|
1008
1030
|
headers: {
|
|
1009
1031
|
[key: string]: string;
|
|
1010
1032
|
};
|
|
1033
|
+
statusCode: number;
|
|
1011
1034
|
body: CancelCopyImageResponseBody;
|
|
1012
1035
|
static names(): {
|
|
1013
1036
|
[key: string]: string;
|
|
@@ -1053,6 +1076,7 @@ export declare class CancelImagePipelineExecutionResponse extends $tea.Model {
|
|
|
1053
1076
|
headers: {
|
|
1054
1077
|
[key: string]: string;
|
|
1055
1078
|
};
|
|
1079
|
+
statusCode: number;
|
|
1056
1080
|
body: CancelImagePipelineExecutionResponseBody;
|
|
1057
1081
|
static names(): {
|
|
1058
1082
|
[key: string]: string;
|
|
@@ -1099,6 +1123,7 @@ export declare class CancelPhysicalConnectionResponse extends $tea.Model {
|
|
|
1099
1123
|
headers: {
|
|
1100
1124
|
[key: string]: string;
|
|
1101
1125
|
};
|
|
1126
|
+
statusCode: number;
|
|
1102
1127
|
body: CancelPhysicalConnectionResponseBody;
|
|
1103
1128
|
static names(): {
|
|
1104
1129
|
[key: string]: string;
|
|
@@ -1143,6 +1168,7 @@ export declare class CancelSimulatedSystemEventsResponse extends $tea.Model {
|
|
|
1143
1168
|
headers: {
|
|
1144
1169
|
[key: string]: string;
|
|
1145
1170
|
};
|
|
1171
|
+
statusCode: number;
|
|
1146
1172
|
body: CancelSimulatedSystemEventsResponseBody;
|
|
1147
1173
|
static names(): {
|
|
1148
1174
|
[key: string]: string;
|
|
@@ -1186,6 +1212,7 @@ export declare class CancelTaskResponse extends $tea.Model {
|
|
|
1186
1212
|
headers: {
|
|
1187
1213
|
[key: string]: string;
|
|
1188
1214
|
};
|
|
1215
|
+
statusCode: number;
|
|
1189
1216
|
body: CancelTaskResponseBody;
|
|
1190
1217
|
static names(): {
|
|
1191
1218
|
[key: string]: string;
|
|
@@ -1229,6 +1256,7 @@ export declare class ConnectRouterInterfaceResponse extends $tea.Model {
|
|
|
1229
1256
|
headers: {
|
|
1230
1257
|
[key: string]: string;
|
|
1231
1258
|
};
|
|
1259
|
+
statusCode: number;
|
|
1232
1260
|
body: ConnectRouterInterfaceResponseBody;
|
|
1233
1261
|
static names(): {
|
|
1234
1262
|
[key: string]: string;
|
|
@@ -1272,6 +1300,7 @@ export declare class ConvertNatPublicIpToEipResponse extends $tea.Model {
|
|
|
1272
1300
|
headers: {
|
|
1273
1301
|
[key: string]: string;
|
|
1274
1302
|
};
|
|
1303
|
+
statusCode: number;
|
|
1275
1304
|
body: ConvertNatPublicIpToEipResponseBody;
|
|
1276
1305
|
static names(): {
|
|
1277
1306
|
[key: string]: string;
|
|
@@ -1325,6 +1354,7 @@ export declare class CopyImageResponse extends $tea.Model {
|
|
|
1325
1354
|
headers: {
|
|
1326
1355
|
[key: string]: string;
|
|
1327
1356
|
};
|
|
1357
|
+
statusCode: number;
|
|
1328
1358
|
body: CopyImageResponseBody;
|
|
1329
1359
|
static names(): {
|
|
1330
1360
|
[key: string]: string;
|
|
@@ -1375,6 +1405,7 @@ export declare class CopySnapshotResponse extends $tea.Model {
|
|
|
1375
1405
|
headers: {
|
|
1376
1406
|
[key: string]: string;
|
|
1377
1407
|
};
|
|
1408
|
+
statusCode: number;
|
|
1378
1409
|
body: CopySnapshotResponseBody;
|
|
1379
1410
|
static names(): {
|
|
1380
1411
|
[key: string]: string;
|
|
@@ -1425,6 +1456,7 @@ export declare class CreateActivationResponse extends $tea.Model {
|
|
|
1425
1456
|
headers: {
|
|
1426
1457
|
[key: string]: string;
|
|
1427
1458
|
};
|
|
1459
|
+
statusCode: number;
|
|
1428
1460
|
body: CreateActivationResponseBody;
|
|
1429
1461
|
static names(): {
|
|
1430
1462
|
[key: string]: string;
|
|
@@ -1445,6 +1477,7 @@ export declare class CreateAutoProvisioningGroupRequest extends $tea.Model {
|
|
|
1445
1477
|
defaultTargetCapacityType?: string;
|
|
1446
1478
|
description?: string;
|
|
1447
1479
|
excessCapacityTerminationPolicy?: string;
|
|
1480
|
+
hibernationOptionsConfigured?: boolean;
|
|
1448
1481
|
launchTemplateConfig?: CreateAutoProvisioningGroupRequestLaunchTemplateConfig[];
|
|
1449
1482
|
launchTemplateId?: string;
|
|
1450
1483
|
launchTemplateVersion?: string;
|
|
@@ -1496,6 +1529,7 @@ export declare class CreateAutoProvisioningGroupResponse extends $tea.Model {
|
|
|
1496
1529
|
headers: {
|
|
1497
1530
|
[key: string]: string;
|
|
1498
1531
|
};
|
|
1532
|
+
statusCode: number;
|
|
1499
1533
|
body: CreateAutoProvisioningGroupResponseBody;
|
|
1500
1534
|
static names(): {
|
|
1501
1535
|
[key: string]: string;
|
|
@@ -1548,6 +1582,7 @@ export declare class CreateAutoSnapshotPolicyResponse extends $tea.Model {
|
|
|
1548
1582
|
headers: {
|
|
1549
1583
|
[key: string]: string;
|
|
1550
1584
|
};
|
|
1585
|
+
statusCode: number;
|
|
1551
1586
|
body: CreateAutoSnapshotPolicyResponseBody;
|
|
1552
1587
|
static names(): {
|
|
1553
1588
|
[key: string]: string;
|
|
@@ -1604,6 +1639,7 @@ export declare class CreateCapacityReservationResponse extends $tea.Model {
|
|
|
1604
1639
|
headers: {
|
|
1605
1640
|
[key: string]: string;
|
|
1606
1641
|
};
|
|
1642
|
+
statusCode: number;
|
|
1607
1643
|
body: CreateCapacityReservationResponseBody;
|
|
1608
1644
|
static names(): {
|
|
1609
1645
|
[key: string]: string;
|
|
@@ -1617,6 +1653,7 @@ export declare class CreateCapacityReservationResponse extends $tea.Model {
|
|
|
1617
1653
|
}
|
|
1618
1654
|
export declare class CreateCommandRequest extends $tea.Model {
|
|
1619
1655
|
commandContent?: string;
|
|
1656
|
+
contentEncoding?: string;
|
|
1620
1657
|
description?: string;
|
|
1621
1658
|
enableParameter?: boolean;
|
|
1622
1659
|
name?: string;
|
|
@@ -1655,6 +1692,7 @@ export declare class CreateCommandResponse extends $tea.Model {
|
|
|
1655
1692
|
headers: {
|
|
1656
1693
|
[key: string]: string;
|
|
1657
1694
|
};
|
|
1695
|
+
statusCode: number;
|
|
1658
1696
|
body: CreateCommandResponseBody;
|
|
1659
1697
|
static names(): {
|
|
1660
1698
|
[key: string]: string;
|
|
@@ -1710,6 +1748,7 @@ export declare class CreateDedicatedBlockStorageClusterResponse extends $tea.Mod
|
|
|
1710
1748
|
headers: {
|
|
1711
1749
|
[key: string]: string;
|
|
1712
1750
|
};
|
|
1751
|
+
statusCode: number;
|
|
1713
1752
|
body: CreateDedicatedBlockStorageClusterResponseBody;
|
|
1714
1753
|
static names(): {
|
|
1715
1754
|
[key: string]: string;
|
|
@@ -1760,6 +1799,7 @@ export declare class CreateDedicatedHostClusterResponse extends $tea.Model {
|
|
|
1760
1799
|
headers: {
|
|
1761
1800
|
[key: string]: string;
|
|
1762
1801
|
};
|
|
1802
|
+
statusCode: number;
|
|
1763
1803
|
body: CreateDedicatedHostClusterResponseBody;
|
|
1764
1804
|
static names(): {
|
|
1765
1805
|
[key: string]: string;
|
|
@@ -1815,6 +1855,7 @@ export declare class CreateDemandResponse extends $tea.Model {
|
|
|
1815
1855
|
headers: {
|
|
1816
1856
|
[key: string]: string;
|
|
1817
1857
|
};
|
|
1858
|
+
statusCode: number;
|
|
1818
1859
|
body: CreateDemandResponseBody;
|
|
1819
1860
|
static names(): {
|
|
1820
1861
|
[key: string]: string;
|
|
@@ -1867,6 +1908,7 @@ export declare class CreateDeploymentSetResponse extends $tea.Model {
|
|
|
1867
1908
|
headers: {
|
|
1868
1909
|
[key: string]: string;
|
|
1869
1910
|
};
|
|
1911
|
+
statusCode: number;
|
|
1870
1912
|
body: CreateDeploymentSetResponseBody;
|
|
1871
1913
|
static names(): {
|
|
1872
1914
|
[key: string]: string;
|
|
@@ -1878,21 +1920,56 @@ export declare class CreateDeploymentSetResponse extends $tea.Model {
|
|
|
1878
1920
|
[key: string]: any;
|
|
1879
1921
|
});
|
|
1880
1922
|
}
|
|
1923
|
+
export declare class CreateDiagnosticMetricSetRequest extends $tea.Model {
|
|
1924
|
+
description?: string;
|
|
1925
|
+
metricIds?: string[];
|
|
1926
|
+
metricSetName?: string;
|
|
1927
|
+
regionId?: string;
|
|
1928
|
+
resourceType?: string;
|
|
1929
|
+
static names(): {
|
|
1930
|
+
[key: string]: string;
|
|
1931
|
+
};
|
|
1932
|
+
static types(): {
|
|
1933
|
+
[key: string]: any;
|
|
1934
|
+
};
|
|
1935
|
+
constructor(map?: {
|
|
1936
|
+
[key: string]: any;
|
|
1937
|
+
});
|
|
1938
|
+
}
|
|
1939
|
+
export declare class CreateDiagnosticMetricSetResponseBody extends $tea.Model {
|
|
1940
|
+
metricSetId?: string;
|
|
1941
|
+
requestId?: string;
|
|
1942
|
+
static names(): {
|
|
1943
|
+
[key: string]: string;
|
|
1944
|
+
};
|
|
1945
|
+
static types(): {
|
|
1946
|
+
[key: string]: any;
|
|
1947
|
+
};
|
|
1948
|
+
constructor(map?: {
|
|
1949
|
+
[key: string]: any;
|
|
1950
|
+
});
|
|
1951
|
+
}
|
|
1952
|
+
export declare class CreateDiagnosticMetricSetResponse extends $tea.Model {
|
|
1953
|
+
headers: {
|
|
1954
|
+
[key: string]: string;
|
|
1955
|
+
};
|
|
1956
|
+
statusCode: number;
|
|
1957
|
+
body: CreateDiagnosticMetricSetResponseBody;
|
|
1958
|
+
static names(): {
|
|
1959
|
+
[key: string]: string;
|
|
1960
|
+
};
|
|
1961
|
+
static types(): {
|
|
1962
|
+
[key: string]: any;
|
|
1963
|
+
};
|
|
1964
|
+
constructor(map?: {
|
|
1965
|
+
[key: string]: any;
|
|
1966
|
+
});
|
|
1967
|
+
}
|
|
1881
1968
|
export declare class CreateDiagnosticReportRequest extends $tea.Model {
|
|
1882
|
-
clientToken?: string;
|
|
1883
|
-
commandName?: string[];
|
|
1884
|
-
commandType?: string;
|
|
1885
|
-
diagnosticCategory?: string;
|
|
1886
1969
|
endTime?: string;
|
|
1887
|
-
|
|
1888
|
-
ownerId?: number;
|
|
1889
|
-
pluginVersion?: string;
|
|
1970
|
+
metricSetId?: string;
|
|
1890
1971
|
regionId?: string;
|
|
1891
|
-
resourceId?: string
|
|
1892
|
-
resourceOwnerAccount?: string;
|
|
1893
|
-
resourceOwnerId?: number;
|
|
1894
|
-
resourceType?: string;
|
|
1895
|
-
sourceSystem?: string;
|
|
1972
|
+
resourceId?: string;
|
|
1896
1973
|
startTime?: string;
|
|
1897
1974
|
static names(): {
|
|
1898
1975
|
[key: string]: string;
|
|
@@ -1905,11 +1982,8 @@ export declare class CreateDiagnosticReportRequest extends $tea.Model {
|
|
|
1905
1982
|
});
|
|
1906
1983
|
}
|
|
1907
1984
|
export declare class CreateDiagnosticReportResponseBody extends $tea.Model {
|
|
1908
|
-
commandInvokeResults?: CreateDiagnosticReportResponseBodyCommandInvokeResults;
|
|
1909
|
-
createTime?: string;
|
|
1910
1985
|
reportId?: string;
|
|
1911
1986
|
requestId?: string;
|
|
1912
|
-
status?: string;
|
|
1913
1987
|
static names(): {
|
|
1914
1988
|
[key: string]: string;
|
|
1915
1989
|
};
|
|
@@ -1924,6 +1998,7 @@ export declare class CreateDiagnosticReportResponse extends $tea.Model {
|
|
|
1924
1998
|
headers: {
|
|
1925
1999
|
[key: string]: string;
|
|
1926
2000
|
};
|
|
2001
|
+
statusCode: number;
|
|
1927
2002
|
body: CreateDiagnosticReportResponseBody;
|
|
1928
2003
|
static names(): {
|
|
1929
2004
|
[key: string]: string;
|
|
@@ -1991,6 +2066,7 @@ export declare class CreateDiskResponse extends $tea.Model {
|
|
|
1991
2066
|
headers: {
|
|
1992
2067
|
[key: string]: string;
|
|
1993
2068
|
};
|
|
2069
|
+
statusCode: number;
|
|
1994
2070
|
body: CreateDiskResponseBody;
|
|
1995
2071
|
static names(): {
|
|
1996
2072
|
[key: string]: string;
|
|
@@ -2049,6 +2125,7 @@ export declare class CreateElasticityAssuranceResponse extends $tea.Model {
|
|
|
2049
2125
|
headers: {
|
|
2050
2126
|
[key: string]: string;
|
|
2051
2127
|
};
|
|
2128
|
+
statusCode: number;
|
|
2052
2129
|
body: CreateElasticityAssuranceResponseBody;
|
|
2053
2130
|
static names(): {
|
|
2054
2131
|
[key: string]: string;
|
|
@@ -2099,6 +2176,7 @@ export declare class CreateForwardEntryResponse extends $tea.Model {
|
|
|
2099
2176
|
headers: {
|
|
2100
2177
|
[key: string]: string;
|
|
2101
2178
|
};
|
|
2179
|
+
statusCode: number;
|
|
2102
2180
|
body: CreateForwardEntryResponseBody;
|
|
2103
2181
|
static names(): {
|
|
2104
2182
|
[key: string]: string;
|
|
@@ -2147,6 +2225,7 @@ export declare class CreateHaVipResponse extends $tea.Model {
|
|
|
2147
2225
|
headers: {
|
|
2148
2226
|
[key: string]: string;
|
|
2149
2227
|
};
|
|
2228
|
+
statusCode: number;
|
|
2150
2229
|
body: CreateHaVipResponseBody;
|
|
2151
2230
|
static names(): {
|
|
2152
2231
|
[key: string]: string;
|
|
@@ -2194,6 +2273,7 @@ export declare class CreateHpcClusterResponse extends $tea.Model {
|
|
|
2194
2273
|
headers: {
|
|
2195
2274
|
[key: string]: string;
|
|
2196
2275
|
};
|
|
2276
|
+
statusCode: number;
|
|
2197
2277
|
body: CreateHpcClusterResponseBody;
|
|
2198
2278
|
static names(): {
|
|
2199
2279
|
[key: string]: string;
|
|
@@ -2251,6 +2331,7 @@ export declare class CreateImageResponse extends $tea.Model {
|
|
|
2251
2331
|
headers: {
|
|
2252
2332
|
[key: string]: string;
|
|
2253
2333
|
};
|
|
2334
|
+
statusCode: number;
|
|
2254
2335
|
body: CreateImageResponseBody;
|
|
2255
2336
|
static names(): {
|
|
2256
2337
|
[key: string]: string;
|
|
@@ -2303,6 +2384,7 @@ export declare class CreateImageComponentResponse extends $tea.Model {
|
|
|
2303
2384
|
headers: {
|
|
2304
2385
|
[key: string]: string;
|
|
2305
2386
|
};
|
|
2387
|
+
statusCode: number;
|
|
2306
2388
|
body: CreateImageComponentResponseBody;
|
|
2307
2389
|
static names(): {
|
|
2308
2390
|
[key: string]: string;
|
|
@@ -2363,6 +2445,7 @@ export declare class CreateImagePipelineResponse extends $tea.Model {
|
|
|
2363
2445
|
headers: {
|
|
2364
2446
|
[key: string]: string;
|
|
2365
2447
|
};
|
|
2448
|
+
statusCode: number;
|
|
2366
2449
|
body: CreateImagePipelineResponseBody;
|
|
2367
2450
|
static names(): {
|
|
2368
2451
|
[key: string]: string;
|
|
@@ -2465,6 +2548,7 @@ export declare class CreateInstanceResponse extends $tea.Model {
|
|
|
2465
2548
|
headers: {
|
|
2466
2549
|
[key: string]: string;
|
|
2467
2550
|
};
|
|
2551
|
+
statusCode: number;
|
|
2468
2552
|
body: CreateInstanceResponseBody;
|
|
2469
2553
|
static names(): {
|
|
2470
2554
|
[key: string]: string;
|
|
@@ -2514,6 +2598,7 @@ export declare class CreateKeyPairResponse extends $tea.Model {
|
|
|
2514
2598
|
headers: {
|
|
2515
2599
|
[key: string]: string;
|
|
2516
2600
|
};
|
|
2601
|
+
statusCode: number;
|
|
2517
2602
|
body: CreateKeyPairResponseBody;
|
|
2518
2603
|
static names(): {
|
|
2519
2604
|
[key: string]: string;
|
|
@@ -2598,6 +2683,7 @@ export declare class CreateLaunchTemplateResponse extends $tea.Model {
|
|
|
2598
2683
|
headers: {
|
|
2599
2684
|
[key: string]: string;
|
|
2600
2685
|
};
|
|
2686
|
+
statusCode: number;
|
|
2601
2687
|
body: CreateLaunchTemplateResponseBody;
|
|
2602
2688
|
static names(): {
|
|
2603
2689
|
[key: string]: string;
|
|
@@ -2681,6 +2767,7 @@ export declare class CreateLaunchTemplateVersionResponse extends $tea.Model {
|
|
|
2681
2767
|
headers: {
|
|
2682
2768
|
[key: string]: string;
|
|
2683
2769
|
};
|
|
2770
|
+
statusCode: number;
|
|
2684
2771
|
body: CreateLaunchTemplateVersionResponseBody;
|
|
2685
2772
|
static names(): {
|
|
2686
2773
|
[key: string]: string;
|
|
@@ -2732,6 +2819,7 @@ export declare class CreateNatGatewayResponse extends $tea.Model {
|
|
|
2732
2819
|
headers: {
|
|
2733
2820
|
[key: string]: string;
|
|
2734
2821
|
};
|
|
2822
|
+
statusCode: number;
|
|
2735
2823
|
body: CreateNatGatewayResponseBody;
|
|
2736
2824
|
static names(): {
|
|
2737
2825
|
[key: string]: string;
|
|
@@ -2812,6 +2900,7 @@ export declare class CreateNetworkInterfaceResponse extends $tea.Model {
|
|
|
2812
2900
|
headers: {
|
|
2813
2901
|
[key: string]: string;
|
|
2814
2902
|
};
|
|
2903
|
+
statusCode: number;
|
|
2815
2904
|
body: CreateNetworkInterfaceResponseBody;
|
|
2816
2905
|
static names(): {
|
|
2817
2906
|
[key: string]: string;
|
|
@@ -2859,6 +2948,7 @@ export declare class CreateNetworkInterfacePermissionResponse extends $tea.Model
|
|
|
2859
2948
|
headers: {
|
|
2860
2949
|
[key: string]: string;
|
|
2861
2950
|
};
|
|
2951
|
+
statusCode: number;
|
|
2862
2952
|
body: CreateNetworkInterfacePermissionResponseBody;
|
|
2863
2953
|
static names(): {
|
|
2864
2954
|
[key: string]: string;
|
|
@@ -2915,6 +3005,7 @@ export declare class CreatePhysicalConnectionResponse extends $tea.Model {
|
|
|
2915
3005
|
headers: {
|
|
2916
3006
|
[key: string]: string;
|
|
2917
3007
|
};
|
|
3008
|
+
statusCode: number;
|
|
2918
3009
|
body: CreatePhysicalConnectionResponseBody;
|
|
2919
3010
|
static names(): {
|
|
2920
3011
|
[key: string]: string;
|
|
@@ -2965,6 +3056,7 @@ export declare class CreatePrefixListResponse extends $tea.Model {
|
|
|
2965
3056
|
headers: {
|
|
2966
3057
|
[key: string]: string;
|
|
2967
3058
|
};
|
|
3059
|
+
statusCode: number;
|
|
2968
3060
|
body: CreatePrefixListResponseBody;
|
|
2969
3061
|
static names(): {
|
|
2970
3062
|
[key: string]: string;
|
|
@@ -3014,6 +3106,7 @@ export declare class CreateRouteEntryResponse extends $tea.Model {
|
|
|
3014
3106
|
headers: {
|
|
3015
3107
|
[key: string]: string;
|
|
3016
3108
|
};
|
|
3109
|
+
statusCode: number;
|
|
3017
3110
|
body: CreateRouteEntryResponseBody;
|
|
3018
3111
|
static names(): {
|
|
3019
3112
|
[key: string]: string;
|
|
@@ -3080,6 +3173,7 @@ export declare class CreateRouterInterfaceResponse extends $tea.Model {
|
|
|
3080
3173
|
headers: {
|
|
3081
3174
|
[key: string]: string;
|
|
3082
3175
|
};
|
|
3176
|
+
statusCode: number;
|
|
3083
3177
|
body: CreateRouterInterfaceResponseBody;
|
|
3084
3178
|
static names(): {
|
|
3085
3179
|
[key: string]: string;
|
|
@@ -3132,6 +3226,7 @@ export declare class CreateSecurityGroupResponse extends $tea.Model {
|
|
|
3132
3226
|
headers: {
|
|
3133
3227
|
[key: string]: string;
|
|
3134
3228
|
};
|
|
3229
|
+
statusCode: number;
|
|
3135
3230
|
body: CreateSecurityGroupResponseBody;
|
|
3136
3231
|
static names(): {
|
|
3137
3232
|
[key: string]: string;
|
|
@@ -3179,6 +3274,7 @@ export declare class CreateSimulatedSystemEventsResponse extends $tea.Model {
|
|
|
3179
3274
|
headers: {
|
|
3180
3275
|
[key: string]: string;
|
|
3181
3276
|
};
|
|
3277
|
+
statusCode: number;
|
|
3182
3278
|
body: CreateSimulatedSystemEventsResponseBody;
|
|
3183
3279
|
static names(): {
|
|
3184
3280
|
[key: string]: string;
|
|
@@ -3232,6 +3328,7 @@ export declare class CreateSnapshotResponse extends $tea.Model {
|
|
|
3232
3328
|
headers: {
|
|
3233
3329
|
[key: string]: string;
|
|
3234
3330
|
};
|
|
3331
|
+
statusCode: number;
|
|
3235
3332
|
body: CreateSnapshotResponseBody;
|
|
3236
3333
|
static names(): {
|
|
3237
3334
|
[key: string]: string;
|
|
@@ -3285,6 +3382,7 @@ export declare class CreateSnapshotGroupResponse extends $tea.Model {
|
|
|
3285
3382
|
headers: {
|
|
3286
3383
|
[key: string]: string;
|
|
3287
3384
|
};
|
|
3385
|
+
statusCode: number;
|
|
3288
3386
|
body: CreateSnapshotGroupResponseBody;
|
|
3289
3387
|
static names(): {
|
|
3290
3388
|
[key: string]: string;
|
|
@@ -3334,6 +3432,7 @@ export declare class CreateStorageSetResponse extends $tea.Model {
|
|
|
3334
3432
|
headers: {
|
|
3335
3433
|
[key: string]: string;
|
|
3336
3434
|
};
|
|
3435
|
+
statusCode: number;
|
|
3337
3436
|
body: CreateStorageSetResponseBody;
|
|
3338
3437
|
static names(): {
|
|
3339
3438
|
[key: string]: string;
|
|
@@ -3384,6 +3483,7 @@ export declare class CreateVSwitchResponse extends $tea.Model {
|
|
|
3384
3483
|
headers: {
|
|
3385
3484
|
[key: string]: string;
|
|
3386
3485
|
};
|
|
3486
|
+
statusCode: number;
|
|
3387
3487
|
body: CreateVSwitchResponseBody;
|
|
3388
3488
|
static names(): {
|
|
3389
3489
|
[key: string]: string;
|
|
@@ -3439,6 +3539,7 @@ export declare class CreateVirtualBorderRouterResponse extends $tea.Model {
|
|
|
3439
3539
|
headers: {
|
|
3440
3540
|
[key: string]: string;
|
|
3441
3541
|
};
|
|
3542
|
+
statusCode: number;
|
|
3442
3543
|
body: CreateVirtualBorderRouterResponseBody;
|
|
3443
3544
|
static names(): {
|
|
3444
3545
|
[key: string]: string;
|
|
@@ -3490,6 +3591,7 @@ export declare class CreateVpcResponse extends $tea.Model {
|
|
|
3490
3591
|
headers: {
|
|
3491
3592
|
[key: string]: string;
|
|
3492
3593
|
};
|
|
3594
|
+
statusCode: number;
|
|
3493
3595
|
body: CreateVpcResponseBody;
|
|
3494
3596
|
static names(): {
|
|
3495
3597
|
[key: string]: string;
|
|
@@ -3533,6 +3635,7 @@ export declare class DeactivateRouterInterfaceResponse extends $tea.Model {
|
|
|
3533
3635
|
headers: {
|
|
3534
3636
|
[key: string]: string;
|
|
3535
3637
|
};
|
|
3638
|
+
statusCode: number;
|
|
3536
3639
|
body: DeactivateRouterInterfaceResponseBody;
|
|
3537
3640
|
static names(): {
|
|
3538
3641
|
[key: string]: string;
|
|
@@ -3578,6 +3681,7 @@ export declare class DeleteActivationResponse extends $tea.Model {
|
|
|
3578
3681
|
headers: {
|
|
3579
3682
|
[key: string]: string;
|
|
3580
3683
|
};
|
|
3684
|
+
statusCode: number;
|
|
3581
3685
|
body: DeleteActivationResponseBody;
|
|
3582
3686
|
static names(): {
|
|
3583
3687
|
[key: string]: string;
|
|
@@ -3623,6 +3727,7 @@ export declare class DeleteAutoProvisioningGroupResponse extends $tea.Model {
|
|
|
3623
3727
|
headers: {
|
|
3624
3728
|
[key: string]: string;
|
|
3625
3729
|
};
|
|
3730
|
+
statusCode: number;
|
|
3626
3731
|
body: DeleteAutoProvisioningGroupResponseBody;
|
|
3627
3732
|
static names(): {
|
|
3628
3733
|
[key: string]: string;
|
|
@@ -3666,6 +3771,7 @@ export declare class DeleteAutoSnapshotPolicyResponse extends $tea.Model {
|
|
|
3666
3771
|
headers: {
|
|
3667
3772
|
[key: string]: string;
|
|
3668
3773
|
};
|
|
3774
|
+
statusCode: number;
|
|
3669
3775
|
body: DeleteAutoSnapshotPolicyResponseBody;
|
|
3670
3776
|
static names(): {
|
|
3671
3777
|
[key: string]: string;
|
|
@@ -3710,6 +3816,7 @@ export declare class DeleteBandwidthPackageResponse extends $tea.Model {
|
|
|
3710
3816
|
headers: {
|
|
3711
3817
|
[key: string]: string;
|
|
3712
3818
|
};
|
|
3819
|
+
statusCode: number;
|
|
3713
3820
|
body: DeleteBandwidthPackageResponseBody;
|
|
3714
3821
|
static names(): {
|
|
3715
3822
|
[key: string]: string;
|
|
@@ -3754,6 +3861,7 @@ export declare class DeleteCommandResponse extends $tea.Model {
|
|
|
3754
3861
|
headers: {
|
|
3755
3862
|
[key: string]: string;
|
|
3756
3863
|
};
|
|
3864
|
+
statusCode: number;
|
|
3757
3865
|
body: DeleteCommandResponseBody;
|
|
3758
3866
|
static names(): {
|
|
3759
3867
|
[key: string]: string;
|
|
@@ -3798,6 +3906,7 @@ export declare class DeleteDedicatedHostClusterResponse extends $tea.Model {
|
|
|
3798
3906
|
headers: {
|
|
3799
3907
|
[key: string]: string;
|
|
3800
3908
|
};
|
|
3909
|
+
statusCode: number;
|
|
3801
3910
|
body: DeleteDedicatedHostClusterResponseBody;
|
|
3802
3911
|
static names(): {
|
|
3803
3912
|
[key: string]: string;
|
|
@@ -3844,6 +3953,7 @@ export declare class DeleteDemandResponse extends $tea.Model {
|
|
|
3844
3953
|
headers: {
|
|
3845
3954
|
[key: string]: string;
|
|
3846
3955
|
};
|
|
3956
|
+
statusCode: number;
|
|
3847
3957
|
body: DeleteDemandResponseBody;
|
|
3848
3958
|
static names(): {
|
|
3849
3959
|
[key: string]: string;
|
|
@@ -3888,6 +3998,7 @@ export declare class DeleteDeploymentSetResponse extends $tea.Model {
|
|
|
3888
3998
|
headers: {
|
|
3889
3999
|
[key: string]: string;
|
|
3890
4000
|
};
|
|
4001
|
+
statusCode: number;
|
|
3891
4002
|
body: DeleteDeploymentSetResponseBody;
|
|
3892
4003
|
static names(): {
|
|
3893
4004
|
[key: string]: string;
|
|
@@ -3899,6 +4010,88 @@ export declare class DeleteDeploymentSetResponse extends $tea.Model {
|
|
|
3899
4010
|
[key: string]: any;
|
|
3900
4011
|
});
|
|
3901
4012
|
}
|
|
4013
|
+
export declare class DeleteDiagnosticMetricSetsRequest extends $tea.Model {
|
|
4014
|
+
metricSetIds?: string[];
|
|
4015
|
+
regionId?: string;
|
|
4016
|
+
static names(): {
|
|
4017
|
+
[key: string]: string;
|
|
4018
|
+
};
|
|
4019
|
+
static types(): {
|
|
4020
|
+
[key: string]: any;
|
|
4021
|
+
};
|
|
4022
|
+
constructor(map?: {
|
|
4023
|
+
[key: string]: any;
|
|
4024
|
+
});
|
|
4025
|
+
}
|
|
4026
|
+
export declare class DeleteDiagnosticMetricSetsResponseBody extends $tea.Model {
|
|
4027
|
+
requestId?: string;
|
|
4028
|
+
static names(): {
|
|
4029
|
+
[key: string]: string;
|
|
4030
|
+
};
|
|
4031
|
+
static types(): {
|
|
4032
|
+
[key: string]: any;
|
|
4033
|
+
};
|
|
4034
|
+
constructor(map?: {
|
|
4035
|
+
[key: string]: any;
|
|
4036
|
+
});
|
|
4037
|
+
}
|
|
4038
|
+
export declare class DeleteDiagnosticMetricSetsResponse extends $tea.Model {
|
|
4039
|
+
headers: {
|
|
4040
|
+
[key: string]: string;
|
|
4041
|
+
};
|
|
4042
|
+
statusCode: number;
|
|
4043
|
+
body: DeleteDiagnosticMetricSetsResponseBody;
|
|
4044
|
+
static names(): {
|
|
4045
|
+
[key: string]: string;
|
|
4046
|
+
};
|
|
4047
|
+
static types(): {
|
|
4048
|
+
[key: string]: any;
|
|
4049
|
+
};
|
|
4050
|
+
constructor(map?: {
|
|
4051
|
+
[key: string]: any;
|
|
4052
|
+
});
|
|
4053
|
+
}
|
|
4054
|
+
export declare class DeleteDiagnosticReportsRequest extends $tea.Model {
|
|
4055
|
+
regionId?: string;
|
|
4056
|
+
reportIds?: string[];
|
|
4057
|
+
static names(): {
|
|
4058
|
+
[key: string]: string;
|
|
4059
|
+
};
|
|
4060
|
+
static types(): {
|
|
4061
|
+
[key: string]: any;
|
|
4062
|
+
};
|
|
4063
|
+
constructor(map?: {
|
|
4064
|
+
[key: string]: any;
|
|
4065
|
+
});
|
|
4066
|
+
}
|
|
4067
|
+
export declare class DeleteDiagnosticReportsResponseBody extends $tea.Model {
|
|
4068
|
+
requestId?: string;
|
|
4069
|
+
static names(): {
|
|
4070
|
+
[key: string]: string;
|
|
4071
|
+
};
|
|
4072
|
+
static types(): {
|
|
4073
|
+
[key: string]: any;
|
|
4074
|
+
};
|
|
4075
|
+
constructor(map?: {
|
|
4076
|
+
[key: string]: any;
|
|
4077
|
+
});
|
|
4078
|
+
}
|
|
4079
|
+
export declare class DeleteDiagnosticReportsResponse extends $tea.Model {
|
|
4080
|
+
headers: {
|
|
4081
|
+
[key: string]: string;
|
|
4082
|
+
};
|
|
4083
|
+
statusCode: number;
|
|
4084
|
+
body: DeleteDiagnosticReportsResponseBody;
|
|
4085
|
+
static names(): {
|
|
4086
|
+
[key: string]: string;
|
|
4087
|
+
};
|
|
4088
|
+
static types(): {
|
|
4089
|
+
[key: string]: any;
|
|
4090
|
+
};
|
|
4091
|
+
constructor(map?: {
|
|
4092
|
+
[key: string]: any;
|
|
4093
|
+
});
|
|
4094
|
+
}
|
|
3902
4095
|
export declare class DeleteDiskRequest extends $tea.Model {
|
|
3903
4096
|
diskId?: string;
|
|
3904
4097
|
ownerAccount?: string;
|
|
@@ -3931,6 +4124,7 @@ export declare class DeleteDiskResponse extends $tea.Model {
|
|
|
3931
4124
|
headers: {
|
|
3932
4125
|
[key: string]: string;
|
|
3933
4126
|
};
|
|
4127
|
+
statusCode: number;
|
|
3934
4128
|
body: DeleteDiskResponseBody;
|
|
3935
4129
|
static names(): {
|
|
3936
4130
|
[key: string]: string;
|
|
@@ -3976,6 +4170,7 @@ export declare class DeleteForwardEntryResponse extends $tea.Model {
|
|
|
3976
4170
|
headers: {
|
|
3977
4171
|
[key: string]: string;
|
|
3978
4172
|
};
|
|
4173
|
+
statusCode: number;
|
|
3979
4174
|
body: DeleteForwardEntryResponseBody;
|
|
3980
4175
|
static names(): {
|
|
3981
4176
|
[key: string]: string;
|
|
@@ -4021,6 +4216,7 @@ export declare class DeleteHaVipResponse extends $tea.Model {
|
|
|
4021
4216
|
headers: {
|
|
4022
4217
|
[key: string]: string;
|
|
4023
4218
|
};
|
|
4219
|
+
statusCode: number;
|
|
4024
4220
|
body: DeleteHaVipResponseBody;
|
|
4025
4221
|
static names(): {
|
|
4026
4222
|
[key: string]: string;
|
|
@@ -4066,6 +4262,7 @@ export declare class DeleteHpcClusterResponse extends $tea.Model {
|
|
|
4066
4262
|
headers: {
|
|
4067
4263
|
[key: string]: string;
|
|
4068
4264
|
};
|
|
4265
|
+
statusCode: number;
|
|
4069
4266
|
body: DeleteHpcClusterResponseBody;
|
|
4070
4267
|
static names(): {
|
|
4071
4268
|
[key: string]: string;
|
|
@@ -4111,6 +4308,7 @@ export declare class DeleteImageResponse extends $tea.Model {
|
|
|
4111
4308
|
headers: {
|
|
4112
4309
|
[key: string]: string;
|
|
4113
4310
|
};
|
|
4311
|
+
statusCode: number;
|
|
4114
4312
|
body: DeleteImageResponseBody;
|
|
4115
4313
|
static names(): {
|
|
4116
4314
|
[key: string]: string;
|
|
@@ -4129,7 +4327,6 @@ export declare class DeleteImageComponentRequest extends $tea.Model {
|
|
|
4129
4327
|
regionId?: string;
|
|
4130
4328
|
resourceOwnerAccount?: string;
|
|
4131
4329
|
resourceOwnerId?: number;
|
|
4132
|
-
templateTag?: DeleteImageComponentRequestTemplateTag[];
|
|
4133
4330
|
static names(): {
|
|
4134
4331
|
[key: string]: string;
|
|
4135
4332
|
};
|
|
@@ -4156,6 +4353,7 @@ export declare class DeleteImageComponentResponse extends $tea.Model {
|
|
|
4156
4353
|
headers: {
|
|
4157
4354
|
[key: string]: string;
|
|
4158
4355
|
};
|
|
4356
|
+
statusCode: number;
|
|
4159
4357
|
body: DeleteImageComponentResponseBody;
|
|
4160
4358
|
static names(): {
|
|
4161
4359
|
[key: string]: string;
|
|
@@ -4174,7 +4372,6 @@ export declare class DeleteImagePipelineRequest extends $tea.Model {
|
|
|
4174
4372
|
regionId?: string;
|
|
4175
4373
|
resourceOwnerAccount?: string;
|
|
4176
4374
|
resourceOwnerId?: number;
|
|
4177
|
-
templateTag?: DeleteImagePipelineRequestTemplateTag[];
|
|
4178
4375
|
static names(): {
|
|
4179
4376
|
[key: string]: string;
|
|
4180
4377
|
};
|
|
@@ -4201,6 +4398,7 @@ export declare class DeleteImagePipelineResponse extends $tea.Model {
|
|
|
4201
4398
|
headers: {
|
|
4202
4399
|
[key: string]: string;
|
|
4203
4400
|
};
|
|
4401
|
+
statusCode: number;
|
|
4204
4402
|
body: DeleteImagePipelineResponseBody;
|
|
4205
4403
|
static names(): {
|
|
4206
4404
|
[key: string]: string;
|
|
@@ -4246,6 +4444,7 @@ export declare class DeleteInstanceResponse extends $tea.Model {
|
|
|
4246
4444
|
headers: {
|
|
4247
4445
|
[key: string]: string;
|
|
4248
4446
|
};
|
|
4447
|
+
statusCode: number;
|
|
4249
4448
|
body: DeleteInstanceResponseBody;
|
|
4250
4449
|
static names(): {
|
|
4251
4450
|
[key: string]: string;
|
|
@@ -4294,6 +4493,7 @@ export declare class DeleteInstancesResponse extends $tea.Model {
|
|
|
4294
4493
|
headers: {
|
|
4295
4494
|
[key: string]: string;
|
|
4296
4495
|
};
|
|
4496
|
+
statusCode: number;
|
|
4297
4497
|
body: DeleteInstancesResponseBody;
|
|
4298
4498
|
static names(): {
|
|
4299
4499
|
[key: string]: string;
|
|
@@ -4337,6 +4537,7 @@ export declare class DeleteKeyPairsResponse extends $tea.Model {
|
|
|
4337
4537
|
headers: {
|
|
4338
4538
|
[key: string]: string;
|
|
4339
4539
|
};
|
|
4540
|
+
statusCode: number;
|
|
4340
4541
|
body: DeleteKeyPairsResponseBody;
|
|
4341
4542
|
static names(): {
|
|
4342
4543
|
[key: string]: string;
|
|
@@ -4382,6 +4583,7 @@ export declare class DeleteLaunchTemplateResponse extends $tea.Model {
|
|
|
4382
4583
|
headers: {
|
|
4383
4584
|
[key: string]: string;
|
|
4384
4585
|
};
|
|
4586
|
+
statusCode: number;
|
|
4385
4587
|
body: DeleteLaunchTemplateResponseBody;
|
|
4386
4588
|
static names(): {
|
|
4387
4589
|
[key: string]: string;
|
|
@@ -4428,6 +4630,7 @@ export declare class DeleteLaunchTemplateVersionResponse extends $tea.Model {
|
|
|
4428
4630
|
headers: {
|
|
4429
4631
|
[key: string]: string;
|
|
4430
4632
|
};
|
|
4633
|
+
statusCode: number;
|
|
4431
4634
|
body: DeleteLaunchTemplateVersionResponseBody;
|
|
4432
4635
|
static names(): {
|
|
4433
4636
|
[key: string]: string;
|
|
@@ -4472,6 +4675,7 @@ export declare class DeleteNatGatewayResponse extends $tea.Model {
|
|
|
4472
4675
|
headers: {
|
|
4473
4676
|
[key: string]: string;
|
|
4474
4677
|
};
|
|
4678
|
+
statusCode: number;
|
|
4475
4679
|
body: DeleteNatGatewayResponseBody;
|
|
4476
4680
|
static names(): {
|
|
4477
4681
|
[key: string]: string;
|
|
@@ -4516,6 +4720,7 @@ export declare class DeleteNetworkInterfaceResponse extends $tea.Model {
|
|
|
4516
4720
|
headers: {
|
|
4517
4721
|
[key: string]: string;
|
|
4518
4722
|
};
|
|
4723
|
+
statusCode: number;
|
|
4519
4724
|
body: DeleteNetworkInterfaceResponseBody;
|
|
4520
4725
|
static names(): {
|
|
4521
4726
|
[key: string]: string;
|
|
@@ -4561,6 +4766,7 @@ export declare class DeleteNetworkInterfacePermissionResponse extends $tea.Model
|
|
|
4561
4766
|
headers: {
|
|
4562
4767
|
[key: string]: string;
|
|
4563
4768
|
};
|
|
4769
|
+
statusCode: number;
|
|
4564
4770
|
body: DeleteNetworkInterfacePermissionResponseBody;
|
|
4565
4771
|
static names(): {
|
|
4566
4772
|
[key: string]: string;
|
|
@@ -4606,6 +4812,7 @@ export declare class DeletePhysicalConnectionResponse extends $tea.Model {
|
|
|
4606
4812
|
headers: {
|
|
4607
4813
|
[key: string]: string;
|
|
4608
4814
|
};
|
|
4815
|
+
statusCode: number;
|
|
4609
4816
|
body: DeletePhysicalConnectionResponseBody;
|
|
4610
4817
|
static names(): {
|
|
4611
4818
|
[key: string]: string;
|
|
@@ -4650,6 +4857,7 @@ export declare class DeletePrefixListResponse extends $tea.Model {
|
|
|
4650
4857
|
headers: {
|
|
4651
4858
|
[key: string]: string;
|
|
4652
4859
|
};
|
|
4860
|
+
statusCode: number;
|
|
4653
4861
|
body: DeletePrefixListResponseBody;
|
|
4654
4862
|
static names(): {
|
|
4655
4863
|
[key: string]: string;
|
|
@@ -4697,6 +4905,7 @@ export declare class DeleteRouteEntryResponse extends $tea.Model {
|
|
|
4697
4905
|
headers: {
|
|
4698
4906
|
[key: string]: string;
|
|
4699
4907
|
};
|
|
4908
|
+
statusCode: number;
|
|
4700
4909
|
body: DeleteRouteEntryResponseBody;
|
|
4701
4910
|
static names(): {
|
|
4702
4911
|
[key: string]: string;
|
|
@@ -4743,6 +4952,7 @@ export declare class DeleteRouterInterfaceResponse extends $tea.Model {
|
|
|
4743
4952
|
headers: {
|
|
4744
4953
|
[key: string]: string;
|
|
4745
4954
|
};
|
|
4955
|
+
statusCode: number;
|
|
4746
4956
|
body: DeleteRouterInterfaceResponseBody;
|
|
4747
4957
|
static names(): {
|
|
4748
4958
|
[key: string]: string;
|
|
@@ -4787,6 +4997,7 @@ export declare class DeleteSecurityGroupResponse extends $tea.Model {
|
|
|
4787
4997
|
headers: {
|
|
4788
4998
|
[key: string]: string;
|
|
4789
4999
|
};
|
|
5000
|
+
statusCode: number;
|
|
4790
5001
|
body: DeleteSecurityGroupResponseBody;
|
|
4791
5002
|
static names(): {
|
|
4792
5003
|
[key: string]: string;
|
|
@@ -4831,6 +5042,7 @@ export declare class DeleteSnapshotResponse extends $tea.Model {
|
|
|
4831
5042
|
headers: {
|
|
4832
5043
|
[key: string]: string;
|
|
4833
5044
|
};
|
|
5045
|
+
statusCode: number;
|
|
4834
5046
|
body: DeleteSnapshotResponseBody;
|
|
4835
5047
|
static names(): {
|
|
4836
5048
|
[key: string]: string;
|
|
@@ -4876,6 +5088,7 @@ export declare class DeleteSnapshotGroupResponse extends $tea.Model {
|
|
|
4876
5088
|
headers: {
|
|
4877
5089
|
[key: string]: string;
|
|
4878
5090
|
};
|
|
5091
|
+
statusCode: number;
|
|
4879
5092
|
body: DeleteSnapshotGroupResponseBody;
|
|
4880
5093
|
static names(): {
|
|
4881
5094
|
[key: string]: string;
|
|
@@ -4921,6 +5134,7 @@ export declare class DeleteStorageSetResponse extends $tea.Model {
|
|
|
4921
5134
|
headers: {
|
|
4922
5135
|
[key: string]: string;
|
|
4923
5136
|
};
|
|
5137
|
+
statusCode: number;
|
|
4924
5138
|
body: DeleteStorageSetResponseBody;
|
|
4925
5139
|
static names(): {
|
|
4926
5140
|
[key: string]: string;
|
|
@@ -4965,6 +5179,7 @@ export declare class DeleteVSwitchResponse extends $tea.Model {
|
|
|
4965
5179
|
headers: {
|
|
4966
5180
|
[key: string]: string;
|
|
4967
5181
|
};
|
|
5182
|
+
statusCode: number;
|
|
4968
5183
|
body: DeleteVSwitchResponseBody;
|
|
4969
5184
|
static names(): {
|
|
4970
5185
|
[key: string]: string;
|
|
@@ -5011,6 +5226,7 @@ export declare class DeleteVirtualBorderRouterResponse extends $tea.Model {
|
|
|
5011
5226
|
headers: {
|
|
5012
5227
|
[key: string]: string;
|
|
5013
5228
|
};
|
|
5229
|
+
statusCode: number;
|
|
5014
5230
|
body: DeleteVirtualBorderRouterResponseBody;
|
|
5015
5231
|
static names(): {
|
|
5016
5232
|
[key: string]: string;
|
|
@@ -5055,6 +5271,7 @@ export declare class DeleteVpcResponse extends $tea.Model {
|
|
|
5055
5271
|
headers: {
|
|
5056
5272
|
[key: string]: string;
|
|
5057
5273
|
};
|
|
5274
|
+
statusCode: number;
|
|
5058
5275
|
body: DeleteVpcResponseBody;
|
|
5059
5276
|
static names(): {
|
|
5060
5277
|
[key: string]: string;
|
|
@@ -5100,6 +5317,7 @@ export declare class DeregisterManagedInstanceResponse extends $tea.Model {
|
|
|
5100
5317
|
headers: {
|
|
5101
5318
|
[key: string]: string;
|
|
5102
5319
|
};
|
|
5320
|
+
statusCode: number;
|
|
5103
5321
|
body: DeregisterManagedInstanceResponseBody;
|
|
5104
5322
|
static names(): {
|
|
5105
5323
|
[key: string]: string;
|
|
@@ -5150,6 +5368,7 @@ export declare class DescribeAccessPointsResponse extends $tea.Model {
|
|
|
5150
5368
|
headers: {
|
|
5151
5369
|
[key: string]: string;
|
|
5152
5370
|
};
|
|
5371
|
+
statusCode: number;
|
|
5153
5372
|
body: DescribeAccessPointsResponseBody;
|
|
5154
5373
|
static names(): {
|
|
5155
5374
|
[key: string]: string;
|
|
@@ -5163,7 +5382,6 @@ export declare class DescribeAccessPointsResponse extends $tea.Model {
|
|
|
5163
5382
|
}
|
|
5164
5383
|
export declare class DescribeAccountAttributesRequest extends $tea.Model {
|
|
5165
5384
|
attributeName?: string[];
|
|
5166
|
-
bizAliUid?: string;
|
|
5167
5385
|
ownerId?: number;
|
|
5168
5386
|
regionId?: string;
|
|
5169
5387
|
resourceOwnerAccount?: string;
|
|
@@ -5196,6 +5414,7 @@ export declare class DescribeAccountAttributesResponse extends $tea.Model {
|
|
|
5196
5414
|
headers: {
|
|
5197
5415
|
[key: string]: string;
|
|
5198
5416
|
};
|
|
5417
|
+
statusCode: number;
|
|
5199
5418
|
body: DescribeAccountAttributesResponseBody;
|
|
5200
5419
|
static names(): {
|
|
5201
5420
|
[key: string]: string;
|
|
@@ -5247,6 +5466,7 @@ export declare class DescribeActivationsResponse extends $tea.Model {
|
|
|
5247
5466
|
headers: {
|
|
5248
5467
|
[key: string]: string;
|
|
5249
5468
|
};
|
|
5469
|
+
statusCode: number;
|
|
5250
5470
|
body: DescribeActivationsResponseBody;
|
|
5251
5471
|
static names(): {
|
|
5252
5472
|
[key: string]: string;
|
|
@@ -5299,6 +5519,7 @@ export declare class DescribeAutoProvisioningGroupHistoryResponse extends $tea.M
|
|
|
5299
5519
|
headers: {
|
|
5300
5520
|
[key: string]: string;
|
|
5301
5521
|
};
|
|
5522
|
+
statusCode: number;
|
|
5302
5523
|
body: DescribeAutoProvisioningGroupHistoryResponseBody;
|
|
5303
5524
|
static names(): {
|
|
5304
5525
|
[key: string]: string;
|
|
@@ -5349,6 +5570,7 @@ export declare class DescribeAutoProvisioningGroupInstancesResponse extends $tea
|
|
|
5349
5570
|
headers: {
|
|
5350
5571
|
[key: string]: string;
|
|
5351
5572
|
};
|
|
5573
|
+
statusCode: number;
|
|
5352
5574
|
body: DescribeAutoProvisioningGroupInstancesResponseBody;
|
|
5353
5575
|
static names(): {
|
|
5354
5576
|
[key: string]: string;
|
|
@@ -5401,6 +5623,7 @@ export declare class DescribeAutoProvisioningGroupsResponse extends $tea.Model {
|
|
|
5401
5623
|
headers: {
|
|
5402
5624
|
[key: string]: string;
|
|
5403
5625
|
};
|
|
5626
|
+
statusCode: number;
|
|
5404
5627
|
body: DescribeAutoProvisioningGroupsResponseBody;
|
|
5405
5628
|
static names(): {
|
|
5406
5629
|
[key: string]: string;
|
|
@@ -5414,6 +5637,7 @@ export declare class DescribeAutoProvisioningGroupsResponse extends $tea.Model {
|
|
|
5414
5637
|
}
|
|
5415
5638
|
export declare class DescribeAutoSnapshotPolicyExRequest extends $tea.Model {
|
|
5416
5639
|
autoSnapshotPolicyId?: string;
|
|
5640
|
+
autoSnapshotPolicyName?: string;
|
|
5417
5641
|
ownerAccount?: string;
|
|
5418
5642
|
ownerId?: number;
|
|
5419
5643
|
pageNumber?: number;
|
|
@@ -5453,6 +5677,7 @@ export declare class DescribeAutoSnapshotPolicyExResponse extends $tea.Model {
|
|
|
5453
5677
|
headers: {
|
|
5454
5678
|
[key: string]: string;
|
|
5455
5679
|
};
|
|
5680
|
+
statusCode: number;
|
|
5456
5681
|
body: DescribeAutoSnapshotPolicyExResponseBody;
|
|
5457
5682
|
static names(): {
|
|
5458
5683
|
[key: string]: string;
|
|
@@ -5470,11 +5695,9 @@ export declare class DescribeAvailableResourceRequest extends $tea.Model {
|
|
|
5470
5695
|
dedicatedHostId?: string;
|
|
5471
5696
|
destinationResource?: string;
|
|
5472
5697
|
instanceChargeType?: string;
|
|
5473
|
-
instanceFeatureOptions?: string[];
|
|
5474
5698
|
instanceType?: string;
|
|
5475
5699
|
ioOptimized?: string;
|
|
5476
5700
|
memory?: number;
|
|
5477
|
-
needInventoryScore?: boolean;
|
|
5478
5701
|
networkCategory?: string;
|
|
5479
5702
|
ownerAccount?: string;
|
|
5480
5703
|
ownerId?: number;
|
|
@@ -5514,6 +5737,7 @@ export declare class DescribeAvailableResourceResponse extends $tea.Model {
|
|
|
5514
5737
|
headers: {
|
|
5515
5738
|
[key: string]: string;
|
|
5516
5739
|
};
|
|
5740
|
+
statusCode: number;
|
|
5517
5741
|
body: DescribeAvailableResourceResponseBody;
|
|
5518
5742
|
static names(): {
|
|
5519
5743
|
[key: string]: string;
|
|
@@ -5563,6 +5787,7 @@ export declare class DescribeBandwidthLimitationResponse extends $tea.Model {
|
|
|
5563
5787
|
headers: {
|
|
5564
5788
|
[key: string]: string;
|
|
5565
5789
|
};
|
|
5790
|
+
statusCode: number;
|
|
5566
5791
|
body: DescribeBandwidthLimitationResponseBody;
|
|
5567
5792
|
static names(): {
|
|
5568
5793
|
[key: string]: string;
|
|
@@ -5614,6 +5839,7 @@ export declare class DescribeBandwidthPackagesResponse extends $tea.Model {
|
|
|
5614
5839
|
headers: {
|
|
5615
5840
|
[key: string]: string;
|
|
5616
5841
|
};
|
|
5842
|
+
statusCode: number;
|
|
5617
5843
|
body: DescribeBandwidthPackagesResponseBody;
|
|
5618
5844
|
static names(): {
|
|
5619
5845
|
[key: string]: string;
|
|
@@ -5664,6 +5890,7 @@ export declare class DescribeCapacityReservationInstancesResponse extends $tea.M
|
|
|
5664
5890
|
headers: {
|
|
5665
5891
|
[key: string]: string;
|
|
5666
5892
|
};
|
|
5893
|
+
statusCode: number;
|
|
5667
5894
|
body: DescribeCapacityReservationInstancesResponseBody;
|
|
5668
5895
|
static names(): {
|
|
5669
5896
|
[key: string]: string;
|
|
@@ -5721,6 +5948,7 @@ export declare class DescribeCapacityReservationsResponse extends $tea.Model {
|
|
|
5721
5948
|
headers: {
|
|
5722
5949
|
[key: string]: string;
|
|
5723
5950
|
};
|
|
5951
|
+
statusCode: number;
|
|
5724
5952
|
body: DescribeCapacityReservationsResponseBody;
|
|
5725
5953
|
static names(): {
|
|
5726
5954
|
[key: string]: string;
|
|
@@ -5771,6 +5999,7 @@ export declare class DescribeClassicLinkInstancesResponse extends $tea.Model {
|
|
|
5771
5999
|
headers: {
|
|
5772
6000
|
[key: string]: string;
|
|
5773
6001
|
};
|
|
6002
|
+
statusCode: number;
|
|
5774
6003
|
body: DescribeClassicLinkInstancesResponseBody;
|
|
5775
6004
|
static names(): {
|
|
5776
6005
|
[key: string]: string;
|
|
@@ -5822,6 +6051,7 @@ export declare class DescribeCloudAssistantStatusResponse extends $tea.Model {
|
|
|
5822
6051
|
headers: {
|
|
5823
6052
|
[key: string]: string;
|
|
5824
6053
|
};
|
|
6054
|
+
statusCode: number;
|
|
5825
6055
|
body: DescribeCloudAssistantStatusResponseBody;
|
|
5826
6056
|
static names(): {
|
|
5827
6057
|
[key: string]: string;
|
|
@@ -5866,6 +6096,7 @@ export declare class DescribeClustersResponse extends $tea.Model {
|
|
|
5866
6096
|
headers: {
|
|
5867
6097
|
[key: string]: string;
|
|
5868
6098
|
};
|
|
6099
|
+
statusCode: number;
|
|
5869
6100
|
body: DescribeClustersResponseBody;
|
|
5870
6101
|
static names(): {
|
|
5871
6102
|
[key: string]: string;
|
|
@@ -5881,6 +6112,7 @@ export declare class DescribeCommandsRequest extends $tea.Model {
|
|
|
5881
6112
|
commandId?: string;
|
|
5882
6113
|
contentEncoding?: string;
|
|
5883
6114
|
description?: string;
|
|
6115
|
+
latest?: boolean;
|
|
5884
6116
|
name?: string;
|
|
5885
6117
|
ownerAccount?: string;
|
|
5886
6118
|
ownerId?: number;
|
|
@@ -5890,6 +6122,7 @@ export declare class DescribeCommandsRequest extends $tea.Model {
|
|
|
5890
6122
|
regionId?: string;
|
|
5891
6123
|
resourceOwnerAccount?: string;
|
|
5892
6124
|
resourceOwnerId?: number;
|
|
6125
|
+
tag?: DescribeCommandsRequestTag[];
|
|
5893
6126
|
type?: string;
|
|
5894
6127
|
static names(): {
|
|
5895
6128
|
[key: string]: string;
|
|
@@ -5921,6 +6154,7 @@ export declare class DescribeCommandsResponse extends $tea.Model {
|
|
|
5921
6154
|
headers: {
|
|
5922
6155
|
[key: string]: string;
|
|
5923
6156
|
};
|
|
6157
|
+
statusCode: number;
|
|
5924
6158
|
body: DescribeCommandsResponseBody;
|
|
5925
6159
|
static names(): {
|
|
5926
6160
|
[key: string]: string;
|
|
@@ -5972,6 +6206,7 @@ export declare class DescribeDedicatedBlockStorageClustersResponse extends $tea.
|
|
|
5972
6206
|
headers: {
|
|
5973
6207
|
[key: string]: string;
|
|
5974
6208
|
};
|
|
6209
|
+
statusCode: number;
|
|
5975
6210
|
body: DescribeDedicatedBlockStorageClustersResponseBody;
|
|
5976
6211
|
static names(): {
|
|
5977
6212
|
[key: string]: string;
|
|
@@ -6017,6 +6252,7 @@ export declare class DescribeDedicatedHostAutoRenewResponse extends $tea.Model {
|
|
|
6017
6252
|
headers: {
|
|
6018
6253
|
[key: string]: string;
|
|
6019
6254
|
};
|
|
6255
|
+
statusCode: number;
|
|
6020
6256
|
body: DescribeDedicatedHostAutoRenewResponseBody;
|
|
6021
6257
|
static names(): {
|
|
6022
6258
|
[key: string]: string;
|
|
@@ -6073,6 +6309,7 @@ export declare class DescribeDedicatedHostClustersResponse extends $tea.Model {
|
|
|
6073
6309
|
headers: {
|
|
6074
6310
|
[key: string]: string;
|
|
6075
6311
|
};
|
|
6312
|
+
statusCode: number;
|
|
6076
6313
|
body: DescribeDedicatedHostClustersResponseBody;
|
|
6077
6314
|
static names(): {
|
|
6078
6315
|
[key: string]: string;
|
|
@@ -6119,6 +6356,7 @@ export declare class DescribeDedicatedHostTypesResponse extends $tea.Model {
|
|
|
6119
6356
|
headers: {
|
|
6120
6357
|
[key: string]: string;
|
|
6121
6358
|
};
|
|
6359
|
+
statusCode: number;
|
|
6122
6360
|
body: DescribeDedicatedHostTypesResponseBody;
|
|
6123
6361
|
static names(): {
|
|
6124
6362
|
[key: string]: string;
|
|
@@ -6177,6 +6415,7 @@ export declare class DescribeDedicatedHostsResponse extends $tea.Model {
|
|
|
6177
6415
|
headers: {
|
|
6178
6416
|
[key: string]: string;
|
|
6179
6417
|
};
|
|
6418
|
+
statusCode: number;
|
|
6180
6419
|
body: DescribeDedicatedHostsResponseBody;
|
|
6181
6420
|
static names(): {
|
|
6182
6421
|
[key: string]: string;
|
|
@@ -6236,6 +6475,7 @@ export declare class DescribeDemandsResponse extends $tea.Model {
|
|
|
6236
6475
|
headers: {
|
|
6237
6476
|
[key: string]: string;
|
|
6238
6477
|
};
|
|
6478
|
+
statusCode: number;
|
|
6239
6479
|
body: DescribeDemandsResponseBody;
|
|
6240
6480
|
static names(): {
|
|
6241
6481
|
[key: string]: string;
|
|
@@ -6280,6 +6520,7 @@ export declare class DescribeDeploymentSetSupportedInstanceTypeFamilyResponse ex
|
|
|
6280
6520
|
headers: {
|
|
6281
6521
|
[key: string]: string;
|
|
6282
6522
|
};
|
|
6523
|
+
statusCode: number;
|
|
6283
6524
|
body: DescribeDeploymentSetSupportedInstanceTypeFamilyResponseBody;
|
|
6284
6525
|
static names(): {
|
|
6285
6526
|
[key: string]: string;
|
|
@@ -6336,6 +6577,7 @@ export declare class DescribeDeploymentSetsResponse extends $tea.Model {
|
|
|
6336
6577
|
headers: {
|
|
6337
6578
|
[key: string]: string;
|
|
6338
6579
|
};
|
|
6580
|
+
statusCode: number;
|
|
6339
6581
|
body: DescribeDeploymentSetsResponseBody;
|
|
6340
6582
|
static names(): {
|
|
6341
6583
|
[key: string]: string;
|
|
@@ -6347,6 +6589,147 @@ export declare class DescribeDeploymentSetsResponse extends $tea.Model {
|
|
|
6347
6589
|
[key: string]: any;
|
|
6348
6590
|
});
|
|
6349
6591
|
}
|
|
6592
|
+
export declare class DescribeDiagnosticMetricSetsRequest extends $tea.Model {
|
|
6593
|
+
maxResults?: number;
|
|
6594
|
+
metricSetIds?: string[];
|
|
6595
|
+
nextToken?: string;
|
|
6596
|
+
regionId?: string;
|
|
6597
|
+
resourceType?: string;
|
|
6598
|
+
type?: string;
|
|
6599
|
+
static names(): {
|
|
6600
|
+
[key: string]: string;
|
|
6601
|
+
};
|
|
6602
|
+
static types(): {
|
|
6603
|
+
[key: string]: any;
|
|
6604
|
+
};
|
|
6605
|
+
constructor(map?: {
|
|
6606
|
+
[key: string]: any;
|
|
6607
|
+
});
|
|
6608
|
+
}
|
|
6609
|
+
export declare class DescribeDiagnosticMetricSetsResponseBody extends $tea.Model {
|
|
6610
|
+
metricSets?: DescribeDiagnosticMetricSetsResponseBodyMetricSets[];
|
|
6611
|
+
nextToken?: string;
|
|
6612
|
+
requestId?: string;
|
|
6613
|
+
static names(): {
|
|
6614
|
+
[key: string]: string;
|
|
6615
|
+
};
|
|
6616
|
+
static types(): {
|
|
6617
|
+
[key: string]: any;
|
|
6618
|
+
};
|
|
6619
|
+
constructor(map?: {
|
|
6620
|
+
[key: string]: any;
|
|
6621
|
+
});
|
|
6622
|
+
}
|
|
6623
|
+
export declare class DescribeDiagnosticMetricSetsResponse extends $tea.Model {
|
|
6624
|
+
headers: {
|
|
6625
|
+
[key: string]: string;
|
|
6626
|
+
};
|
|
6627
|
+
statusCode: number;
|
|
6628
|
+
body: DescribeDiagnosticMetricSetsResponseBody;
|
|
6629
|
+
static names(): {
|
|
6630
|
+
[key: string]: string;
|
|
6631
|
+
};
|
|
6632
|
+
static types(): {
|
|
6633
|
+
[key: string]: any;
|
|
6634
|
+
};
|
|
6635
|
+
constructor(map?: {
|
|
6636
|
+
[key: string]: any;
|
|
6637
|
+
});
|
|
6638
|
+
}
|
|
6639
|
+
export declare class DescribeDiagnosticMetricsRequest extends $tea.Model {
|
|
6640
|
+
maxResults?: number;
|
|
6641
|
+
metricIds?: string[];
|
|
6642
|
+
nextToken?: string;
|
|
6643
|
+
regionId?: string;
|
|
6644
|
+
resourceType?: string;
|
|
6645
|
+
static names(): {
|
|
6646
|
+
[key: string]: string;
|
|
6647
|
+
};
|
|
6648
|
+
static types(): {
|
|
6649
|
+
[key: string]: any;
|
|
6650
|
+
};
|
|
6651
|
+
constructor(map?: {
|
|
6652
|
+
[key: string]: any;
|
|
6653
|
+
});
|
|
6654
|
+
}
|
|
6655
|
+
export declare class DescribeDiagnosticMetricsResponseBody extends $tea.Model {
|
|
6656
|
+
metrics?: DescribeDiagnosticMetricsResponseBodyMetrics[];
|
|
6657
|
+
nextToken?: string;
|
|
6658
|
+
requestId?: string;
|
|
6659
|
+
static names(): {
|
|
6660
|
+
[key: string]: string;
|
|
6661
|
+
};
|
|
6662
|
+
static types(): {
|
|
6663
|
+
[key: string]: any;
|
|
6664
|
+
};
|
|
6665
|
+
constructor(map?: {
|
|
6666
|
+
[key: string]: any;
|
|
6667
|
+
});
|
|
6668
|
+
}
|
|
6669
|
+
export declare class DescribeDiagnosticMetricsResponse extends $tea.Model {
|
|
6670
|
+
headers: {
|
|
6671
|
+
[key: string]: string;
|
|
6672
|
+
};
|
|
6673
|
+
statusCode: number;
|
|
6674
|
+
body: DescribeDiagnosticMetricsResponseBody;
|
|
6675
|
+
static names(): {
|
|
6676
|
+
[key: string]: string;
|
|
6677
|
+
};
|
|
6678
|
+
static types(): {
|
|
6679
|
+
[key: string]: any;
|
|
6680
|
+
};
|
|
6681
|
+
constructor(map?: {
|
|
6682
|
+
[key: string]: any;
|
|
6683
|
+
});
|
|
6684
|
+
}
|
|
6685
|
+
export declare class DescribeDiagnosticReportsRequest extends $tea.Model {
|
|
6686
|
+
maxResults?: number;
|
|
6687
|
+
nextToken?: string;
|
|
6688
|
+
regionId?: string;
|
|
6689
|
+
reportIds?: string[];
|
|
6690
|
+
resourceIds?: string[];
|
|
6691
|
+
severity?: string;
|
|
6692
|
+
status?: string;
|
|
6693
|
+
static names(): {
|
|
6694
|
+
[key: string]: string;
|
|
6695
|
+
};
|
|
6696
|
+
static types(): {
|
|
6697
|
+
[key: string]: any;
|
|
6698
|
+
};
|
|
6699
|
+
constructor(map?: {
|
|
6700
|
+
[key: string]: any;
|
|
6701
|
+
});
|
|
6702
|
+
}
|
|
6703
|
+
export declare class DescribeDiagnosticReportsResponseBody extends $tea.Model {
|
|
6704
|
+
nextToken?: string;
|
|
6705
|
+
reports?: DescribeDiagnosticReportsResponseBodyReports[];
|
|
6706
|
+
requestId?: string;
|
|
6707
|
+
static names(): {
|
|
6708
|
+
[key: string]: string;
|
|
6709
|
+
};
|
|
6710
|
+
static types(): {
|
|
6711
|
+
[key: string]: any;
|
|
6712
|
+
};
|
|
6713
|
+
constructor(map?: {
|
|
6714
|
+
[key: string]: any;
|
|
6715
|
+
});
|
|
6716
|
+
}
|
|
6717
|
+
export declare class DescribeDiagnosticReportsResponse extends $tea.Model {
|
|
6718
|
+
headers: {
|
|
6719
|
+
[key: string]: string;
|
|
6720
|
+
};
|
|
6721
|
+
statusCode: number;
|
|
6722
|
+
body: DescribeDiagnosticReportsResponseBody;
|
|
6723
|
+
static names(): {
|
|
6724
|
+
[key: string]: string;
|
|
6725
|
+
};
|
|
6726
|
+
static types(): {
|
|
6727
|
+
[key: string]: any;
|
|
6728
|
+
};
|
|
6729
|
+
constructor(map?: {
|
|
6730
|
+
[key: string]: any;
|
|
6731
|
+
});
|
|
6732
|
+
}
|
|
6350
6733
|
export declare class DescribeDiskMonitorDataRequest extends $tea.Model {
|
|
6351
6734
|
diskId?: string;
|
|
6352
6735
|
endTime?: string;
|
|
@@ -6384,6 +6767,7 @@ export declare class DescribeDiskMonitorDataResponse extends $tea.Model {
|
|
|
6384
6767
|
headers: {
|
|
6385
6768
|
[key: string]: string;
|
|
6386
6769
|
};
|
|
6770
|
+
statusCode: number;
|
|
6387
6771
|
body: DescribeDiskMonitorDataResponseBody;
|
|
6388
6772
|
static names(): {
|
|
6389
6773
|
[key: string]: string;
|
|
@@ -6461,6 +6845,7 @@ export declare class DescribeDisksResponse extends $tea.Model {
|
|
|
6461
6845
|
headers: {
|
|
6462
6846
|
[key: string]: string;
|
|
6463
6847
|
};
|
|
6848
|
+
statusCode: number;
|
|
6464
6849
|
body: DescribeDisksResponseBody;
|
|
6465
6850
|
static names(): {
|
|
6466
6851
|
[key: string]: string;
|
|
@@ -6518,6 +6903,7 @@ export declare class DescribeDisksFullStatusResponse extends $tea.Model {
|
|
|
6518
6903
|
headers: {
|
|
6519
6904
|
[key: string]: string;
|
|
6520
6905
|
};
|
|
6906
|
+
statusCode: number;
|
|
6521
6907
|
body: DescribeDisksFullStatusResponseBody;
|
|
6522
6908
|
static names(): {
|
|
6523
6909
|
[key: string]: string;
|
|
@@ -6576,6 +6962,7 @@ export declare class DescribeEipAddressesResponse extends $tea.Model {
|
|
|
6576
6962
|
headers: {
|
|
6577
6963
|
[key: string]: string;
|
|
6578
6964
|
};
|
|
6965
|
+
statusCode: number;
|
|
6579
6966
|
body: DescribeEipAddressesResponseBody;
|
|
6580
6967
|
static names(): {
|
|
6581
6968
|
[key: string]: string;
|
|
@@ -6624,6 +7011,7 @@ export declare class DescribeEipMonitorDataResponse extends $tea.Model {
|
|
|
6624
7011
|
headers: {
|
|
6625
7012
|
[key: string]: string;
|
|
6626
7013
|
};
|
|
7014
|
+
statusCode: number;
|
|
6627
7015
|
body: DescribeEipMonitorDataResponseBody;
|
|
6628
7016
|
static names(): {
|
|
6629
7017
|
[key: string]: string;
|
|
@@ -6674,6 +7062,7 @@ export declare class DescribeElasticityAssuranceInstancesResponse extends $tea.M
|
|
|
6674
7062
|
headers: {
|
|
6675
7063
|
[key: string]: string;
|
|
6676
7064
|
};
|
|
7065
|
+
statusCode: number;
|
|
6677
7066
|
body: DescribeElasticityAssuranceInstancesResponseBody;
|
|
6678
7067
|
static names(): {
|
|
6679
7068
|
[key: string]: string;
|
|
@@ -6731,6 +7120,7 @@ export declare class DescribeElasticityAssurancesResponse extends $tea.Model {
|
|
|
6731
7120
|
headers: {
|
|
6732
7121
|
[key: string]: string;
|
|
6733
7122
|
};
|
|
7123
|
+
statusCode: number;
|
|
6734
7124
|
body: DescribeElasticityAssurancesResponseBody;
|
|
6735
7125
|
static names(): {
|
|
6736
7126
|
[key: string]: string;
|
|
@@ -6781,6 +7171,7 @@ export declare class DescribeEniMonitorDataResponse extends $tea.Model {
|
|
|
6781
7171
|
headers: {
|
|
6782
7172
|
[key: string]: string;
|
|
6783
7173
|
};
|
|
7174
|
+
statusCode: number;
|
|
6784
7175
|
body: DescribeEniMonitorDataResponseBody;
|
|
6785
7176
|
static names(): {
|
|
6786
7177
|
[key: string]: string;
|
|
@@ -6832,6 +7223,7 @@ export declare class DescribeForwardTableEntriesResponse extends $tea.Model {
|
|
|
6832
7223
|
headers: {
|
|
6833
7224
|
[key: string]: string;
|
|
6834
7225
|
};
|
|
7226
|
+
statusCode: number;
|
|
6835
7227
|
body: DescribeForwardTableEntriesResponseBody;
|
|
6836
7228
|
static names(): {
|
|
6837
7229
|
[key: string]: string;
|
|
@@ -6882,6 +7274,7 @@ export declare class DescribeHaVipsResponse extends $tea.Model {
|
|
|
6882
7274
|
headers: {
|
|
6883
7275
|
[key: string]: string;
|
|
6884
7276
|
};
|
|
7277
|
+
statusCode: number;
|
|
6885
7278
|
body: DescribeHaVipsResponseBody;
|
|
6886
7279
|
static names(): {
|
|
6887
7280
|
[key: string]: string;
|
|
@@ -6933,6 +7326,7 @@ export declare class DescribeHpcClustersResponse extends $tea.Model {
|
|
|
6933
7326
|
headers: {
|
|
6934
7327
|
[key: string]: string;
|
|
6935
7328
|
};
|
|
7329
|
+
statusCode: number;
|
|
6936
7330
|
body: DescribeHpcClustersResponseBody;
|
|
6937
7331
|
static names(): {
|
|
6938
7332
|
[key: string]: string;
|
|
@@ -6987,6 +7381,7 @@ export declare class DescribeImageComponentsResponse extends $tea.Model {
|
|
|
6987
7381
|
headers: {
|
|
6988
7382
|
[key: string]: string;
|
|
6989
7383
|
};
|
|
7384
|
+
statusCode: number;
|
|
6990
7385
|
body: DescribeImageComponentsResponseBody;
|
|
6991
7386
|
static names(): {
|
|
6992
7387
|
[key: string]: string;
|
|
@@ -7032,6 +7427,7 @@ export declare class DescribeImageFromFamilyResponse extends $tea.Model {
|
|
|
7032
7427
|
headers: {
|
|
7033
7428
|
[key: string]: string;
|
|
7034
7429
|
};
|
|
7430
|
+
statusCode: number;
|
|
7035
7431
|
body: DescribeImageFromFamilyResponseBody;
|
|
7036
7432
|
static names(): {
|
|
7037
7433
|
[key: string]: string;
|
|
@@ -7085,6 +7481,7 @@ export declare class DescribeImagePipelineExecutionsResponse extends $tea.Model
|
|
|
7085
7481
|
headers: {
|
|
7086
7482
|
[key: string]: string;
|
|
7087
7483
|
};
|
|
7484
|
+
statusCode: number;
|
|
7088
7485
|
body: DescribeImagePipelineExecutionsResponseBody;
|
|
7089
7486
|
static names(): {
|
|
7090
7487
|
[key: string]: string;
|
|
@@ -7138,6 +7535,7 @@ export declare class DescribeImagePipelinesResponse extends $tea.Model {
|
|
|
7138
7535
|
headers: {
|
|
7139
7536
|
[key: string]: string;
|
|
7140
7537
|
};
|
|
7538
|
+
statusCode: number;
|
|
7141
7539
|
body: DescribeImagePipelinesResponseBody;
|
|
7142
7540
|
static names(): {
|
|
7143
7541
|
[key: string]: string;
|
|
@@ -7191,6 +7589,7 @@ export declare class DescribeImageSharePermissionResponse extends $tea.Model {
|
|
|
7191
7589
|
headers: {
|
|
7192
7590
|
[key: string]: string;
|
|
7193
7591
|
};
|
|
7592
|
+
statusCode: number;
|
|
7194
7593
|
body: DescribeImageSharePermissionResponseBody;
|
|
7195
7594
|
static names(): {
|
|
7196
7595
|
[key: string]: string;
|
|
@@ -7239,6 +7638,7 @@ export declare class DescribeImageSupportInstanceTypesResponse extends $tea.Mode
|
|
|
7239
7638
|
headers: {
|
|
7240
7639
|
[key: string]: string;
|
|
7241
7640
|
};
|
|
7641
|
+
statusCode: number;
|
|
7242
7642
|
body: DescribeImageSupportInstanceTypesResponseBody;
|
|
7243
7643
|
static names(): {
|
|
7244
7644
|
[key: string]: string;
|
|
@@ -7309,6 +7709,7 @@ export declare class DescribeImagesResponse extends $tea.Model {
|
|
|
7309
7709
|
headers: {
|
|
7310
7710
|
[key: string]: string;
|
|
7311
7711
|
};
|
|
7712
|
+
statusCode: number;
|
|
7312
7713
|
body: DescribeImagesResponseBody;
|
|
7313
7714
|
static names(): {
|
|
7314
7715
|
[key: string]: string;
|
|
@@ -7359,6 +7760,7 @@ export declare class DescribeInstanceAttachmentAttributesResponse extends $tea.M
|
|
|
7359
7760
|
headers: {
|
|
7360
7761
|
[key: string]: string;
|
|
7361
7762
|
};
|
|
7763
|
+
statusCode: number;
|
|
7362
7764
|
body: DescribeInstanceAttachmentAttributesResponseBody;
|
|
7363
7765
|
static names(): {
|
|
7364
7766
|
[key: string]: string;
|
|
@@ -7433,6 +7835,7 @@ export declare class DescribeInstanceAttributeResponse extends $tea.Model {
|
|
|
7433
7835
|
headers: {
|
|
7434
7836
|
[key: string]: string;
|
|
7435
7837
|
};
|
|
7838
|
+
statusCode: number;
|
|
7436
7839
|
body: DescribeInstanceAttributeResponseBody;
|
|
7437
7840
|
static names(): {
|
|
7438
7841
|
[key: string]: string;
|
|
@@ -7484,6 +7887,7 @@ export declare class DescribeInstanceAutoRenewAttributeResponse extends $tea.Mod
|
|
|
7484
7887
|
headers: {
|
|
7485
7888
|
[key: string]: string;
|
|
7486
7889
|
};
|
|
7890
|
+
statusCode: number;
|
|
7487
7891
|
body: DescribeInstanceAutoRenewAttributeResponseBody;
|
|
7488
7892
|
static names(): {
|
|
7489
7893
|
[key: string]: string;
|
|
@@ -7546,6 +7950,7 @@ export declare class DescribeInstanceHistoryEventsResponse extends $tea.Model {
|
|
|
7546
7950
|
headers: {
|
|
7547
7951
|
[key: string]: string;
|
|
7548
7952
|
};
|
|
7953
|
+
statusCode: number;
|
|
7549
7954
|
body: DescribeInstanceHistoryEventsResponseBody;
|
|
7550
7955
|
static names(): {
|
|
7551
7956
|
[key: string]: string;
|
|
@@ -7596,6 +8001,7 @@ export declare class DescribeInstanceMaintenanceAttributesResponse extends $tea.
|
|
|
7596
8001
|
headers: {
|
|
7597
8002
|
[key: string]: string;
|
|
7598
8003
|
};
|
|
8004
|
+
statusCode: number;
|
|
7599
8005
|
body: DescribeInstanceMaintenanceAttributesResponseBody;
|
|
7600
8006
|
static names(): {
|
|
7601
8007
|
[key: string]: string;
|
|
@@ -7644,6 +8050,7 @@ export declare class DescribeInstanceModificationPriceResponse extends $tea.Mode
|
|
|
7644
8050
|
headers: {
|
|
7645
8051
|
[key: string]: string;
|
|
7646
8052
|
};
|
|
8053
|
+
statusCode: number;
|
|
7647
8054
|
body: DescribeInstanceModificationPriceResponseBody;
|
|
7648
8055
|
static names(): {
|
|
7649
8056
|
[key: string]: string;
|
|
@@ -7691,6 +8098,7 @@ export declare class DescribeInstanceMonitorDataResponse extends $tea.Model {
|
|
|
7691
8098
|
headers: {
|
|
7692
8099
|
[key: string]: string;
|
|
7693
8100
|
};
|
|
8101
|
+
statusCode: number;
|
|
7694
8102
|
body: DescribeInstanceMonitorDataResponseBody;
|
|
7695
8103
|
static names(): {
|
|
7696
8104
|
[key: string]: string;
|
|
@@ -7740,6 +8148,7 @@ export declare class DescribeInstanceRamRoleResponse extends $tea.Model {
|
|
|
7740
8148
|
headers: {
|
|
7741
8149
|
[key: string]: string;
|
|
7742
8150
|
};
|
|
8151
|
+
statusCode: number;
|
|
7743
8152
|
body: DescribeInstanceRamRoleResponseBody;
|
|
7744
8153
|
static names(): {
|
|
7745
8154
|
[key: string]: string;
|
|
@@ -7792,6 +8201,7 @@ export declare class DescribeInstanceStatusResponse extends $tea.Model {
|
|
|
7792
8201
|
headers: {
|
|
7793
8202
|
[key: string]: string;
|
|
7794
8203
|
};
|
|
8204
|
+
statusCode: number;
|
|
7795
8205
|
body: DescribeInstanceStatusResponseBody;
|
|
7796
8206
|
static names(): {
|
|
7797
8207
|
[key: string]: string;
|
|
@@ -7836,6 +8246,7 @@ export declare class DescribeInstanceTopologyResponse extends $tea.Model {
|
|
|
7836
8246
|
headers: {
|
|
7837
8247
|
[key: string]: string;
|
|
7838
8248
|
};
|
|
8249
|
+
statusCode: number;
|
|
7839
8250
|
body: DescribeInstanceTopologyResponseBody;
|
|
7840
8251
|
static names(): {
|
|
7841
8252
|
[key: string]: string;
|
|
@@ -7881,6 +8292,7 @@ export declare class DescribeInstanceTypeFamiliesResponse extends $tea.Model {
|
|
|
7881
8292
|
headers: {
|
|
7882
8293
|
[key: string]: string;
|
|
7883
8294
|
};
|
|
8295
|
+
statusCode: number;
|
|
7884
8296
|
body: DescribeInstanceTypeFamiliesResponseBody;
|
|
7885
8297
|
static names(): {
|
|
7886
8298
|
[key: string]: string;
|
|
@@ -7893,13 +8305,45 @@ export declare class DescribeInstanceTypeFamiliesResponse extends $tea.Model {
|
|
|
7893
8305
|
});
|
|
7894
8306
|
}
|
|
7895
8307
|
export declare class DescribeInstanceTypesRequest extends $tea.Model {
|
|
7896
|
-
|
|
8308
|
+
cpuArchitecture?: string;
|
|
8309
|
+
GPUSpec?: string;
|
|
8310
|
+
instanceCategory?: string;
|
|
8311
|
+
instanceFamilyLevel?: string;
|
|
7897
8312
|
instanceTypeFamily?: string;
|
|
7898
8313
|
instanceTypes?: string[];
|
|
8314
|
+
localStorageCategory?: string;
|
|
7899
8315
|
maxResults?: number;
|
|
8316
|
+
maximumCpuCoreCount?: number;
|
|
8317
|
+
maximumCpuSpeedFrequency?: number;
|
|
8318
|
+
maximumCpuTurboFrequency?: number;
|
|
8319
|
+
maximumGPUAmount?: number;
|
|
8320
|
+
maximumMemorySize?: number;
|
|
8321
|
+
minimumBaselineCredit?: number;
|
|
8322
|
+
minimumCpuCoreCount?: number;
|
|
8323
|
+
minimumCpuSpeedFrequency?: number;
|
|
8324
|
+
minimumCpuTurboFrequency?: number;
|
|
8325
|
+
minimumDiskQuantity?: number;
|
|
8326
|
+
minimumEniIpv6AddressQuantity?: number;
|
|
8327
|
+
minimumEniPrivateIpAddressQuantity?: number;
|
|
8328
|
+
minimumEniQuantity?: number;
|
|
8329
|
+
minimumEriQuantity?: number;
|
|
8330
|
+
minimumGPUAmount?: number;
|
|
8331
|
+
minimumInitialCredit?: number;
|
|
8332
|
+
minimumInstanceBandwidthRx?: number;
|
|
8333
|
+
minimumInstanceBandwidthTx?: number;
|
|
8334
|
+
minimumInstancePpsRx?: number;
|
|
8335
|
+
minimumInstancePpsTx?: number;
|
|
8336
|
+
minimumLocalStorageAmount?: number;
|
|
8337
|
+
minimumLocalStorageCapacity?: number;
|
|
8338
|
+
minimumMemorySize?: number;
|
|
8339
|
+
minimumPrimaryEniQueueNumber?: number;
|
|
8340
|
+
minimumQueuePairNumber?: number;
|
|
8341
|
+
minimumSecondaryEniQueueNumber?: number;
|
|
7900
8342
|
nextToken?: string;
|
|
8343
|
+
nvmeSupport?: string;
|
|
7901
8344
|
ownerAccount?: string;
|
|
7902
8345
|
ownerId?: number;
|
|
8346
|
+
physicalProcessorModel?: string;
|
|
7903
8347
|
resourceOwnerAccount?: string;
|
|
7904
8348
|
resourceOwnerId?: number;
|
|
7905
8349
|
static names(): {
|
|
@@ -7930,6 +8374,7 @@ export declare class DescribeInstanceTypesResponse extends $tea.Model {
|
|
|
7930
8374
|
headers: {
|
|
7931
8375
|
[key: string]: string;
|
|
7932
8376
|
};
|
|
8377
|
+
statusCode: number;
|
|
7933
8378
|
body: DescribeInstanceTypesResponseBody;
|
|
7934
8379
|
static names(): {
|
|
7935
8380
|
[key: string]: string;
|
|
@@ -7975,6 +8420,7 @@ export declare class DescribeInstanceVncPasswdResponse extends $tea.Model {
|
|
|
7975
8420
|
headers: {
|
|
7976
8421
|
[key: string]: string;
|
|
7977
8422
|
};
|
|
8423
|
+
statusCode: number;
|
|
7978
8424
|
body: DescribeInstanceVncPasswdResponseBody;
|
|
7979
8425
|
static names(): {
|
|
7980
8426
|
[key: string]: string;
|
|
@@ -8020,6 +8466,7 @@ export declare class DescribeInstanceVncUrlResponse extends $tea.Model {
|
|
|
8020
8466
|
headers: {
|
|
8021
8467
|
[key: string]: string;
|
|
8022
8468
|
};
|
|
8469
|
+
statusCode: number;
|
|
8023
8470
|
body: DescribeInstanceVncUrlResponseBody;
|
|
8024
8471
|
static names(): {
|
|
8025
8472
|
[key: string]: string;
|
|
@@ -8105,6 +8552,7 @@ export declare class DescribeInstancesResponse extends $tea.Model {
|
|
|
8105
8552
|
headers: {
|
|
8106
8553
|
[key: string]: string;
|
|
8107
8554
|
};
|
|
8555
|
+
statusCode: number;
|
|
8108
8556
|
body: DescribeInstancesResponseBody;
|
|
8109
8557
|
static names(): {
|
|
8110
8558
|
[key: string]: string;
|
|
@@ -8162,6 +8610,7 @@ export declare class DescribeInstancesFullStatusResponse extends $tea.Model {
|
|
|
8162
8610
|
headers: {
|
|
8163
8611
|
[key: string]: string;
|
|
8164
8612
|
};
|
|
8613
|
+
statusCode: number;
|
|
8165
8614
|
body: DescribeInstancesFullStatusResponseBody;
|
|
8166
8615
|
static names(): {
|
|
8167
8616
|
[key: string]: string;
|
|
@@ -8187,6 +8636,7 @@ export declare class DescribeInvocationResultsRequest extends $tea.Model {
|
|
|
8187
8636
|
regionId?: string;
|
|
8188
8637
|
resourceOwnerAccount?: string;
|
|
8189
8638
|
resourceOwnerId?: number;
|
|
8639
|
+
tag?: DescribeInvocationResultsRequestTag[];
|
|
8190
8640
|
static names(): {
|
|
8191
8641
|
[key: string]: string;
|
|
8192
8642
|
};
|
|
@@ -8214,6 +8664,7 @@ export declare class DescribeInvocationResultsResponse extends $tea.Model {
|
|
|
8214
8664
|
headers: {
|
|
8215
8665
|
[key: string]: string;
|
|
8216
8666
|
};
|
|
8667
|
+
statusCode: number;
|
|
8217
8668
|
body: DescribeInvocationResultsResponseBody;
|
|
8218
8669
|
static names(): {
|
|
8219
8670
|
[key: string]: string;
|
|
@@ -8242,6 +8693,7 @@ export declare class DescribeInvocationsRequest extends $tea.Model {
|
|
|
8242
8693
|
repeatMode?: string;
|
|
8243
8694
|
resourceOwnerAccount?: string;
|
|
8244
8695
|
resourceOwnerId?: number;
|
|
8696
|
+
tag?: DescribeInvocationsRequestTag[];
|
|
8245
8697
|
timed?: boolean;
|
|
8246
8698
|
static names(): {
|
|
8247
8699
|
[key: string]: string;
|
|
@@ -8273,6 +8725,7 @@ export declare class DescribeInvocationsResponse extends $tea.Model {
|
|
|
8273
8725
|
headers: {
|
|
8274
8726
|
[key: string]: string;
|
|
8275
8727
|
};
|
|
8728
|
+
statusCode: number;
|
|
8276
8729
|
body: DescribeInvocationsResponseBody;
|
|
8277
8730
|
static names(): {
|
|
8278
8731
|
[key: string]: string;
|
|
@@ -8325,6 +8778,7 @@ export declare class DescribeKeyPairsResponse extends $tea.Model {
|
|
|
8325
8778
|
headers: {
|
|
8326
8779
|
[key: string]: string;
|
|
8327
8780
|
};
|
|
8781
|
+
statusCode: number;
|
|
8328
8782
|
body: DescribeKeyPairsResponseBody;
|
|
8329
8783
|
static names(): {
|
|
8330
8784
|
[key: string]: string;
|
|
@@ -8381,6 +8835,7 @@ export declare class DescribeLaunchTemplateVersionsResponse extends $tea.Model {
|
|
|
8381
8835
|
headers: {
|
|
8382
8836
|
[key: string]: string;
|
|
8383
8837
|
};
|
|
8838
|
+
statusCode: number;
|
|
8384
8839
|
body: DescribeLaunchTemplateVersionsResponseBody;
|
|
8385
8840
|
static names(): {
|
|
8386
8841
|
[key: string]: string;
|
|
@@ -8434,6 +8889,7 @@ export declare class DescribeLaunchTemplatesResponse extends $tea.Model {
|
|
|
8434
8889
|
headers: {
|
|
8435
8890
|
[key: string]: string;
|
|
8436
8891
|
};
|
|
8892
|
+
statusCode: number;
|
|
8437
8893
|
body: DescribeLaunchTemplatesResponseBody;
|
|
8438
8894
|
static names(): {
|
|
8439
8895
|
[key: string]: string;
|
|
@@ -8479,6 +8935,7 @@ export declare class DescribeLimitationResponse extends $tea.Model {
|
|
|
8479
8935
|
headers: {
|
|
8480
8936
|
[key: string]: string;
|
|
8481
8937
|
};
|
|
8938
|
+
statusCode: number;
|
|
8482
8939
|
body: DescribeLimitationResponseBody;
|
|
8483
8940
|
static names(): {
|
|
8484
8941
|
[key: string]: string;
|
|
@@ -8533,6 +8990,7 @@ export declare class DescribeManagedInstancesResponse extends $tea.Model {
|
|
|
8533
8990
|
headers: {
|
|
8534
8991
|
[key: string]: string;
|
|
8535
8992
|
};
|
|
8993
|
+
statusCode: number;
|
|
8536
8994
|
body: DescribeManagedInstancesResponseBody;
|
|
8537
8995
|
static names(): {
|
|
8538
8996
|
[key: string]: string;
|
|
@@ -8584,6 +9042,7 @@ export declare class DescribeNatGatewaysResponse extends $tea.Model {
|
|
|
8584
9042
|
headers: {
|
|
8585
9043
|
[key: string]: string;
|
|
8586
9044
|
};
|
|
9045
|
+
statusCode: number;
|
|
8587
9046
|
body: DescribeNatGatewaysResponseBody;
|
|
8588
9047
|
static names(): {
|
|
8589
9048
|
[key: string]: string;
|
|
@@ -8657,6 +9116,7 @@ export declare class DescribeNetworkInterfaceAttributeResponse extends $tea.Mode
|
|
|
8657
9116
|
headers: {
|
|
8658
9117
|
[key: string]: string;
|
|
8659
9118
|
};
|
|
9119
|
+
statusCode: number;
|
|
8660
9120
|
body: DescribeNetworkInterfaceAttributeResponseBody;
|
|
8661
9121
|
static names(): {
|
|
8662
9122
|
[key: string]: string;
|
|
@@ -8708,6 +9168,7 @@ export declare class DescribeNetworkInterfacePermissionsResponse extends $tea.Mo
|
|
|
8708
9168
|
headers: {
|
|
8709
9169
|
[key: string]: string;
|
|
8710
9170
|
};
|
|
9171
|
+
statusCode: number;
|
|
8711
9172
|
body: DescribeNetworkInterfacePermissionsResponseBody;
|
|
8712
9173
|
static names(): {
|
|
8713
9174
|
[key: string]: string;
|
|
@@ -8774,6 +9235,7 @@ export declare class DescribeNetworkInterfacesResponse extends $tea.Model {
|
|
|
8774
9235
|
headers: {
|
|
8775
9236
|
[key: string]: string;
|
|
8776
9237
|
};
|
|
9238
|
+
statusCode: number;
|
|
8777
9239
|
body: DescribeNetworkInterfacesResponseBody;
|
|
8778
9240
|
static names(): {
|
|
8779
9241
|
[key: string]: string;
|
|
@@ -8822,6 +9284,7 @@ export declare class DescribeNewProjectEipMonitorDataResponse extends $tea.Model
|
|
|
8822
9284
|
headers: {
|
|
8823
9285
|
[key: string]: string;
|
|
8824
9286
|
};
|
|
9287
|
+
statusCode: number;
|
|
8825
9288
|
body: DescribeNewProjectEipMonitorDataResponseBody;
|
|
8826
9289
|
static names(): {
|
|
8827
9290
|
[key: string]: string;
|
|
@@ -8874,6 +9337,7 @@ export declare class DescribePhysicalConnectionsResponse extends $tea.Model {
|
|
|
8874
9337
|
headers: {
|
|
8875
9338
|
[key: string]: string;
|
|
8876
9339
|
};
|
|
9340
|
+
statusCode: number;
|
|
8877
9341
|
body: DescribePhysicalConnectionsResponseBody;
|
|
8878
9342
|
static names(): {
|
|
8879
9343
|
[key: string]: string;
|
|
@@ -8922,6 +9386,7 @@ export declare class DescribePrefixListAssociationsResponse extends $tea.Model {
|
|
|
8922
9386
|
headers: {
|
|
8923
9387
|
[key: string]: string;
|
|
8924
9388
|
};
|
|
9389
|
+
statusCode: number;
|
|
8925
9390
|
body: DescribePrefixListAssociationsResponseBody;
|
|
8926
9391
|
static names(): {
|
|
8927
9392
|
[key: string]: string;
|
|
@@ -8973,6 +9438,7 @@ export declare class DescribePrefixListAttributesResponse extends $tea.Model {
|
|
|
8973
9438
|
headers: {
|
|
8974
9439
|
[key: string]: string;
|
|
8975
9440
|
};
|
|
9441
|
+
statusCode: number;
|
|
8976
9442
|
body: DescribePrefixListAttributesResponseBody;
|
|
8977
9443
|
static names(): {
|
|
8978
9444
|
[key: string]: string;
|
|
@@ -9023,6 +9489,7 @@ export declare class DescribePrefixListsResponse extends $tea.Model {
|
|
|
9023
9489
|
headers: {
|
|
9024
9490
|
[key: string]: string;
|
|
9025
9491
|
};
|
|
9492
|
+
statusCode: number;
|
|
9026
9493
|
body: DescribePrefixListsResponseBody;
|
|
9027
9494
|
static names(): {
|
|
9028
9495
|
[key: string]: string;
|
|
@@ -9035,10 +9502,11 @@ export declare class DescribePrefixListsResponse extends $tea.Model {
|
|
|
9035
9502
|
});
|
|
9036
9503
|
}
|
|
9037
9504
|
export declare class DescribePriceRequest extends $tea.Model {
|
|
9505
|
+
dataDisk?: DescribePriceRequestDataDisk[];
|
|
9506
|
+
systemDisk?: DescribePriceRequestSystemDisk;
|
|
9038
9507
|
amount?: number;
|
|
9039
9508
|
assuranceTimes?: string;
|
|
9040
9509
|
capacity?: number;
|
|
9041
|
-
dataDisk?: DescribePriceRequestDataDisk[];
|
|
9042
9510
|
dedicatedHostType?: string;
|
|
9043
9511
|
imageId?: string;
|
|
9044
9512
|
instanceAmount?: number;
|
|
@@ -9063,7 +9531,6 @@ export declare class DescribePriceRequest extends $tea.Model {
|
|
|
9063
9531
|
scope?: string;
|
|
9064
9532
|
spotDuration?: number;
|
|
9065
9533
|
spotStrategy?: string;
|
|
9066
|
-
systemDisk?: DescribePriceRequestSystemDisk;
|
|
9067
9534
|
zoneId?: string;
|
|
9068
9535
|
static names(): {
|
|
9069
9536
|
[key: string]: string;
|
|
@@ -9092,6 +9559,7 @@ export declare class DescribePriceResponse extends $tea.Model {
|
|
|
9092
9559
|
headers: {
|
|
9093
9560
|
[key: string]: string;
|
|
9094
9561
|
};
|
|
9562
|
+
statusCode: number;
|
|
9095
9563
|
body: DescribePriceResponseBody;
|
|
9096
9564
|
static names(): {
|
|
9097
9565
|
[key: string]: string;
|
|
@@ -9109,7 +9577,6 @@ export declare class DescribeRecommendInstanceTypeRequest extends $tea.Model {
|
|
|
9109
9577
|
instanceFamilyLevel?: string;
|
|
9110
9578
|
instanceType?: string;
|
|
9111
9579
|
instanceTypeFamily?: string[];
|
|
9112
|
-
instanceTypeSupportIPv6?: boolean;
|
|
9113
9580
|
ioOptimized?: string;
|
|
9114
9581
|
maxPrice?: number;
|
|
9115
9582
|
memory?: number;
|
|
@@ -9152,6 +9619,7 @@ export declare class DescribeRecommendInstanceTypeResponse extends $tea.Model {
|
|
|
9152
9619
|
headers: {
|
|
9153
9620
|
[key: string]: string;
|
|
9154
9621
|
};
|
|
9622
|
+
statusCode: number;
|
|
9155
9623
|
body: DescribeRecommendInstanceTypeResponseBody;
|
|
9156
9624
|
static names(): {
|
|
9157
9625
|
[key: string]: string;
|
|
@@ -9198,6 +9666,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
|
|
|
9198
9666
|
headers: {
|
|
9199
9667
|
[key: string]: string;
|
|
9200
9668
|
};
|
|
9669
|
+
statusCode: number;
|
|
9201
9670
|
body: DescribeRegionsResponseBody;
|
|
9202
9671
|
static names(): {
|
|
9203
9672
|
[key: string]: string;
|
|
@@ -9247,6 +9716,7 @@ export declare class DescribeRenewalPriceResponse extends $tea.Model {
|
|
|
9247
9716
|
headers: {
|
|
9248
9717
|
[key: string]: string;
|
|
9249
9718
|
};
|
|
9719
|
+
statusCode: number;
|
|
9250
9720
|
body: DescribeRenewalPriceResponseBody;
|
|
9251
9721
|
static names(): {
|
|
9252
9722
|
[key: string]: string;
|
|
@@ -9307,6 +9777,7 @@ export declare class DescribeReservedInstancesResponse extends $tea.Model {
|
|
|
9307
9777
|
headers: {
|
|
9308
9778
|
[key: string]: string;
|
|
9309
9779
|
};
|
|
9780
|
+
statusCode: number;
|
|
9310
9781
|
body: DescribeReservedInstancesResponseBody;
|
|
9311
9782
|
static names(): {
|
|
9312
9783
|
[key: string]: string;
|
|
@@ -9357,6 +9828,7 @@ export declare class DescribeResourceByTagsResponse extends $tea.Model {
|
|
|
9357
9828
|
headers: {
|
|
9358
9829
|
[key: string]: string;
|
|
9359
9830
|
};
|
|
9831
|
+
statusCode: number;
|
|
9360
9832
|
body: DescribeResourceByTagsResponseBody;
|
|
9361
9833
|
static names(): {
|
|
9362
9834
|
[key: string]: string;
|
|
@@ -9381,6 +9853,7 @@ export declare class DescribeResourcesModificationRequest extends $tea.Model {
|
|
|
9381
9853
|
resourceId?: string;
|
|
9382
9854
|
resourceOwnerAccount?: string;
|
|
9383
9855
|
resourceOwnerId?: number;
|
|
9856
|
+
zoneId?: string;
|
|
9384
9857
|
static names(): {
|
|
9385
9858
|
[key: string]: string;
|
|
9386
9859
|
};
|
|
@@ -9408,6 +9881,7 @@ export declare class DescribeResourcesModificationResponse extends $tea.Model {
|
|
|
9408
9881
|
headers: {
|
|
9409
9882
|
[key: string]: string;
|
|
9410
9883
|
};
|
|
9884
|
+
statusCode: number;
|
|
9411
9885
|
body: DescribeResourcesModificationResponseBody;
|
|
9412
9886
|
static names(): {
|
|
9413
9887
|
[key: string]: string;
|
|
@@ -9462,6 +9936,7 @@ export declare class DescribeRouteTablesResponse extends $tea.Model {
|
|
|
9462
9936
|
headers: {
|
|
9463
9937
|
[key: string]: string;
|
|
9464
9938
|
};
|
|
9939
|
+
statusCode: number;
|
|
9465
9940
|
body: DescribeRouteTablesResponseBody;
|
|
9466
9941
|
static names(): {
|
|
9467
9942
|
[key: string]: string;
|
|
@@ -9511,6 +9986,7 @@ export declare class DescribeRouterInterfacesResponse extends $tea.Model {
|
|
|
9511
9986
|
headers: {
|
|
9512
9987
|
[key: string]: string;
|
|
9513
9988
|
};
|
|
9989
|
+
statusCode: number;
|
|
9514
9990
|
body: DescribeRouterInterfacesResponseBody;
|
|
9515
9991
|
static names(): {
|
|
9516
9992
|
[key: string]: string;
|
|
@@ -9564,6 +10040,7 @@ export declare class DescribeSecurityGroupAttributeResponse extends $tea.Model {
|
|
|
9564
10040
|
headers: {
|
|
9565
10041
|
[key: string]: string;
|
|
9566
10042
|
};
|
|
10043
|
+
statusCode: number;
|
|
9567
10044
|
body: DescribeSecurityGroupAttributeResponseBody;
|
|
9568
10045
|
static names(): {
|
|
9569
10046
|
[key: string]: string;
|
|
@@ -9609,6 +10086,7 @@ export declare class DescribeSecurityGroupReferencesResponse extends $tea.Model
|
|
|
9609
10086
|
headers: {
|
|
9610
10087
|
[key: string]: string;
|
|
9611
10088
|
};
|
|
10089
|
+
statusCode: number;
|
|
9612
10090
|
body: DescribeSecurityGroupReferencesResponseBody;
|
|
9613
10091
|
static names(): {
|
|
9614
10092
|
[key: string]: string;
|
|
@@ -9673,6 +10151,7 @@ export declare class DescribeSecurityGroupsResponse extends $tea.Model {
|
|
|
9673
10151
|
headers: {
|
|
9674
10152
|
[key: string]: string;
|
|
9675
10153
|
};
|
|
10154
|
+
statusCode: number;
|
|
9676
10155
|
body: DescribeSecurityGroupsResponseBody;
|
|
9677
10156
|
static names(): {
|
|
9678
10157
|
[key: string]: string;
|
|
@@ -9725,6 +10204,7 @@ export declare class DescribeSendFileResultsResponse extends $tea.Model {
|
|
|
9725
10204
|
headers: {
|
|
9726
10205
|
[key: string]: string;
|
|
9727
10206
|
};
|
|
10207
|
+
statusCode: number;
|
|
9728
10208
|
body: DescribeSendFileResultsResponseBody;
|
|
9729
10209
|
static names(): {
|
|
9730
10210
|
[key: string]: string;
|
|
@@ -9779,6 +10259,7 @@ export declare class DescribeSnapshotGroupsResponse extends $tea.Model {
|
|
|
9779
10259
|
headers: {
|
|
9780
10260
|
[key: string]: string;
|
|
9781
10261
|
};
|
|
10262
|
+
statusCode: number;
|
|
9782
10263
|
body: DescribeSnapshotGroupsResponseBody;
|
|
9783
10264
|
static names(): {
|
|
9784
10265
|
[key: string]: string;
|
|
@@ -9831,6 +10312,7 @@ export declare class DescribeSnapshotLinksResponse extends $tea.Model {
|
|
|
9831
10312
|
headers: {
|
|
9832
10313
|
[key: string]: string;
|
|
9833
10314
|
};
|
|
10315
|
+
statusCode: number;
|
|
9834
10316
|
body: DescribeSnapshotLinksResponseBody;
|
|
9835
10317
|
static names(): {
|
|
9836
10318
|
[key: string]: string;
|
|
@@ -9879,6 +10361,7 @@ export declare class DescribeSnapshotMonitorDataResponse extends $tea.Model {
|
|
|
9879
10361
|
headers: {
|
|
9880
10362
|
[key: string]: string;
|
|
9881
10363
|
};
|
|
10364
|
+
statusCode: number;
|
|
9882
10365
|
body: DescribeSnapshotMonitorDataResponseBody;
|
|
9883
10366
|
static names(): {
|
|
9884
10367
|
[key: string]: string;
|
|
@@ -9928,6 +10411,7 @@ export declare class DescribeSnapshotPackageResponse extends $tea.Model {
|
|
|
9928
10411
|
headers: {
|
|
9929
10412
|
[key: string]: string;
|
|
9930
10413
|
};
|
|
10414
|
+
statusCode: number;
|
|
9931
10415
|
body: DescribeSnapshotPackageResponseBody;
|
|
9932
10416
|
static names(): {
|
|
9933
10417
|
[key: string]: string;
|
|
@@ -9996,6 +10480,7 @@ export declare class DescribeSnapshotsResponse extends $tea.Model {
|
|
|
9996
10480
|
headers: {
|
|
9997
10481
|
[key: string]: string;
|
|
9998
10482
|
};
|
|
10483
|
+
statusCode: number;
|
|
9999
10484
|
body: DescribeSnapshotsResponseBody;
|
|
10000
10485
|
static names(): {
|
|
10001
10486
|
[key: string]: string;
|
|
@@ -10041,6 +10526,7 @@ export declare class DescribeSnapshotsUsageResponse extends $tea.Model {
|
|
|
10041
10526
|
headers: {
|
|
10042
10527
|
[key: string]: string;
|
|
10043
10528
|
};
|
|
10529
|
+
statusCode: number;
|
|
10044
10530
|
body: DescribeSnapshotsUsageResponseBody;
|
|
10045
10531
|
static names(): {
|
|
10046
10532
|
[key: string]: string;
|
|
@@ -10096,6 +10582,7 @@ export declare class DescribeSpotAdviceResponse extends $tea.Model {
|
|
|
10096
10582
|
headers: {
|
|
10097
10583
|
[key: string]: string;
|
|
10098
10584
|
};
|
|
10585
|
+
statusCode: number;
|
|
10099
10586
|
body: DescribeSpotAdviceResponseBody;
|
|
10100
10587
|
static names(): {
|
|
10101
10588
|
[key: string]: string;
|
|
@@ -10151,6 +10638,7 @@ export declare class DescribeSpotPriceHistoryResponse extends $tea.Model {
|
|
|
10151
10638
|
headers: {
|
|
10152
10639
|
[key: string]: string;
|
|
10153
10640
|
};
|
|
10641
|
+
statusCode: number;
|
|
10154
10642
|
body: DescribeSpotPriceHistoryResponseBody;
|
|
10155
10643
|
static names(): {
|
|
10156
10644
|
[key: string]: string;
|
|
@@ -10206,6 +10694,7 @@ export declare class DescribeStorageCapacityUnitsResponse extends $tea.Model {
|
|
|
10206
10694
|
headers: {
|
|
10207
10695
|
[key: string]: string;
|
|
10208
10696
|
};
|
|
10697
|
+
statusCode: number;
|
|
10209
10698
|
body: DescribeStorageCapacityUnitsResponseBody;
|
|
10210
10699
|
static names(): {
|
|
10211
10700
|
[key: string]: string;
|
|
@@ -10259,6 +10748,7 @@ export declare class DescribeStorageSetDetailsResponse extends $tea.Model {
|
|
|
10259
10748
|
headers: {
|
|
10260
10749
|
[key: string]: string;
|
|
10261
10750
|
};
|
|
10751
|
+
statusCode: number;
|
|
10262
10752
|
body: DescribeStorageSetDetailsResponseBody;
|
|
10263
10753
|
static names(): {
|
|
10264
10754
|
[key: string]: string;
|
|
@@ -10312,6 +10802,7 @@ export declare class DescribeStorageSetsResponse extends $tea.Model {
|
|
|
10312
10802
|
headers: {
|
|
10313
10803
|
[key: string]: string;
|
|
10314
10804
|
};
|
|
10805
|
+
statusCode: number;
|
|
10315
10806
|
body: DescribeStorageSetsResponseBody;
|
|
10316
10807
|
static names(): {
|
|
10317
10808
|
[key: string]: string;
|
|
@@ -10364,6 +10855,7 @@ export declare class DescribeTagsResponse extends $tea.Model {
|
|
|
10364
10855
|
headers: {
|
|
10365
10856
|
[key: string]: string;
|
|
10366
10857
|
};
|
|
10858
|
+
statusCode: number;
|
|
10367
10859
|
body: DescribeTagsResponseBody;
|
|
10368
10860
|
static names(): {
|
|
10369
10861
|
[key: string]: string;
|
|
@@ -10419,6 +10911,7 @@ export declare class DescribeTaskAttributeResponse extends $tea.Model {
|
|
|
10419
10911
|
headers: {
|
|
10420
10912
|
[key: string]: string;
|
|
10421
10913
|
};
|
|
10914
|
+
statusCode: number;
|
|
10422
10915
|
body: DescribeTaskAttributeResponseBody;
|
|
10423
10916
|
static names(): {
|
|
10424
10917
|
[key: string]: string;
|
|
@@ -10474,6 +10967,7 @@ export declare class DescribeTasksResponse extends $tea.Model {
|
|
|
10474
10967
|
headers: {
|
|
10475
10968
|
[key: string]: string;
|
|
10476
10969
|
};
|
|
10970
|
+
statusCode: number;
|
|
10477
10971
|
body: DescribeTasksResponseBody;
|
|
10478
10972
|
static names(): {
|
|
10479
10973
|
[key: string]: string;
|
|
@@ -10519,6 +11013,7 @@ export declare class DescribeUserBusinessBehaviorResponse extends $tea.Model {
|
|
|
10519
11013
|
headers: {
|
|
10520
11014
|
[key: string]: string;
|
|
10521
11015
|
};
|
|
11016
|
+
statusCode: number;
|
|
10522
11017
|
body: DescribeUserBusinessBehaviorResponseBody;
|
|
10523
11018
|
static names(): {
|
|
10524
11019
|
[key: string]: string;
|
|
@@ -10565,6 +11060,7 @@ export declare class DescribeUserDataResponse extends $tea.Model {
|
|
|
10565
11060
|
headers: {
|
|
10566
11061
|
[key: string]: string;
|
|
10567
11062
|
};
|
|
11063
|
+
statusCode: number;
|
|
10568
11064
|
body: DescribeUserDataResponseBody;
|
|
10569
11065
|
static names(): {
|
|
10570
11066
|
[key: string]: string;
|
|
@@ -10615,6 +11111,7 @@ export declare class DescribeVRoutersResponse extends $tea.Model {
|
|
|
10615
11111
|
headers: {
|
|
10616
11112
|
[key: string]: string;
|
|
10617
11113
|
};
|
|
11114
|
+
statusCode: number;
|
|
10618
11115
|
body: DescribeVRoutersResponseBody;
|
|
10619
11116
|
static names(): {
|
|
10620
11117
|
[key: string]: string;
|
|
@@ -10668,6 +11165,7 @@ export declare class DescribeVSwitchesResponse extends $tea.Model {
|
|
|
10668
11165
|
headers: {
|
|
10669
11166
|
[key: string]: string;
|
|
10670
11167
|
};
|
|
11168
|
+
statusCode: number;
|
|
10671
11169
|
body: DescribeVSwitchesResponseBody;
|
|
10672
11170
|
static names(): {
|
|
10673
11171
|
[key: string]: string;
|
|
@@ -10717,6 +11215,7 @@ export declare class DescribeVirtualBorderRoutersResponse extends $tea.Model {
|
|
|
10717
11215
|
headers: {
|
|
10718
11216
|
[key: string]: string;
|
|
10719
11217
|
};
|
|
11218
|
+
statusCode: number;
|
|
10720
11219
|
body: DescribeVirtualBorderRoutersResponseBody;
|
|
10721
11220
|
static names(): {
|
|
10722
11221
|
[key: string]: string;
|
|
@@ -10767,6 +11266,7 @@ export declare class DescribeVirtualBorderRoutersForPhysicalConnectionResponse e
|
|
|
10767
11266
|
headers: {
|
|
10768
11267
|
[key: string]: string;
|
|
10769
11268
|
};
|
|
11269
|
+
statusCode: number;
|
|
10770
11270
|
body: DescribeVirtualBorderRoutersForPhysicalConnectionResponseBody;
|
|
10771
11271
|
static names(): {
|
|
10772
11272
|
[key: string]: string;
|
|
@@ -10818,6 +11318,7 @@ export declare class DescribeVpcsResponse extends $tea.Model {
|
|
|
10818
11318
|
headers: {
|
|
10819
11319
|
[key: string]: string;
|
|
10820
11320
|
};
|
|
11321
|
+
statusCode: number;
|
|
10821
11322
|
body: DescribeVpcsResponseBody;
|
|
10822
11323
|
static names(): {
|
|
10823
11324
|
[key: string]: string;
|
|
@@ -10866,6 +11367,7 @@ export declare class DescribeZonesResponse extends $tea.Model {
|
|
|
10866
11367
|
headers: {
|
|
10867
11368
|
[key: string]: string;
|
|
10868
11369
|
};
|
|
11370
|
+
statusCode: number;
|
|
10869
11371
|
body: DescribeZonesResponseBody;
|
|
10870
11372
|
static names(): {
|
|
10871
11373
|
[key: string]: string;
|
|
@@ -10910,6 +11412,7 @@ export declare class DetachClassicLinkVpcResponse extends $tea.Model {
|
|
|
10910
11412
|
headers: {
|
|
10911
11413
|
[key: string]: string;
|
|
10912
11414
|
};
|
|
11415
|
+
statusCode: number;
|
|
10913
11416
|
body: DetachClassicLinkVpcResponseBody;
|
|
10914
11417
|
static names(): {
|
|
10915
11418
|
[key: string]: string;
|
|
@@ -10955,6 +11458,7 @@ export declare class DetachDiskResponse extends $tea.Model {
|
|
|
10955
11458
|
headers: {
|
|
10956
11459
|
[key: string]: string;
|
|
10957
11460
|
};
|
|
11461
|
+
statusCode: number;
|
|
10958
11462
|
body: DetachDiskResponseBody;
|
|
10959
11463
|
static names(): {
|
|
10960
11464
|
[key: string]: string;
|
|
@@ -11003,6 +11507,7 @@ export declare class DetachInstanceRamRoleResponse extends $tea.Model {
|
|
|
11003
11507
|
headers: {
|
|
11004
11508
|
[key: string]: string;
|
|
11005
11509
|
};
|
|
11510
|
+
statusCode: number;
|
|
11006
11511
|
body: DetachInstanceRamRoleResponseBody;
|
|
11007
11512
|
static names(): {
|
|
11008
11513
|
[key: string]: string;
|
|
@@ -11051,6 +11556,7 @@ export declare class DetachKeyPairResponse extends $tea.Model {
|
|
|
11051
11556
|
headers: {
|
|
11052
11557
|
[key: string]: string;
|
|
11053
11558
|
};
|
|
11559
|
+
statusCode: number;
|
|
11054
11560
|
body: DetachKeyPairResponseBody;
|
|
11055
11561
|
static names(): {
|
|
11056
11562
|
[key: string]: string;
|
|
@@ -11097,6 +11603,7 @@ export declare class DetachNetworkInterfaceResponse extends $tea.Model {
|
|
|
11097
11603
|
headers: {
|
|
11098
11604
|
[key: string]: string;
|
|
11099
11605
|
};
|
|
11606
|
+
statusCode: number;
|
|
11100
11607
|
body: DetachNetworkInterfaceResponseBody;
|
|
11101
11608
|
static names(): {
|
|
11102
11609
|
[key: string]: string;
|
|
@@ -11142,6 +11649,7 @@ export declare class DisableActivationResponse extends $tea.Model {
|
|
|
11142
11649
|
headers: {
|
|
11143
11650
|
[key: string]: string;
|
|
11144
11651
|
};
|
|
11652
|
+
statusCode: number;
|
|
11145
11653
|
body: DisableActivationResponseBody;
|
|
11146
11654
|
static names(): {
|
|
11147
11655
|
[key: string]: string;
|
|
@@ -11191,6 +11699,7 @@ export declare class EipFillParamsResponse extends $tea.Model {
|
|
|
11191
11699
|
headers: {
|
|
11192
11700
|
[key: string]: string;
|
|
11193
11701
|
};
|
|
11702
|
+
statusCode: number;
|
|
11194
11703
|
body: EipFillParamsResponseBody;
|
|
11195
11704
|
static names(): {
|
|
11196
11705
|
[key: string]: string;
|
|
@@ -11240,6 +11749,7 @@ export declare class EipFillProductResponse extends $tea.Model {
|
|
|
11240
11749
|
headers: {
|
|
11241
11750
|
[key: string]: string;
|
|
11242
11751
|
};
|
|
11752
|
+
statusCode: number;
|
|
11243
11753
|
body: EipFillProductResponseBody;
|
|
11244
11754
|
static names(): {
|
|
11245
11755
|
[key: string]: string;
|
|
@@ -11289,6 +11799,7 @@ export declare class EipNotifyPaidResponse extends $tea.Model {
|
|
|
11289
11799
|
headers: {
|
|
11290
11800
|
[key: string]: string;
|
|
11291
11801
|
};
|
|
11802
|
+
statusCode: number;
|
|
11292
11803
|
body: EipNotifyPaidResponseBody;
|
|
11293
11804
|
static names(): {
|
|
11294
11805
|
[key: string]: string;
|
|
@@ -11335,6 +11846,7 @@ export declare class EnablePhysicalConnectionResponse extends $tea.Model {
|
|
|
11335
11846
|
headers: {
|
|
11336
11847
|
[key: string]: string;
|
|
11337
11848
|
};
|
|
11849
|
+
statusCode: number;
|
|
11338
11850
|
body: EnablePhysicalConnectionResponseBody;
|
|
11339
11851
|
static names(): {
|
|
11340
11852
|
[key: string]: string;
|
|
@@ -11384,6 +11896,7 @@ export declare class ExportImageResponse extends $tea.Model {
|
|
|
11384
11896
|
headers: {
|
|
11385
11897
|
[key: string]: string;
|
|
11386
11898
|
};
|
|
11899
|
+
statusCode: number;
|
|
11387
11900
|
body: ExportImageResponseBody;
|
|
11388
11901
|
static names(): {
|
|
11389
11902
|
[key: string]: string;
|
|
@@ -11430,6 +11943,7 @@ export declare class ExportSnapshotResponse extends $tea.Model {
|
|
|
11430
11943
|
headers: {
|
|
11431
11944
|
[key: string]: string;
|
|
11432
11945
|
};
|
|
11946
|
+
statusCode: number;
|
|
11433
11947
|
body: ExportSnapshotResponseBody;
|
|
11434
11948
|
static names(): {
|
|
11435
11949
|
[key: string]: string;
|
|
@@ -11478,6 +11992,7 @@ export declare class GetInstanceConsoleOutputResponse extends $tea.Model {
|
|
|
11478
11992
|
headers: {
|
|
11479
11993
|
[key: string]: string;
|
|
11480
11994
|
};
|
|
11995
|
+
statusCode: number;
|
|
11481
11996
|
body: GetInstanceConsoleOutputResponseBody;
|
|
11482
11997
|
static names(): {
|
|
11483
11998
|
[key: string]: string;
|
|
@@ -11525,6 +12040,7 @@ export declare class GetInstanceScreenshotResponse extends $tea.Model {
|
|
|
11525
12040
|
headers: {
|
|
11526
12041
|
[key: string]: string;
|
|
11527
12042
|
};
|
|
12043
|
+
statusCode: number;
|
|
11528
12044
|
body: GetInstanceScreenshotResponseBody;
|
|
11529
12045
|
static names(): {
|
|
11530
12046
|
[key: string]: string;
|
|
@@ -11540,6 +12056,7 @@ export declare class ImportImageRequest extends $tea.Model {
|
|
|
11540
12056
|
architecture?: string;
|
|
11541
12057
|
bootMode?: string;
|
|
11542
12058
|
description?: string;
|
|
12059
|
+
detectionStrategy?: string;
|
|
11543
12060
|
diskDeviceMapping?: ImportImageRequestDiskDeviceMapping[];
|
|
11544
12061
|
imageName?: string;
|
|
11545
12062
|
licenseType?: string;
|
|
@@ -11581,6 +12098,7 @@ export declare class ImportImageResponse extends $tea.Model {
|
|
|
11581
12098
|
headers: {
|
|
11582
12099
|
[key: string]: string;
|
|
11583
12100
|
};
|
|
12101
|
+
statusCode: number;
|
|
11584
12102
|
body: ImportImageResponseBody;
|
|
11585
12103
|
static names(): {
|
|
11586
12104
|
[key: string]: string;
|
|
@@ -11629,6 +12147,7 @@ export declare class ImportKeyPairResponse extends $tea.Model {
|
|
|
11629
12147
|
headers: {
|
|
11630
12148
|
[key: string]: string;
|
|
11631
12149
|
};
|
|
12150
|
+
statusCode: number;
|
|
11632
12151
|
body: ImportKeyPairResponseBody;
|
|
11633
12152
|
static names(): {
|
|
11634
12153
|
[key: string]: string;
|
|
@@ -11677,6 +12196,7 @@ export declare class ImportSnapshotResponse extends $tea.Model {
|
|
|
11677
12196
|
headers: {
|
|
11678
12197
|
[key: string]: string;
|
|
11679
12198
|
};
|
|
12199
|
+
statusCode: number;
|
|
11680
12200
|
body: ImportSnapshotResponseBody;
|
|
11681
12201
|
static names(): {
|
|
11682
12202
|
[key: string]: string;
|
|
@@ -11721,6 +12241,7 @@ export declare class InstallCloudAssistantResponse extends $tea.Model {
|
|
|
11721
12241
|
headers: {
|
|
11722
12242
|
[key: string]: string;
|
|
11723
12243
|
};
|
|
12244
|
+
statusCode: number;
|
|
11724
12245
|
body: InstallCloudAssistantResponseBody;
|
|
11725
12246
|
static names(): {
|
|
11726
12247
|
[key: string]: string;
|
|
@@ -11734,6 +12255,8 @@ export declare class InstallCloudAssistantResponse extends $tea.Model {
|
|
|
11734
12255
|
}
|
|
11735
12256
|
export declare class InvokeCommandRequest extends $tea.Model {
|
|
11736
12257
|
commandId?: string;
|
|
12258
|
+
containerId?: string;
|
|
12259
|
+
containerName?: string;
|
|
11737
12260
|
frequency?: string;
|
|
11738
12261
|
instanceId?: string[];
|
|
11739
12262
|
ownerAccount?: string;
|
|
@@ -11760,6 +12283,8 @@ export declare class InvokeCommandRequest extends $tea.Model {
|
|
|
11760
12283
|
}
|
|
11761
12284
|
export declare class InvokeCommandShrinkRequest extends $tea.Model {
|
|
11762
12285
|
commandId?: string;
|
|
12286
|
+
containerId?: string;
|
|
12287
|
+
containerName?: string;
|
|
11763
12288
|
frequency?: string;
|
|
11764
12289
|
instanceId?: string[];
|
|
11765
12290
|
ownerAccount?: string;
|
|
@@ -11799,6 +12324,7 @@ export declare class InvokeCommandResponse extends $tea.Model {
|
|
|
11799
12324
|
headers: {
|
|
11800
12325
|
[key: string]: string;
|
|
11801
12326
|
};
|
|
12327
|
+
statusCode: number;
|
|
11802
12328
|
body: InvokeCommandResponseBody;
|
|
11803
12329
|
static names(): {
|
|
11804
12330
|
[key: string]: string;
|
|
@@ -11845,6 +12371,7 @@ export declare class JoinResourceGroupResponse extends $tea.Model {
|
|
|
11845
12371
|
headers: {
|
|
11846
12372
|
[key: string]: string;
|
|
11847
12373
|
};
|
|
12374
|
+
statusCode: number;
|
|
11848
12375
|
body: JoinResourceGroupResponseBody;
|
|
11849
12376
|
static names(): {
|
|
11850
12377
|
[key: string]: string;
|
|
@@ -11891,6 +12418,7 @@ export declare class JoinSecurityGroupResponse extends $tea.Model {
|
|
|
11891
12418
|
headers: {
|
|
11892
12419
|
[key: string]: string;
|
|
11893
12420
|
};
|
|
12421
|
+
statusCode: number;
|
|
11894
12422
|
body: JoinSecurityGroupResponseBody;
|
|
11895
12423
|
static names(): {
|
|
11896
12424
|
[key: string]: string;
|
|
@@ -11937,6 +12465,7 @@ export declare class LeaveSecurityGroupResponse extends $tea.Model {
|
|
|
11937
12465
|
headers: {
|
|
11938
12466
|
[key: string]: string;
|
|
11939
12467
|
};
|
|
12468
|
+
statusCode: number;
|
|
11940
12469
|
body: LeaveSecurityGroupResponseBody;
|
|
11941
12470
|
static names(): {
|
|
11942
12471
|
[key: string]: string;
|
|
@@ -11948,12 +12477,64 @@ export declare class LeaveSecurityGroupResponse extends $tea.Model {
|
|
|
11948
12477
|
[key: string]: any;
|
|
11949
12478
|
});
|
|
11950
12479
|
}
|
|
11951
|
-
export declare class
|
|
11952
|
-
|
|
12480
|
+
export declare class ListPluginStatusRequest extends $tea.Model {
|
|
12481
|
+
instanceId?: string[];
|
|
12482
|
+
name?: string;
|
|
11953
12483
|
ownerAccount?: string;
|
|
11954
12484
|
ownerId?: number;
|
|
12485
|
+
pageNumber?: number;
|
|
12486
|
+
pageSize?: number;
|
|
11955
12487
|
regionId?: string;
|
|
11956
|
-
|
|
12488
|
+
resourceOwnerAccount?: string;
|
|
12489
|
+
resourceOwnerId?: number;
|
|
12490
|
+
static names(): {
|
|
12491
|
+
[key: string]: string;
|
|
12492
|
+
};
|
|
12493
|
+
static types(): {
|
|
12494
|
+
[key: string]: any;
|
|
12495
|
+
};
|
|
12496
|
+
constructor(map?: {
|
|
12497
|
+
[key: string]: any;
|
|
12498
|
+
});
|
|
12499
|
+
}
|
|
12500
|
+
export declare class ListPluginStatusResponseBody extends $tea.Model {
|
|
12501
|
+
instancePluginStatusSet?: ListPluginStatusResponseBodyInstancePluginStatusSet;
|
|
12502
|
+
pageNumber?: number;
|
|
12503
|
+
pageSize?: number;
|
|
12504
|
+
requestId?: string;
|
|
12505
|
+
totalCount?: number;
|
|
12506
|
+
static names(): {
|
|
12507
|
+
[key: string]: string;
|
|
12508
|
+
};
|
|
12509
|
+
static types(): {
|
|
12510
|
+
[key: string]: any;
|
|
12511
|
+
};
|
|
12512
|
+
constructor(map?: {
|
|
12513
|
+
[key: string]: any;
|
|
12514
|
+
});
|
|
12515
|
+
}
|
|
12516
|
+
export declare class ListPluginStatusResponse extends $tea.Model {
|
|
12517
|
+
headers: {
|
|
12518
|
+
[key: string]: string;
|
|
12519
|
+
};
|
|
12520
|
+
statusCode: number;
|
|
12521
|
+
body: ListPluginStatusResponseBody;
|
|
12522
|
+
static names(): {
|
|
12523
|
+
[key: string]: string;
|
|
12524
|
+
};
|
|
12525
|
+
static types(): {
|
|
12526
|
+
[key: string]: any;
|
|
12527
|
+
};
|
|
12528
|
+
constructor(map?: {
|
|
12529
|
+
[key: string]: any;
|
|
12530
|
+
});
|
|
12531
|
+
}
|
|
12532
|
+
export declare class ListTagResourcesRequest extends $tea.Model {
|
|
12533
|
+
nextToken?: string;
|
|
12534
|
+
ownerAccount?: string;
|
|
12535
|
+
ownerId?: number;
|
|
12536
|
+
regionId?: string;
|
|
12537
|
+
resourceId?: string[];
|
|
11957
12538
|
resourceOwnerAccount?: string;
|
|
11958
12539
|
resourceOwnerId?: number;
|
|
11959
12540
|
resourceType?: string;
|
|
@@ -11987,6 +12568,7 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
11987
12568
|
headers: {
|
|
11988
12569
|
[key: string]: string;
|
|
11989
12570
|
};
|
|
12571
|
+
statusCode: number;
|
|
11990
12572
|
body: ListTagResourcesResponseBody;
|
|
11991
12573
|
static names(): {
|
|
11992
12574
|
[key: string]: string;
|
|
@@ -12040,6 +12622,7 @@ export declare class ModifyAutoProvisioningGroupResponse extends $tea.Model {
|
|
|
12040
12622
|
headers: {
|
|
12041
12623
|
[key: string]: string;
|
|
12042
12624
|
};
|
|
12625
|
+
statusCode: number;
|
|
12043
12626
|
body: ModifyAutoProvisioningGroupResponseBody;
|
|
12044
12627
|
static names(): {
|
|
12045
12628
|
[key: string]: string;
|
|
@@ -12090,6 +12673,7 @@ export declare class ModifyAutoSnapshotPolicyResponse extends $tea.Model {
|
|
|
12090
12673
|
headers: {
|
|
12091
12674
|
[key: string]: string;
|
|
12092
12675
|
};
|
|
12676
|
+
statusCode: number;
|
|
12093
12677
|
body: ModifyAutoSnapshotPolicyResponseBody;
|
|
12094
12678
|
static names(): {
|
|
12095
12679
|
[key: string]: string;
|
|
@@ -12140,6 +12724,7 @@ export declare class ModifyAutoSnapshotPolicyExResponse extends $tea.Model {
|
|
|
12140
12724
|
headers: {
|
|
12141
12725
|
[key: string]: string;
|
|
12142
12726
|
};
|
|
12727
|
+
statusCode: number;
|
|
12143
12728
|
body: ModifyAutoSnapshotPolicyExResponseBody;
|
|
12144
12729
|
static names(): {
|
|
12145
12730
|
[key: string]: string;
|
|
@@ -12185,6 +12770,7 @@ export declare class ModifyBandwidthPackageSpecResponse extends $tea.Model {
|
|
|
12185
12770
|
headers: {
|
|
12186
12771
|
[key: string]: string;
|
|
12187
12772
|
};
|
|
12773
|
+
statusCode: number;
|
|
12188
12774
|
body: ModifyBandwidthPackageSpecResponseBody;
|
|
12189
12775
|
static names(): {
|
|
12190
12776
|
[key: string]: string;
|
|
@@ -12235,6 +12821,7 @@ export declare class ModifyCapacityReservationResponse extends $tea.Model {
|
|
|
12235
12821
|
headers: {
|
|
12236
12822
|
[key: string]: string;
|
|
12237
12823
|
};
|
|
12824
|
+
statusCode: number;
|
|
12238
12825
|
body: ModifyCapacityReservationResponseBody;
|
|
12239
12826
|
static names(): {
|
|
12240
12827
|
[key: string]: string;
|
|
@@ -12284,6 +12871,7 @@ export declare class ModifyCommandResponse extends $tea.Model {
|
|
|
12284
12871
|
headers: {
|
|
12285
12872
|
[key: string]: string;
|
|
12286
12873
|
};
|
|
12874
|
+
statusCode: number;
|
|
12287
12875
|
body: ModifyCommandResponseBody;
|
|
12288
12876
|
static names(): {
|
|
12289
12877
|
[key: string]: string;
|
|
@@ -12335,6 +12923,7 @@ export declare class ModifyDedicatedHostAttributeResponse extends $tea.Model {
|
|
|
12335
12923
|
headers: {
|
|
12336
12924
|
[key: string]: string;
|
|
12337
12925
|
};
|
|
12926
|
+
statusCode: number;
|
|
12338
12927
|
body: ModifyDedicatedHostAttributeResponseBody;
|
|
12339
12928
|
static names(): {
|
|
12340
12929
|
[key: string]: string;
|
|
@@ -12380,6 +12969,7 @@ export declare class ModifyDedicatedHostAutoReleaseTimeResponse extends $tea.Mod
|
|
|
12380
12969
|
headers: {
|
|
12381
12970
|
[key: string]: string;
|
|
12382
12971
|
};
|
|
12972
|
+
statusCode: number;
|
|
12383
12973
|
body: ModifyDedicatedHostAutoReleaseTimeResponseBody;
|
|
12384
12974
|
static names(): {
|
|
12385
12975
|
[key: string]: string;
|
|
@@ -12429,6 +13019,7 @@ export declare class ModifyDedicatedHostAutoRenewAttributeResponse extends $tea.
|
|
|
12429
13019
|
headers: {
|
|
12430
13020
|
[key: string]: string;
|
|
12431
13021
|
};
|
|
13022
|
+
statusCode: number;
|
|
12432
13023
|
body: ModifyDedicatedHostAutoRenewAttributeResponseBody;
|
|
12433
13024
|
static names(): {
|
|
12434
13025
|
[key: string]: string;
|
|
@@ -12475,6 +13066,7 @@ export declare class ModifyDedicatedHostClusterAttributeResponse extends $tea.Mo
|
|
|
12475
13066
|
headers: {
|
|
12476
13067
|
[key: string]: string;
|
|
12477
13068
|
};
|
|
13069
|
+
statusCode: number;
|
|
12478
13070
|
body: ModifyDedicatedHostClusterAttributeResponseBody;
|
|
12479
13071
|
static names(): {
|
|
12480
13072
|
[key: string]: string;
|
|
@@ -12528,6 +13120,7 @@ export declare class ModifyDedicatedHostsChargeTypeResponse extends $tea.Model {
|
|
|
12528
13120
|
headers: {
|
|
12529
13121
|
[key: string]: string;
|
|
12530
13122
|
};
|
|
13123
|
+
statusCode: number;
|
|
12531
13124
|
body: ModifyDedicatedHostsChargeTypeResponseBody;
|
|
12532
13125
|
static names(): {
|
|
12533
13126
|
[key: string]: string;
|
|
@@ -12583,6 +13176,7 @@ export declare class ModifyDemandResponse extends $tea.Model {
|
|
|
12583
13176
|
headers: {
|
|
12584
13177
|
[key: string]: string;
|
|
12585
13178
|
};
|
|
13179
|
+
statusCode: number;
|
|
12586
13180
|
body: ModifyDemandResponseBody;
|
|
12587
13181
|
static names(): {
|
|
12588
13182
|
[key: string]: string;
|
|
@@ -12629,6 +13223,7 @@ export declare class ModifyDeploymentSetAttributeResponse extends $tea.Model {
|
|
|
12629
13223
|
headers: {
|
|
12630
13224
|
[key: string]: string;
|
|
12631
13225
|
};
|
|
13226
|
+
statusCode: number;
|
|
12632
13227
|
body: ModifyDeploymentSetAttributeResponseBody;
|
|
12633
13228
|
static names(): {
|
|
12634
13229
|
[key: string]: string;
|
|
@@ -12640,6 +13235,51 @@ export declare class ModifyDeploymentSetAttributeResponse extends $tea.Model {
|
|
|
12640
13235
|
[key: string]: any;
|
|
12641
13236
|
});
|
|
12642
13237
|
}
|
|
13238
|
+
export declare class ModifyDiagnosticMetricSetRequest extends $tea.Model {
|
|
13239
|
+
description?: string;
|
|
13240
|
+
metricIds?: string[];
|
|
13241
|
+
metricSetId?: string;
|
|
13242
|
+
metricSetName?: string;
|
|
13243
|
+
regionId?: string;
|
|
13244
|
+
resourceType?: string;
|
|
13245
|
+
static names(): {
|
|
13246
|
+
[key: string]: string;
|
|
13247
|
+
};
|
|
13248
|
+
static types(): {
|
|
13249
|
+
[key: string]: any;
|
|
13250
|
+
};
|
|
13251
|
+
constructor(map?: {
|
|
13252
|
+
[key: string]: any;
|
|
13253
|
+
});
|
|
13254
|
+
}
|
|
13255
|
+
export declare class ModifyDiagnosticMetricSetResponseBody extends $tea.Model {
|
|
13256
|
+
requestId?: string;
|
|
13257
|
+
static names(): {
|
|
13258
|
+
[key: string]: string;
|
|
13259
|
+
};
|
|
13260
|
+
static types(): {
|
|
13261
|
+
[key: string]: any;
|
|
13262
|
+
};
|
|
13263
|
+
constructor(map?: {
|
|
13264
|
+
[key: string]: any;
|
|
13265
|
+
});
|
|
13266
|
+
}
|
|
13267
|
+
export declare class ModifyDiagnosticMetricSetResponse extends $tea.Model {
|
|
13268
|
+
headers: {
|
|
13269
|
+
[key: string]: string;
|
|
13270
|
+
};
|
|
13271
|
+
statusCode: number;
|
|
13272
|
+
body: ModifyDiagnosticMetricSetResponseBody;
|
|
13273
|
+
static names(): {
|
|
13274
|
+
[key: string]: string;
|
|
13275
|
+
};
|
|
13276
|
+
static types(): {
|
|
13277
|
+
[key: string]: any;
|
|
13278
|
+
};
|
|
13279
|
+
constructor(map?: {
|
|
13280
|
+
[key: string]: any;
|
|
13281
|
+
});
|
|
13282
|
+
}
|
|
12643
13283
|
export declare class ModifyDiskAttributeRequest extends $tea.Model {
|
|
12644
13284
|
burstingEnabled?: boolean;
|
|
12645
13285
|
deleteAutoSnapshot?: boolean;
|
|
@@ -12680,6 +13320,7 @@ export declare class ModifyDiskAttributeResponse extends $tea.Model {
|
|
|
12680
13320
|
headers: {
|
|
12681
13321
|
[key: string]: string;
|
|
12682
13322
|
};
|
|
13323
|
+
statusCode: number;
|
|
12683
13324
|
body: ModifyDiskAttributeResponseBody;
|
|
12684
13325
|
static names(): {
|
|
12685
13326
|
[key: string]: string;
|
|
@@ -12729,6 +13370,7 @@ export declare class ModifyDiskChargeTypeResponse extends $tea.Model {
|
|
|
12729
13370
|
headers: {
|
|
12730
13371
|
[key: string]: string;
|
|
12731
13372
|
};
|
|
13373
|
+
statusCode: number;
|
|
12732
13374
|
body: ModifyDiskChargeTypeResponseBody;
|
|
12733
13375
|
static names(): {
|
|
12734
13376
|
[key: string]: string;
|
|
@@ -12778,6 +13420,7 @@ export declare class ModifyDiskSpecResponse extends $tea.Model {
|
|
|
12778
13420
|
headers: {
|
|
12779
13421
|
[key: string]: string;
|
|
12780
13422
|
};
|
|
13423
|
+
statusCode: number;
|
|
12781
13424
|
body: ModifyDiskSpecResponseBody;
|
|
12782
13425
|
static names(): {
|
|
12783
13426
|
[key: string]: string;
|
|
@@ -12823,6 +13466,7 @@ export declare class ModifyEipAddressAttributeResponse extends $tea.Model {
|
|
|
12823
13466
|
headers: {
|
|
12824
13467
|
[key: string]: string;
|
|
12825
13468
|
};
|
|
13469
|
+
statusCode: number;
|
|
12826
13470
|
body: ModifyEipAddressAttributeResponseBody;
|
|
12827
13471
|
static names(): {
|
|
12828
13472
|
[key: string]: string;
|
|
@@ -12868,6 +13512,7 @@ export declare class ModifyElasticityAssuranceResponse extends $tea.Model {
|
|
|
12868
13512
|
headers: {
|
|
12869
13513
|
[key: string]: string;
|
|
12870
13514
|
};
|
|
13515
|
+
statusCode: number;
|
|
12871
13516
|
body: ModifyElasticityAssuranceResponseBody;
|
|
12872
13517
|
static names(): {
|
|
12873
13518
|
[key: string]: string;
|
|
@@ -12918,6 +13563,7 @@ export declare class ModifyForwardEntryResponse extends $tea.Model {
|
|
|
12918
13563
|
headers: {
|
|
12919
13564
|
[key: string]: string;
|
|
12920
13565
|
};
|
|
13566
|
+
statusCode: number;
|
|
12921
13567
|
body: ModifyForwardEntryResponseBody;
|
|
12922
13568
|
static names(): {
|
|
12923
13569
|
[key: string]: string;
|
|
@@ -12964,6 +13610,7 @@ export declare class ModifyHaVipAttributeResponse extends $tea.Model {
|
|
|
12964
13610
|
headers: {
|
|
12965
13611
|
[key: string]: string;
|
|
12966
13612
|
};
|
|
13613
|
+
statusCode: number;
|
|
12967
13614
|
body: ModifyHaVipAttributeResponseBody;
|
|
12968
13615
|
static names(): {
|
|
12969
13616
|
[key: string]: string;
|
|
@@ -13011,6 +13658,7 @@ export declare class ModifyHpcClusterAttributeResponse extends $tea.Model {
|
|
|
13011
13658
|
headers: {
|
|
13012
13659
|
[key: string]: string;
|
|
13013
13660
|
};
|
|
13661
|
+
statusCode: number;
|
|
13014
13662
|
body: ModifyHpcClusterAttributeResponseBody;
|
|
13015
13663
|
static names(): {
|
|
13016
13664
|
[key: string]: string;
|
|
@@ -13025,6 +13673,7 @@ export declare class ModifyHpcClusterAttributeResponse extends $tea.Model {
|
|
|
13025
13673
|
export declare class ModifyImageAttributeRequest extends $tea.Model {
|
|
13026
13674
|
bootMode?: string;
|
|
13027
13675
|
description?: string;
|
|
13676
|
+
features?: ModifyImageAttributeRequestFeatures;
|
|
13028
13677
|
imageFamily?: string;
|
|
13029
13678
|
imageId?: string;
|
|
13030
13679
|
imageName?: string;
|
|
@@ -13061,6 +13710,7 @@ export declare class ModifyImageAttributeResponse extends $tea.Model {
|
|
|
13061
13710
|
headers: {
|
|
13062
13711
|
[key: string]: string;
|
|
13063
13712
|
};
|
|
13713
|
+
statusCode: number;
|
|
13064
13714
|
body: ModifyImageAttributeResponseBody;
|
|
13065
13715
|
static names(): {
|
|
13066
13716
|
[key: string]: string;
|
|
@@ -13107,6 +13757,7 @@ export declare class ModifyImageShareGroupPermissionResponse extends $tea.Model
|
|
|
13107
13757
|
headers: {
|
|
13108
13758
|
[key: string]: string;
|
|
13109
13759
|
};
|
|
13760
|
+
statusCode: number;
|
|
13110
13761
|
body: ModifyImageShareGroupPermissionResponseBody;
|
|
13111
13762
|
static names(): {
|
|
13112
13763
|
[key: string]: string;
|
|
@@ -13155,6 +13806,7 @@ export declare class ModifyImageSharePermissionResponse extends $tea.Model {
|
|
|
13155
13806
|
headers: {
|
|
13156
13807
|
[key: string]: string;
|
|
13157
13808
|
};
|
|
13809
|
+
statusCode: number;
|
|
13158
13810
|
body: ModifyImageSharePermissionResponseBody;
|
|
13159
13811
|
static names(): {
|
|
13160
13812
|
[key: string]: string;
|
|
@@ -13200,6 +13852,7 @@ export declare class ModifyInstanceAttachmentAttributesResponse extends $tea.Mod
|
|
|
13200
13852
|
headers: {
|
|
13201
13853
|
[key: string]: string;
|
|
13202
13854
|
};
|
|
13855
|
+
statusCode: number;
|
|
13203
13856
|
body: ModifyInstanceAttachmentAttributesResponseBody;
|
|
13204
13857
|
static names(): {
|
|
13205
13858
|
[key: string]: string;
|
|
@@ -13254,6 +13907,7 @@ export declare class ModifyInstanceAttributeResponse extends $tea.Model {
|
|
|
13254
13907
|
headers: {
|
|
13255
13908
|
[key: string]: string;
|
|
13256
13909
|
};
|
|
13910
|
+
statusCode: number;
|
|
13257
13911
|
body: ModifyInstanceAttributeResponseBody;
|
|
13258
13912
|
static names(): {
|
|
13259
13913
|
[key: string]: string;
|
|
@@ -13299,6 +13953,7 @@ export declare class ModifyInstanceAutoReleaseTimeResponse extends $tea.Model {
|
|
|
13299
13953
|
headers: {
|
|
13300
13954
|
[key: string]: string;
|
|
13301
13955
|
};
|
|
13956
|
+
statusCode: number;
|
|
13302
13957
|
body: ModifyInstanceAutoReleaseTimeResponseBody;
|
|
13303
13958
|
static names(): {
|
|
13304
13959
|
[key: string]: string;
|
|
@@ -13347,6 +14002,7 @@ export declare class ModifyInstanceAutoRenewAttributeResponse extends $tea.Model
|
|
|
13347
14002
|
headers: {
|
|
13348
14003
|
[key: string]: string;
|
|
13349
14004
|
};
|
|
14005
|
+
statusCode: number;
|
|
13350
14006
|
body: ModifyInstanceAutoRenewAttributeResponseBody;
|
|
13351
14007
|
static names(): {
|
|
13352
14008
|
[key: string]: string;
|
|
@@ -13401,6 +14057,7 @@ export declare class ModifyInstanceChargeTypeResponse extends $tea.Model {
|
|
|
13401
14057
|
headers: {
|
|
13402
14058
|
[key: string]: string;
|
|
13403
14059
|
};
|
|
14060
|
+
statusCode: number;
|
|
13404
14061
|
body: ModifyInstanceChargeTypeResponseBody;
|
|
13405
14062
|
static names(): {
|
|
13406
14063
|
[key: string]: string;
|
|
@@ -13425,6 +14082,7 @@ export declare class ModifyInstanceDeploymentRequest extends $tea.Model {
|
|
|
13425
14082
|
ownerAccount?: string;
|
|
13426
14083
|
ownerId?: number;
|
|
13427
14084
|
regionId?: string;
|
|
14085
|
+
removeFromDeploymentSet?: boolean;
|
|
13428
14086
|
resourceOwnerAccount?: string;
|
|
13429
14087
|
resourceOwnerId?: number;
|
|
13430
14088
|
tenancy?: string;
|
|
@@ -13454,6 +14112,7 @@ export declare class ModifyInstanceDeploymentResponse extends $tea.Model {
|
|
|
13454
14112
|
headers: {
|
|
13455
14113
|
[key: string]: string;
|
|
13456
14114
|
};
|
|
14115
|
+
statusCode: number;
|
|
13457
14116
|
body: ModifyInstanceDeploymentResponseBody;
|
|
13458
14117
|
static names(): {
|
|
13459
14118
|
[key: string]: string;
|
|
@@ -13501,6 +14160,7 @@ export declare class ModifyInstanceMaintenanceAttributesResponse extends $tea.Mo
|
|
|
13501
14160
|
headers: {
|
|
13502
14161
|
[key: string]: string;
|
|
13503
14162
|
};
|
|
14163
|
+
statusCode: number;
|
|
13504
14164
|
body: ModifyInstanceMaintenanceAttributesResponseBody;
|
|
13505
14165
|
static names(): {
|
|
13506
14166
|
[key: string]: string;
|
|
@@ -13547,6 +14207,7 @@ export declare class ModifyInstanceMetadataOptionsResponse extends $tea.Model {
|
|
|
13547
14207
|
headers: {
|
|
13548
14208
|
[key: string]: string;
|
|
13549
14209
|
};
|
|
14210
|
+
statusCode: number;
|
|
13550
14211
|
body: ModifyInstanceMetadataOptionsResponseBody;
|
|
13551
14212
|
static names(): {
|
|
13552
14213
|
[key: string]: string;
|
|
@@ -13600,6 +14261,7 @@ export declare class ModifyInstanceNetworkSpecResponse extends $tea.Model {
|
|
|
13600
14261
|
headers: {
|
|
13601
14262
|
[key: string]: string;
|
|
13602
14263
|
};
|
|
14264
|
+
statusCode: number;
|
|
13603
14265
|
body: ModifyInstanceNetworkSpecResponseBody;
|
|
13604
14266
|
static names(): {
|
|
13605
14267
|
[key: string]: string;
|
|
@@ -13651,6 +14313,7 @@ export declare class ModifyInstanceSpecResponse extends $tea.Model {
|
|
|
13651
14313
|
headers: {
|
|
13652
14314
|
[key: string]: string;
|
|
13653
14315
|
};
|
|
14316
|
+
statusCode: number;
|
|
13654
14317
|
body: ModifyInstanceSpecResponseBody;
|
|
13655
14318
|
static names(): {
|
|
13656
14319
|
[key: string]: string;
|
|
@@ -13696,6 +14359,7 @@ export declare class ModifyInstanceVncPasswdResponse extends $tea.Model {
|
|
|
13696
14359
|
headers: {
|
|
13697
14360
|
[key: string]: string;
|
|
13698
14361
|
};
|
|
14362
|
+
statusCode: number;
|
|
13699
14363
|
body: ModifyInstanceVncPasswdResponseBody;
|
|
13700
14364
|
static names(): {
|
|
13701
14365
|
[key: string]: string;
|
|
@@ -13743,6 +14407,7 @@ export declare class ModifyInstanceVpcAttributeResponse extends $tea.Model {
|
|
|
13743
14407
|
headers: {
|
|
13744
14408
|
[key: string]: string;
|
|
13745
14409
|
};
|
|
14410
|
+
statusCode: number;
|
|
13746
14411
|
body: ModifyInstanceVpcAttributeResponseBody;
|
|
13747
14412
|
static names(): {
|
|
13748
14413
|
[key: string]: string;
|
|
@@ -13789,6 +14454,7 @@ export declare class ModifyLaunchTemplateDefaultVersionResponse extends $tea.Mod
|
|
|
13789
14454
|
headers: {
|
|
13790
14455
|
[key: string]: string;
|
|
13791
14456
|
};
|
|
14457
|
+
statusCode: number;
|
|
13792
14458
|
body: ModifyLaunchTemplateDefaultVersionResponseBody;
|
|
13793
14459
|
static names(): {
|
|
13794
14460
|
[key: string]: string;
|
|
@@ -13835,6 +14501,7 @@ export declare class ModifyManagedInstanceResponse extends $tea.Model {
|
|
|
13835
14501
|
headers: {
|
|
13836
14502
|
[key: string]: string;
|
|
13837
14503
|
};
|
|
14504
|
+
statusCode: number;
|
|
13838
14505
|
body: ModifyManagedInstanceResponseBody;
|
|
13839
14506
|
static names(): {
|
|
13840
14507
|
[key: string]: string;
|
|
@@ -13883,6 +14550,7 @@ export declare class ModifyNetworkInterfaceAttributeResponse extends $tea.Model
|
|
|
13883
14550
|
headers: {
|
|
13884
14551
|
[key: string]: string;
|
|
13885
14552
|
};
|
|
14553
|
+
statusCode: number;
|
|
13886
14554
|
body: ModifyNetworkInterfaceAttributeResponseBody;
|
|
13887
14555
|
static names(): {
|
|
13888
14556
|
[key: string]: string;
|
|
@@ -13937,6 +14605,7 @@ export declare class ModifyPhysicalConnectionAttributeResponse extends $tea.Mode
|
|
|
13937
14605
|
headers: {
|
|
13938
14606
|
[key: string]: string;
|
|
13939
14607
|
};
|
|
14608
|
+
statusCode: number;
|
|
13940
14609
|
body: ModifyPhysicalConnectionAttributeResponseBody;
|
|
13941
14610
|
static names(): {
|
|
13942
14611
|
[key: string]: string;
|
|
@@ -13985,6 +14654,7 @@ export declare class ModifyPrefixListResponse extends $tea.Model {
|
|
|
13985
14654
|
headers: {
|
|
13986
14655
|
[key: string]: string;
|
|
13987
14656
|
};
|
|
14657
|
+
statusCode: number;
|
|
13988
14658
|
body: ModifyPrefixListResponseBody;
|
|
13989
14659
|
static names(): {
|
|
13990
14660
|
[key: string]: string;
|
|
@@ -14039,6 +14709,7 @@ export declare class ModifyPrepayInstanceSpecResponse extends $tea.Model {
|
|
|
14039
14709
|
headers: {
|
|
14040
14710
|
[key: string]: string;
|
|
14041
14711
|
};
|
|
14712
|
+
statusCode: number;
|
|
14042
14713
|
body: ModifyPrepayInstanceSpecResponseBody;
|
|
14043
14714
|
static names(): {
|
|
14044
14715
|
[key: string]: string;
|
|
@@ -14088,6 +14759,7 @@ export declare class ModifyReservedInstanceAttributeResponse extends $tea.Model
|
|
|
14088
14759
|
headers: {
|
|
14089
14760
|
[key: string]: string;
|
|
14090
14761
|
};
|
|
14762
|
+
statusCode: number;
|
|
14091
14763
|
body: ModifyReservedInstanceAttributeResponseBody;
|
|
14092
14764
|
static names(): {
|
|
14093
14765
|
[key: string]: string;
|
|
@@ -14134,6 +14806,7 @@ export declare class ModifyReservedInstancesResponse extends $tea.Model {
|
|
|
14134
14806
|
headers: {
|
|
14135
14807
|
[key: string]: string;
|
|
14136
14808
|
};
|
|
14809
|
+
statusCode: number;
|
|
14137
14810
|
body: ModifyReservedInstancesResponseBody;
|
|
14138
14811
|
static names(): {
|
|
14139
14812
|
[key: string]: string;
|
|
@@ -14185,6 +14858,7 @@ export declare class ModifyRouterInterfaceAttributeResponse extends $tea.Model {
|
|
|
14185
14858
|
headers: {
|
|
14186
14859
|
[key: string]: string;
|
|
14187
14860
|
};
|
|
14861
|
+
statusCode: number;
|
|
14188
14862
|
body: ModifyRouterInterfaceAttributeResponseBody;
|
|
14189
14863
|
static names(): {
|
|
14190
14864
|
[key: string]: string;
|
|
@@ -14233,6 +14907,7 @@ export declare class ModifyRouterInterfaceSpecResponse extends $tea.Model {
|
|
|
14233
14907
|
headers: {
|
|
14234
14908
|
[key: string]: string;
|
|
14235
14909
|
};
|
|
14910
|
+
statusCode: number;
|
|
14236
14911
|
body: ModifyRouterInterfaceSpecResponseBody;
|
|
14237
14912
|
static names(): {
|
|
14238
14913
|
[key: string]: string;
|
|
@@ -14279,6 +14954,7 @@ export declare class ModifySecurityGroupAttributeResponse extends $tea.Model {
|
|
|
14279
14954
|
headers: {
|
|
14280
14955
|
[key: string]: string;
|
|
14281
14956
|
};
|
|
14957
|
+
statusCode: number;
|
|
14282
14958
|
body: ModifySecurityGroupAttributeResponseBody;
|
|
14283
14959
|
static names(): {
|
|
14284
14960
|
[key: string]: string;
|
|
@@ -14339,6 +15015,7 @@ export declare class ModifySecurityGroupEgressRuleResponse extends $tea.Model {
|
|
|
14339
15015
|
headers: {
|
|
14340
15016
|
[key: string]: string;
|
|
14341
15017
|
};
|
|
15018
|
+
statusCode: number;
|
|
14342
15019
|
body: ModifySecurityGroupEgressRuleResponseBody;
|
|
14343
15020
|
static names(): {
|
|
14344
15021
|
[key: string]: string;
|
|
@@ -14385,6 +15062,7 @@ export declare class ModifySecurityGroupPolicyResponse extends $tea.Model {
|
|
|
14385
15062
|
headers: {
|
|
14386
15063
|
[key: string]: string;
|
|
14387
15064
|
};
|
|
15065
|
+
statusCode: number;
|
|
14388
15066
|
body: ModifySecurityGroupPolicyResponseBody;
|
|
14389
15067
|
static names(): {
|
|
14390
15068
|
[key: string]: string;
|
|
@@ -14445,6 +15123,7 @@ export declare class ModifySecurityGroupRuleResponse extends $tea.Model {
|
|
|
14445
15123
|
headers: {
|
|
14446
15124
|
[key: string]: string;
|
|
14447
15125
|
};
|
|
15126
|
+
statusCode: number;
|
|
14448
15127
|
body: ModifySecurityGroupRuleResponseBody;
|
|
14449
15128
|
static names(): {
|
|
14450
15129
|
[key: string]: string;
|
|
@@ -14459,12 +15138,10 @@ export declare class ModifySecurityGroupRuleResponse extends $tea.Model {
|
|
|
14459
15138
|
export declare class ModifySnapshotAttributeRequest extends $tea.Model {
|
|
14460
15139
|
description?: string;
|
|
14461
15140
|
disableInstantAccess?: boolean;
|
|
14462
|
-
instantAccessRetentionDays?: number;
|
|
14463
15141
|
ownerAccount?: string;
|
|
14464
15142
|
ownerId?: number;
|
|
14465
15143
|
resourceOwnerAccount?: string;
|
|
14466
15144
|
resourceOwnerId?: number;
|
|
14467
|
-
retentionDays?: number;
|
|
14468
15145
|
snapshotId?: string;
|
|
14469
15146
|
snapshotName?: string;
|
|
14470
15147
|
static names(): {
|
|
@@ -14493,6 +15170,7 @@ export declare class ModifySnapshotAttributeResponse extends $tea.Model {
|
|
|
14493
15170
|
headers: {
|
|
14494
15171
|
[key: string]: string;
|
|
14495
15172
|
};
|
|
15173
|
+
statusCode: number;
|
|
14496
15174
|
body: ModifySnapshotAttributeResponseBody;
|
|
14497
15175
|
static names(): {
|
|
14498
15176
|
[key: string]: string;
|
|
@@ -14539,6 +15217,7 @@ export declare class ModifySnapshotGroupResponse extends $tea.Model {
|
|
|
14539
15217
|
headers: {
|
|
14540
15218
|
[key: string]: string;
|
|
14541
15219
|
};
|
|
15220
|
+
statusCode: number;
|
|
14542
15221
|
body: ModifySnapshotGroupResponseBody;
|
|
14543
15222
|
static names(): {
|
|
14544
15223
|
[key: string]: string;
|
|
@@ -14585,6 +15264,7 @@ export declare class ModifyStorageCapacityUnitAttributeResponse extends $tea.Mod
|
|
|
14585
15264
|
headers: {
|
|
14586
15265
|
[key: string]: string;
|
|
14587
15266
|
};
|
|
15267
|
+
statusCode: number;
|
|
14588
15268
|
body: ModifyStorageCapacityUnitAttributeResponseBody;
|
|
14589
15269
|
static names(): {
|
|
14590
15270
|
[key: string]: string;
|
|
@@ -14632,6 +15312,7 @@ export declare class ModifyStorageSetAttributeResponse extends $tea.Model {
|
|
|
14632
15312
|
headers: {
|
|
14633
15313
|
[key: string]: string;
|
|
14634
15314
|
};
|
|
15315
|
+
statusCode: number;
|
|
14635
15316
|
body: ModifyStorageSetAttributeResponseBody;
|
|
14636
15317
|
static names(): {
|
|
14637
15318
|
[key: string]: string;
|
|
@@ -14677,6 +15358,7 @@ export declare class ModifyUserBusinessBehaviorResponse extends $tea.Model {
|
|
|
14677
15358
|
headers: {
|
|
14678
15359
|
[key: string]: string;
|
|
14679
15360
|
};
|
|
15361
|
+
statusCode: number;
|
|
14680
15362
|
body: ModifyUserBusinessBehaviorResponseBody;
|
|
14681
15363
|
static names(): {
|
|
14682
15364
|
[key: string]: string;
|
|
@@ -14723,6 +15405,7 @@ export declare class ModifyVRouterAttributeResponse extends $tea.Model {
|
|
|
14723
15405
|
headers: {
|
|
14724
15406
|
[key: string]: string;
|
|
14725
15407
|
};
|
|
15408
|
+
statusCode: number;
|
|
14726
15409
|
body: ModifyVRouterAttributeResponseBody;
|
|
14727
15410
|
static names(): {
|
|
14728
15411
|
[key: string]: string;
|
|
@@ -14769,6 +15452,7 @@ export declare class ModifyVSwitchAttributeResponse extends $tea.Model {
|
|
|
14769
15452
|
headers: {
|
|
14770
15453
|
[key: string]: string;
|
|
14771
15454
|
};
|
|
15455
|
+
statusCode: number;
|
|
14772
15456
|
body: ModifyVSwitchAttributeResponseBody;
|
|
14773
15457
|
static names(): {
|
|
14774
15458
|
[key: string]: string;
|
|
@@ -14822,6 +15506,7 @@ export declare class ModifyVirtualBorderRouterAttributeResponse extends $tea.Mod
|
|
|
14822
15506
|
headers: {
|
|
14823
15507
|
[key: string]: string;
|
|
14824
15508
|
};
|
|
15509
|
+
statusCode: number;
|
|
14825
15510
|
body: ModifyVirtualBorderRouterAttributeResponseBody;
|
|
14826
15511
|
static names(): {
|
|
14827
15512
|
[key: string]: string;
|
|
@@ -14870,6 +15555,7 @@ export declare class ModifyVpcAttributeResponse extends $tea.Model {
|
|
|
14870
15555
|
headers: {
|
|
14871
15556
|
[key: string]: string;
|
|
14872
15557
|
};
|
|
15558
|
+
statusCode: number;
|
|
14873
15559
|
body: ModifyVpcAttributeResponseBody;
|
|
14874
15560
|
static names(): {
|
|
14875
15561
|
[key: string]: string;
|
|
@@ -14927,6 +15613,7 @@ export declare class PurchaseReservedInstancesOfferingResponse extends $tea.Mode
|
|
|
14927
15613
|
headers: {
|
|
14928
15614
|
[key: string]: string;
|
|
14929
15615
|
};
|
|
15616
|
+
statusCode: number;
|
|
14930
15617
|
body: PurchaseReservedInstancesOfferingResponseBody;
|
|
14931
15618
|
static names(): {
|
|
14932
15619
|
[key: string]: string;
|
|
@@ -14982,6 +15669,7 @@ export declare class PurchaseStorageCapacityUnitResponse extends $tea.Model {
|
|
|
14982
15669
|
headers: {
|
|
14983
15670
|
[key: string]: string;
|
|
14984
15671
|
};
|
|
15672
|
+
statusCode: number;
|
|
14985
15673
|
body: PurchaseStorageCapacityUnitResponseBody;
|
|
14986
15674
|
static names(): {
|
|
14987
15675
|
[key: string]: string;
|
|
@@ -15026,6 +15714,7 @@ export declare class ReActivateInstancesResponse extends $tea.Model {
|
|
|
15026
15714
|
headers: {
|
|
15027
15715
|
[key: string]: string;
|
|
15028
15716
|
};
|
|
15717
|
+
statusCode: number;
|
|
15029
15718
|
body: ReActivateInstancesResponseBody;
|
|
15030
15719
|
static names(): {
|
|
15031
15720
|
[key: string]: string;
|
|
@@ -15073,6 +15762,7 @@ export declare class ReInitDiskResponse extends $tea.Model {
|
|
|
15073
15762
|
headers: {
|
|
15074
15763
|
[key: string]: string;
|
|
15075
15764
|
};
|
|
15765
|
+
statusCode: number;
|
|
15076
15766
|
body: ReInitDiskResponseBody;
|
|
15077
15767
|
static names(): {
|
|
15078
15768
|
[key: string]: string;
|
|
@@ -15118,6 +15808,7 @@ export declare class RebootInstanceResponse extends $tea.Model {
|
|
|
15118
15808
|
headers: {
|
|
15119
15809
|
[key: string]: string;
|
|
15120
15810
|
};
|
|
15811
|
+
statusCode: number;
|
|
15121
15812
|
body: RebootInstanceResponseBody;
|
|
15122
15813
|
static names(): {
|
|
15123
15814
|
[key: string]: string;
|
|
@@ -15166,6 +15857,7 @@ export declare class RebootInstancesResponse extends $tea.Model {
|
|
|
15166
15857
|
headers: {
|
|
15167
15858
|
[key: string]: string;
|
|
15168
15859
|
};
|
|
15860
|
+
statusCode: number;
|
|
15169
15861
|
body: RebootInstancesResponseBody;
|
|
15170
15862
|
static names(): {
|
|
15171
15863
|
[key: string]: string;
|
|
@@ -15212,6 +15904,7 @@ export declare class RecoverVirtualBorderRouterResponse extends $tea.Model {
|
|
|
15212
15904
|
headers: {
|
|
15213
15905
|
[key: string]: string;
|
|
15214
15906
|
};
|
|
15907
|
+
statusCode: number;
|
|
15215
15908
|
body: RecoverVirtualBorderRouterResponseBody;
|
|
15216
15909
|
static names(): {
|
|
15217
15910
|
[key: string]: string;
|
|
@@ -15230,7 +15923,6 @@ export declare class RedeployDedicatedHostRequest extends $tea.Model {
|
|
|
15230
15923
|
regionId?: string;
|
|
15231
15924
|
resourceOwnerAccount?: string;
|
|
15232
15925
|
resourceOwnerId?: number;
|
|
15233
|
-
waiveLocalDiskData?: boolean;
|
|
15234
15926
|
static names(): {
|
|
15235
15927
|
[key: string]: string;
|
|
15236
15928
|
};
|
|
@@ -15257,6 +15949,7 @@ export declare class RedeployDedicatedHostResponse extends $tea.Model {
|
|
|
15257
15949
|
headers: {
|
|
15258
15950
|
[key: string]: string;
|
|
15259
15951
|
};
|
|
15952
|
+
statusCode: number;
|
|
15260
15953
|
body: RedeployDedicatedHostResponseBody;
|
|
15261
15954
|
static names(): {
|
|
15262
15955
|
[key: string]: string;
|
|
@@ -15302,6 +15995,7 @@ export declare class RedeployInstanceResponse extends $tea.Model {
|
|
|
15302
15995
|
headers: {
|
|
15303
15996
|
[key: string]: string;
|
|
15304
15997
|
};
|
|
15998
|
+
statusCode: number;
|
|
15305
15999
|
body: RedeployInstanceResponseBody;
|
|
15306
16000
|
static names(): {
|
|
15307
16001
|
[key: string]: string;
|
|
@@ -15347,6 +16041,7 @@ export declare class ReleaseCapacityReservationResponse extends $tea.Model {
|
|
|
15347
16041
|
headers: {
|
|
15348
16042
|
[key: string]: string;
|
|
15349
16043
|
};
|
|
16044
|
+
statusCode: number;
|
|
15350
16045
|
body: ReleaseCapacityReservationResponseBody;
|
|
15351
16046
|
static names(): {
|
|
15352
16047
|
[key: string]: string;
|
|
@@ -15391,6 +16086,7 @@ export declare class ReleaseDedicatedHostResponse extends $tea.Model {
|
|
|
15391
16086
|
headers: {
|
|
15392
16087
|
[key: string]: string;
|
|
15393
16088
|
};
|
|
16089
|
+
statusCode: number;
|
|
15394
16090
|
body: ReleaseDedicatedHostResponseBody;
|
|
15395
16091
|
static names(): {
|
|
15396
16092
|
[key: string]: string;
|
|
@@ -15435,6 +16131,7 @@ export declare class ReleaseEipAddressResponse extends $tea.Model {
|
|
|
15435
16131
|
headers: {
|
|
15436
16132
|
[key: string]: string;
|
|
15437
16133
|
};
|
|
16134
|
+
statusCode: number;
|
|
15438
16135
|
body: ReleaseEipAddressResponseBody;
|
|
15439
16136
|
static names(): {
|
|
15440
16137
|
[key: string]: string;
|
|
@@ -15479,6 +16176,7 @@ export declare class ReleasePublicIpAddressResponse extends $tea.Model {
|
|
|
15479
16176
|
headers: {
|
|
15480
16177
|
[key: string]: string;
|
|
15481
16178
|
};
|
|
16179
|
+
statusCode: number;
|
|
15482
16180
|
body: ReleasePublicIpAddressResponseBody;
|
|
15483
16181
|
static names(): {
|
|
15484
16182
|
[key: string]: string;
|
|
@@ -15525,6 +16223,7 @@ export declare class RemoveBandwidthPackageIpsResponse extends $tea.Model {
|
|
|
15525
16223
|
headers: {
|
|
15526
16224
|
[key: string]: string;
|
|
15527
16225
|
};
|
|
16226
|
+
statusCode: number;
|
|
15528
16227
|
body: RemoveBandwidthPackageIpsResponseBody;
|
|
15529
16228
|
static names(): {
|
|
15530
16229
|
[key: string]: string;
|
|
@@ -15570,6 +16269,7 @@ export declare class RemoveTagsResponse extends $tea.Model {
|
|
|
15570
16269
|
headers: {
|
|
15571
16270
|
[key: string]: string;
|
|
15572
16271
|
};
|
|
16272
|
+
statusCode: number;
|
|
15573
16273
|
body: RemoveTagsResponseBody;
|
|
15574
16274
|
static names(): {
|
|
15575
16275
|
[key: string]: string;
|
|
@@ -15617,6 +16317,7 @@ export declare class RenewDedicatedHostsResponse extends $tea.Model {
|
|
|
15617
16317
|
headers: {
|
|
15618
16318
|
[key: string]: string;
|
|
15619
16319
|
};
|
|
16320
|
+
statusCode: number;
|
|
15620
16321
|
body: RenewDedicatedHostsResponseBody;
|
|
15621
16322
|
static names(): {
|
|
15622
16323
|
[key: string]: string;
|
|
@@ -15665,6 +16366,7 @@ export declare class RenewInstanceResponse extends $tea.Model {
|
|
|
15665
16366
|
headers: {
|
|
15666
16367
|
[key: string]: string;
|
|
15667
16368
|
};
|
|
16369
|
+
statusCode: number;
|
|
15668
16370
|
body: RenewInstanceResponseBody;
|
|
15669
16371
|
static names(): {
|
|
15670
16372
|
[key: string]: string;
|
|
@@ -15676,6 +16378,56 @@ export declare class RenewInstanceResponse extends $tea.Model {
|
|
|
15676
16378
|
[key: string]: any;
|
|
15677
16379
|
});
|
|
15678
16380
|
}
|
|
16381
|
+
export declare class RenewReservedInstancesRequest extends $tea.Model {
|
|
16382
|
+
clientToken?: string;
|
|
16383
|
+
ownerAccount?: string;
|
|
16384
|
+
ownerId?: number;
|
|
16385
|
+
period?: number;
|
|
16386
|
+
periodUnit?: string;
|
|
16387
|
+
regionId?: string;
|
|
16388
|
+
reservedInstanceId?: string[];
|
|
16389
|
+
resourceOwnerAccount?: string;
|
|
16390
|
+
resourceOwnerId?: number;
|
|
16391
|
+
static names(): {
|
|
16392
|
+
[key: string]: string;
|
|
16393
|
+
};
|
|
16394
|
+
static types(): {
|
|
16395
|
+
[key: string]: any;
|
|
16396
|
+
};
|
|
16397
|
+
constructor(map?: {
|
|
16398
|
+
[key: string]: any;
|
|
16399
|
+
});
|
|
16400
|
+
}
|
|
16401
|
+
export declare class RenewReservedInstancesResponseBody extends $tea.Model {
|
|
16402
|
+
orderId?: string;
|
|
16403
|
+
requestId?: string;
|
|
16404
|
+
reservedInstanceIdSets?: RenewReservedInstancesResponseBodyReservedInstanceIdSets;
|
|
16405
|
+
static names(): {
|
|
16406
|
+
[key: string]: string;
|
|
16407
|
+
};
|
|
16408
|
+
static types(): {
|
|
16409
|
+
[key: string]: any;
|
|
16410
|
+
};
|
|
16411
|
+
constructor(map?: {
|
|
16412
|
+
[key: string]: any;
|
|
16413
|
+
});
|
|
16414
|
+
}
|
|
16415
|
+
export declare class RenewReservedInstancesResponse extends $tea.Model {
|
|
16416
|
+
headers: {
|
|
16417
|
+
[key: string]: string;
|
|
16418
|
+
};
|
|
16419
|
+
statusCode: number;
|
|
16420
|
+
body: RenewReservedInstancesResponseBody;
|
|
16421
|
+
static names(): {
|
|
16422
|
+
[key: string]: string;
|
|
16423
|
+
};
|
|
16424
|
+
static types(): {
|
|
16425
|
+
[key: string]: any;
|
|
16426
|
+
};
|
|
16427
|
+
constructor(map?: {
|
|
16428
|
+
[key: string]: any;
|
|
16429
|
+
});
|
|
16430
|
+
}
|
|
15679
16431
|
export declare class ReplaceSystemDiskRequest extends $tea.Model {
|
|
15680
16432
|
systemDisk?: ReplaceSystemDiskRequestSystemDisk;
|
|
15681
16433
|
architecture?: string;
|
|
@@ -15720,6 +16472,7 @@ export declare class ReplaceSystemDiskResponse extends $tea.Model {
|
|
|
15720
16472
|
headers: {
|
|
15721
16473
|
[key: string]: string;
|
|
15722
16474
|
};
|
|
16475
|
+
statusCode: number;
|
|
15723
16476
|
body: ReplaceSystemDiskResponseBody;
|
|
15724
16477
|
static names(): {
|
|
15725
16478
|
[key: string]: string;
|
|
@@ -15771,6 +16524,7 @@ export declare class ReportInstancesStatusResponse extends $tea.Model {
|
|
|
15771
16524
|
headers: {
|
|
15772
16525
|
[key: string]: string;
|
|
15773
16526
|
};
|
|
16527
|
+
statusCode: number;
|
|
15774
16528
|
body: ReportInstancesStatusResponseBody;
|
|
15775
16529
|
static names(): {
|
|
15776
16530
|
[key: string]: string;
|
|
@@ -15816,6 +16570,7 @@ export declare class ResetDiskResponse extends $tea.Model {
|
|
|
15816
16570
|
headers: {
|
|
15817
16571
|
[key: string]: string;
|
|
15818
16572
|
};
|
|
16573
|
+
statusCode: number;
|
|
15819
16574
|
body: ResetDiskResponseBody;
|
|
15820
16575
|
static names(): {
|
|
15821
16576
|
[key: string]: string;
|
|
@@ -15862,6 +16617,7 @@ export declare class ResetDisksResponse extends $tea.Model {
|
|
|
15862
16617
|
headers: {
|
|
15863
16618
|
[key: string]: string;
|
|
15864
16619
|
};
|
|
16620
|
+
statusCode: number;
|
|
15865
16621
|
body: ResetDisksResponseBody;
|
|
15866
16622
|
static names(): {
|
|
15867
16623
|
[key: string]: string;
|
|
@@ -15909,6 +16665,7 @@ export declare class ResizeDiskResponse extends $tea.Model {
|
|
|
15909
16665
|
headers: {
|
|
15910
16666
|
[key: string]: string;
|
|
15911
16667
|
};
|
|
16668
|
+
statusCode: number;
|
|
15912
16669
|
body: ResizeDiskResponseBody;
|
|
15913
16670
|
static names(): {
|
|
15914
16671
|
[key: string]: string;
|
|
@@ -15930,6 +16687,7 @@ export declare class RevokeSecurityGroupRequest extends $tea.Model {
|
|
|
15930
16687
|
nicType?: string;
|
|
15931
16688
|
ownerAccount?: string;
|
|
15932
16689
|
ownerId?: number;
|
|
16690
|
+
permissions?: RevokeSecurityGroupRequestPermissions[];
|
|
15933
16691
|
policy?: string;
|
|
15934
16692
|
portRange?: string;
|
|
15935
16693
|
priority?: string;
|
|
@@ -15969,6 +16727,7 @@ export declare class RevokeSecurityGroupResponse extends $tea.Model {
|
|
|
15969
16727
|
headers: {
|
|
15970
16728
|
[key: string]: string;
|
|
15971
16729
|
};
|
|
16730
|
+
statusCode: number;
|
|
15972
16731
|
body: RevokeSecurityGroupResponseBody;
|
|
15973
16732
|
static names(): {
|
|
15974
16733
|
[key: string]: string;
|
|
@@ -15994,6 +16753,7 @@ export declare class RevokeSecurityGroupEgressRequest extends $tea.Model {
|
|
|
15994
16753
|
nicType?: string;
|
|
15995
16754
|
ownerAccount?: string;
|
|
15996
16755
|
ownerId?: number;
|
|
16756
|
+
permissions?: RevokeSecurityGroupEgressRequestPermissions[];
|
|
15997
16757
|
policy?: string;
|
|
15998
16758
|
portRange?: string;
|
|
15999
16759
|
priority?: string;
|
|
@@ -16029,6 +16789,7 @@ export declare class RevokeSecurityGroupEgressResponse extends $tea.Model {
|
|
|
16029
16789
|
headers: {
|
|
16030
16790
|
[key: string]: string;
|
|
16031
16791
|
};
|
|
16792
|
+
statusCode: number;
|
|
16032
16793
|
body: RevokeSecurityGroupEgressResponseBody;
|
|
16033
16794
|
static names(): {
|
|
16034
16795
|
[key: string]: string;
|
|
@@ -16042,9 +16803,10 @@ export declare class RevokeSecurityGroupEgressResponse extends $tea.Model {
|
|
|
16042
16803
|
}
|
|
16043
16804
|
export declare class RunCommandRequest extends $tea.Model {
|
|
16044
16805
|
commandContent?: string;
|
|
16806
|
+
containerId?: string;
|
|
16807
|
+
containerName?: string;
|
|
16045
16808
|
contentEncoding?: string;
|
|
16046
16809
|
description?: string;
|
|
16047
|
-
dryRun?: boolean;
|
|
16048
16810
|
enableParameter?: boolean;
|
|
16049
16811
|
frequency?: string;
|
|
16050
16812
|
instanceId?: string[];
|
|
@@ -16059,6 +16821,7 @@ export declare class RunCommandRequest extends $tea.Model {
|
|
|
16059
16821
|
repeatMode?: string;
|
|
16060
16822
|
resourceOwnerAccount?: string;
|
|
16061
16823
|
resourceOwnerId?: number;
|
|
16824
|
+
tag?: RunCommandRequestTag[];
|
|
16062
16825
|
timed?: boolean;
|
|
16063
16826
|
timeout?: number;
|
|
16064
16827
|
type?: string;
|
|
@@ -16077,9 +16840,10 @@ export declare class RunCommandRequest extends $tea.Model {
|
|
|
16077
16840
|
}
|
|
16078
16841
|
export declare class RunCommandShrinkRequest extends $tea.Model {
|
|
16079
16842
|
commandContent?: string;
|
|
16843
|
+
containerId?: string;
|
|
16844
|
+
containerName?: string;
|
|
16080
16845
|
contentEncoding?: string;
|
|
16081
16846
|
description?: string;
|
|
16082
|
-
dryRun?: boolean;
|
|
16083
16847
|
enableParameter?: boolean;
|
|
16084
16848
|
frequency?: string;
|
|
16085
16849
|
instanceId?: string[];
|
|
@@ -16092,6 +16856,7 @@ export declare class RunCommandShrinkRequest extends $tea.Model {
|
|
|
16092
16856
|
repeatMode?: string;
|
|
16093
16857
|
resourceOwnerAccount?: string;
|
|
16094
16858
|
resourceOwnerId?: number;
|
|
16859
|
+
tag?: RunCommandShrinkRequestTag[];
|
|
16095
16860
|
timed?: boolean;
|
|
16096
16861
|
timeout?: number;
|
|
16097
16862
|
type?: string;
|
|
@@ -16126,6 +16891,7 @@ export declare class RunCommandResponse extends $tea.Model {
|
|
|
16126
16891
|
headers: {
|
|
16127
16892
|
[key: string]: string;
|
|
16128
16893
|
};
|
|
16894
|
+
statusCode: number;
|
|
16129
16895
|
body: RunCommandResponseBody;
|
|
16130
16896
|
static names(): {
|
|
16131
16897
|
[key: string]: string;
|
|
@@ -16240,6 +17006,7 @@ export declare class RunInstancesResponse extends $tea.Model {
|
|
|
16240
17006
|
headers: {
|
|
16241
17007
|
[key: string]: string;
|
|
16242
17008
|
};
|
|
17009
|
+
statusCode: number;
|
|
16243
17010
|
body: RunInstancesResponseBody;
|
|
16244
17011
|
static names(): {
|
|
16245
17012
|
[key: string]: string;
|
|
@@ -16295,6 +17062,7 @@ export declare class SendFileResponse extends $tea.Model {
|
|
|
16295
17062
|
headers: {
|
|
16296
17063
|
[key: string]: string;
|
|
16297
17064
|
};
|
|
17065
|
+
statusCode: number;
|
|
16298
17066
|
body: SendFileResponseBody;
|
|
16299
17067
|
static names(): {
|
|
16300
17068
|
[key: string]: string;
|
|
@@ -16339,6 +17107,7 @@ export declare class StartElasticityAssuranceResponse extends $tea.Model {
|
|
|
16339
17107
|
headers: {
|
|
16340
17108
|
[key: string]: string;
|
|
16341
17109
|
};
|
|
17110
|
+
statusCode: number;
|
|
16342
17111
|
body: StartElasticityAssuranceResponseBody;
|
|
16343
17112
|
static names(): {
|
|
16344
17113
|
[key: string]: string;
|
|
@@ -16386,6 +17155,7 @@ export declare class StartImagePipelineExecutionResponse extends $tea.Model {
|
|
|
16386
17155
|
headers: {
|
|
16387
17156
|
[key: string]: string;
|
|
16388
17157
|
};
|
|
17158
|
+
statusCode: number;
|
|
16389
17159
|
body: StartImagePipelineExecutionResponseBody;
|
|
16390
17160
|
static names(): {
|
|
16391
17161
|
[key: string]: string;
|
|
@@ -16432,6 +17202,7 @@ export declare class StartInstanceResponse extends $tea.Model {
|
|
|
16432
17202
|
headers: {
|
|
16433
17203
|
[key: string]: string;
|
|
16434
17204
|
};
|
|
17205
|
+
statusCode: number;
|
|
16435
17206
|
body: StartInstanceResponseBody;
|
|
16436
17207
|
static names(): {
|
|
16437
17208
|
[key: string]: string;
|
|
@@ -16479,6 +17250,7 @@ export declare class StartInstancesResponse extends $tea.Model {
|
|
|
16479
17250
|
headers: {
|
|
16480
17251
|
[key: string]: string;
|
|
16481
17252
|
};
|
|
17253
|
+
statusCode: number;
|
|
16482
17254
|
body: StartInstancesResponseBody;
|
|
16483
17255
|
static names(): {
|
|
16484
17256
|
[key: string]: string;
|
|
@@ -16527,6 +17299,7 @@ export declare class StartTerminalSessionResponse extends $tea.Model {
|
|
|
16527
17299
|
headers: {
|
|
16528
17300
|
[key: string]: string;
|
|
16529
17301
|
};
|
|
17302
|
+
statusCode: number;
|
|
16530
17303
|
body: StartTerminalSessionResponseBody;
|
|
16531
17304
|
static names(): {
|
|
16532
17305
|
[key: string]: string;
|
|
@@ -16575,6 +17348,7 @@ export declare class StopInstanceResponse extends $tea.Model {
|
|
|
16575
17348
|
headers: {
|
|
16576
17349
|
[key: string]: string;
|
|
16577
17350
|
};
|
|
17351
|
+
statusCode: number;
|
|
16578
17352
|
body: StopInstanceResponseBody;
|
|
16579
17353
|
static names(): {
|
|
16580
17354
|
[key: string]: string;
|
|
@@ -16624,6 +17398,7 @@ export declare class StopInstancesResponse extends $tea.Model {
|
|
|
16624
17398
|
headers: {
|
|
16625
17399
|
[key: string]: string;
|
|
16626
17400
|
};
|
|
17401
|
+
statusCode: number;
|
|
16627
17402
|
body: StopInstancesResponseBody;
|
|
16628
17403
|
static names(): {
|
|
16629
17404
|
[key: string]: string;
|
|
@@ -16669,6 +17444,7 @@ export declare class StopInvocationResponse extends $tea.Model {
|
|
|
16669
17444
|
headers: {
|
|
16670
17445
|
[key: string]: string;
|
|
16671
17446
|
};
|
|
17447
|
+
statusCode: number;
|
|
16672
17448
|
body: StopInvocationResponseBody;
|
|
16673
17449
|
static names(): {
|
|
16674
17450
|
[key: string]: string;
|
|
@@ -16714,6 +17490,7 @@ export declare class TagResourcesResponse extends $tea.Model {
|
|
|
16714
17490
|
headers: {
|
|
16715
17491
|
[key: string]: string;
|
|
16716
17492
|
};
|
|
17493
|
+
statusCode: number;
|
|
16717
17494
|
body: TagResourcesResponseBody;
|
|
16718
17495
|
static names(): {
|
|
16719
17496
|
[key: string]: string;
|
|
@@ -16760,6 +17537,7 @@ export declare class TerminatePhysicalConnectionResponse extends $tea.Model {
|
|
|
16760
17537
|
headers: {
|
|
16761
17538
|
[key: string]: string;
|
|
16762
17539
|
};
|
|
17540
|
+
statusCode: number;
|
|
16763
17541
|
body: TerminatePhysicalConnectionResponseBody;
|
|
16764
17542
|
static names(): {
|
|
16765
17543
|
[key: string]: string;
|
|
@@ -16806,6 +17584,7 @@ export declare class TerminateVirtualBorderRouterResponse extends $tea.Model {
|
|
|
16806
17584
|
headers: {
|
|
16807
17585
|
[key: string]: string;
|
|
16808
17586
|
};
|
|
17587
|
+
statusCode: number;
|
|
16809
17588
|
body: TerminateVirtualBorderRouterResponseBody;
|
|
16810
17589
|
static names(): {
|
|
16811
17590
|
[key: string]: string;
|
|
@@ -16851,6 +17630,7 @@ export declare class UnassignIpv6AddressesResponse extends $tea.Model {
|
|
|
16851
17630
|
headers: {
|
|
16852
17631
|
[key: string]: string;
|
|
16853
17632
|
};
|
|
17633
|
+
statusCode: number;
|
|
16854
17634
|
body: UnassignIpv6AddressesResponseBody;
|
|
16855
17635
|
static names(): {
|
|
16856
17636
|
[key: string]: string;
|
|
@@ -16896,6 +17676,7 @@ export declare class UnassignPrivateIpAddressesResponse extends $tea.Model {
|
|
|
16896
17676
|
headers: {
|
|
16897
17677
|
[key: string]: string;
|
|
16898
17678
|
};
|
|
17679
|
+
statusCode: number;
|
|
16899
17680
|
body: UnassignPrivateIpAddressesResponseBody;
|
|
16900
17681
|
static names(): {
|
|
16901
17682
|
[key: string]: string;
|
|
@@ -16942,6 +17723,7 @@ export declare class UnassociateEipAddressResponse extends $tea.Model {
|
|
|
16942
17723
|
headers: {
|
|
16943
17724
|
[key: string]: string;
|
|
16944
17725
|
};
|
|
17726
|
+
statusCode: number;
|
|
16945
17727
|
body: UnassociateEipAddressResponseBody;
|
|
16946
17728
|
static names(): {
|
|
16947
17729
|
[key: string]: string;
|
|
@@ -16989,6 +17771,7 @@ export declare class UnassociateHaVipResponse extends $tea.Model {
|
|
|
16989
17771
|
headers: {
|
|
16990
17772
|
[key: string]: string;
|
|
16991
17773
|
};
|
|
17774
|
+
statusCode: number;
|
|
16992
17775
|
body: UnassociateHaVipResponseBody;
|
|
16993
17776
|
static names(): {
|
|
16994
17777
|
[key: string]: string;
|
|
@@ -17036,6 +17819,7 @@ export declare class UntagResourcesResponse extends $tea.Model {
|
|
|
17036
17819
|
headers: {
|
|
17037
17820
|
[key: string]: string;
|
|
17038
17821
|
};
|
|
17822
|
+
statusCode: number;
|
|
17039
17823
|
body: UntagResourcesResponseBody;
|
|
17040
17824
|
static names(): {
|
|
17041
17825
|
[key: string]: string;
|
|
@@ -17189,6 +17973,58 @@ export declare class AttachKeyPairResponseBodyResults extends $tea.Model {
|
|
|
17189
17973
|
[key: string]: any;
|
|
17190
17974
|
});
|
|
17191
17975
|
}
|
|
17976
|
+
export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model {
|
|
17977
|
+
description?: string;
|
|
17978
|
+
destCidrIp?: string;
|
|
17979
|
+
ipProtocol?: string;
|
|
17980
|
+
ipv6DestCidrIp?: string;
|
|
17981
|
+
ipv6SourceCidrIp?: string;
|
|
17982
|
+
nicType?: string;
|
|
17983
|
+
policy?: string;
|
|
17984
|
+
portRange?: string;
|
|
17985
|
+
priority?: string;
|
|
17986
|
+
sourceCidrIp?: string;
|
|
17987
|
+
sourceGroupId?: string;
|
|
17988
|
+
sourceGroupOwnerAccount?: string;
|
|
17989
|
+
sourceGroupOwnerId?: number;
|
|
17990
|
+
sourcePortRange?: string;
|
|
17991
|
+
sourcePrefixListId?: string;
|
|
17992
|
+
static names(): {
|
|
17993
|
+
[key: string]: string;
|
|
17994
|
+
};
|
|
17995
|
+
static types(): {
|
|
17996
|
+
[key: string]: any;
|
|
17997
|
+
};
|
|
17998
|
+
constructor(map?: {
|
|
17999
|
+
[key: string]: any;
|
|
18000
|
+
});
|
|
18001
|
+
}
|
|
18002
|
+
export declare class AuthorizeSecurityGroupEgressRequestPermissions extends $tea.Model {
|
|
18003
|
+
description?: string;
|
|
18004
|
+
destCidrIp?: string;
|
|
18005
|
+
destGroupId?: string;
|
|
18006
|
+
destGroupOwnerAccount?: string;
|
|
18007
|
+
destGroupOwnerId?: number;
|
|
18008
|
+
destPrefixListId?: string;
|
|
18009
|
+
ipProtocol?: string;
|
|
18010
|
+
ipv6DestCidrIp?: string;
|
|
18011
|
+
ipv6SourceCidrIp?: string;
|
|
18012
|
+
nicType?: string;
|
|
18013
|
+
policy?: string;
|
|
18014
|
+
portRange?: string;
|
|
18015
|
+
priority?: string;
|
|
18016
|
+
sourceCidrIp?: string;
|
|
18017
|
+
sourcePortRange?: string;
|
|
18018
|
+
static names(): {
|
|
18019
|
+
[key: string]: string;
|
|
18020
|
+
};
|
|
18021
|
+
static types(): {
|
|
18022
|
+
[key: string]: any;
|
|
18023
|
+
};
|
|
18024
|
+
constructor(map?: {
|
|
18025
|
+
[key: string]: any;
|
|
18026
|
+
});
|
|
18027
|
+
}
|
|
17192
18028
|
export declare class CancelImagePipelineExecutionRequestTemplateTag extends $tea.Model {
|
|
17193
18029
|
key?: string;
|
|
17194
18030
|
value?: string;
|
|
@@ -17463,32 +18299,6 @@ export declare class CreateDedicatedHostClusterRequestTag extends $tea.Model {
|
|
|
17463
18299
|
[key: string]: any;
|
|
17464
18300
|
});
|
|
17465
18301
|
}
|
|
17466
|
-
export declare class CreateDiagnosticReportResponseBodyCommandInvokeResultsInvokeResult extends $tea.Model {
|
|
17467
|
-
commandName?: string;
|
|
17468
|
-
dataFileDir?: string;
|
|
17469
|
-
invokeResult?: string;
|
|
17470
|
-
static names(): {
|
|
17471
|
-
[key: string]: string;
|
|
17472
|
-
};
|
|
17473
|
-
static types(): {
|
|
17474
|
-
[key: string]: any;
|
|
17475
|
-
};
|
|
17476
|
-
constructor(map?: {
|
|
17477
|
-
[key: string]: any;
|
|
17478
|
-
});
|
|
17479
|
-
}
|
|
17480
|
-
export declare class CreateDiagnosticReportResponseBodyCommandInvokeResults extends $tea.Model {
|
|
17481
|
-
invokeResult?: CreateDiagnosticReportResponseBodyCommandInvokeResultsInvokeResult[];
|
|
17482
|
-
static names(): {
|
|
17483
|
-
[key: string]: string;
|
|
17484
|
-
};
|
|
17485
|
-
static types(): {
|
|
17486
|
-
[key: string]: any;
|
|
17487
|
-
};
|
|
17488
|
-
constructor(map?: {
|
|
17489
|
-
[key: string]: any;
|
|
17490
|
-
});
|
|
17491
|
-
}
|
|
17492
18302
|
export declare class CreateDiskRequestArn extends $tea.Model {
|
|
17493
18303
|
assumeRoleFor?: number;
|
|
17494
18304
|
roleType?: string;
|
|
@@ -17627,9 +18437,6 @@ export declare class CreateInstanceRequestSystemDisk extends $tea.Model {
|
|
|
17627
18437
|
diskName?: string;
|
|
17628
18438
|
performanceLevel?: string;
|
|
17629
18439
|
size?: number;
|
|
17630
|
-
encryptAlgorithm?: string;
|
|
17631
|
-
encrypted?: boolean;
|
|
17632
|
-
KMSKeyId?: string;
|
|
17633
18440
|
storageClusterId?: string;
|
|
17634
18441
|
static names(): {
|
|
17635
18442
|
[key: string]: string;
|
|
@@ -17705,12 +18512,15 @@ export declare class CreateKeyPairRequestTag extends $tea.Model {
|
|
|
17705
18512
|
});
|
|
17706
18513
|
}
|
|
17707
18514
|
export declare class CreateLaunchTemplateRequestSystemDisk extends $tea.Model {
|
|
18515
|
+
autoSnapshotPolicyId?: string;
|
|
18516
|
+
burstingEnabled?: boolean;
|
|
17708
18517
|
category?: string;
|
|
17709
18518
|
deleteWithInstance?: boolean;
|
|
17710
18519
|
description?: string;
|
|
17711
18520
|
diskName?: string;
|
|
17712
18521
|
iops?: number;
|
|
17713
18522
|
performanceLevel?: string;
|
|
18523
|
+
provisionedIops?: number;
|
|
17714
18524
|
size?: number;
|
|
17715
18525
|
static names(): {
|
|
17716
18526
|
[key: string]: string;
|
|
@@ -17723,6 +18533,8 @@ export declare class CreateLaunchTemplateRequestSystemDisk extends $tea.Model {
|
|
|
17723
18533
|
});
|
|
17724
18534
|
}
|
|
17725
18535
|
export declare class CreateLaunchTemplateRequestDataDisk extends $tea.Model {
|
|
18536
|
+
autoSnapshotPolicyId?: string;
|
|
18537
|
+
burstingEnabled?: boolean;
|
|
17726
18538
|
category?: string;
|
|
17727
18539
|
deleteWithInstance?: boolean;
|
|
17728
18540
|
description?: string;
|
|
@@ -17730,6 +18542,7 @@ export declare class CreateLaunchTemplateRequestDataDisk extends $tea.Model {
|
|
|
17730
18542
|
diskName?: string;
|
|
17731
18543
|
encrypted?: string;
|
|
17732
18544
|
performanceLevel?: string;
|
|
18545
|
+
provisionedIops?: number;
|
|
17733
18546
|
size?: number;
|
|
17734
18547
|
snapshotId?: string;
|
|
17735
18548
|
static names(): {
|
|
@@ -17744,7 +18557,9 @@ export declare class CreateLaunchTemplateRequestDataDisk extends $tea.Model {
|
|
|
17744
18557
|
}
|
|
17745
18558
|
export declare class CreateLaunchTemplateRequestNetworkInterface extends $tea.Model {
|
|
17746
18559
|
description?: string;
|
|
18560
|
+
instanceType?: string;
|
|
17747
18561
|
networkInterfaceName?: string;
|
|
18562
|
+
networkInterfaceTrafficMode?: string;
|
|
17748
18563
|
primaryIpAddress?: string;
|
|
17749
18564
|
securityGroupId?: string;
|
|
17750
18565
|
securityGroupIds?: string[];
|
|
@@ -17786,12 +18601,15 @@ export declare class CreateLaunchTemplateRequestTemplateTag extends $tea.Model {
|
|
|
17786
18601
|
});
|
|
17787
18602
|
}
|
|
17788
18603
|
export declare class CreateLaunchTemplateVersionRequestSystemDisk extends $tea.Model {
|
|
18604
|
+
autoSnapshotPolicyId?: string;
|
|
18605
|
+
burstingEnabled?: boolean;
|
|
17789
18606
|
category?: string;
|
|
17790
18607
|
deleteWithInstance?: boolean;
|
|
17791
18608
|
description?: string;
|
|
17792
18609
|
diskName?: string;
|
|
17793
18610
|
iops?: number;
|
|
17794
18611
|
performanceLevel?: string;
|
|
18612
|
+
provisionedIops?: number;
|
|
17795
18613
|
size?: number;
|
|
17796
18614
|
static names(): {
|
|
17797
18615
|
[key: string]: string;
|
|
@@ -17804,6 +18622,8 @@ export declare class CreateLaunchTemplateVersionRequestSystemDisk extends $tea.M
|
|
|
17804
18622
|
});
|
|
17805
18623
|
}
|
|
17806
18624
|
export declare class CreateLaunchTemplateVersionRequestDataDisk extends $tea.Model {
|
|
18625
|
+
autoSnapshotPolicyId?: string;
|
|
18626
|
+
burstingEnabled?: boolean;
|
|
17807
18627
|
category?: string;
|
|
17808
18628
|
deleteWithInstance?: boolean;
|
|
17809
18629
|
description?: string;
|
|
@@ -17811,6 +18631,7 @@ export declare class CreateLaunchTemplateVersionRequestDataDisk extends $tea.Mod
|
|
|
17811
18631
|
diskName?: string;
|
|
17812
18632
|
encrypted?: string;
|
|
17813
18633
|
performanceLevel?: string;
|
|
18634
|
+
provisionedIops?: number;
|
|
17814
18635
|
size?: number;
|
|
17815
18636
|
snapshotId?: string;
|
|
17816
18637
|
static names(): {
|
|
@@ -17825,7 +18646,9 @@ export declare class CreateLaunchTemplateVersionRequestDataDisk extends $tea.Mod
|
|
|
17825
18646
|
}
|
|
17826
18647
|
export declare class CreateLaunchTemplateVersionRequestNetworkInterface extends $tea.Model {
|
|
17827
18648
|
description?: string;
|
|
18649
|
+
instanceType?: string;
|
|
17828
18650
|
networkInterfaceName?: string;
|
|
18651
|
+
networkInterfaceTrafficMode?: string;
|
|
17829
18652
|
primaryIpAddress?: string;
|
|
17830
18653
|
securityGroupId?: string;
|
|
17831
18654
|
securityGroupIds?: string[];
|
|
@@ -18104,32 +18927,6 @@ export declare class DeleteActivationResponseBodyActivation extends $tea.Model {
|
|
|
18104
18927
|
[key: string]: any;
|
|
18105
18928
|
});
|
|
18106
18929
|
}
|
|
18107
|
-
export declare class DeleteImageComponentRequestTemplateTag extends $tea.Model {
|
|
18108
|
-
key?: string;
|
|
18109
|
-
value?: string;
|
|
18110
|
-
static names(): {
|
|
18111
|
-
[key: string]: string;
|
|
18112
|
-
};
|
|
18113
|
-
static types(): {
|
|
18114
|
-
[key: string]: any;
|
|
18115
|
-
};
|
|
18116
|
-
constructor(map?: {
|
|
18117
|
-
[key: string]: any;
|
|
18118
|
-
});
|
|
18119
|
-
}
|
|
18120
|
-
export declare class DeleteImagePipelineRequestTemplateTag extends $tea.Model {
|
|
18121
|
-
key?: string;
|
|
18122
|
-
value?: string;
|
|
18123
|
-
static names(): {
|
|
18124
|
-
[key: string]: string;
|
|
18125
|
-
};
|
|
18126
|
-
static types(): {
|
|
18127
|
-
[key: string]: any;
|
|
18128
|
-
};
|
|
18129
|
-
constructor(map?: {
|
|
18130
|
-
[key: string]: any;
|
|
18131
|
-
});
|
|
18132
|
-
}
|
|
18133
18930
|
export declare class DeleteRouteEntryRequestNextHopList extends $tea.Model {
|
|
18134
18931
|
nextHopId?: string;
|
|
18135
18932
|
nextHopType?: string;
|
|
@@ -18910,7 +19707,9 @@ export declare class DescribeCapacityReservationsResponseBodyCapacityReservation
|
|
|
18910
19707
|
privatePoolOptionsMatchCriteria?: string;
|
|
18911
19708
|
privatePoolOptionsName?: string;
|
|
18912
19709
|
regionId?: string;
|
|
19710
|
+
reservedInstanceId?: string;
|
|
18913
19711
|
resourceGroupId?: string;
|
|
19712
|
+
savingPlanId?: string;
|
|
18914
19713
|
startTime?: string;
|
|
18915
19714
|
startTimeType?: string;
|
|
18916
19715
|
status?: string;
|
|
@@ -19019,8 +19818,9 @@ export declare class DescribeClustersResponseBodyClusters extends $tea.Model {
|
|
|
19019
19818
|
[key: string]: any;
|
|
19020
19819
|
});
|
|
19021
19820
|
}
|
|
19022
|
-
export declare class
|
|
19023
|
-
|
|
19821
|
+
export declare class DescribeCommandsRequestTag extends $tea.Model {
|
|
19822
|
+
key?: string;
|
|
19823
|
+
value?: string;
|
|
19024
19824
|
static names(): {
|
|
19025
19825
|
[key: string]: string;
|
|
19026
19826
|
};
|
|
@@ -19031,18 +19831,97 @@ export declare class DescribeCommandsResponseBodyCommandsCommandParameterNames e
|
|
|
19031
19831
|
[key: string]: any;
|
|
19032
19832
|
});
|
|
19033
19833
|
}
|
|
19034
|
-
export declare class
|
|
19035
|
-
|
|
19036
|
-
|
|
19037
|
-
|
|
19038
|
-
|
|
19039
|
-
|
|
19040
|
-
|
|
19834
|
+
export declare class DescribeCommandsResponseBodyCommandsCommandParameterDefinitionsParameterDefinitionPossibleValues extends $tea.Model {
|
|
19835
|
+
possibleValue?: string[];
|
|
19836
|
+
static names(): {
|
|
19837
|
+
[key: string]: string;
|
|
19838
|
+
};
|
|
19839
|
+
static types(): {
|
|
19840
|
+
[key: string]: any;
|
|
19841
|
+
};
|
|
19842
|
+
constructor(map?: {
|
|
19843
|
+
[key: string]: any;
|
|
19844
|
+
});
|
|
19845
|
+
}
|
|
19846
|
+
export declare class DescribeCommandsResponseBodyCommandsCommandParameterDefinitionsParameterDefinition extends $tea.Model {
|
|
19847
|
+
defaultValue?: string;
|
|
19848
|
+
description?: string;
|
|
19849
|
+
parameterName?: string;
|
|
19850
|
+
possibleValues?: DescribeCommandsResponseBodyCommandsCommandParameterDefinitionsParameterDefinitionPossibleValues;
|
|
19851
|
+
required?: boolean;
|
|
19852
|
+
static names(): {
|
|
19853
|
+
[key: string]: string;
|
|
19854
|
+
};
|
|
19855
|
+
static types(): {
|
|
19856
|
+
[key: string]: any;
|
|
19857
|
+
};
|
|
19858
|
+
constructor(map?: {
|
|
19859
|
+
[key: string]: any;
|
|
19860
|
+
});
|
|
19861
|
+
}
|
|
19862
|
+
export declare class DescribeCommandsResponseBodyCommandsCommandParameterDefinitions extends $tea.Model {
|
|
19863
|
+
parameterDefinition?: DescribeCommandsResponseBodyCommandsCommandParameterDefinitionsParameterDefinition[];
|
|
19864
|
+
static names(): {
|
|
19865
|
+
[key: string]: string;
|
|
19866
|
+
};
|
|
19867
|
+
static types(): {
|
|
19868
|
+
[key: string]: any;
|
|
19869
|
+
};
|
|
19870
|
+
constructor(map?: {
|
|
19871
|
+
[key: string]: any;
|
|
19872
|
+
});
|
|
19873
|
+
}
|
|
19874
|
+
export declare class DescribeCommandsResponseBodyCommandsCommandParameterNames extends $tea.Model {
|
|
19875
|
+
parameterName?: string[];
|
|
19876
|
+
static names(): {
|
|
19877
|
+
[key: string]: string;
|
|
19878
|
+
};
|
|
19879
|
+
static types(): {
|
|
19880
|
+
[key: string]: any;
|
|
19881
|
+
};
|
|
19882
|
+
constructor(map?: {
|
|
19883
|
+
[key: string]: any;
|
|
19884
|
+
});
|
|
19885
|
+
}
|
|
19886
|
+
export declare class DescribeCommandsResponseBodyCommandsCommandTagsTag extends $tea.Model {
|
|
19887
|
+
tagKey?: string;
|
|
19888
|
+
tagValue?: string;
|
|
19889
|
+
static names(): {
|
|
19890
|
+
[key: string]: string;
|
|
19891
|
+
};
|
|
19892
|
+
static types(): {
|
|
19893
|
+
[key: string]: any;
|
|
19894
|
+
};
|
|
19895
|
+
constructor(map?: {
|
|
19896
|
+
[key: string]: any;
|
|
19897
|
+
});
|
|
19898
|
+
}
|
|
19899
|
+
export declare class DescribeCommandsResponseBodyCommandsCommandTags extends $tea.Model {
|
|
19900
|
+
tag?: DescribeCommandsResponseBodyCommandsCommandTagsTag[];
|
|
19901
|
+
static names(): {
|
|
19902
|
+
[key: string]: string;
|
|
19903
|
+
};
|
|
19904
|
+
static types(): {
|
|
19905
|
+
[key: string]: any;
|
|
19906
|
+
};
|
|
19907
|
+
constructor(map?: {
|
|
19908
|
+
[key: string]: any;
|
|
19909
|
+
});
|
|
19910
|
+
}
|
|
19911
|
+
export declare class DescribeCommandsResponseBodyCommandsCommand extends $tea.Model {
|
|
19912
|
+
category?: string;
|
|
19913
|
+
commandContent?: string;
|
|
19914
|
+
commandId?: string;
|
|
19915
|
+
creationTime?: string;
|
|
19916
|
+
description?: string;
|
|
19917
|
+
enableParameter?: boolean;
|
|
19041
19918
|
invokeTimes?: number;
|
|
19042
19919
|
latest?: boolean;
|
|
19043
19920
|
name?: string;
|
|
19921
|
+
parameterDefinitions?: DescribeCommandsResponseBodyCommandsCommandParameterDefinitions;
|
|
19044
19922
|
parameterNames?: DescribeCommandsResponseBodyCommandsCommandParameterNames;
|
|
19045
19923
|
provider?: string;
|
|
19924
|
+
tags?: DescribeCommandsResponseBodyCommandsCommandTags;
|
|
19046
19925
|
timeout?: number;
|
|
19047
19926
|
type?: string;
|
|
19048
19927
|
version?: number;
|
|
@@ -19746,6 +20625,78 @@ export declare class DescribeDeploymentSetsResponseBodyDeploymentSets extends $t
|
|
|
19746
20625
|
[key: string]: any;
|
|
19747
20626
|
});
|
|
19748
20627
|
}
|
|
20628
|
+
export declare class DescribeDiagnosticMetricSetsResponseBodyMetricSets extends $tea.Model {
|
|
20629
|
+
description?: string;
|
|
20630
|
+
metricIds?: string[];
|
|
20631
|
+
metricSetId?: string;
|
|
20632
|
+
metricSetName?: string;
|
|
20633
|
+
resourceType?: string;
|
|
20634
|
+
type?: string;
|
|
20635
|
+
static names(): {
|
|
20636
|
+
[key: string]: string;
|
|
20637
|
+
};
|
|
20638
|
+
static types(): {
|
|
20639
|
+
[key: string]: any;
|
|
20640
|
+
};
|
|
20641
|
+
constructor(map?: {
|
|
20642
|
+
[key: string]: any;
|
|
20643
|
+
});
|
|
20644
|
+
}
|
|
20645
|
+
export declare class DescribeDiagnosticMetricsResponseBodyMetrics extends $tea.Model {
|
|
20646
|
+
description?: string;
|
|
20647
|
+
guestMetric?: boolean;
|
|
20648
|
+
metricCategory?: string;
|
|
20649
|
+
metricId?: string;
|
|
20650
|
+
metricName?: string;
|
|
20651
|
+
resourceType?: string;
|
|
20652
|
+
supportedOperatingSystem?: string;
|
|
20653
|
+
static names(): {
|
|
20654
|
+
[key: string]: string;
|
|
20655
|
+
};
|
|
20656
|
+
static types(): {
|
|
20657
|
+
[key: string]: any;
|
|
20658
|
+
};
|
|
20659
|
+
constructor(map?: {
|
|
20660
|
+
[key: string]: any;
|
|
20661
|
+
});
|
|
20662
|
+
}
|
|
20663
|
+
export declare class DescribeDiagnosticReportsResponseBodyReportsIssues extends $tea.Model {
|
|
20664
|
+
issueId?: string;
|
|
20665
|
+
metricCategory?: string;
|
|
20666
|
+
metricId?: string;
|
|
20667
|
+
severity?: string;
|
|
20668
|
+
static names(): {
|
|
20669
|
+
[key: string]: string;
|
|
20670
|
+
};
|
|
20671
|
+
static types(): {
|
|
20672
|
+
[key: string]: any;
|
|
20673
|
+
};
|
|
20674
|
+
constructor(map?: {
|
|
20675
|
+
[key: string]: any;
|
|
20676
|
+
});
|
|
20677
|
+
}
|
|
20678
|
+
export declare class DescribeDiagnosticReportsResponseBodyReports extends $tea.Model {
|
|
20679
|
+
creationTime?: string;
|
|
20680
|
+
endTime?: string;
|
|
20681
|
+
finishedTime?: string;
|
|
20682
|
+
issues?: DescribeDiagnosticReportsResponseBodyReportsIssues[];
|
|
20683
|
+
metricSetId?: string;
|
|
20684
|
+
reportId?: string;
|
|
20685
|
+
resourceId?: string;
|
|
20686
|
+
resourceType?: string;
|
|
20687
|
+
severity?: string;
|
|
20688
|
+
startTime?: string;
|
|
20689
|
+
status?: string;
|
|
20690
|
+
static names(): {
|
|
20691
|
+
[key: string]: string;
|
|
20692
|
+
};
|
|
20693
|
+
static types(): {
|
|
20694
|
+
[key: string]: any;
|
|
20695
|
+
};
|
|
20696
|
+
constructor(map?: {
|
|
20697
|
+
[key: string]: any;
|
|
20698
|
+
});
|
|
20699
|
+
}
|
|
19749
20700
|
export declare class DescribeDiskMonitorDataResponseBodyMonitorDataDiskMonitorData extends $tea.Model {
|
|
19750
20701
|
BPSRead?: number;
|
|
19751
20702
|
BPSTotal?: number;
|
|
@@ -20956,6 +21907,46 @@ export declare class DescribeImagesRequestTag extends $tea.Model {
|
|
|
20956
21907
|
[key: string]: any;
|
|
20957
21908
|
});
|
|
20958
21909
|
}
|
|
21910
|
+
export declare class DescribeImagesResponseBodyImagesImageDetectionOptionsItemsItem extends $tea.Model {
|
|
21911
|
+
name?: string;
|
|
21912
|
+
riskCode?: string;
|
|
21913
|
+
riskLevel?: string;
|
|
21914
|
+
value?: string;
|
|
21915
|
+
static names(): {
|
|
21916
|
+
[key: string]: string;
|
|
21917
|
+
};
|
|
21918
|
+
static types(): {
|
|
21919
|
+
[key: string]: any;
|
|
21920
|
+
};
|
|
21921
|
+
constructor(map?: {
|
|
21922
|
+
[key: string]: any;
|
|
21923
|
+
});
|
|
21924
|
+
}
|
|
21925
|
+
export declare class DescribeImagesResponseBodyImagesImageDetectionOptionsItems extends $tea.Model {
|
|
21926
|
+
item?: DescribeImagesResponseBodyImagesImageDetectionOptionsItemsItem[];
|
|
21927
|
+
static names(): {
|
|
21928
|
+
[key: string]: string;
|
|
21929
|
+
};
|
|
21930
|
+
static types(): {
|
|
21931
|
+
[key: string]: any;
|
|
21932
|
+
};
|
|
21933
|
+
constructor(map?: {
|
|
21934
|
+
[key: string]: any;
|
|
21935
|
+
});
|
|
21936
|
+
}
|
|
21937
|
+
export declare class DescribeImagesResponseBodyImagesImageDetectionOptions extends $tea.Model {
|
|
21938
|
+
items?: DescribeImagesResponseBodyImagesImageDetectionOptionsItems;
|
|
21939
|
+
status?: string;
|
|
21940
|
+
static names(): {
|
|
21941
|
+
[key: string]: string;
|
|
21942
|
+
};
|
|
21943
|
+
static types(): {
|
|
21944
|
+
[key: string]: any;
|
|
21945
|
+
};
|
|
21946
|
+
constructor(map?: {
|
|
21947
|
+
[key: string]: any;
|
|
21948
|
+
});
|
|
21949
|
+
}
|
|
20959
21950
|
export declare class DescribeImagesResponseBodyImagesImageDiskDeviceMappingsDiskDeviceMapping extends $tea.Model {
|
|
20960
21951
|
device?: string;
|
|
20961
21952
|
format?: string;
|
|
@@ -20988,6 +21979,18 @@ export declare class DescribeImagesResponseBodyImagesImageDiskDeviceMappings ext
|
|
|
20988
21979
|
[key: string]: any;
|
|
20989
21980
|
});
|
|
20990
21981
|
}
|
|
21982
|
+
export declare class DescribeImagesResponseBodyImagesImageFeatures extends $tea.Model {
|
|
21983
|
+
nvmeSupport?: string;
|
|
21984
|
+
static names(): {
|
|
21985
|
+
[key: string]: string;
|
|
21986
|
+
};
|
|
21987
|
+
static types(): {
|
|
21988
|
+
[key: string]: any;
|
|
21989
|
+
};
|
|
21990
|
+
constructor(map?: {
|
|
21991
|
+
[key: string]: any;
|
|
21992
|
+
});
|
|
21993
|
+
}
|
|
20991
21994
|
export declare class DescribeImagesResponseBodyImagesImageTagsTag extends $tea.Model {
|
|
20992
21995
|
tagKey?: string;
|
|
20993
21996
|
tagValue?: string;
|
|
@@ -21018,7 +22021,9 @@ export declare class DescribeImagesResponseBodyImagesImage extends $tea.Model {
|
|
|
21018
22021
|
bootMode?: string;
|
|
21019
22022
|
creationTime?: string;
|
|
21020
22023
|
description?: string;
|
|
22024
|
+
detectionOptions?: DescribeImagesResponseBodyImagesImageDetectionOptions;
|
|
21021
22025
|
diskDeviceMappings?: DescribeImagesResponseBodyImagesImageDiskDeviceMappings;
|
|
22026
|
+
features?: DescribeImagesResponseBodyImagesImageFeatures;
|
|
21022
22027
|
imageFamily?: string;
|
|
21023
22028
|
imageId?: string;
|
|
21024
22029
|
imageName?: string;
|
|
@@ -21690,22 +22695,12 @@ export declare class DescribeInstanceTypeFamiliesResponseBodyInstanceTypeFamilie
|
|
|
21690
22695
|
[key: string]: any;
|
|
21691
22696
|
});
|
|
21692
22697
|
}
|
|
21693
|
-
export declare class DescribeInstanceTypesRequestFilters extends $tea.Model {
|
|
21694
|
-
name?: string;
|
|
21695
|
-
value?: string;
|
|
21696
|
-
static names(): {
|
|
21697
|
-
[key: string]: string;
|
|
21698
|
-
};
|
|
21699
|
-
static types(): {
|
|
21700
|
-
[key: string]: any;
|
|
21701
|
-
};
|
|
21702
|
-
constructor(map?: {
|
|
21703
|
-
[key: string]: any;
|
|
21704
|
-
});
|
|
21705
|
-
}
|
|
21706
22698
|
export declare class DescribeInstanceTypesResponseBodyInstanceTypesInstanceType extends $tea.Model {
|
|
21707
22699
|
baselineCredit?: number;
|
|
22700
|
+
cpuArchitecture?: string;
|
|
21708
22701
|
cpuCoreCount?: number;
|
|
22702
|
+
cpuSpeedFrequency?: number;
|
|
22703
|
+
cpuTurboFrequency?: number;
|
|
21709
22704
|
diskQuantity?: number;
|
|
21710
22705
|
eniIpv6AddressQuantity?: number;
|
|
21711
22706
|
eniPrivateIpAddressQuantity?: number;
|
|
@@ -21718,6 +22713,7 @@ export declare class DescribeInstanceTypesResponseBodyInstanceTypesInstanceType
|
|
|
21718
22713
|
initialCredit?: number;
|
|
21719
22714
|
instanceBandwidthRx?: number;
|
|
21720
22715
|
instanceBandwidthTx?: number;
|
|
22716
|
+
instanceCategory?: string;
|
|
21721
22717
|
instanceFamilyLevel?: string;
|
|
21722
22718
|
instancePpsRx?: number;
|
|
21723
22719
|
instancePpsTx?: number;
|
|
@@ -21728,7 +22724,9 @@ export declare class DescribeInstanceTypesResponseBodyInstanceTypesInstanceType
|
|
|
21728
22724
|
localStorageCategory?: string;
|
|
21729
22725
|
maximumQueueNumberPerEni?: number;
|
|
21730
22726
|
memorySize?: number;
|
|
22727
|
+
networkEncryptionSupport?: boolean;
|
|
21731
22728
|
nvmeSupport?: string;
|
|
22729
|
+
physicalProcessorModel?: string;
|
|
21732
22730
|
primaryEniQueueNumber?: number;
|
|
21733
22731
|
queuePairNumber?: number;
|
|
21734
22732
|
secondaryEniQueueNumber?: number;
|
|
@@ -22147,7 +23145,6 @@ export declare class DescribeInstancesResponseBodyInstancesInstance extends $tea
|
|
|
22147
23145
|
securityGroupIds?: DescribeInstancesResponseBodyInstancesInstanceSecurityGroupIds;
|
|
22148
23146
|
serialNumber?: string;
|
|
22149
23147
|
spotDuration?: number;
|
|
22150
|
-
spotInterruptionBehavior?: string;
|
|
22151
23148
|
spotPriceLimit?: number;
|
|
22152
23149
|
spotStrategy?: string;
|
|
22153
23150
|
startTime?: string;
|
|
@@ -22357,8 +23354,48 @@ export declare class DescribeInstancesFullStatusResponseBodyInstanceFullStatusSe
|
|
|
22357
23354
|
[key: string]: any;
|
|
22358
23355
|
});
|
|
22359
23356
|
}
|
|
23357
|
+
export declare class DescribeInvocationResultsRequestTag extends $tea.Model {
|
|
23358
|
+
key?: string;
|
|
23359
|
+
value?: string;
|
|
23360
|
+
static names(): {
|
|
23361
|
+
[key: string]: string;
|
|
23362
|
+
};
|
|
23363
|
+
static types(): {
|
|
23364
|
+
[key: string]: any;
|
|
23365
|
+
};
|
|
23366
|
+
constructor(map?: {
|
|
23367
|
+
[key: string]: any;
|
|
23368
|
+
});
|
|
23369
|
+
}
|
|
23370
|
+
export declare class DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResultTagsTag extends $tea.Model {
|
|
23371
|
+
tagKey?: string;
|
|
23372
|
+
tagValue?: string;
|
|
23373
|
+
static names(): {
|
|
23374
|
+
[key: string]: string;
|
|
23375
|
+
};
|
|
23376
|
+
static types(): {
|
|
23377
|
+
[key: string]: any;
|
|
23378
|
+
};
|
|
23379
|
+
constructor(map?: {
|
|
23380
|
+
[key: string]: any;
|
|
23381
|
+
});
|
|
23382
|
+
}
|
|
23383
|
+
export declare class DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResultTags extends $tea.Model {
|
|
23384
|
+
tag?: DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResultTagsTag[];
|
|
23385
|
+
static names(): {
|
|
23386
|
+
[key: string]: string;
|
|
23387
|
+
};
|
|
23388
|
+
static types(): {
|
|
23389
|
+
[key: string]: any;
|
|
23390
|
+
};
|
|
23391
|
+
constructor(map?: {
|
|
23392
|
+
[key: string]: any;
|
|
23393
|
+
});
|
|
23394
|
+
}
|
|
22360
23395
|
export declare class DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResult extends $tea.Model {
|
|
22361
23396
|
commandId?: string;
|
|
23397
|
+
containerId?: string;
|
|
23398
|
+
containerName?: string;
|
|
22362
23399
|
dropped?: number;
|
|
22363
23400
|
errorCode?: string;
|
|
22364
23401
|
errorInfo?: string;
|
|
@@ -22372,6 +23409,7 @@ export declare class DescribeInvocationResultsResponseBodyInvocationInvocationRe
|
|
|
22372
23409
|
repeats?: number;
|
|
22373
23410
|
startTime?: string;
|
|
22374
23411
|
stopTime?: string;
|
|
23412
|
+
tags?: DescribeInvocationResultsResponseBodyInvocationInvocationResultsInvocationResultTags;
|
|
22375
23413
|
username?: string;
|
|
22376
23414
|
static names(): {
|
|
22377
23415
|
[key: string]: string;
|
|
@@ -22410,6 +23448,19 @@ export declare class DescribeInvocationResultsResponseBodyInvocation extends $te
|
|
|
22410
23448
|
[key: string]: any;
|
|
22411
23449
|
});
|
|
22412
23450
|
}
|
|
23451
|
+
export declare class DescribeInvocationsRequestTag extends $tea.Model {
|
|
23452
|
+
key?: string;
|
|
23453
|
+
value?: string;
|
|
23454
|
+
static names(): {
|
|
23455
|
+
[key: string]: string;
|
|
23456
|
+
};
|
|
23457
|
+
static types(): {
|
|
23458
|
+
[key: string]: any;
|
|
23459
|
+
};
|
|
23460
|
+
constructor(map?: {
|
|
23461
|
+
[key: string]: any;
|
|
23462
|
+
});
|
|
23463
|
+
}
|
|
22413
23464
|
export declare class DescribeInvocationsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance extends $tea.Model {
|
|
22414
23465
|
creationTime?: string;
|
|
22415
23466
|
dropped?: number;
|
|
@@ -22448,11 +23499,39 @@ export declare class DescribeInvocationsResponseBodyInvocationsInvocationInvokeI
|
|
|
22448
23499
|
[key: string]: any;
|
|
22449
23500
|
});
|
|
22450
23501
|
}
|
|
23502
|
+
export declare class DescribeInvocationsResponseBodyInvocationsInvocationTagsTag extends $tea.Model {
|
|
23503
|
+
tagKey?: string;
|
|
23504
|
+
tagValue?: string;
|
|
23505
|
+
static names(): {
|
|
23506
|
+
[key: string]: string;
|
|
23507
|
+
};
|
|
23508
|
+
static types(): {
|
|
23509
|
+
[key: string]: any;
|
|
23510
|
+
};
|
|
23511
|
+
constructor(map?: {
|
|
23512
|
+
[key: string]: any;
|
|
23513
|
+
});
|
|
23514
|
+
}
|
|
23515
|
+
export declare class DescribeInvocationsResponseBodyInvocationsInvocationTags extends $tea.Model {
|
|
23516
|
+
tag?: DescribeInvocationsResponseBodyInvocationsInvocationTagsTag[];
|
|
23517
|
+
static names(): {
|
|
23518
|
+
[key: string]: string;
|
|
23519
|
+
};
|
|
23520
|
+
static types(): {
|
|
23521
|
+
[key: string]: any;
|
|
23522
|
+
};
|
|
23523
|
+
constructor(map?: {
|
|
23524
|
+
[key: string]: any;
|
|
23525
|
+
});
|
|
23526
|
+
}
|
|
22451
23527
|
export declare class DescribeInvocationsResponseBodyInvocationsInvocation extends $tea.Model {
|
|
22452
23528
|
commandContent?: string;
|
|
23529
|
+
commandDescription?: string;
|
|
22453
23530
|
commandId?: string;
|
|
22454
23531
|
commandName?: string;
|
|
22455
23532
|
commandType?: string;
|
|
23533
|
+
containerId?: string;
|
|
23534
|
+
containerName?: string;
|
|
22456
23535
|
creationTime?: string;
|
|
22457
23536
|
frequency?: string;
|
|
22458
23537
|
invocationStatus?: string;
|
|
@@ -22461,8 +23540,11 @@ export declare class DescribeInvocationsResponseBodyInvocationsInvocation extend
|
|
|
22461
23540
|
invokeStatus?: string;
|
|
22462
23541
|
parameters?: string;
|
|
22463
23542
|
repeatMode?: string;
|
|
23543
|
+
tags?: DescribeInvocationsResponseBodyInvocationsInvocationTags;
|
|
22464
23544
|
timed?: boolean;
|
|
23545
|
+
timeout?: number;
|
|
22465
23546
|
username?: string;
|
|
23547
|
+
workingDir?: string;
|
|
22466
23548
|
static names(): {
|
|
22467
23549
|
[key: string]: string;
|
|
22468
23550
|
};
|
|
@@ -22552,12 +23634,15 @@ export declare class DescribeKeyPairsResponseBodyKeyPairs extends $tea.Model {
|
|
|
22552
23634
|
});
|
|
22553
23635
|
}
|
|
22554
23636
|
export declare class DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataSystemDisk extends $tea.Model {
|
|
23637
|
+
autoSnapshotPolicyId?: string;
|
|
23638
|
+
burstingEnabled?: boolean;
|
|
22555
23639
|
category?: string;
|
|
22556
23640
|
deleteWithInstance?: boolean;
|
|
22557
23641
|
description?: string;
|
|
22558
23642
|
diskName?: string;
|
|
22559
23643
|
iops?: number;
|
|
22560
23644
|
performanceLevel?: string;
|
|
23645
|
+
provisionedIops?: number;
|
|
22561
23646
|
size?: number;
|
|
22562
23647
|
static names(): {
|
|
22563
23648
|
[key: string]: string;
|
|
@@ -22570,6 +23655,8 @@ export declare class DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVer
|
|
|
22570
23655
|
});
|
|
22571
23656
|
}
|
|
22572
23657
|
export declare class DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataDataDisksDataDisk extends $tea.Model {
|
|
23658
|
+
autoSnapshotPolicyId?: string;
|
|
23659
|
+
burstingEnabled?: boolean;
|
|
22573
23660
|
category?: string;
|
|
22574
23661
|
deleteWithInstance?: boolean;
|
|
22575
23662
|
description?: string;
|
|
@@ -22577,6 +23664,7 @@ export declare class DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVer
|
|
|
22577
23664
|
diskName?: string;
|
|
22578
23665
|
encrypted?: string;
|
|
22579
23666
|
performanceLevel?: string;
|
|
23667
|
+
provisionedIops?: number;
|
|
22580
23668
|
size?: number;
|
|
22581
23669
|
snapshotId?: string;
|
|
22582
23670
|
static names(): {
|
|
@@ -22615,7 +23703,9 @@ export declare class DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVer
|
|
|
22615
23703
|
}
|
|
22616
23704
|
export declare class DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataNetworkInterfacesNetworkInterface extends $tea.Model {
|
|
22617
23705
|
description?: string;
|
|
23706
|
+
instanceType?: string;
|
|
22618
23707
|
networkInterfaceName?: string;
|
|
23708
|
+
networkInterfaceTrafficMode?: string;
|
|
22619
23709
|
primaryIpAddress?: string;
|
|
22620
23710
|
securityGroupId?: string;
|
|
22621
23711
|
securityGroupIds?: DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataNetworkInterfacesNetworkInterfaceSecurityGroupIds;
|
|
@@ -25719,6 +26809,59 @@ export declare class ImportKeyPairRequestTag extends $tea.Model {
|
|
|
25719
26809
|
[key: string]: any;
|
|
25720
26810
|
});
|
|
25721
26811
|
}
|
|
26812
|
+
export declare class ListPluginStatusResponseBodyInstancePluginStatusSetInstancePluginStatusPluginStatusSetPluginStatus extends $tea.Model {
|
|
26813
|
+
firstHeartbeatTime?: string;
|
|
26814
|
+
lastHeartbeatTime?: string;
|
|
26815
|
+
pluginName?: string;
|
|
26816
|
+
pluginStatus?: string;
|
|
26817
|
+
pluginVersion?: string;
|
|
26818
|
+
static names(): {
|
|
26819
|
+
[key: string]: string;
|
|
26820
|
+
};
|
|
26821
|
+
static types(): {
|
|
26822
|
+
[key: string]: any;
|
|
26823
|
+
};
|
|
26824
|
+
constructor(map?: {
|
|
26825
|
+
[key: string]: any;
|
|
26826
|
+
});
|
|
26827
|
+
}
|
|
26828
|
+
export declare class ListPluginStatusResponseBodyInstancePluginStatusSetInstancePluginStatusPluginStatusSet extends $tea.Model {
|
|
26829
|
+
pluginStatus?: ListPluginStatusResponseBodyInstancePluginStatusSetInstancePluginStatusPluginStatusSetPluginStatus[];
|
|
26830
|
+
static names(): {
|
|
26831
|
+
[key: string]: string;
|
|
26832
|
+
};
|
|
26833
|
+
static types(): {
|
|
26834
|
+
[key: string]: any;
|
|
26835
|
+
};
|
|
26836
|
+
constructor(map?: {
|
|
26837
|
+
[key: string]: any;
|
|
26838
|
+
});
|
|
26839
|
+
}
|
|
26840
|
+
export declare class ListPluginStatusResponseBodyInstancePluginStatusSetInstancePluginStatus extends $tea.Model {
|
|
26841
|
+
instanceId?: string;
|
|
26842
|
+
pluginStatusSet?: ListPluginStatusResponseBodyInstancePluginStatusSetInstancePluginStatusPluginStatusSet;
|
|
26843
|
+
static names(): {
|
|
26844
|
+
[key: string]: string;
|
|
26845
|
+
};
|
|
26846
|
+
static types(): {
|
|
26847
|
+
[key: string]: any;
|
|
26848
|
+
};
|
|
26849
|
+
constructor(map?: {
|
|
26850
|
+
[key: string]: any;
|
|
26851
|
+
});
|
|
26852
|
+
}
|
|
26853
|
+
export declare class ListPluginStatusResponseBodyInstancePluginStatusSet extends $tea.Model {
|
|
26854
|
+
instancePluginStatus?: ListPluginStatusResponseBodyInstancePluginStatusSetInstancePluginStatus[];
|
|
26855
|
+
static names(): {
|
|
26856
|
+
[key: string]: string;
|
|
26857
|
+
};
|
|
26858
|
+
static types(): {
|
|
26859
|
+
[key: string]: any;
|
|
26860
|
+
};
|
|
26861
|
+
constructor(map?: {
|
|
26862
|
+
[key: string]: any;
|
|
26863
|
+
});
|
|
26864
|
+
}
|
|
25722
26865
|
export declare class ListTagResourcesRequestTag extends $tea.Model {
|
|
25723
26866
|
key?: string;
|
|
25724
26867
|
value?: string;
|
|
@@ -25853,6 +26996,18 @@ export declare class ModifyElasticityAssuranceRequestPrivatePoolOptions extends
|
|
|
25853
26996
|
[key: string]: any;
|
|
25854
26997
|
});
|
|
25855
26998
|
}
|
|
26999
|
+
export declare class ModifyImageAttributeRequestFeatures extends $tea.Model {
|
|
27000
|
+
nvmeSupport?: string;
|
|
27001
|
+
static names(): {
|
|
27002
|
+
[key: string]: string;
|
|
27003
|
+
};
|
|
27004
|
+
static types(): {
|
|
27005
|
+
[key: string]: any;
|
|
27006
|
+
};
|
|
27007
|
+
constructor(map?: {
|
|
27008
|
+
[key: string]: any;
|
|
27009
|
+
});
|
|
27010
|
+
}
|
|
25856
27011
|
export declare class ModifyInstanceAttachmentAttributesRequestPrivatePoolOptions extends $tea.Model {
|
|
25857
27012
|
id?: string;
|
|
25858
27013
|
matchCriteria?: string;
|
|
@@ -26125,6 +27280,18 @@ export declare class RemoveTagsRequestTag extends $tea.Model {
|
|
|
26125
27280
|
[key: string]: any;
|
|
26126
27281
|
});
|
|
26127
27282
|
}
|
|
27283
|
+
export declare class RenewReservedInstancesResponseBodyReservedInstanceIdSets extends $tea.Model {
|
|
27284
|
+
reservedInstanceId?: string[];
|
|
27285
|
+
static names(): {
|
|
27286
|
+
[key: string]: string;
|
|
27287
|
+
};
|
|
27288
|
+
static types(): {
|
|
27289
|
+
[key: string]: any;
|
|
27290
|
+
};
|
|
27291
|
+
constructor(map?: {
|
|
27292
|
+
[key: string]: any;
|
|
27293
|
+
});
|
|
27294
|
+
}
|
|
26128
27295
|
export declare class ReplaceSystemDiskRequestSystemDisk extends $tea.Model {
|
|
26129
27296
|
size?: number;
|
|
26130
27297
|
static names(): {
|
|
@@ -26202,6 +27369,84 @@ export declare class ResetDisksResponseBodyOperationProgressSet extends $tea.Mod
|
|
|
26202
27369
|
[key: string]: any;
|
|
26203
27370
|
});
|
|
26204
27371
|
}
|
|
27372
|
+
export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
|
|
27373
|
+
description?: string;
|
|
27374
|
+
destCidrIp?: string;
|
|
27375
|
+
ipProtocol?: string;
|
|
27376
|
+
ipv6DestCidrIp?: string;
|
|
27377
|
+
ipv6SourceCidrIp?: string;
|
|
27378
|
+
nicType?: string;
|
|
27379
|
+
policy?: string;
|
|
27380
|
+
portRange?: string;
|
|
27381
|
+
priority?: string;
|
|
27382
|
+
sourceCidrIp?: string;
|
|
27383
|
+
sourceGroupId?: string;
|
|
27384
|
+
sourceGroupOwnerAccount?: string;
|
|
27385
|
+
sourceGroupOwnerId?: number;
|
|
27386
|
+
sourcePortRange?: string;
|
|
27387
|
+
sourcePrefixListId?: string;
|
|
27388
|
+
static names(): {
|
|
27389
|
+
[key: string]: string;
|
|
27390
|
+
};
|
|
27391
|
+
static types(): {
|
|
27392
|
+
[key: string]: any;
|
|
27393
|
+
};
|
|
27394
|
+
constructor(map?: {
|
|
27395
|
+
[key: string]: any;
|
|
27396
|
+
});
|
|
27397
|
+
}
|
|
27398
|
+
export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Model {
|
|
27399
|
+
description?: string;
|
|
27400
|
+
destCidrIp?: string;
|
|
27401
|
+
destGroupId?: string;
|
|
27402
|
+
destGroupOwnerAccount?: string;
|
|
27403
|
+
destGroupOwnerId?: string;
|
|
27404
|
+
destPrefixListId?: string;
|
|
27405
|
+
ipProtocol?: string;
|
|
27406
|
+
ipv6DestCidrIp?: string;
|
|
27407
|
+
ipv6SourceCidrIp?: string;
|
|
27408
|
+
nicType?: string;
|
|
27409
|
+
policy?: string;
|
|
27410
|
+
portRange?: string;
|
|
27411
|
+
priority?: string;
|
|
27412
|
+
sourceCidrIp?: string;
|
|
27413
|
+
sourcePortRange?: string;
|
|
27414
|
+
static names(): {
|
|
27415
|
+
[key: string]: string;
|
|
27416
|
+
};
|
|
27417
|
+
static types(): {
|
|
27418
|
+
[key: string]: any;
|
|
27419
|
+
};
|
|
27420
|
+
constructor(map?: {
|
|
27421
|
+
[key: string]: any;
|
|
27422
|
+
});
|
|
27423
|
+
}
|
|
27424
|
+
export declare class RunCommandRequestTag extends $tea.Model {
|
|
27425
|
+
key?: string;
|
|
27426
|
+
value?: string;
|
|
27427
|
+
static names(): {
|
|
27428
|
+
[key: string]: string;
|
|
27429
|
+
};
|
|
27430
|
+
static types(): {
|
|
27431
|
+
[key: string]: any;
|
|
27432
|
+
};
|
|
27433
|
+
constructor(map?: {
|
|
27434
|
+
[key: string]: any;
|
|
27435
|
+
});
|
|
27436
|
+
}
|
|
27437
|
+
export declare class RunCommandShrinkRequestTag extends $tea.Model {
|
|
27438
|
+
key?: string;
|
|
27439
|
+
value?: string;
|
|
27440
|
+
static names(): {
|
|
27441
|
+
[key: string]: string;
|
|
27442
|
+
};
|
|
27443
|
+
static types(): {
|
|
27444
|
+
[key: string]: any;
|
|
27445
|
+
};
|
|
27446
|
+
constructor(map?: {
|
|
27447
|
+
[key: string]: any;
|
|
27448
|
+
});
|
|
27449
|
+
}
|
|
26205
27450
|
export declare class RunInstancesRequestCpuOptions extends $tea.Model {
|
|
26206
27451
|
core?: number;
|
|
26207
27452
|
numa?: string;
|
|
@@ -26552,6 +27797,8 @@ export default class Client extends OpenApi {
|
|
|
26552
27797
|
createDemand(request: CreateDemandRequest): Promise<CreateDemandResponse>;
|
|
26553
27798
|
createDeploymentSetWithOptions(request: CreateDeploymentSetRequest, runtime: $Util.RuntimeOptions): Promise<CreateDeploymentSetResponse>;
|
|
26554
27799
|
createDeploymentSet(request: CreateDeploymentSetRequest): Promise<CreateDeploymentSetResponse>;
|
|
27800
|
+
createDiagnosticMetricSetWithOptions(request: CreateDiagnosticMetricSetRequest, runtime: $Util.RuntimeOptions): Promise<CreateDiagnosticMetricSetResponse>;
|
|
27801
|
+
createDiagnosticMetricSet(request: CreateDiagnosticMetricSetRequest): Promise<CreateDiagnosticMetricSetResponse>;
|
|
26555
27802
|
createDiagnosticReportWithOptions(request: CreateDiagnosticReportRequest, runtime: $Util.RuntimeOptions): Promise<CreateDiagnosticReportResponse>;
|
|
26556
27803
|
createDiagnosticReport(request: CreateDiagnosticReportRequest): Promise<CreateDiagnosticReportResponse>;
|
|
26557
27804
|
createDiskWithOptions(request: CreateDiskRequest, runtime: $Util.RuntimeOptions): Promise<CreateDiskResponse>;
|
|
@@ -26626,6 +27873,10 @@ export default class Client extends OpenApi {
|
|
|
26626
27873
|
deleteDemand(request: DeleteDemandRequest): Promise<DeleteDemandResponse>;
|
|
26627
27874
|
deleteDeploymentSetWithOptions(request: DeleteDeploymentSetRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDeploymentSetResponse>;
|
|
26628
27875
|
deleteDeploymentSet(request: DeleteDeploymentSetRequest): Promise<DeleteDeploymentSetResponse>;
|
|
27876
|
+
deleteDiagnosticMetricSetsWithOptions(request: DeleteDiagnosticMetricSetsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDiagnosticMetricSetsResponse>;
|
|
27877
|
+
deleteDiagnosticMetricSets(request: DeleteDiagnosticMetricSetsRequest): Promise<DeleteDiagnosticMetricSetsResponse>;
|
|
27878
|
+
deleteDiagnosticReportsWithOptions(request: DeleteDiagnosticReportsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDiagnosticReportsResponse>;
|
|
27879
|
+
deleteDiagnosticReports(request: DeleteDiagnosticReportsRequest): Promise<DeleteDiagnosticReportsResponse>;
|
|
26629
27880
|
deleteDiskWithOptions(request: DeleteDiskRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDiskResponse>;
|
|
26630
27881
|
deleteDisk(request: DeleteDiskRequest): Promise<DeleteDiskResponse>;
|
|
26631
27882
|
deleteForwardEntryWithOptions(request: DeleteForwardEntryRequest, runtime: $Util.RuntimeOptions): Promise<DeleteForwardEntryResponse>;
|
|
@@ -26728,6 +27979,12 @@ export default class Client extends OpenApi {
|
|
|
26728
27979
|
describeDeploymentSetSupportedInstanceTypeFamily(request: DescribeDeploymentSetSupportedInstanceTypeFamilyRequest): Promise<DescribeDeploymentSetSupportedInstanceTypeFamilyResponse>;
|
|
26729
27980
|
describeDeploymentSetsWithOptions(request: DescribeDeploymentSetsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDeploymentSetsResponse>;
|
|
26730
27981
|
describeDeploymentSets(request: DescribeDeploymentSetsRequest): Promise<DescribeDeploymentSetsResponse>;
|
|
27982
|
+
describeDiagnosticMetricSetsWithOptions(request: DescribeDiagnosticMetricSetsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiagnosticMetricSetsResponse>;
|
|
27983
|
+
describeDiagnosticMetricSets(request: DescribeDiagnosticMetricSetsRequest): Promise<DescribeDiagnosticMetricSetsResponse>;
|
|
27984
|
+
describeDiagnosticMetricsWithOptions(request: DescribeDiagnosticMetricsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiagnosticMetricsResponse>;
|
|
27985
|
+
describeDiagnosticMetrics(request: DescribeDiagnosticMetricsRequest): Promise<DescribeDiagnosticMetricsResponse>;
|
|
27986
|
+
describeDiagnosticReportsWithOptions(request: DescribeDiagnosticReportsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiagnosticReportsResponse>;
|
|
27987
|
+
describeDiagnosticReports(request: DescribeDiagnosticReportsRequest): Promise<DescribeDiagnosticReportsResponse>;
|
|
26731
27988
|
describeDiskMonitorDataWithOptions(request: DescribeDiskMonitorDataRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiskMonitorDataResponse>;
|
|
26732
27989
|
describeDiskMonitorData(request: DescribeDiskMonitorDataRequest): Promise<DescribeDiskMonitorDataResponse>;
|
|
26733
27990
|
describeDisksWithOptions(request: DescribeDisksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDisksResponse>;
|
|
@@ -26942,6 +28199,8 @@ export default class Client extends OpenApi {
|
|
|
26942
28199
|
joinSecurityGroup(request: JoinSecurityGroupRequest): Promise<JoinSecurityGroupResponse>;
|
|
26943
28200
|
leaveSecurityGroupWithOptions(request: LeaveSecurityGroupRequest, runtime: $Util.RuntimeOptions): Promise<LeaveSecurityGroupResponse>;
|
|
26944
28201
|
leaveSecurityGroup(request: LeaveSecurityGroupRequest): Promise<LeaveSecurityGroupResponse>;
|
|
28202
|
+
listPluginStatusWithOptions(request: ListPluginStatusRequest, runtime: $Util.RuntimeOptions): Promise<ListPluginStatusResponse>;
|
|
28203
|
+
listPluginStatus(request: ListPluginStatusRequest): Promise<ListPluginStatusResponse>;
|
|
26945
28204
|
listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
|
|
26946
28205
|
listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
|
|
26947
28206
|
modifyAutoProvisioningGroupWithOptions(request: ModifyAutoProvisioningGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAutoProvisioningGroupResponse>;
|
|
@@ -26970,6 +28229,8 @@ export default class Client extends OpenApi {
|
|
|
26970
28229
|
modifyDemand(request: ModifyDemandRequest): Promise<ModifyDemandResponse>;
|
|
26971
28230
|
modifyDeploymentSetAttributeWithOptions(request: ModifyDeploymentSetAttributeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDeploymentSetAttributeResponse>;
|
|
26972
28231
|
modifyDeploymentSetAttribute(request: ModifyDeploymentSetAttributeRequest): Promise<ModifyDeploymentSetAttributeResponse>;
|
|
28232
|
+
modifyDiagnosticMetricSetWithOptions(request: ModifyDiagnosticMetricSetRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDiagnosticMetricSetResponse>;
|
|
28233
|
+
modifyDiagnosticMetricSet(request: ModifyDiagnosticMetricSetRequest): Promise<ModifyDiagnosticMetricSetResponse>;
|
|
26973
28234
|
modifyDiskAttributeWithOptions(request: ModifyDiskAttributeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDiskAttributeResponse>;
|
|
26974
28235
|
modifyDiskAttribute(request: ModifyDiskAttributeRequest): Promise<ModifyDiskAttributeResponse>;
|
|
26975
28236
|
modifyDiskChargeTypeWithOptions(request: ModifyDiskChargeTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDiskChargeTypeResponse>;
|
|
@@ -27096,6 +28357,8 @@ export default class Client extends OpenApi {
|
|
|
27096
28357
|
renewDedicatedHosts(request: RenewDedicatedHostsRequest): Promise<RenewDedicatedHostsResponse>;
|
|
27097
28358
|
renewInstanceWithOptions(request: RenewInstanceRequest, runtime: $Util.RuntimeOptions): Promise<RenewInstanceResponse>;
|
|
27098
28359
|
renewInstance(request: RenewInstanceRequest): Promise<RenewInstanceResponse>;
|
|
28360
|
+
renewReservedInstancesWithOptions(request: RenewReservedInstancesRequest, runtime: $Util.RuntimeOptions): Promise<RenewReservedInstancesResponse>;
|
|
28361
|
+
renewReservedInstances(request: RenewReservedInstancesRequest): Promise<RenewReservedInstancesResponse>;
|
|
27099
28362
|
replaceSystemDiskWithOptions(request: ReplaceSystemDiskRequest, runtime: $Util.RuntimeOptions): Promise<ReplaceSystemDiskResponse>;
|
|
27100
28363
|
replaceSystemDisk(request: ReplaceSystemDiskRequest): Promise<ReplaceSystemDiskResponse>;
|
|
27101
28364
|
reportInstancesStatusWithOptions(request: ReportInstancesStatusRequest, runtime: $Util.RuntimeOptions): Promise<ReportInstancesStatusResponse>;
|