@alicloud/dds20151201 3.6.6 → 3.6.7
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 +108 -0
- package/dist/client.js +215 -60
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +316 -60
package/dist/client.d.ts
CHANGED
|
@@ -41,6 +41,7 @@ export declare class AllocateNodePrivateNetworkAddressResponse extends $tea.Mode
|
|
|
41
41
|
headers: {
|
|
42
42
|
[key: string]: string;
|
|
43
43
|
};
|
|
44
|
+
statusCode: number;
|
|
44
45
|
body: AllocateNodePrivateNetworkAddressResponseBody;
|
|
45
46
|
static names(): {
|
|
46
47
|
[key: string]: string;
|
|
@@ -86,6 +87,7 @@ export declare class AllocatePublicNetworkAddressResponse extends $tea.Model {
|
|
|
86
87
|
headers: {
|
|
87
88
|
[key: string]: string;
|
|
88
89
|
};
|
|
90
|
+
statusCode: number;
|
|
89
91
|
body: AllocatePublicNetworkAddressResponseBody;
|
|
90
92
|
static names(): {
|
|
91
93
|
[key: string]: string;
|
|
@@ -133,6 +135,7 @@ export declare class CheckCloudResourceAuthorizedResponse extends $tea.Model {
|
|
|
133
135
|
headers: {
|
|
134
136
|
[key: string]: string;
|
|
135
137
|
};
|
|
138
|
+
statusCode: number;
|
|
136
139
|
body: CheckCloudResourceAuthorizedResponseBody;
|
|
137
140
|
static names(): {
|
|
138
141
|
[key: string]: string;
|
|
@@ -183,6 +186,7 @@ export declare class CheckRecoveryConditionResponse extends $tea.Model {
|
|
|
183
186
|
headers: {
|
|
184
187
|
[key: string]: string;
|
|
185
188
|
};
|
|
189
|
+
statusCode: number;
|
|
186
190
|
body: CheckRecoveryConditionResponseBody;
|
|
187
191
|
static names(): {
|
|
188
192
|
[key: string]: string;
|
|
@@ -229,6 +233,7 @@ export declare class CreateBackupResponse extends $tea.Model {
|
|
|
229
233
|
headers: {
|
|
230
234
|
[key: string]: string;
|
|
231
235
|
};
|
|
236
|
+
statusCode: number;
|
|
232
237
|
body: CreateBackupResponseBody;
|
|
233
238
|
static names(): {
|
|
234
239
|
[key: string]: string;
|
|
@@ -270,6 +275,7 @@ export declare class CreateDBInstanceRequest extends $tea.Model {
|
|
|
270
275
|
securityToken?: string;
|
|
271
276
|
srcDBInstanceId?: string;
|
|
272
277
|
storageEngine?: string;
|
|
278
|
+
storageType?: string;
|
|
273
279
|
vSwitchId?: string;
|
|
274
280
|
vpcId?: string;
|
|
275
281
|
zoneId?: string;
|
|
@@ -301,6 +307,7 @@ export declare class CreateDBInstanceResponse extends $tea.Model {
|
|
|
301
307
|
headers: {
|
|
302
308
|
[key: string]: string;
|
|
303
309
|
};
|
|
310
|
+
statusCode: number;
|
|
304
311
|
body: CreateDBInstanceResponseBody;
|
|
305
312
|
static names(): {
|
|
306
313
|
[key: string]: string;
|
|
@@ -355,6 +362,7 @@ export declare class CreateNodeResponse extends $tea.Model {
|
|
|
355
362
|
headers: {
|
|
356
363
|
[key: string]: string;
|
|
357
364
|
};
|
|
365
|
+
statusCode: number;
|
|
358
366
|
body: CreateNodeResponseBody;
|
|
359
367
|
static names(): {
|
|
360
368
|
[key: string]: string;
|
|
@@ -407,6 +415,7 @@ export declare class CreateNodeBatchResponse extends $tea.Model {
|
|
|
407
415
|
headers: {
|
|
408
416
|
[key: string]: string;
|
|
409
417
|
};
|
|
418
|
+
statusCode: number;
|
|
410
419
|
body: CreateNodeBatchResponseBody;
|
|
411
420
|
static names(): {
|
|
412
421
|
[key: string]: string;
|
|
@@ -469,6 +478,7 @@ export declare class CreateServerlessDBInstanceResponse extends $tea.Model {
|
|
|
469
478
|
headers: {
|
|
470
479
|
[key: string]: string;
|
|
471
480
|
};
|
|
481
|
+
statusCode: number;
|
|
472
482
|
body: CreateServerlessDBInstanceResponseBody;
|
|
473
483
|
static names(): {
|
|
474
484
|
[key: string]: string;
|
|
@@ -536,6 +546,7 @@ export declare class CreateShardingDBInstanceResponse extends $tea.Model {
|
|
|
536
546
|
headers: {
|
|
537
547
|
[key: string]: string;
|
|
538
548
|
};
|
|
549
|
+
statusCode: number;
|
|
539
550
|
body: CreateShardingDBInstanceResponseBody;
|
|
540
551
|
static names(): {
|
|
541
552
|
[key: string]: string;
|
|
@@ -581,6 +592,7 @@ export declare class DeleteDBInstanceResponse extends $tea.Model {
|
|
|
581
592
|
headers: {
|
|
582
593
|
[key: string]: string;
|
|
583
594
|
};
|
|
595
|
+
statusCode: number;
|
|
584
596
|
body: DeleteDBInstanceResponseBody;
|
|
585
597
|
static names(): {
|
|
586
598
|
[key: string]: string;
|
|
@@ -629,6 +641,7 @@ export declare class DeleteNodeResponse extends $tea.Model {
|
|
|
629
641
|
headers: {
|
|
630
642
|
[key: string]: string;
|
|
631
643
|
};
|
|
644
|
+
statusCode: number;
|
|
632
645
|
body: DeleteNodeResponseBody;
|
|
633
646
|
static names(): {
|
|
634
647
|
[key: string]: string;
|
|
@@ -675,6 +688,7 @@ export declare class DescribeAccountsResponse extends $tea.Model {
|
|
|
675
688
|
headers: {
|
|
676
689
|
[key: string]: string;
|
|
677
690
|
};
|
|
691
|
+
statusCode: number;
|
|
678
692
|
body: DescribeAccountsResponseBody;
|
|
679
693
|
static names(): {
|
|
680
694
|
[key: string]: string;
|
|
@@ -721,6 +735,7 @@ export declare class DescribeActiveOperationTaskCountResponse extends $tea.Model
|
|
|
721
735
|
headers: {
|
|
722
736
|
[key: string]: string;
|
|
723
737
|
};
|
|
738
|
+
statusCode: number;
|
|
724
739
|
body: DescribeActiveOperationTaskCountResponseBody;
|
|
725
740
|
static names(): {
|
|
726
741
|
[key: string]: string;
|
|
@@ -767,6 +782,7 @@ export declare class DescribeActiveOperationTaskTypeResponse extends $tea.Model
|
|
|
767
782
|
headers: {
|
|
768
783
|
[key: string]: string;
|
|
769
784
|
};
|
|
785
|
+
statusCode: number;
|
|
770
786
|
body: DescribeActiveOperationTaskTypeResponseBody;
|
|
771
787
|
static names(): {
|
|
772
788
|
[key: string]: string;
|
|
@@ -814,6 +830,7 @@ export declare class DescribeAuditLogFilterResponse extends $tea.Model {
|
|
|
814
830
|
headers: {
|
|
815
831
|
[key: string]: string;
|
|
816
832
|
};
|
|
833
|
+
statusCode: number;
|
|
817
834
|
body: DescribeAuditLogFilterResponseBody;
|
|
818
835
|
static names(): {
|
|
819
836
|
[key: string]: string;
|
|
@@ -859,6 +876,7 @@ export declare class DescribeAuditPolicyResponse extends $tea.Model {
|
|
|
859
876
|
headers: {
|
|
860
877
|
[key: string]: string;
|
|
861
878
|
};
|
|
879
|
+
statusCode: number;
|
|
862
880
|
body: DescribeAuditPolicyResponseBody;
|
|
863
881
|
static names(): {
|
|
864
882
|
[key: string]: string;
|
|
@@ -917,6 +935,7 @@ export declare class DescribeAuditRecordsResponse extends $tea.Model {
|
|
|
917
935
|
headers: {
|
|
918
936
|
[key: string]: string;
|
|
919
937
|
};
|
|
938
|
+
statusCode: number;
|
|
920
939
|
body: DescribeAuditRecordsResponseBody;
|
|
921
940
|
static names(): {
|
|
922
941
|
[key: string]: string;
|
|
@@ -962,6 +981,7 @@ export declare class DescribeAvailableEngineVersionResponse extends $tea.Model {
|
|
|
962
981
|
headers: {
|
|
963
982
|
[key: string]: string;
|
|
964
983
|
};
|
|
984
|
+
statusCode: number;
|
|
965
985
|
body: DescribeAvailableEngineVersionResponseBody;
|
|
966
986
|
static names(): {
|
|
967
987
|
[key: string]: string;
|
|
@@ -1011,6 +1031,7 @@ export declare class DescribeAvailableResourceResponse extends $tea.Model {
|
|
|
1011
1031
|
headers: {
|
|
1012
1032
|
[key: string]: string;
|
|
1013
1033
|
};
|
|
1034
|
+
statusCode: number;
|
|
1014
1035
|
body: DescribeAvailableResourceResponseBody;
|
|
1015
1036
|
static names(): {
|
|
1016
1037
|
[key: string]: string;
|
|
@@ -1064,6 +1085,7 @@ export declare class DescribeBackupDBsResponse extends $tea.Model {
|
|
|
1064
1085
|
headers: {
|
|
1065
1086
|
[key: string]: string;
|
|
1066
1087
|
};
|
|
1088
|
+
statusCode: number;
|
|
1067
1089
|
body: DescribeBackupDBsResponseBody;
|
|
1068
1090
|
static names(): {
|
|
1069
1091
|
[key: string]: string;
|
|
@@ -1113,6 +1135,7 @@ export declare class DescribeBackupPolicyResponse extends $tea.Model {
|
|
|
1113
1135
|
headers: {
|
|
1114
1136
|
[key: string]: string;
|
|
1115
1137
|
};
|
|
1138
|
+
statusCode: number;
|
|
1116
1139
|
body: DescribeBackupPolicyResponseBody;
|
|
1117
1140
|
static names(): {
|
|
1118
1141
|
[key: string]: string;
|
|
@@ -1167,6 +1190,7 @@ export declare class DescribeBackupsResponse extends $tea.Model {
|
|
|
1167
1190
|
headers: {
|
|
1168
1191
|
[key: string]: string;
|
|
1169
1192
|
};
|
|
1193
|
+
statusCode: number;
|
|
1170
1194
|
body: DescribeBackupsResponseBody;
|
|
1171
1195
|
static names(): {
|
|
1172
1196
|
[key: string]: string;
|
|
@@ -1214,6 +1238,7 @@ export declare class DescribeDBInstanceAttributeResponse extends $tea.Model {
|
|
|
1214
1238
|
headers: {
|
|
1215
1239
|
[key: string]: string;
|
|
1216
1240
|
};
|
|
1241
|
+
statusCode: number;
|
|
1217
1242
|
body: DescribeDBInstanceAttributeResponseBody;
|
|
1218
1243
|
static names(): {
|
|
1219
1244
|
[key: string]: string;
|
|
@@ -1267,6 +1292,7 @@ export declare class DescribeDBInstanceEncryptionKeyResponse extends $tea.Model
|
|
|
1267
1292
|
headers: {
|
|
1268
1293
|
[key: string]: string;
|
|
1269
1294
|
};
|
|
1295
|
+
statusCode: number;
|
|
1270
1296
|
body: DescribeDBInstanceEncryptionKeyResponseBody;
|
|
1271
1297
|
static names(): {
|
|
1272
1298
|
[key: string]: string;
|
|
@@ -1312,6 +1338,7 @@ export declare class DescribeDBInstanceMonitorResponse extends $tea.Model {
|
|
|
1312
1338
|
headers: {
|
|
1313
1339
|
[key: string]: string;
|
|
1314
1340
|
};
|
|
1341
|
+
statusCode: number;
|
|
1315
1342
|
body: DescribeDBInstanceMonitorResponseBody;
|
|
1316
1343
|
static names(): {
|
|
1317
1344
|
[key: string]: string;
|
|
@@ -1365,6 +1392,7 @@ export declare class DescribeDBInstancePerformanceResponse extends $tea.Model {
|
|
|
1365
1392
|
headers: {
|
|
1366
1393
|
[key: string]: string;
|
|
1367
1394
|
};
|
|
1395
|
+
statusCode: number;
|
|
1368
1396
|
body: DescribeDBInstancePerformanceResponseBody;
|
|
1369
1397
|
static names(): {
|
|
1370
1398
|
[key: string]: string;
|
|
@@ -1412,6 +1440,7 @@ export declare class DescribeDBInstanceSSLResponse extends $tea.Model {
|
|
|
1412
1440
|
headers: {
|
|
1413
1441
|
[key: string]: string;
|
|
1414
1442
|
};
|
|
1443
|
+
statusCode: number;
|
|
1415
1444
|
body: DescribeDBInstanceSSLResponseBody;
|
|
1416
1445
|
static names(): {
|
|
1417
1446
|
[key: string]: string;
|
|
@@ -1457,6 +1486,7 @@ export declare class DescribeDBInstanceTDEInfoResponse extends $tea.Model {
|
|
|
1457
1486
|
headers: {
|
|
1458
1487
|
[key: string]: string;
|
|
1459
1488
|
};
|
|
1489
|
+
statusCode: number;
|
|
1460
1490
|
body: DescribeDBInstanceTDEInfoResponseBody;
|
|
1461
1491
|
static names(): {
|
|
1462
1492
|
[key: string]: string;
|
|
@@ -1525,6 +1555,7 @@ export declare class DescribeDBInstancesResponse extends $tea.Model {
|
|
|
1525
1555
|
headers: {
|
|
1526
1556
|
[key: string]: string;
|
|
1527
1557
|
};
|
|
1558
|
+
statusCode: number;
|
|
1528
1559
|
body: DescribeDBInstancesResponseBody;
|
|
1529
1560
|
static names(): {
|
|
1530
1561
|
[key: string]: string;
|
|
@@ -1582,6 +1613,7 @@ export declare class DescribeDBInstancesOverviewResponse extends $tea.Model {
|
|
|
1582
1613
|
headers: {
|
|
1583
1614
|
[key: string]: string;
|
|
1584
1615
|
};
|
|
1616
|
+
statusCode: number;
|
|
1585
1617
|
body: DescribeDBInstancesOverviewResponseBody;
|
|
1586
1618
|
static names(): {
|
|
1587
1619
|
[key: string]: string;
|
|
@@ -1640,6 +1672,7 @@ export declare class DescribeDedicatedClusterInstanceListResponse extends $tea.M
|
|
|
1640
1672
|
headers: {
|
|
1641
1673
|
[key: string]: string;
|
|
1642
1674
|
};
|
|
1675
|
+
statusCode: number;
|
|
1643
1676
|
body: DescribeDedicatedClusterInstanceListResponseBody;
|
|
1644
1677
|
static names(): {
|
|
1645
1678
|
[key: string]: string;
|
|
@@ -1697,6 +1730,7 @@ export declare class DescribeErrorLogRecordsResponse extends $tea.Model {
|
|
|
1697
1730
|
headers: {
|
|
1698
1731
|
[key: string]: string;
|
|
1699
1732
|
};
|
|
1733
|
+
statusCode: number;
|
|
1700
1734
|
body: DescribeErrorLogRecordsResponseBody;
|
|
1701
1735
|
static names(): {
|
|
1702
1736
|
[key: string]: string;
|
|
@@ -1749,6 +1783,7 @@ export declare class DescribeInstanceAutoRenewalAttributeResponse extends $tea.M
|
|
|
1749
1783
|
headers: {
|
|
1750
1784
|
[key: string]: string;
|
|
1751
1785
|
};
|
|
1786
|
+
statusCode: number;
|
|
1752
1787
|
body: DescribeInstanceAutoRenewalAttributeResponseBody;
|
|
1753
1788
|
static names(): {
|
|
1754
1789
|
[key: string]: string;
|
|
@@ -1794,6 +1829,7 @@ export declare class DescribeKernelReleaseNotesResponse extends $tea.Model {
|
|
|
1794
1829
|
headers: {
|
|
1795
1830
|
[key: string]: string;
|
|
1796
1831
|
};
|
|
1832
|
+
statusCode: number;
|
|
1797
1833
|
body: DescribeKernelReleaseNotesResponseBody;
|
|
1798
1834
|
static names(): {
|
|
1799
1835
|
[key: string]: string;
|
|
@@ -1849,6 +1885,7 @@ export declare class DescribeMongoDBLogConfigResponse extends $tea.Model {
|
|
|
1849
1885
|
headers: {
|
|
1850
1886
|
[key: string]: string;
|
|
1851
1887
|
};
|
|
1888
|
+
statusCode: number;
|
|
1852
1889
|
body: DescribeMongoDBLogConfigResponseBody;
|
|
1853
1890
|
static names(): {
|
|
1854
1891
|
[key: string]: string;
|
|
@@ -1898,6 +1935,7 @@ export declare class DescribeParameterModificationHistoryResponse extends $tea.M
|
|
|
1898
1935
|
headers: {
|
|
1899
1936
|
[key: string]: string;
|
|
1900
1937
|
};
|
|
1938
|
+
statusCode: number;
|
|
1901
1939
|
body: DescribeParameterModificationHistoryResponseBody;
|
|
1902
1940
|
static names(): {
|
|
1903
1941
|
[key: string]: string;
|
|
@@ -1948,6 +1986,7 @@ export declare class DescribeParameterTemplatesResponse extends $tea.Model {
|
|
|
1948
1986
|
headers: {
|
|
1949
1987
|
[key: string]: string;
|
|
1950
1988
|
};
|
|
1989
|
+
statusCode: number;
|
|
1951
1990
|
body: DescribeParameterTemplatesResponseBody;
|
|
1952
1991
|
static names(): {
|
|
1953
1992
|
[key: string]: string;
|
|
@@ -1998,6 +2037,7 @@ export declare class DescribeParametersResponse extends $tea.Model {
|
|
|
1998
2037
|
headers: {
|
|
1999
2038
|
[key: string]: string;
|
|
2000
2039
|
};
|
|
2040
|
+
statusCode: number;
|
|
2001
2041
|
body: DescribeParametersResponseBody;
|
|
2002
2042
|
static names(): {
|
|
2003
2043
|
[key: string]: string;
|
|
@@ -2055,6 +2095,7 @@ export declare class DescribePriceResponse extends $tea.Model {
|
|
|
2055
2095
|
headers: {
|
|
2056
2096
|
[key: string]: string;
|
|
2057
2097
|
};
|
|
2098
|
+
statusCode: number;
|
|
2058
2099
|
body: DescribePriceResponseBody;
|
|
2059
2100
|
static names(): {
|
|
2060
2101
|
[key: string]: string;
|
|
@@ -2101,6 +2142,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
|
|
|
2101
2142
|
headers: {
|
|
2102
2143
|
[key: string]: string;
|
|
2103
2144
|
};
|
|
2145
|
+
statusCode: number;
|
|
2104
2146
|
body: DescribeRegionsResponseBody;
|
|
2105
2147
|
static names(): {
|
|
2106
2148
|
[key: string]: string;
|
|
@@ -2150,6 +2192,7 @@ export declare class DescribeRenewalPriceResponse extends $tea.Model {
|
|
|
2150
2192
|
headers: {
|
|
2151
2193
|
[key: string]: string;
|
|
2152
2194
|
};
|
|
2195
|
+
statusCode: number;
|
|
2153
2196
|
body: DescribeRenewalPriceResponseBody;
|
|
2154
2197
|
static names(): {
|
|
2155
2198
|
[key: string]: string;
|
|
@@ -2196,6 +2239,7 @@ export declare class DescribeReplicaSetRoleResponse extends $tea.Model {
|
|
|
2196
2239
|
headers: {
|
|
2197
2240
|
[key: string]: string;
|
|
2198
2241
|
};
|
|
2242
|
+
statusCode: number;
|
|
2199
2243
|
body: DescribeReplicaSetRoleResponseBody;
|
|
2200
2244
|
static names(): {
|
|
2201
2245
|
[key: string]: string;
|
|
@@ -2241,6 +2285,7 @@ export declare class DescribeRoleZoneInfoResponse extends $tea.Model {
|
|
|
2241
2285
|
headers: {
|
|
2242
2286
|
[key: string]: string;
|
|
2243
2287
|
};
|
|
2288
|
+
statusCode: number;
|
|
2244
2289
|
body: DescribeRoleZoneInfoResponseBody;
|
|
2245
2290
|
static names(): {
|
|
2246
2291
|
[key: string]: string;
|
|
@@ -2300,6 +2345,7 @@ export declare class DescribeRunningLogRecordsResponse extends $tea.Model {
|
|
|
2300
2345
|
headers: {
|
|
2301
2346
|
[key: string]: string;
|
|
2302
2347
|
};
|
|
2348
|
+
statusCode: number;
|
|
2303
2349
|
body: DescribeRunningLogRecordsResponseBody;
|
|
2304
2350
|
static names(): {
|
|
2305
2351
|
[key: string]: string;
|
|
@@ -2345,6 +2391,7 @@ export declare class DescribeSecurityGroupConfigurationResponse extends $tea.Mod
|
|
|
2345
2391
|
headers: {
|
|
2346
2392
|
[key: string]: string;
|
|
2347
2393
|
};
|
|
2394
|
+
statusCode: number;
|
|
2348
2395
|
body: DescribeSecurityGroupConfigurationResponseBody;
|
|
2349
2396
|
static names(): {
|
|
2350
2397
|
[key: string]: string;
|
|
@@ -2391,6 +2438,7 @@ export declare class DescribeSecurityIpsResponse extends $tea.Model {
|
|
|
2391
2438
|
headers: {
|
|
2392
2439
|
[key: string]: string;
|
|
2393
2440
|
};
|
|
2441
|
+
statusCode: number;
|
|
2394
2442
|
body: DescribeSecurityIpsResponseBody;
|
|
2395
2443
|
static names(): {
|
|
2396
2444
|
[key: string]: string;
|
|
@@ -2438,6 +2486,7 @@ export declare class DescribeShardingNetworkAddressResponse extends $tea.Model {
|
|
|
2438
2486
|
headers: {
|
|
2439
2487
|
[key: string]: string;
|
|
2440
2488
|
};
|
|
2489
|
+
statusCode: number;
|
|
2441
2490
|
body: DescribeShardingNetworkAddressResponseBody;
|
|
2442
2491
|
static names(): {
|
|
2443
2492
|
[key: string]: string;
|
|
@@ -2495,6 +2544,7 @@ export declare class DescribeSlowLogRecordsResponse extends $tea.Model {
|
|
|
2495
2544
|
headers: {
|
|
2496
2545
|
[key: string]: string;
|
|
2497
2546
|
};
|
|
2547
|
+
statusCode: number;
|
|
2498
2548
|
body: DescribeSlowLogRecordsResponseBody;
|
|
2499
2549
|
static names(): {
|
|
2500
2550
|
[key: string]: string;
|
|
@@ -2543,6 +2593,7 @@ export declare class DescribeTagsResponse extends $tea.Model {
|
|
|
2543
2593
|
headers: {
|
|
2544
2594
|
[key: string]: string;
|
|
2545
2595
|
};
|
|
2596
|
+
statusCode: number;
|
|
2546
2597
|
body: DescribeTagsResponseBody;
|
|
2547
2598
|
static names(): {
|
|
2548
2599
|
[key: string]: string;
|
|
@@ -2589,6 +2640,7 @@ export declare class DescribeUserEncryptionKeyListResponse extends $tea.Model {
|
|
|
2589
2640
|
headers: {
|
|
2590
2641
|
[key: string]: string;
|
|
2591
2642
|
};
|
|
2643
|
+
statusCode: number;
|
|
2592
2644
|
body: DescribeUserEncryptionKeyListResponseBody;
|
|
2593
2645
|
static names(): {
|
|
2594
2646
|
[key: string]: string;
|
|
@@ -2636,6 +2688,7 @@ export declare class DestroyInstanceResponse extends $tea.Model {
|
|
|
2636
2688
|
headers: {
|
|
2637
2689
|
[key: string]: string;
|
|
2638
2690
|
};
|
|
2691
|
+
statusCode: number;
|
|
2639
2692
|
body: DestroyInstanceResponseBody;
|
|
2640
2693
|
static names(): {
|
|
2641
2694
|
[key: string]: string;
|
|
@@ -2691,6 +2744,7 @@ export declare class EvaluateResourceResponse extends $tea.Model {
|
|
|
2691
2744
|
headers: {
|
|
2692
2745
|
[key: string]: string;
|
|
2693
2746
|
};
|
|
2747
|
+
statusCode: number;
|
|
2694
2748
|
body: EvaluateResourceResponseBody;
|
|
2695
2749
|
static names(): {
|
|
2696
2750
|
[key: string]: string;
|
|
@@ -2740,6 +2794,7 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
2740
2794
|
headers: {
|
|
2741
2795
|
[key: string]: string;
|
|
2742
2796
|
};
|
|
2797
|
+
statusCode: number;
|
|
2743
2798
|
body: ListTagResourcesResponseBody;
|
|
2744
2799
|
static names(): {
|
|
2745
2800
|
[key: string]: string;
|
|
@@ -2786,6 +2841,7 @@ export declare class MigrateAvailableZoneResponse extends $tea.Model {
|
|
|
2786
2841
|
headers: {
|
|
2787
2842
|
[key: string]: string;
|
|
2788
2843
|
};
|
|
2844
|
+
statusCode: number;
|
|
2789
2845
|
body: MigrateAvailableZoneResponseBody;
|
|
2790
2846
|
static names(): {
|
|
2791
2847
|
[key: string]: string;
|
|
@@ -2832,6 +2888,7 @@ export declare class MigrateToOtherZoneResponse extends $tea.Model {
|
|
|
2832
2888
|
headers: {
|
|
2833
2889
|
[key: string]: string;
|
|
2834
2890
|
};
|
|
2891
|
+
statusCode: number;
|
|
2835
2892
|
body: MigrateToOtherZoneResponseBody;
|
|
2836
2893
|
static names(): {
|
|
2837
2894
|
[key: string]: string;
|
|
@@ -2878,6 +2935,7 @@ export declare class ModifyAccountDescriptionResponse extends $tea.Model {
|
|
|
2878
2935
|
headers: {
|
|
2879
2936
|
[key: string]: string;
|
|
2880
2937
|
};
|
|
2938
|
+
statusCode: number;
|
|
2881
2939
|
body: ModifyAccountDescriptionResponseBody;
|
|
2882
2940
|
static names(): {
|
|
2883
2941
|
[key: string]: string;
|
|
@@ -2924,6 +2982,7 @@ export declare class ModifyAuditLogFilterResponse extends $tea.Model {
|
|
|
2924
2982
|
headers: {
|
|
2925
2983
|
[key: string]: string;
|
|
2926
2984
|
};
|
|
2985
|
+
statusCode: number;
|
|
2927
2986
|
body: ModifyAuditLogFilterResponseBody;
|
|
2928
2987
|
static names(): {
|
|
2929
2988
|
[key: string]: string;
|
|
@@ -2972,6 +3031,7 @@ export declare class ModifyAuditPolicyResponse extends $tea.Model {
|
|
|
2972
3031
|
headers: {
|
|
2973
3032
|
[key: string]: string;
|
|
2974
3033
|
};
|
|
3034
|
+
statusCode: number;
|
|
2975
3035
|
body: ModifyAuditPolicyResponseBody;
|
|
2976
3036
|
static names(): {
|
|
2977
3037
|
[key: string]: string;
|
|
@@ -3021,6 +3081,7 @@ export declare class ModifyBackupPolicyResponse extends $tea.Model {
|
|
|
3021
3081
|
headers: {
|
|
3022
3082
|
[key: string]: string;
|
|
3023
3083
|
};
|
|
3084
|
+
statusCode: number;
|
|
3024
3085
|
body: ModifyBackupPolicyResponseBody;
|
|
3025
3086
|
static names(): {
|
|
3026
3087
|
[key: string]: string;
|
|
@@ -3068,6 +3129,7 @@ export declare class ModifyDBInstanceConnectionStringResponse extends $tea.Model
|
|
|
3068
3129
|
headers: {
|
|
3069
3130
|
[key: string]: string;
|
|
3070
3131
|
};
|
|
3132
|
+
statusCode: number;
|
|
3071
3133
|
body: ModifyDBInstanceConnectionStringResponseBody;
|
|
3072
3134
|
static names(): {
|
|
3073
3135
|
[key: string]: string;
|
|
@@ -3114,6 +3176,7 @@ export declare class ModifyDBInstanceDescriptionResponse extends $tea.Model {
|
|
|
3114
3176
|
headers: {
|
|
3115
3177
|
[key: string]: string;
|
|
3116
3178
|
};
|
|
3179
|
+
statusCode: number;
|
|
3117
3180
|
body: ModifyDBInstanceDescriptionResponseBody;
|
|
3118
3181
|
static names(): {
|
|
3119
3182
|
[key: string]: string;
|
|
@@ -3160,6 +3223,7 @@ export declare class ModifyDBInstanceMaintainTimeResponse extends $tea.Model {
|
|
|
3160
3223
|
headers: {
|
|
3161
3224
|
[key: string]: string;
|
|
3162
3225
|
};
|
|
3226
|
+
statusCode: number;
|
|
3163
3227
|
body: ModifyDBInstanceMaintainTimeResponseBody;
|
|
3164
3228
|
static names(): {
|
|
3165
3229
|
[key: string]: string;
|
|
@@ -3205,6 +3269,7 @@ export declare class ModifyDBInstanceMonitorResponse extends $tea.Model {
|
|
|
3205
3269
|
headers: {
|
|
3206
3270
|
[key: string]: string;
|
|
3207
3271
|
};
|
|
3272
|
+
statusCode: number;
|
|
3208
3273
|
body: ModifyDBInstanceMonitorResponseBody;
|
|
3209
3274
|
static names(): {
|
|
3210
3275
|
[key: string]: string;
|
|
@@ -3251,6 +3316,7 @@ export declare class ModifyDBInstanceNetExpireTimeResponse extends $tea.Model {
|
|
|
3251
3316
|
headers: {
|
|
3252
3317
|
[key: string]: string;
|
|
3253
3318
|
};
|
|
3319
|
+
statusCode: number;
|
|
3254
3320
|
body: ModifyDBInstanceNetExpireTimeResponseBody;
|
|
3255
3321
|
static names(): {
|
|
3256
3322
|
[key: string]: string;
|
|
@@ -3300,6 +3366,7 @@ export declare class ModifyDBInstanceNetworkTypeResponse extends $tea.Model {
|
|
|
3300
3366
|
headers: {
|
|
3301
3367
|
[key: string]: string;
|
|
3302
3368
|
};
|
|
3369
|
+
statusCode: number;
|
|
3303
3370
|
body: ModifyDBInstanceNetworkTypeResponseBody;
|
|
3304
3371
|
static names(): {
|
|
3305
3372
|
[key: string]: string;
|
|
@@ -3345,6 +3412,7 @@ export declare class ModifyDBInstanceSSLResponse extends $tea.Model {
|
|
|
3345
3412
|
headers: {
|
|
3346
3413
|
[key: string]: string;
|
|
3347
3414
|
};
|
|
3415
|
+
statusCode: number;
|
|
3348
3416
|
body: ModifyDBInstanceSSLResponseBody;
|
|
3349
3417
|
static names(): {
|
|
3350
3418
|
[key: string]: string;
|
|
@@ -3399,6 +3467,7 @@ export declare class ModifyDBInstanceSpecResponse extends $tea.Model {
|
|
|
3399
3467
|
headers: {
|
|
3400
3468
|
[key: string]: string;
|
|
3401
3469
|
};
|
|
3470
|
+
statusCode: number;
|
|
3402
3471
|
body: ModifyDBInstanceSpecResponseBody;
|
|
3403
3472
|
static names(): {
|
|
3404
3473
|
[key: string]: string;
|
|
@@ -3447,6 +3516,7 @@ export declare class ModifyDBInstanceTDEResponse extends $tea.Model {
|
|
|
3447
3516
|
headers: {
|
|
3448
3517
|
[key: string]: string;
|
|
3449
3518
|
};
|
|
3519
|
+
statusCode: number;
|
|
3450
3520
|
body: ModifyDBInstanceTDEResponseBody;
|
|
3451
3521
|
static names(): {
|
|
3452
3522
|
[key: string]: string;
|
|
@@ -3494,6 +3564,7 @@ export declare class ModifyInstanceAutoRenewalAttributeResponse extends $tea.Mod
|
|
|
3494
3564
|
headers: {
|
|
3495
3565
|
[key: string]: string;
|
|
3496
3566
|
};
|
|
3567
|
+
statusCode: number;
|
|
3497
3568
|
body: ModifyInstanceAutoRenewalAttributeResponseBody;
|
|
3498
3569
|
static names(): {
|
|
3499
3570
|
[key: string]: string;
|
|
@@ -3540,6 +3611,7 @@ export declare class ModifyInstanceVpcAuthModeResponse extends $tea.Model {
|
|
|
3540
3611
|
headers: {
|
|
3541
3612
|
[key: string]: string;
|
|
3542
3613
|
};
|
|
3614
|
+
statusCode: number;
|
|
3543
3615
|
body: ModifyInstanceVpcAuthModeResponseBody;
|
|
3544
3616
|
static names(): {
|
|
3545
3617
|
[key: string]: string;
|
|
@@ -3597,6 +3669,7 @@ export declare class ModifyNodeSpecResponse extends $tea.Model {
|
|
|
3597
3669
|
headers: {
|
|
3598
3670
|
[key: string]: string;
|
|
3599
3671
|
};
|
|
3672
|
+
statusCode: number;
|
|
3600
3673
|
body: ModifyNodeSpecResponseBody;
|
|
3601
3674
|
static names(): {
|
|
3602
3675
|
[key: string]: string;
|
|
@@ -3650,6 +3723,7 @@ export declare class ModifyNodeSpecBatchResponse extends $tea.Model {
|
|
|
3650
3723
|
headers: {
|
|
3651
3724
|
[key: string]: string;
|
|
3652
3725
|
};
|
|
3726
|
+
statusCode: number;
|
|
3653
3727
|
body: ModifyNodeSpecBatchResponseBody;
|
|
3654
3728
|
static names(): {
|
|
3655
3729
|
[key: string]: string;
|
|
@@ -3668,6 +3742,7 @@ export declare class ModifyParametersRequest extends $tea.Model {
|
|
|
3668
3742
|
ownerAccount?: string;
|
|
3669
3743
|
ownerId?: number;
|
|
3670
3744
|
parameters?: string;
|
|
3745
|
+
regionId?: string;
|
|
3671
3746
|
resourceOwnerAccount?: string;
|
|
3672
3747
|
resourceOwnerId?: number;
|
|
3673
3748
|
securityToken?: string;
|
|
@@ -3697,6 +3772,7 @@ export declare class ModifyParametersResponse extends $tea.Model {
|
|
|
3697
3772
|
headers: {
|
|
3698
3773
|
[key: string]: string;
|
|
3699
3774
|
};
|
|
3775
|
+
statusCode: number;
|
|
3700
3776
|
body: ModifyParametersResponseBody;
|
|
3701
3777
|
static names(): {
|
|
3702
3778
|
[key: string]: string;
|
|
@@ -3743,6 +3819,7 @@ export declare class ModifyResourceGroupResponse extends $tea.Model {
|
|
|
3743
3819
|
headers: {
|
|
3744
3820
|
[key: string]: string;
|
|
3745
3821
|
};
|
|
3822
|
+
statusCode: number;
|
|
3746
3823
|
body: ModifyResourceGroupResponseBody;
|
|
3747
3824
|
static names(): {
|
|
3748
3825
|
[key: string]: string;
|
|
@@ -3788,6 +3865,7 @@ export declare class ModifySecurityGroupConfigurationResponse extends $tea.Model
|
|
|
3788
3865
|
headers: {
|
|
3789
3866
|
[key: string]: string;
|
|
3790
3867
|
};
|
|
3868
|
+
statusCode: number;
|
|
3791
3869
|
body: ModifySecurityGroupConfigurationResponseBody;
|
|
3792
3870
|
static names(): {
|
|
3793
3871
|
[key: string]: string;
|
|
@@ -3836,6 +3914,7 @@ export declare class ModifySecurityIpsResponse extends $tea.Model {
|
|
|
3836
3914
|
headers: {
|
|
3837
3915
|
[key: string]: string;
|
|
3838
3916
|
};
|
|
3917
|
+
statusCode: number;
|
|
3839
3918
|
body: ModifySecurityIpsResponseBody;
|
|
3840
3919
|
static names(): {
|
|
3841
3920
|
[key: string]: string;
|
|
@@ -3882,6 +3961,7 @@ export declare class ReleaseNodePrivateNetworkAddressResponse extends $tea.Model
|
|
|
3882
3961
|
headers: {
|
|
3883
3962
|
[key: string]: string;
|
|
3884
3963
|
};
|
|
3964
|
+
statusCode: number;
|
|
3885
3965
|
body: ReleaseNodePrivateNetworkAddressResponseBody;
|
|
3886
3966
|
static names(): {
|
|
3887
3967
|
[key: string]: string;
|
|
@@ -3927,6 +4007,7 @@ export declare class ReleasePublicNetworkAddressResponse extends $tea.Model {
|
|
|
3927
4007
|
headers: {
|
|
3928
4008
|
[key: string]: string;
|
|
3929
4009
|
};
|
|
4010
|
+
statusCode: number;
|
|
3930
4011
|
body: ReleasePublicNetworkAddressResponseBody;
|
|
3931
4012
|
static names(): {
|
|
3932
4013
|
[key: string]: string;
|
|
@@ -3977,6 +4058,7 @@ export declare class RenewDBInstanceResponse extends $tea.Model {
|
|
|
3977
4058
|
headers: {
|
|
3978
4059
|
[key: string]: string;
|
|
3979
4060
|
};
|
|
4061
|
+
statusCode: number;
|
|
3980
4062
|
body: RenewDBInstanceResponseBody;
|
|
3981
4063
|
static names(): {
|
|
3982
4064
|
[key: string]: string;
|
|
@@ -4023,6 +4105,7 @@ export declare class ResetAccountPasswordResponse extends $tea.Model {
|
|
|
4023
4105
|
headers: {
|
|
4024
4106
|
[key: string]: string;
|
|
4025
4107
|
};
|
|
4108
|
+
statusCode: number;
|
|
4026
4109
|
body: ResetAccountPasswordResponseBody;
|
|
4027
4110
|
static names(): {
|
|
4028
4111
|
[key: string]: string;
|
|
@@ -4068,6 +4151,7 @@ export declare class RestartDBInstanceResponse extends $tea.Model {
|
|
|
4068
4151
|
headers: {
|
|
4069
4152
|
[key: string]: string;
|
|
4070
4153
|
};
|
|
4154
|
+
statusCode: number;
|
|
4071
4155
|
body: RestartDBInstanceResponseBody;
|
|
4072
4156
|
static names(): {
|
|
4073
4157
|
[key: string]: string;
|
|
@@ -4113,6 +4197,7 @@ export declare class RestoreDBInstanceResponse extends $tea.Model {
|
|
|
4113
4197
|
headers: {
|
|
4114
4198
|
[key: string]: string;
|
|
4115
4199
|
};
|
|
4200
|
+
statusCode: number;
|
|
4116
4201
|
body: RestoreDBInstanceResponseBody;
|
|
4117
4202
|
static names(): {
|
|
4118
4203
|
[key: string]: string;
|
|
@@ -4160,6 +4245,7 @@ export declare class SwitchDBInstanceHAResponse extends $tea.Model {
|
|
|
4160
4245
|
headers: {
|
|
4161
4246
|
[key: string]: string;
|
|
4162
4247
|
};
|
|
4248
|
+
statusCode: number;
|
|
4163
4249
|
body: SwitchDBInstanceHAResponseBody;
|
|
4164
4250
|
static names(): {
|
|
4165
4251
|
[key: string]: string;
|
|
@@ -4207,6 +4293,7 @@ export declare class TagResourcesResponse extends $tea.Model {
|
|
|
4207
4293
|
headers: {
|
|
4208
4294
|
[key: string]: string;
|
|
4209
4295
|
};
|
|
4296
|
+
statusCode: number;
|
|
4210
4297
|
body: TagResourcesResponseBody;
|
|
4211
4298
|
static names(): {
|
|
4212
4299
|
[key: string]: string;
|
|
@@ -4257,6 +4344,7 @@ export declare class TransformToPrePaidResponse extends $tea.Model {
|
|
|
4257
4344
|
headers: {
|
|
4258
4345
|
[key: string]: string;
|
|
4259
4346
|
};
|
|
4347
|
+
statusCode: number;
|
|
4260
4348
|
body: TransformToPrePaidResponseBody;
|
|
4261
4349
|
static names(): {
|
|
4262
4350
|
[key: string]: string;
|
|
@@ -4305,6 +4393,7 @@ export declare class UntagResourcesResponse extends $tea.Model {
|
|
|
4305
4393
|
headers: {
|
|
4306
4394
|
[key: string]: string;
|
|
4307
4395
|
};
|
|
4396
|
+
statusCode: number;
|
|
4308
4397
|
body: UntagResourcesResponseBody;
|
|
4309
4398
|
static names(): {
|
|
4310
4399
|
[key: string]: string;
|
|
@@ -4350,6 +4439,7 @@ export declare class UpgradeDBInstanceEngineVersionResponse extends $tea.Model {
|
|
|
4350
4439
|
headers: {
|
|
4351
4440
|
[key: string]: string;
|
|
4352
4441
|
};
|
|
4442
|
+
statusCode: number;
|
|
4353
4443
|
body: UpgradeDBInstanceEngineVersionResponseBody;
|
|
4354
4444
|
static names(): {
|
|
4355
4445
|
[key: string]: string;
|
|
@@ -4394,6 +4484,7 @@ export declare class UpgradeDBInstanceKernelVersionResponse extends $tea.Model {
|
|
|
4394
4484
|
headers: {
|
|
4395
4485
|
[key: string]: string;
|
|
4396
4486
|
};
|
|
4487
|
+
statusCode: number;
|
|
4397
4488
|
body: UpgradeDBInstanceKernelVersionResponseBody;
|
|
4398
4489
|
static names(): {
|
|
4399
4490
|
[key: string]: string;
|
|
@@ -4531,7 +4622,22 @@ export declare class DescribeAvailableEngineVersionResponseBodyEngineVersions ex
|
|
|
4531
4622
|
[key: string]: any;
|
|
4532
4623
|
});
|
|
4533
4624
|
}
|
|
4625
|
+
export declare class DescribeAvailableResourceResponseBodySupportedDBTypesSupportedDBTypeAvailableZonesAvailableZoneSupportedEngineVersionsSupportedEngineVersionSupportedEnginesSupportedEngineSupportedNodeTypesSupportedNodeTypeAvailableResourcesAvailableResourceDBInstanceStorageRange extends $tea.Model {
|
|
4626
|
+
max?: number;
|
|
4627
|
+
min?: number;
|
|
4628
|
+
step?: number;
|
|
4629
|
+
static names(): {
|
|
4630
|
+
[key: string]: string;
|
|
4631
|
+
};
|
|
4632
|
+
static types(): {
|
|
4633
|
+
[key: string]: any;
|
|
4634
|
+
};
|
|
4635
|
+
constructor(map?: {
|
|
4636
|
+
[key: string]: any;
|
|
4637
|
+
});
|
|
4638
|
+
}
|
|
4534
4639
|
export declare class DescribeAvailableResourceResponseBodySupportedDBTypesSupportedDBTypeAvailableZonesAvailableZoneSupportedEngineVersionsSupportedEngineVersionSupportedEnginesSupportedEngineSupportedNodeTypesSupportedNodeTypeAvailableResourcesAvailableResource extends $tea.Model {
|
|
4640
|
+
DBInstanceStorageRange?: DescribeAvailableResourceResponseBodySupportedDBTypesSupportedDBTypeAvailableZonesAvailableZoneSupportedEngineVersionsSupportedEngineVersionSupportedEnginesSupportedEngineSupportedNodeTypesSupportedNodeTypeAvailableResourcesAvailableResourceDBInstanceStorageRange;
|
|
4535
4641
|
instanceClass?: string;
|
|
4536
4642
|
instanceClassRemark?: string;
|
|
4537
4643
|
static names(): {
|
|
@@ -5125,6 +5231,7 @@ export declare class DescribeDBInstancesResponseBodyDBInstancesDBInstance extend
|
|
|
5125
5231
|
replicationFactor?: string;
|
|
5126
5232
|
resourceGroupId?: string;
|
|
5127
5233
|
shardList?: DescribeDBInstancesResponseBodyDBInstancesDBInstanceShardList;
|
|
5234
|
+
storageType?: string;
|
|
5128
5235
|
tags?: DescribeDBInstancesResponseBodyDBInstancesDBInstanceTags;
|
|
5129
5236
|
vpcAuthMode?: string;
|
|
5130
5237
|
zoneId?: string;
|
|
@@ -5622,6 +5729,7 @@ export declare class DescribePriceResponseBodySubOrders extends $tea.Model {
|
|
|
5622
5729
|
}
|
|
5623
5730
|
export declare class DescribeRegionsResponseBodyRegionsDdsRegionZonesZone extends $tea.Model {
|
|
5624
5731
|
vpcEnabled?: boolean;
|
|
5732
|
+
zoneId?: string;
|
|
5625
5733
|
zoneName?: string;
|
|
5626
5734
|
static names(): {
|
|
5627
5735
|
[key: string]: string;
|