@alicloud/dds20151201 5.0.4 → 5.0.5
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 +318 -318
- package/package.json +1 -1
- package/src/client.ts +318 -318
package/src/client.ts
CHANGED
|
@@ -71,9 +71,9 @@ export class AllocateNodePrivateNetworkAddressResponseBody extends $tea.Model {
|
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
export class AllocateNodePrivateNetworkAddressResponse extends $tea.Model {
|
|
74
|
-
headers
|
|
75
|
-
statusCode
|
|
76
|
-
body
|
|
74
|
+
headers?: { [key: string]: string };
|
|
75
|
+
statusCode?: number;
|
|
76
|
+
body?: AllocateNodePrivateNetworkAddressResponseBody;
|
|
77
77
|
static names(): { [key: string]: string } {
|
|
78
78
|
return {
|
|
79
79
|
headers: 'headers',
|
|
@@ -149,9 +149,9 @@ export class AllocatePublicNetworkAddressResponseBody extends $tea.Model {
|
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
export class AllocatePublicNetworkAddressResponse extends $tea.Model {
|
|
152
|
-
headers
|
|
153
|
-
statusCode
|
|
154
|
-
body
|
|
152
|
+
headers?: { [key: string]: string };
|
|
153
|
+
statusCode?: number;
|
|
154
|
+
body?: AllocatePublicNetworkAddressResponseBody;
|
|
155
155
|
static names(): { [key: string]: string } {
|
|
156
156
|
return {
|
|
157
157
|
headers: 'headers',
|
|
@@ -233,9 +233,9 @@ export class CheckCloudResourceAuthorizedResponseBody extends $tea.Model {
|
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
export class CheckCloudResourceAuthorizedResponse extends $tea.Model {
|
|
236
|
-
headers
|
|
237
|
-
statusCode
|
|
238
|
-
body
|
|
236
|
+
headers?: { [key: string]: string };
|
|
237
|
+
statusCode?: number;
|
|
238
|
+
body?: CheckCloudResourceAuthorizedResponseBody;
|
|
239
239
|
static names(): { [key: string]: string } {
|
|
240
240
|
return {
|
|
241
241
|
headers: 'headers',
|
|
@@ -326,9 +326,9 @@ export class CheckRecoveryConditionResponseBody extends $tea.Model {
|
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
export class CheckRecoveryConditionResponse extends $tea.Model {
|
|
329
|
-
headers
|
|
330
|
-
statusCode
|
|
331
|
-
body
|
|
329
|
+
headers?: { [key: string]: string };
|
|
330
|
+
statusCode?: number;
|
|
331
|
+
body?: CheckRecoveryConditionResponseBody;
|
|
332
332
|
static names(): { [key: string]: string } {
|
|
333
333
|
return {
|
|
334
334
|
headers: 'headers',
|
|
@@ -407,9 +407,9 @@ export class CreateAccountResponseBody extends $tea.Model {
|
|
|
407
407
|
}
|
|
408
408
|
|
|
409
409
|
export class CreateAccountResponse extends $tea.Model {
|
|
410
|
-
headers
|
|
411
|
-
statusCode
|
|
412
|
-
body
|
|
410
|
+
headers?: { [key: string]: string };
|
|
411
|
+
statusCode?: number;
|
|
412
|
+
body?: CreateAccountResponseBody;
|
|
413
413
|
static names(): { [key: string]: string } {
|
|
414
414
|
return {
|
|
415
415
|
headers: 'headers',
|
|
@@ -488,9 +488,9 @@ export class CreateBackupResponseBody extends $tea.Model {
|
|
|
488
488
|
}
|
|
489
489
|
|
|
490
490
|
export class CreateBackupResponse extends $tea.Model {
|
|
491
|
-
headers
|
|
492
|
-
statusCode
|
|
493
|
-
body
|
|
491
|
+
headers?: { [key: string]: string };
|
|
492
|
+
statusCode?: number;
|
|
493
|
+
body?: CreateBackupResponseBody;
|
|
494
494
|
static names(): { [key: string]: string } {
|
|
495
495
|
return {
|
|
496
496
|
headers: 'headers',
|
|
@@ -671,9 +671,9 @@ export class CreateDBInstanceResponseBody extends $tea.Model {
|
|
|
671
671
|
}
|
|
672
672
|
|
|
673
673
|
export class CreateDBInstanceResponse extends $tea.Model {
|
|
674
|
-
headers
|
|
675
|
-
statusCode
|
|
676
|
-
body
|
|
674
|
+
headers?: { [key: string]: string };
|
|
675
|
+
statusCode?: number;
|
|
676
|
+
body?: CreateDBInstanceResponseBody;
|
|
677
677
|
static names(): { [key: string]: string } {
|
|
678
678
|
return {
|
|
679
679
|
headers: 'headers',
|
|
@@ -758,9 +758,9 @@ export class CreateGlobalSecurityIPGroupResponseBody extends $tea.Model {
|
|
|
758
758
|
}
|
|
759
759
|
|
|
760
760
|
export class CreateGlobalSecurityIPGroupResponse extends $tea.Model {
|
|
761
|
-
headers
|
|
762
|
-
statusCode
|
|
763
|
-
body
|
|
761
|
+
headers?: { [key: string]: string };
|
|
762
|
+
statusCode?: number;
|
|
763
|
+
body?: CreateGlobalSecurityIPGroupResponseBody;
|
|
764
764
|
static names(): { [key: string]: string } {
|
|
765
765
|
return {
|
|
766
766
|
headers: 'headers',
|
|
@@ -872,9 +872,9 @@ export class CreateNodeResponseBody extends $tea.Model {
|
|
|
872
872
|
}
|
|
873
873
|
|
|
874
874
|
export class CreateNodeResponse extends $tea.Model {
|
|
875
|
-
headers
|
|
876
|
-
statusCode
|
|
877
|
-
body
|
|
875
|
+
headers?: { [key: string]: string };
|
|
876
|
+
statusCode?: number;
|
|
877
|
+
body?: CreateNodeResponseBody;
|
|
878
878
|
static names(): { [key: string]: string } {
|
|
879
879
|
return {
|
|
880
880
|
headers: 'headers',
|
|
@@ -980,9 +980,9 @@ export class CreateNodeBatchResponseBody extends $tea.Model {
|
|
|
980
980
|
}
|
|
981
981
|
|
|
982
982
|
export class CreateNodeBatchResponse extends $tea.Model {
|
|
983
|
-
headers
|
|
984
|
-
statusCode
|
|
985
|
-
body
|
|
983
|
+
headers?: { [key: string]: string };
|
|
984
|
+
statusCode?: number;
|
|
985
|
+
body?: CreateNodeBatchResponseBody;
|
|
986
986
|
static names(): { [key: string]: string } {
|
|
987
987
|
return {
|
|
988
988
|
headers: 'headers',
|
|
@@ -1148,9 +1148,9 @@ export class CreateShardingDBInstanceResponseBody extends $tea.Model {
|
|
|
1148
1148
|
}
|
|
1149
1149
|
|
|
1150
1150
|
export class CreateShardingDBInstanceResponse extends $tea.Model {
|
|
1151
|
-
headers
|
|
1152
|
-
statusCode
|
|
1153
|
-
body
|
|
1151
|
+
headers?: { [key: string]: string };
|
|
1152
|
+
statusCode?: number;
|
|
1153
|
+
body?: CreateShardingDBInstanceResponseBody;
|
|
1154
1154
|
static names(): { [key: string]: string } {
|
|
1155
1155
|
return {
|
|
1156
1156
|
headers: 'headers',
|
|
@@ -1226,9 +1226,9 @@ export class DeleteDBInstanceResponseBody extends $tea.Model {
|
|
|
1226
1226
|
}
|
|
1227
1227
|
|
|
1228
1228
|
export class DeleteDBInstanceResponse extends $tea.Model {
|
|
1229
|
-
headers
|
|
1230
|
-
statusCode
|
|
1231
|
-
body
|
|
1229
|
+
headers?: { [key: string]: string };
|
|
1230
|
+
statusCode?: number;
|
|
1231
|
+
body?: DeleteDBInstanceResponseBody;
|
|
1232
1232
|
static names(): { [key: string]: string } {
|
|
1233
1233
|
return {
|
|
1234
1234
|
headers: 'headers',
|
|
@@ -1310,9 +1310,9 @@ export class DeleteGlobalSecurityIPGroupResponseBody extends $tea.Model {
|
|
|
1310
1310
|
}
|
|
1311
1311
|
|
|
1312
1312
|
export class DeleteGlobalSecurityIPGroupResponse extends $tea.Model {
|
|
1313
|
-
headers
|
|
1314
|
-
statusCode
|
|
1315
|
-
body
|
|
1313
|
+
headers?: { [key: string]: string };
|
|
1314
|
+
statusCode?: number;
|
|
1315
|
+
body?: DeleteGlobalSecurityIPGroupResponseBody;
|
|
1316
1316
|
static names(): { [key: string]: string } {
|
|
1317
1317
|
return {
|
|
1318
1318
|
headers: 'headers',
|
|
@@ -1397,9 +1397,9 @@ export class DeleteNodeResponseBody extends $tea.Model {
|
|
|
1397
1397
|
}
|
|
1398
1398
|
|
|
1399
1399
|
export class DeleteNodeResponse extends $tea.Model {
|
|
1400
|
-
headers
|
|
1401
|
-
statusCode
|
|
1402
|
-
body
|
|
1400
|
+
headers?: { [key: string]: string };
|
|
1401
|
+
statusCode?: number;
|
|
1402
|
+
body?: DeleteNodeResponseBody;
|
|
1403
1403
|
static names(): { [key: string]: string } {
|
|
1404
1404
|
return {
|
|
1405
1405
|
headers: 'headers',
|
|
@@ -1478,9 +1478,9 @@ export class DescribeAccountsResponseBody extends $tea.Model {
|
|
|
1478
1478
|
}
|
|
1479
1479
|
|
|
1480
1480
|
export class DescribeAccountsResponse extends $tea.Model {
|
|
1481
|
-
headers
|
|
1482
|
-
statusCode
|
|
1483
|
-
body
|
|
1481
|
+
headers?: { [key: string]: string };
|
|
1482
|
+
statusCode?: number;
|
|
1483
|
+
body?: DescribeAccountsResponseBody;
|
|
1484
1484
|
static names(): { [key: string]: string } {
|
|
1485
1485
|
return {
|
|
1486
1486
|
headers: 'headers',
|
|
@@ -1559,9 +1559,9 @@ export class DescribeActiveOperationTaskCountResponseBody extends $tea.Model {
|
|
|
1559
1559
|
}
|
|
1560
1560
|
|
|
1561
1561
|
export class DescribeActiveOperationTaskCountResponse extends $tea.Model {
|
|
1562
|
-
headers
|
|
1563
|
-
statusCode
|
|
1564
|
-
body
|
|
1562
|
+
headers?: { [key: string]: string };
|
|
1563
|
+
statusCode?: number;
|
|
1564
|
+
body?: DescribeActiveOperationTaskCountResponseBody;
|
|
1565
1565
|
static names(): { [key: string]: string } {
|
|
1566
1566
|
return {
|
|
1567
1567
|
headers: 'headers',
|
|
@@ -1640,9 +1640,9 @@ export class DescribeActiveOperationTaskTypeResponseBody extends $tea.Model {
|
|
|
1640
1640
|
}
|
|
1641
1641
|
|
|
1642
1642
|
export class DescribeActiveOperationTaskTypeResponse extends $tea.Model {
|
|
1643
|
-
headers
|
|
1644
|
-
statusCode
|
|
1645
|
-
body
|
|
1643
|
+
headers?: { [key: string]: string };
|
|
1644
|
+
statusCode?: number;
|
|
1645
|
+
body?: DescribeActiveOperationTaskTypeResponseBody;
|
|
1646
1646
|
static names(): { [key: string]: string } {
|
|
1647
1647
|
return {
|
|
1648
1648
|
headers: 'headers',
|
|
@@ -1757,9 +1757,9 @@ export class DescribeActiveOperationTasksResponseBody extends $tea.Model {
|
|
|
1757
1757
|
}
|
|
1758
1758
|
|
|
1759
1759
|
export class DescribeActiveOperationTasksResponse extends $tea.Model {
|
|
1760
|
-
headers
|
|
1761
|
-
statusCode
|
|
1762
|
-
body
|
|
1760
|
+
headers?: { [key: string]: string };
|
|
1761
|
+
statusCode?: number;
|
|
1762
|
+
body?: DescribeActiveOperationTasksResponseBody;
|
|
1763
1763
|
static names(): { [key: string]: string } {
|
|
1764
1764
|
return {
|
|
1765
1765
|
headers: 'headers',
|
|
@@ -1841,9 +1841,9 @@ export class DescribeAuditLogFilterResponseBody extends $tea.Model {
|
|
|
1841
1841
|
}
|
|
1842
1842
|
|
|
1843
1843
|
export class DescribeAuditLogFilterResponse extends $tea.Model {
|
|
1844
|
-
headers
|
|
1845
|
-
statusCode
|
|
1846
|
-
body
|
|
1844
|
+
headers?: { [key: string]: string };
|
|
1845
|
+
statusCode?: number;
|
|
1846
|
+
body?: DescribeAuditLogFilterResponseBody;
|
|
1847
1847
|
static names(): { [key: string]: string } {
|
|
1848
1848
|
return {
|
|
1849
1849
|
headers: 'headers',
|
|
@@ -1919,9 +1919,9 @@ export class DescribeAuditPolicyResponseBody extends $tea.Model {
|
|
|
1919
1919
|
}
|
|
1920
1920
|
|
|
1921
1921
|
export class DescribeAuditPolicyResponse extends $tea.Model {
|
|
1922
|
-
headers
|
|
1923
|
-
statusCode
|
|
1924
|
-
body
|
|
1922
|
+
headers?: { [key: string]: string };
|
|
1923
|
+
statusCode?: number;
|
|
1924
|
+
body?: DescribeAuditPolicyResponseBody;
|
|
1925
1925
|
static names(): { [key: string]: string } {
|
|
1926
1926
|
return {
|
|
1927
1927
|
headers: 'headers',
|
|
@@ -2039,9 +2039,9 @@ export class DescribeAuditRecordsResponseBody extends $tea.Model {
|
|
|
2039
2039
|
}
|
|
2040
2040
|
|
|
2041
2041
|
export class DescribeAuditRecordsResponse extends $tea.Model {
|
|
2042
|
-
headers
|
|
2043
|
-
statusCode
|
|
2044
|
-
body
|
|
2042
|
+
headers?: { [key: string]: string };
|
|
2043
|
+
statusCode?: number;
|
|
2044
|
+
body?: DescribeAuditRecordsResponseBody;
|
|
2045
2045
|
static names(): { [key: string]: string } {
|
|
2046
2046
|
return {
|
|
2047
2047
|
headers: 'headers',
|
|
@@ -2156,9 +2156,9 @@ export class DescribeAvailabilityZonesResponseBody extends $tea.Model {
|
|
|
2156
2156
|
}
|
|
2157
2157
|
|
|
2158
2158
|
export class DescribeAvailabilityZonesResponse extends $tea.Model {
|
|
2159
|
-
headers
|
|
2160
|
-
statusCode
|
|
2161
|
-
body
|
|
2159
|
+
headers?: { [key: string]: string };
|
|
2160
|
+
statusCode?: number;
|
|
2161
|
+
body?: DescribeAvailabilityZonesResponseBody;
|
|
2162
2162
|
static names(): { [key: string]: string } {
|
|
2163
2163
|
return {
|
|
2164
2164
|
headers: 'headers',
|
|
@@ -2234,9 +2234,9 @@ export class DescribeAvailableEngineVersionResponseBody extends $tea.Model {
|
|
|
2234
2234
|
}
|
|
2235
2235
|
|
|
2236
2236
|
export class DescribeAvailableEngineVersionResponse extends $tea.Model {
|
|
2237
|
-
headers
|
|
2238
|
-
statusCode
|
|
2239
|
-
body
|
|
2237
|
+
headers?: { [key: string]: string };
|
|
2238
|
+
statusCode?: number;
|
|
2239
|
+
body?: DescribeAvailableEngineVersionResponseBody;
|
|
2240
2240
|
static names(): { [key: string]: string } {
|
|
2241
2241
|
return {
|
|
2242
2242
|
headers: 'headers',
|
|
@@ -2336,9 +2336,9 @@ export class DescribeAvailableResourceResponseBody extends $tea.Model {
|
|
|
2336
2336
|
}
|
|
2337
2337
|
|
|
2338
2338
|
export class DescribeAvailableResourceResponse extends $tea.Model {
|
|
2339
|
-
headers
|
|
2340
|
-
statusCode
|
|
2341
|
-
body
|
|
2339
|
+
headers?: { [key: string]: string };
|
|
2340
|
+
statusCode?: number;
|
|
2341
|
+
body?: DescribeAvailableResourceResponseBody;
|
|
2342
2342
|
static names(): { [key: string]: string } {
|
|
2343
2343
|
return {
|
|
2344
2344
|
headers: 'headers',
|
|
@@ -2438,9 +2438,9 @@ export class DescribeBackupDBsResponseBody extends $tea.Model {
|
|
|
2438
2438
|
}
|
|
2439
2439
|
|
|
2440
2440
|
export class DescribeBackupDBsResponse extends $tea.Model {
|
|
2441
|
-
headers
|
|
2442
|
-
statusCode
|
|
2443
|
-
body
|
|
2441
|
+
headers?: { [key: string]: string };
|
|
2442
|
+
statusCode?: number;
|
|
2443
|
+
body?: DescribeBackupDBsResponseBody;
|
|
2444
2444
|
static names(): { [key: string]: string } {
|
|
2445
2445
|
return {
|
|
2446
2446
|
headers: 'headers',
|
|
@@ -2537,9 +2537,9 @@ export class DescribeBackupPolicyResponseBody extends $tea.Model {
|
|
|
2537
2537
|
}
|
|
2538
2538
|
|
|
2539
2539
|
export class DescribeBackupPolicyResponse extends $tea.Model {
|
|
2540
|
-
headers
|
|
2541
|
-
statusCode
|
|
2542
|
-
body
|
|
2540
|
+
headers?: { [key: string]: string };
|
|
2541
|
+
statusCode?: number;
|
|
2542
|
+
body?: DescribeBackupPolicyResponseBody;
|
|
2543
2543
|
static names(): { [key: string]: string } {
|
|
2544
2544
|
return {
|
|
2545
2545
|
headers: 'headers',
|
|
@@ -2642,9 +2642,9 @@ export class DescribeBackupsResponseBody extends $tea.Model {
|
|
|
2642
2642
|
}
|
|
2643
2643
|
|
|
2644
2644
|
export class DescribeBackupsResponse extends $tea.Model {
|
|
2645
|
-
headers
|
|
2646
|
-
statusCode
|
|
2647
|
-
body
|
|
2645
|
+
headers?: { [key: string]: string };
|
|
2646
|
+
statusCode?: number;
|
|
2647
|
+
body?: DescribeBackupsResponseBody;
|
|
2648
2648
|
static names(): { [key: string]: string } {
|
|
2649
2649
|
return {
|
|
2650
2650
|
headers: 'headers',
|
|
@@ -2747,9 +2747,9 @@ export class DescribeClusterBackupsResponseBody extends $tea.Model {
|
|
|
2747
2747
|
}
|
|
2748
2748
|
|
|
2749
2749
|
export class DescribeClusterBackupsResponse extends $tea.Model {
|
|
2750
|
-
headers
|
|
2751
|
-
statusCode
|
|
2752
|
-
body
|
|
2750
|
+
headers?: { [key: string]: string };
|
|
2751
|
+
statusCode?: number;
|
|
2752
|
+
body?: DescribeClusterBackupsResponseBody;
|
|
2753
2753
|
static names(): { [key: string]: string } {
|
|
2754
2754
|
return {
|
|
2755
2755
|
headers: 'headers',
|
|
@@ -2825,9 +2825,9 @@ export class DescribeClusterRecoverTimeResponseBody extends $tea.Model {
|
|
|
2825
2825
|
}
|
|
2826
2826
|
|
|
2827
2827
|
export class DescribeClusterRecoverTimeResponse extends $tea.Model {
|
|
2828
|
-
headers
|
|
2829
|
-
statusCode
|
|
2830
|
-
body
|
|
2828
|
+
headers?: { [key: string]: string };
|
|
2829
|
+
statusCode?: number;
|
|
2830
|
+
body?: DescribeClusterRecoverTimeResponseBody;
|
|
2831
2831
|
static names(): { [key: string]: string } {
|
|
2832
2832
|
return {
|
|
2833
2833
|
headers: 'headers',
|
|
@@ -2915,9 +2915,9 @@ export class DescribeDBInstanceAttributeResponseBody extends $tea.Model {
|
|
|
2915
2915
|
}
|
|
2916
2916
|
|
|
2917
2917
|
export class DescribeDBInstanceAttributeResponse extends $tea.Model {
|
|
2918
|
-
headers
|
|
2919
|
-
statusCode
|
|
2920
|
-
body
|
|
2918
|
+
headers?: { [key: string]: string };
|
|
2919
|
+
statusCode?: number;
|
|
2920
|
+
body?: DescribeDBInstanceAttributeResponseBody;
|
|
2921
2921
|
static names(): { [key: string]: string } {
|
|
2922
2922
|
return {
|
|
2923
2923
|
headers: 'headers',
|
|
@@ -3017,9 +3017,9 @@ export class DescribeDBInstanceEncryptionKeyResponseBody extends $tea.Model {
|
|
|
3017
3017
|
}
|
|
3018
3018
|
|
|
3019
3019
|
export class DescribeDBInstanceEncryptionKeyResponse extends $tea.Model {
|
|
3020
|
-
headers
|
|
3021
|
-
statusCode
|
|
3022
|
-
body
|
|
3020
|
+
headers?: { [key: string]: string };
|
|
3021
|
+
statusCode?: number;
|
|
3022
|
+
body?: DescribeDBInstanceEncryptionKeyResponseBody;
|
|
3023
3023
|
static names(): { [key: string]: string } {
|
|
3024
3024
|
return {
|
|
3025
3025
|
headers: 'headers',
|
|
@@ -3095,9 +3095,9 @@ export class DescribeDBInstanceMonitorResponseBody extends $tea.Model {
|
|
|
3095
3095
|
}
|
|
3096
3096
|
|
|
3097
3097
|
export class DescribeDBInstanceMonitorResponse extends $tea.Model {
|
|
3098
|
-
headers
|
|
3099
|
-
statusCode
|
|
3100
|
-
body
|
|
3098
|
+
headers?: { [key: string]: string };
|
|
3099
|
+
statusCode?: number;
|
|
3100
|
+
body?: DescribeDBInstanceMonitorResponseBody;
|
|
3101
3101
|
static names(): { [key: string]: string } {
|
|
3102
3102
|
return {
|
|
3103
3103
|
headers: 'headers',
|
|
@@ -3197,9 +3197,9 @@ export class DescribeDBInstancePerformanceResponseBody extends $tea.Model {
|
|
|
3197
3197
|
}
|
|
3198
3198
|
|
|
3199
3199
|
export class DescribeDBInstancePerformanceResponse extends $tea.Model {
|
|
3200
|
-
headers
|
|
3201
|
-
statusCode
|
|
3202
|
-
body
|
|
3200
|
+
headers?: { [key: string]: string };
|
|
3201
|
+
statusCode?: number;
|
|
3202
|
+
body?: DescribeDBInstancePerformanceResponseBody;
|
|
3203
3203
|
static names(): { [key: string]: string } {
|
|
3204
3204
|
return {
|
|
3205
3205
|
headers: 'headers',
|
|
@@ -3281,9 +3281,9 @@ export class DescribeDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
3281
3281
|
}
|
|
3282
3282
|
|
|
3283
3283
|
export class DescribeDBInstanceSSLResponse extends $tea.Model {
|
|
3284
|
-
headers
|
|
3285
|
-
statusCode
|
|
3286
|
-
body
|
|
3284
|
+
headers?: { [key: string]: string };
|
|
3285
|
+
statusCode?: number;
|
|
3286
|
+
body?: DescribeDBInstanceSSLResponseBody;
|
|
3287
3287
|
static names(): { [key: string]: string } {
|
|
3288
3288
|
return {
|
|
3289
3289
|
headers: 'headers',
|
|
@@ -3374,9 +3374,9 @@ export class DescribeDBInstanceSwitchLogResponseBody extends $tea.Model {
|
|
|
3374
3374
|
}
|
|
3375
3375
|
|
|
3376
3376
|
export class DescribeDBInstanceSwitchLogResponse extends $tea.Model {
|
|
3377
|
-
headers
|
|
3378
|
-
statusCode
|
|
3379
|
-
body
|
|
3377
|
+
headers?: { [key: string]: string };
|
|
3378
|
+
statusCode?: number;
|
|
3379
|
+
body?: DescribeDBInstanceSwitchLogResponseBody;
|
|
3380
3380
|
static names(): { [key: string]: string } {
|
|
3381
3381
|
return {
|
|
3382
3382
|
headers: 'headers',
|
|
@@ -3461,9 +3461,9 @@ export class DescribeDBInstanceTDEInfoResponseBody extends $tea.Model {
|
|
|
3461
3461
|
}
|
|
3462
3462
|
|
|
3463
3463
|
export class DescribeDBInstanceTDEInfoResponse extends $tea.Model {
|
|
3464
|
-
headers
|
|
3465
|
-
statusCode
|
|
3466
|
-
body
|
|
3464
|
+
headers?: { [key: string]: string };
|
|
3465
|
+
statusCode?: number;
|
|
3466
|
+
body?: DescribeDBInstanceTDEInfoResponseBody;
|
|
3467
3467
|
static names(): { [key: string]: string } {
|
|
3468
3468
|
return {
|
|
3469
3469
|
headers: 'headers',
|
|
@@ -3611,9 +3611,9 @@ export class DescribeDBInstancesResponseBody extends $tea.Model {
|
|
|
3611
3611
|
}
|
|
3612
3612
|
|
|
3613
3613
|
export class DescribeDBInstancesResponse extends $tea.Model {
|
|
3614
|
-
headers
|
|
3615
|
-
statusCode
|
|
3616
|
-
body
|
|
3614
|
+
headers?: { [key: string]: string };
|
|
3615
|
+
statusCode?: number;
|
|
3616
|
+
body?: DescribeDBInstancesResponseBody;
|
|
3617
3617
|
static names(): { [key: string]: string } {
|
|
3618
3618
|
return {
|
|
3619
3619
|
headers: 'headers',
|
|
@@ -3725,9 +3725,9 @@ export class DescribeDBInstancesOverviewResponseBody extends $tea.Model {
|
|
|
3725
3725
|
}
|
|
3726
3726
|
|
|
3727
3727
|
export class DescribeDBInstancesOverviewResponse extends $tea.Model {
|
|
3728
|
-
headers
|
|
3729
|
-
statusCode
|
|
3730
|
-
body
|
|
3728
|
+
headers?: { [key: string]: string };
|
|
3729
|
+
statusCode?: number;
|
|
3730
|
+
body?: DescribeDBInstancesOverviewResponseBody;
|
|
3731
3731
|
static names(): { [key: string]: string } {
|
|
3732
3732
|
return {
|
|
3733
3733
|
headers: 'headers',
|
|
@@ -3845,9 +3845,9 @@ export class DescribeErrorLogRecordsResponseBody extends $tea.Model {
|
|
|
3845
3845
|
}
|
|
3846
3846
|
|
|
3847
3847
|
export class DescribeErrorLogRecordsResponse extends $tea.Model {
|
|
3848
|
-
headers
|
|
3849
|
-
statusCode
|
|
3850
|
-
body
|
|
3848
|
+
headers?: { [key: string]: string };
|
|
3849
|
+
statusCode?: number;
|
|
3850
|
+
body?: DescribeErrorLogRecordsResponseBody;
|
|
3851
3851
|
static names(): { [key: string]: string } {
|
|
3852
3852
|
return {
|
|
3853
3853
|
headers: 'headers',
|
|
@@ -3926,9 +3926,9 @@ export class DescribeGlobalSecurityIPGroupResponseBody extends $tea.Model {
|
|
|
3926
3926
|
}
|
|
3927
3927
|
|
|
3928
3928
|
export class DescribeGlobalSecurityIPGroupResponse extends $tea.Model {
|
|
3929
|
-
headers
|
|
3930
|
-
statusCode
|
|
3931
|
-
body
|
|
3929
|
+
headers?: { [key: string]: string };
|
|
3930
|
+
statusCode?: number;
|
|
3931
|
+
body?: DescribeGlobalSecurityIPGroupResponseBody;
|
|
3932
3932
|
static names(): { [key: string]: string } {
|
|
3933
3933
|
return {
|
|
3934
3934
|
headers: 'headers',
|
|
@@ -4010,9 +4010,9 @@ export class DescribeGlobalSecurityIPGroupRelationResponseBody extends $tea.Mode
|
|
|
4010
4010
|
}
|
|
4011
4011
|
|
|
4012
4012
|
export class DescribeGlobalSecurityIPGroupRelationResponse extends $tea.Model {
|
|
4013
|
-
headers
|
|
4014
|
-
statusCode
|
|
4015
|
-
body
|
|
4013
|
+
headers?: { [key: string]: string };
|
|
4014
|
+
statusCode?: number;
|
|
4015
|
+
body?: DescribeGlobalSecurityIPGroupRelationResponseBody;
|
|
4016
4016
|
static names(): { [key: string]: string } {
|
|
4017
4017
|
return {
|
|
4018
4018
|
headers: 'headers',
|
|
@@ -4124,9 +4124,9 @@ export class DescribeHistoryTasksResponseBody extends $tea.Model {
|
|
|
4124
4124
|
}
|
|
4125
4125
|
|
|
4126
4126
|
export class DescribeHistoryTasksResponse extends $tea.Model {
|
|
4127
|
-
headers
|
|
4128
|
-
statusCode
|
|
4129
|
-
body
|
|
4127
|
+
headers?: { [key: string]: string };
|
|
4128
|
+
statusCode?: number;
|
|
4129
|
+
body?: DescribeHistoryTasksResponseBody;
|
|
4130
4130
|
static names(): { [key: string]: string } {
|
|
4131
4131
|
return {
|
|
4132
4132
|
headers: 'headers',
|
|
@@ -4220,9 +4220,9 @@ export class DescribeHistoryTasksStatResponseBody extends $tea.Model {
|
|
|
4220
4220
|
}
|
|
4221
4221
|
|
|
4222
4222
|
export class DescribeHistoryTasksStatResponse extends $tea.Model {
|
|
4223
|
-
headers
|
|
4224
|
-
statusCode
|
|
4225
|
-
body
|
|
4223
|
+
headers?: { [key: string]: string };
|
|
4224
|
+
statusCode?: number;
|
|
4225
|
+
body?: DescribeHistoryTasksStatResponseBody;
|
|
4226
4226
|
static names(): { [key: string]: string } {
|
|
4227
4227
|
return {
|
|
4228
4228
|
headers: 'headers',
|
|
@@ -4319,9 +4319,9 @@ export class DescribeInstanceAutoRenewalAttributeResponseBody extends $tea.Model
|
|
|
4319
4319
|
}
|
|
4320
4320
|
|
|
4321
4321
|
export class DescribeInstanceAutoRenewalAttributeResponse extends $tea.Model {
|
|
4322
|
-
headers
|
|
4323
|
-
statusCode
|
|
4324
|
-
body
|
|
4322
|
+
headers?: { [key: string]: string };
|
|
4323
|
+
statusCode?: number;
|
|
4324
|
+
body?: DescribeInstanceAutoRenewalAttributeResponseBody;
|
|
4325
4325
|
static names(): { [key: string]: string } {
|
|
4326
4326
|
return {
|
|
4327
4327
|
headers: 'headers',
|
|
@@ -4397,9 +4397,9 @@ export class DescribeKernelReleaseNotesResponseBody extends $tea.Model {
|
|
|
4397
4397
|
}
|
|
4398
4398
|
|
|
4399
4399
|
export class DescribeKernelReleaseNotesResponse extends $tea.Model {
|
|
4400
|
-
headers
|
|
4401
|
-
statusCode
|
|
4402
|
-
body
|
|
4400
|
+
headers?: { [key: string]: string };
|
|
4401
|
+
statusCode?: number;
|
|
4402
|
+
body?: DescribeKernelReleaseNotesResponseBody;
|
|
4403
4403
|
static names(): { [key: string]: string } {
|
|
4404
4404
|
return {
|
|
4405
4405
|
headers: 'headers',
|
|
@@ -4472,9 +4472,9 @@ export class DescribeKmsKeysResponseBody extends $tea.Model {
|
|
|
4472
4472
|
}
|
|
4473
4473
|
|
|
4474
4474
|
export class DescribeKmsKeysResponse extends $tea.Model {
|
|
4475
|
-
headers
|
|
4476
|
-
statusCode
|
|
4477
|
-
body
|
|
4475
|
+
headers?: { [key: string]: string };
|
|
4476
|
+
statusCode?: number;
|
|
4477
|
+
body?: DescribeKmsKeysResponseBody;
|
|
4478
4478
|
static names(): { [key: string]: string } {
|
|
4479
4479
|
return {
|
|
4480
4480
|
headers: 'headers',
|
|
@@ -4580,9 +4580,9 @@ export class DescribeMongoDBLogConfigResponseBody extends $tea.Model {
|
|
|
4580
4580
|
}
|
|
4581
4581
|
|
|
4582
4582
|
export class DescribeMongoDBLogConfigResponse extends $tea.Model {
|
|
4583
|
-
headers
|
|
4584
|
-
statusCode
|
|
4585
|
-
body
|
|
4583
|
+
headers?: { [key: string]: string };
|
|
4584
|
+
statusCode?: number;
|
|
4585
|
+
body?: DescribeMongoDBLogConfigResponseBody;
|
|
4586
4586
|
static names(): { [key: string]: string } {
|
|
4587
4587
|
return {
|
|
4588
4588
|
headers: 'headers',
|
|
@@ -4670,9 +4670,9 @@ export class DescribeParameterModificationHistoryResponseBody extends $tea.Model
|
|
|
4670
4670
|
}
|
|
4671
4671
|
|
|
4672
4672
|
export class DescribeParameterModificationHistoryResponse extends $tea.Model {
|
|
4673
|
-
headers
|
|
4674
|
-
statusCode
|
|
4675
|
-
body
|
|
4673
|
+
headers?: { [key: string]: string };
|
|
4674
|
+
statusCode?: number;
|
|
4675
|
+
body?: DescribeParameterModificationHistoryResponseBody;
|
|
4676
4676
|
static names(): { [key: string]: string } {
|
|
4677
4677
|
return {
|
|
4678
4678
|
headers: 'headers',
|
|
@@ -4766,9 +4766,9 @@ export class DescribeParameterTemplatesResponseBody extends $tea.Model {
|
|
|
4766
4766
|
}
|
|
4767
4767
|
|
|
4768
4768
|
export class DescribeParameterTemplatesResponse extends $tea.Model {
|
|
4769
|
-
headers
|
|
4770
|
-
statusCode
|
|
4771
|
-
body
|
|
4769
|
+
headers?: { [key: string]: string };
|
|
4770
|
+
statusCode?: number;
|
|
4771
|
+
body?: DescribeParameterTemplatesResponseBody;
|
|
4772
4772
|
static names(): { [key: string]: string } {
|
|
4773
4773
|
return {
|
|
4774
4774
|
headers: 'headers',
|
|
@@ -4862,9 +4862,9 @@ export class DescribeParametersResponseBody extends $tea.Model {
|
|
|
4862
4862
|
}
|
|
4863
4863
|
|
|
4864
4864
|
export class DescribeParametersResponse extends $tea.Model {
|
|
4865
|
-
headers
|
|
4866
|
-
statusCode
|
|
4867
|
-
body
|
|
4865
|
+
headers?: { [key: string]: string };
|
|
4866
|
+
statusCode?: number;
|
|
4867
|
+
body?: DescribeParametersResponseBody;
|
|
4868
4868
|
static names(): { [key: string]: string } {
|
|
4869
4869
|
return {
|
|
4870
4870
|
headers: 'headers',
|
|
@@ -4976,9 +4976,9 @@ export class DescribePriceResponseBody extends $tea.Model {
|
|
|
4976
4976
|
}
|
|
4977
4977
|
|
|
4978
4978
|
export class DescribePriceResponse extends $tea.Model {
|
|
4979
|
-
headers
|
|
4980
|
-
statusCode
|
|
4981
|
-
body
|
|
4979
|
+
headers?: { [key: string]: string };
|
|
4980
|
+
statusCode?: number;
|
|
4981
|
+
body?: DescribePriceResponseBody;
|
|
4982
4982
|
static names(): { [key: string]: string } {
|
|
4983
4983
|
return {
|
|
4984
4984
|
headers: 'headers',
|
|
@@ -5057,9 +5057,9 @@ export class DescribeRegionsResponseBody extends $tea.Model {
|
|
|
5057
5057
|
}
|
|
5058
5058
|
|
|
5059
5059
|
export class DescribeRegionsResponse extends $tea.Model {
|
|
5060
|
-
headers
|
|
5061
|
-
statusCode
|
|
5062
|
-
body
|
|
5060
|
+
headers?: { [key: string]: string };
|
|
5061
|
+
statusCode?: number;
|
|
5062
|
+
body?: DescribeRegionsResponseBody;
|
|
5063
5063
|
static names(): { [key: string]: string } {
|
|
5064
5064
|
return {
|
|
5065
5065
|
headers: 'headers',
|
|
@@ -5147,9 +5147,9 @@ export class DescribeRenewalPriceResponseBody extends $tea.Model {
|
|
|
5147
5147
|
}
|
|
5148
5148
|
|
|
5149
5149
|
export class DescribeRenewalPriceResponse extends $tea.Model {
|
|
5150
|
-
headers
|
|
5151
|
-
statusCode
|
|
5152
|
-
body
|
|
5150
|
+
headers?: { [key: string]: string };
|
|
5151
|
+
statusCode?: number;
|
|
5152
|
+
body?: DescribeRenewalPriceResponseBody;
|
|
5153
5153
|
static names(): { [key: string]: string } {
|
|
5154
5154
|
return {
|
|
5155
5155
|
headers: 'headers',
|
|
@@ -5228,9 +5228,9 @@ export class DescribeReplicaSetRoleResponseBody extends $tea.Model {
|
|
|
5228
5228
|
}
|
|
5229
5229
|
|
|
5230
5230
|
export class DescribeReplicaSetRoleResponse extends $tea.Model {
|
|
5231
|
-
headers
|
|
5232
|
-
statusCode
|
|
5233
|
-
body
|
|
5231
|
+
headers?: { [key: string]: string };
|
|
5232
|
+
statusCode?: number;
|
|
5233
|
+
body?: DescribeReplicaSetRoleResponseBody;
|
|
5234
5234
|
static names(): { [key: string]: string } {
|
|
5235
5235
|
return {
|
|
5236
5236
|
headers: 'headers',
|
|
@@ -5306,9 +5306,9 @@ export class DescribeRoleZoneInfoResponseBody extends $tea.Model {
|
|
|
5306
5306
|
}
|
|
5307
5307
|
|
|
5308
5308
|
export class DescribeRoleZoneInfoResponse extends $tea.Model {
|
|
5309
|
-
headers
|
|
5310
|
-
statusCode
|
|
5311
|
-
body
|
|
5309
|
+
headers?: { [key: string]: string };
|
|
5310
|
+
statusCode?: number;
|
|
5311
|
+
body?: DescribeRoleZoneInfoResponseBody;
|
|
5312
5312
|
static names(): { [key: string]: string } {
|
|
5313
5313
|
return {
|
|
5314
5314
|
headers: 'headers',
|
|
@@ -5432,9 +5432,9 @@ export class DescribeRunningLogRecordsResponseBody extends $tea.Model {
|
|
|
5432
5432
|
}
|
|
5433
5433
|
|
|
5434
5434
|
export class DescribeRunningLogRecordsResponse extends $tea.Model {
|
|
5435
|
-
headers
|
|
5436
|
-
statusCode
|
|
5437
|
-
body
|
|
5435
|
+
headers?: { [key: string]: string };
|
|
5436
|
+
statusCode?: number;
|
|
5437
|
+
body?: DescribeRunningLogRecordsResponseBody;
|
|
5438
5438
|
static names(): { [key: string]: string } {
|
|
5439
5439
|
return {
|
|
5440
5440
|
headers: 'headers',
|
|
@@ -5510,9 +5510,9 @@ export class DescribeSecurityGroupConfigurationResponseBody extends $tea.Model {
|
|
|
5510
5510
|
}
|
|
5511
5511
|
|
|
5512
5512
|
export class DescribeSecurityGroupConfigurationResponse extends $tea.Model {
|
|
5513
|
-
headers
|
|
5514
|
-
statusCode
|
|
5515
|
-
body
|
|
5513
|
+
headers?: { [key: string]: string };
|
|
5514
|
+
statusCode?: number;
|
|
5515
|
+
body?: DescribeSecurityGroupConfigurationResponseBody;
|
|
5516
5516
|
static names(): { [key: string]: string } {
|
|
5517
5517
|
return {
|
|
5518
5518
|
headers: 'headers',
|
|
@@ -5594,9 +5594,9 @@ export class DescribeSecurityIpsResponseBody extends $tea.Model {
|
|
|
5594
5594
|
}
|
|
5595
5595
|
|
|
5596
5596
|
export class DescribeSecurityIpsResponse extends $tea.Model {
|
|
5597
|
-
headers
|
|
5598
|
-
statusCode
|
|
5599
|
-
body
|
|
5597
|
+
headers?: { [key: string]: string };
|
|
5598
|
+
statusCode?: number;
|
|
5599
|
+
body?: DescribeSecurityIpsResponseBody;
|
|
5600
5600
|
static names(): { [key: string]: string } {
|
|
5601
5601
|
return {
|
|
5602
5602
|
headers: 'headers',
|
|
@@ -5678,9 +5678,9 @@ export class DescribeShardingNetworkAddressResponseBody extends $tea.Model {
|
|
|
5678
5678
|
}
|
|
5679
5679
|
|
|
5680
5680
|
export class DescribeShardingNetworkAddressResponse extends $tea.Model {
|
|
5681
|
-
headers
|
|
5682
|
-
statusCode
|
|
5683
|
-
body
|
|
5681
|
+
headers?: { [key: string]: string };
|
|
5682
|
+
statusCode?: number;
|
|
5683
|
+
body?: DescribeShardingNetworkAddressResponseBody;
|
|
5684
5684
|
static names(): { [key: string]: string } {
|
|
5685
5685
|
return {
|
|
5686
5686
|
headers: 'headers',
|
|
@@ -5798,9 +5798,9 @@ export class DescribeSlowLogRecordsResponseBody extends $tea.Model {
|
|
|
5798
5798
|
}
|
|
5799
5799
|
|
|
5800
5800
|
export class DescribeSlowLogRecordsResponse extends $tea.Model {
|
|
5801
|
-
headers
|
|
5802
|
-
statusCode
|
|
5803
|
-
body
|
|
5801
|
+
headers?: { [key: string]: string };
|
|
5802
|
+
statusCode?: number;
|
|
5803
|
+
body?: DescribeSlowLogRecordsResponseBody;
|
|
5804
5804
|
static names(): { [key: string]: string } {
|
|
5805
5805
|
return {
|
|
5806
5806
|
headers: 'headers',
|
|
@@ -5888,9 +5888,9 @@ export class DescribeTagsResponseBody extends $tea.Model {
|
|
|
5888
5888
|
}
|
|
5889
5889
|
|
|
5890
5890
|
export class DescribeTagsResponse extends $tea.Model {
|
|
5891
|
-
headers
|
|
5892
|
-
statusCode
|
|
5893
|
-
body
|
|
5891
|
+
headers?: { [key: string]: string };
|
|
5892
|
+
statusCode?: number;
|
|
5893
|
+
body?: DescribeTagsResponseBody;
|
|
5894
5894
|
static names(): { [key: string]: string } {
|
|
5895
5895
|
return {
|
|
5896
5896
|
headers: 'headers',
|
|
@@ -5969,9 +5969,9 @@ export class DescribeUserEncryptionKeyListResponseBody extends $tea.Model {
|
|
|
5969
5969
|
}
|
|
5970
5970
|
|
|
5971
5971
|
export class DescribeUserEncryptionKeyListResponse extends $tea.Model {
|
|
5972
|
-
headers
|
|
5973
|
-
statusCode
|
|
5974
|
-
body
|
|
5972
|
+
headers?: { [key: string]: string };
|
|
5973
|
+
statusCode?: number;
|
|
5974
|
+
body?: DescribeUserEncryptionKeyListResponseBody;
|
|
5975
5975
|
static names(): { [key: string]: string } {
|
|
5976
5976
|
return {
|
|
5977
5977
|
headers: 'headers',
|
|
@@ -6053,9 +6053,9 @@ export class DestroyInstanceResponseBody extends $tea.Model {
|
|
|
6053
6053
|
}
|
|
6054
6054
|
|
|
6055
6055
|
export class DestroyInstanceResponse extends $tea.Model {
|
|
6056
|
-
headers
|
|
6057
|
-
statusCode
|
|
6058
|
-
body
|
|
6056
|
+
headers?: { [key: string]: string };
|
|
6057
|
+
statusCode?: number;
|
|
6058
|
+
body?: DestroyInstanceResponseBody;
|
|
6059
6059
|
static names(): { [key: string]: string } {
|
|
6060
6060
|
return {
|
|
6061
6061
|
headers: 'headers',
|
|
@@ -6164,9 +6164,9 @@ export class EvaluateResourceResponseBody extends $tea.Model {
|
|
|
6164
6164
|
}
|
|
6165
6165
|
|
|
6166
6166
|
export class EvaluateResourceResponse extends $tea.Model {
|
|
6167
|
-
headers
|
|
6168
|
-
statusCode
|
|
6169
|
-
body
|
|
6167
|
+
headers?: { [key: string]: string };
|
|
6168
|
+
statusCode?: number;
|
|
6169
|
+
body?: EvaluateResourceResponseBody;
|
|
6170
6170
|
static names(): { [key: string]: string } {
|
|
6171
6171
|
return {
|
|
6172
6172
|
headers: 'headers',
|
|
@@ -6257,9 +6257,9 @@ export class ListTagResourcesResponseBody extends $tea.Model {
|
|
|
6257
6257
|
}
|
|
6258
6258
|
|
|
6259
6259
|
export class ListTagResourcesResponse extends $tea.Model {
|
|
6260
|
-
headers
|
|
6261
|
-
statusCode
|
|
6262
|
-
body
|
|
6260
|
+
headers?: { [key: string]: string };
|
|
6261
|
+
statusCode?: number;
|
|
6262
|
+
body?: ListTagResourcesResponseBody;
|
|
6263
6263
|
static names(): { [key: string]: string } {
|
|
6264
6264
|
return {
|
|
6265
6265
|
headers: 'headers',
|
|
@@ -6341,9 +6341,9 @@ export class MigrateAvailableZoneResponseBody extends $tea.Model {
|
|
|
6341
6341
|
}
|
|
6342
6342
|
|
|
6343
6343
|
export class MigrateAvailableZoneResponse extends $tea.Model {
|
|
6344
|
-
headers
|
|
6345
|
-
statusCode
|
|
6346
|
-
body
|
|
6344
|
+
headers?: { [key: string]: string };
|
|
6345
|
+
statusCode?: number;
|
|
6346
|
+
body?: MigrateAvailableZoneResponseBody;
|
|
6347
6347
|
static names(): { [key: string]: string } {
|
|
6348
6348
|
return {
|
|
6349
6349
|
headers: 'headers',
|
|
@@ -6425,9 +6425,9 @@ export class MigrateToOtherZoneResponseBody extends $tea.Model {
|
|
|
6425
6425
|
}
|
|
6426
6426
|
|
|
6427
6427
|
export class MigrateToOtherZoneResponse extends $tea.Model {
|
|
6428
|
-
headers
|
|
6429
|
-
statusCode
|
|
6430
|
-
body
|
|
6428
|
+
headers?: { [key: string]: string };
|
|
6429
|
+
statusCode?: number;
|
|
6430
|
+
body?: MigrateToOtherZoneResponseBody;
|
|
6431
6431
|
static names(): { [key: string]: string } {
|
|
6432
6432
|
return {
|
|
6433
6433
|
headers: 'headers',
|
|
@@ -6506,9 +6506,9 @@ export class ModifyAccountDescriptionResponseBody extends $tea.Model {
|
|
|
6506
6506
|
}
|
|
6507
6507
|
|
|
6508
6508
|
export class ModifyAccountDescriptionResponse extends $tea.Model {
|
|
6509
|
-
headers
|
|
6510
|
-
statusCode
|
|
6511
|
-
body
|
|
6509
|
+
headers?: { [key: string]: string };
|
|
6510
|
+
statusCode?: number;
|
|
6511
|
+
body?: ModifyAccountDescriptionResponseBody;
|
|
6512
6512
|
static names(): { [key: string]: string } {
|
|
6513
6513
|
return {
|
|
6514
6514
|
headers: 'headers',
|
|
@@ -6587,9 +6587,9 @@ export class ModifyAuditLogFilterResponseBody extends $tea.Model {
|
|
|
6587
6587
|
}
|
|
6588
6588
|
|
|
6589
6589
|
export class ModifyAuditLogFilterResponse extends $tea.Model {
|
|
6590
|
-
headers
|
|
6591
|
-
statusCode
|
|
6592
|
-
body
|
|
6590
|
+
headers?: { [key: string]: string };
|
|
6591
|
+
statusCode?: number;
|
|
6592
|
+
body?: ModifyAuditLogFilterResponseBody;
|
|
6593
6593
|
static names(): { [key: string]: string } {
|
|
6594
6594
|
return {
|
|
6595
6595
|
headers: 'headers',
|
|
@@ -6674,9 +6674,9 @@ export class ModifyAuditPolicyResponseBody extends $tea.Model {
|
|
|
6674
6674
|
}
|
|
6675
6675
|
|
|
6676
6676
|
export class ModifyAuditPolicyResponse extends $tea.Model {
|
|
6677
|
-
headers
|
|
6678
|
-
statusCode
|
|
6679
|
-
body
|
|
6677
|
+
headers?: { [key: string]: string };
|
|
6678
|
+
statusCode?: number;
|
|
6679
|
+
body?: ModifyAuditPolicyResponseBody;
|
|
6680
6680
|
static names(): { [key: string]: string } {
|
|
6681
6681
|
return {
|
|
6682
6682
|
headers: 'headers',
|
|
@@ -6773,9 +6773,9 @@ export class ModifyBackupPolicyResponseBody extends $tea.Model {
|
|
|
6773
6773
|
}
|
|
6774
6774
|
|
|
6775
6775
|
export class ModifyBackupPolicyResponse extends $tea.Model {
|
|
6776
|
-
headers
|
|
6777
|
-
statusCode
|
|
6778
|
-
body
|
|
6776
|
+
headers?: { [key: string]: string };
|
|
6777
|
+
statusCode?: number;
|
|
6778
|
+
body?: ModifyBackupPolicyResponseBody;
|
|
6779
6779
|
static names(): { [key: string]: string } {
|
|
6780
6780
|
return {
|
|
6781
6781
|
headers: 'headers',
|
|
@@ -6860,9 +6860,9 @@ export class ModifyDBInstanceConnectionStringResponseBody extends $tea.Model {
|
|
|
6860
6860
|
}
|
|
6861
6861
|
|
|
6862
6862
|
export class ModifyDBInstanceConnectionStringResponse extends $tea.Model {
|
|
6863
|
-
headers
|
|
6864
|
-
statusCode
|
|
6865
|
-
body
|
|
6863
|
+
headers?: { [key: string]: string };
|
|
6864
|
+
statusCode?: number;
|
|
6865
|
+
body?: ModifyDBInstanceConnectionStringResponseBody;
|
|
6866
6866
|
static names(): { [key: string]: string } {
|
|
6867
6867
|
return {
|
|
6868
6868
|
headers: 'headers',
|
|
@@ -6941,9 +6941,9 @@ export class ModifyDBInstanceDescriptionResponseBody extends $tea.Model {
|
|
|
6941
6941
|
}
|
|
6942
6942
|
|
|
6943
6943
|
export class ModifyDBInstanceDescriptionResponse extends $tea.Model {
|
|
6944
|
-
headers
|
|
6945
|
-
statusCode
|
|
6946
|
-
body
|
|
6944
|
+
headers?: { [key: string]: string };
|
|
6945
|
+
statusCode?: number;
|
|
6946
|
+
body?: ModifyDBInstanceDescriptionResponseBody;
|
|
6947
6947
|
static names(): { [key: string]: string } {
|
|
6948
6948
|
return {
|
|
6949
6949
|
headers: 'headers',
|
|
@@ -7022,9 +7022,9 @@ export class ModifyDBInstanceMaintainTimeResponseBody extends $tea.Model {
|
|
|
7022
7022
|
}
|
|
7023
7023
|
|
|
7024
7024
|
export class ModifyDBInstanceMaintainTimeResponse extends $tea.Model {
|
|
7025
|
-
headers
|
|
7026
|
-
statusCode
|
|
7027
|
-
body
|
|
7025
|
+
headers?: { [key: string]: string };
|
|
7026
|
+
statusCode?: number;
|
|
7027
|
+
body?: ModifyDBInstanceMaintainTimeResponseBody;
|
|
7028
7028
|
static names(): { [key: string]: string } {
|
|
7029
7029
|
return {
|
|
7030
7030
|
headers: 'headers',
|
|
@@ -7100,9 +7100,9 @@ export class ModifyDBInstanceMonitorResponseBody extends $tea.Model {
|
|
|
7100
7100
|
}
|
|
7101
7101
|
|
|
7102
7102
|
export class ModifyDBInstanceMonitorResponse extends $tea.Model {
|
|
7103
|
-
headers
|
|
7104
|
-
statusCode
|
|
7105
|
-
body
|
|
7103
|
+
headers?: { [key: string]: string };
|
|
7104
|
+
statusCode?: number;
|
|
7105
|
+
body?: ModifyDBInstanceMonitorResponseBody;
|
|
7106
7106
|
static names(): { [key: string]: string } {
|
|
7107
7107
|
return {
|
|
7108
7108
|
headers: 'headers',
|
|
@@ -7181,9 +7181,9 @@ export class ModifyDBInstanceNetExpireTimeResponseBody extends $tea.Model {
|
|
|
7181
7181
|
}
|
|
7182
7182
|
|
|
7183
7183
|
export class ModifyDBInstanceNetExpireTimeResponse extends $tea.Model {
|
|
7184
|
-
headers
|
|
7185
|
-
statusCode
|
|
7186
|
-
body
|
|
7184
|
+
headers?: { [key: string]: string };
|
|
7185
|
+
statusCode?: number;
|
|
7186
|
+
body?: ModifyDBInstanceNetExpireTimeResponseBody;
|
|
7187
7187
|
static names(): { [key: string]: string } {
|
|
7188
7188
|
return {
|
|
7189
7189
|
headers: 'headers',
|
|
@@ -7274,9 +7274,9 @@ export class ModifyDBInstanceNetworkTypeResponseBody extends $tea.Model {
|
|
|
7274
7274
|
}
|
|
7275
7275
|
|
|
7276
7276
|
export class ModifyDBInstanceNetworkTypeResponse extends $tea.Model {
|
|
7277
|
-
headers
|
|
7278
|
-
statusCode
|
|
7279
|
-
body
|
|
7277
|
+
headers?: { [key: string]: string };
|
|
7278
|
+
statusCode?: number;
|
|
7279
|
+
body?: ModifyDBInstanceNetworkTypeResponseBody;
|
|
7280
7280
|
static names(): { [key: string]: string } {
|
|
7281
7281
|
return {
|
|
7282
7282
|
headers: 'headers',
|
|
@@ -7352,9 +7352,9 @@ export class ModifyDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
7352
7352
|
}
|
|
7353
7353
|
|
|
7354
7354
|
export class ModifyDBInstanceSSLResponse extends $tea.Model {
|
|
7355
|
-
headers
|
|
7356
|
-
statusCode
|
|
7357
|
-
body
|
|
7355
|
+
headers?: { [key: string]: string };
|
|
7356
|
+
statusCode?: number;
|
|
7357
|
+
body?: ModifyDBInstanceSSLResponseBody;
|
|
7358
7358
|
static names(): { [key: string]: string } {
|
|
7359
7359
|
return {
|
|
7360
7360
|
headers: 'headers',
|
|
@@ -7460,9 +7460,9 @@ export class ModifyDBInstanceSpecResponseBody extends $tea.Model {
|
|
|
7460
7460
|
}
|
|
7461
7461
|
|
|
7462
7462
|
export class ModifyDBInstanceSpecResponse extends $tea.Model {
|
|
7463
|
-
headers
|
|
7464
|
-
statusCode
|
|
7465
|
-
body
|
|
7463
|
+
headers?: { [key: string]: string };
|
|
7464
|
+
statusCode?: number;
|
|
7465
|
+
body?: ModifyDBInstanceSpecResponseBody;
|
|
7466
7466
|
static names(): { [key: string]: string } {
|
|
7467
7467
|
return {
|
|
7468
7468
|
headers: 'headers',
|
|
@@ -7547,9 +7547,9 @@ export class ModifyDBInstanceTDEResponseBody extends $tea.Model {
|
|
|
7547
7547
|
}
|
|
7548
7548
|
|
|
7549
7549
|
export class ModifyDBInstanceTDEResponse extends $tea.Model {
|
|
7550
|
-
headers
|
|
7551
|
-
statusCode
|
|
7552
|
-
body
|
|
7550
|
+
headers?: { [key: string]: string };
|
|
7551
|
+
statusCode?: number;
|
|
7552
|
+
body?: ModifyDBInstanceTDEResponseBody;
|
|
7553
7553
|
static names(): { [key: string]: string } {
|
|
7554
7554
|
return {
|
|
7555
7555
|
headers: 'headers',
|
|
@@ -7631,9 +7631,9 @@ export class ModifyGlobalSecurityIPGroupResponseBody extends $tea.Model {
|
|
|
7631
7631
|
}
|
|
7632
7632
|
|
|
7633
7633
|
export class ModifyGlobalSecurityIPGroupResponse extends $tea.Model {
|
|
7634
|
-
headers
|
|
7635
|
-
statusCode
|
|
7636
|
-
body
|
|
7634
|
+
headers?: { [key: string]: string };
|
|
7635
|
+
statusCode?: number;
|
|
7636
|
+
body?: ModifyGlobalSecurityIPGroupResponseBody;
|
|
7637
7637
|
static names(): { [key: string]: string } {
|
|
7638
7638
|
return {
|
|
7639
7639
|
headers: 'headers',
|
|
@@ -7715,9 +7715,9 @@ export class ModifyGlobalSecurityIPGroupNameResponseBody extends $tea.Model {
|
|
|
7715
7715
|
}
|
|
7716
7716
|
|
|
7717
7717
|
export class ModifyGlobalSecurityIPGroupNameResponse extends $tea.Model {
|
|
7718
|
-
headers
|
|
7719
|
-
statusCode
|
|
7720
|
-
body
|
|
7718
|
+
headers?: { [key: string]: string };
|
|
7719
|
+
statusCode?: number;
|
|
7720
|
+
body?: ModifyGlobalSecurityIPGroupNameResponseBody;
|
|
7721
7721
|
static names(): { [key: string]: string } {
|
|
7722
7722
|
return {
|
|
7723
7723
|
headers: 'headers',
|
|
@@ -7796,9 +7796,9 @@ export class ModifyGlobalSecurityIPGroupRelationResponseBody extends $tea.Model
|
|
|
7796
7796
|
}
|
|
7797
7797
|
|
|
7798
7798
|
export class ModifyGlobalSecurityIPGroupRelationResponse extends $tea.Model {
|
|
7799
|
-
headers
|
|
7800
|
-
statusCode
|
|
7801
|
-
body
|
|
7799
|
+
headers?: { [key: string]: string };
|
|
7800
|
+
statusCode?: number;
|
|
7801
|
+
body?: ModifyGlobalSecurityIPGroupRelationResponseBody;
|
|
7802
7802
|
static names(): { [key: string]: string } {
|
|
7803
7803
|
return {
|
|
7804
7804
|
headers: 'headers',
|
|
@@ -7880,9 +7880,9 @@ export class ModifyInstanceAutoRenewalAttributeResponseBody extends $tea.Model {
|
|
|
7880
7880
|
}
|
|
7881
7881
|
|
|
7882
7882
|
export class ModifyInstanceAutoRenewalAttributeResponse extends $tea.Model {
|
|
7883
|
-
headers
|
|
7884
|
-
statusCode
|
|
7885
|
-
body
|
|
7883
|
+
headers?: { [key: string]: string };
|
|
7884
|
+
statusCode?: number;
|
|
7885
|
+
body?: ModifyInstanceAutoRenewalAttributeResponseBody;
|
|
7886
7886
|
static names(): { [key: string]: string } {
|
|
7887
7887
|
return {
|
|
7888
7888
|
headers: 'headers',
|
|
@@ -7961,9 +7961,9 @@ export class ModifyInstanceVpcAuthModeResponseBody extends $tea.Model {
|
|
|
7961
7961
|
}
|
|
7962
7962
|
|
|
7963
7963
|
export class ModifyInstanceVpcAuthModeResponse extends $tea.Model {
|
|
7964
|
-
headers
|
|
7965
|
-
statusCode
|
|
7966
|
-
body
|
|
7964
|
+
headers?: { [key: string]: string };
|
|
7965
|
+
statusCode?: number;
|
|
7966
|
+
body?: ModifyInstanceVpcAuthModeResponseBody;
|
|
7967
7967
|
static names(): { [key: string]: string } {
|
|
7968
7968
|
return {
|
|
7969
7969
|
headers: 'headers',
|
|
@@ -8075,9 +8075,9 @@ export class ModifyNodeSpecResponseBody extends $tea.Model {
|
|
|
8075
8075
|
}
|
|
8076
8076
|
|
|
8077
8077
|
export class ModifyNodeSpecResponse extends $tea.Model {
|
|
8078
|
-
headers
|
|
8079
|
-
statusCode
|
|
8080
|
-
body
|
|
8078
|
+
headers?: { [key: string]: string };
|
|
8079
|
+
statusCode?: number;
|
|
8080
|
+
body?: ModifyNodeSpecResponseBody;
|
|
8081
8081
|
static names(): { [key: string]: string } {
|
|
8082
8082
|
return {
|
|
8083
8083
|
headers: 'headers',
|
|
@@ -8177,9 +8177,9 @@ export class ModifyNodeSpecBatchResponseBody extends $tea.Model {
|
|
|
8177
8177
|
}
|
|
8178
8178
|
|
|
8179
8179
|
export class ModifyNodeSpecBatchResponse extends $tea.Model {
|
|
8180
|
-
headers
|
|
8181
|
-
statusCode
|
|
8182
|
-
body
|
|
8180
|
+
headers?: { [key: string]: string };
|
|
8181
|
+
statusCode?: number;
|
|
8182
|
+
body?: ModifyNodeSpecBatchResponseBody;
|
|
8183
8183
|
static names(): { [key: string]: string } {
|
|
8184
8184
|
return {
|
|
8185
8185
|
headers: 'headers',
|
|
@@ -8264,9 +8264,9 @@ export class ModifyParametersResponseBody extends $tea.Model {
|
|
|
8264
8264
|
}
|
|
8265
8265
|
|
|
8266
8266
|
export class ModifyParametersResponse extends $tea.Model {
|
|
8267
|
-
headers
|
|
8268
|
-
statusCode
|
|
8269
|
-
body
|
|
8267
|
+
headers?: { [key: string]: string };
|
|
8268
|
+
statusCode?: number;
|
|
8269
|
+
body?: ModifyParametersResponseBody;
|
|
8270
8270
|
static names(): { [key: string]: string } {
|
|
8271
8271
|
return {
|
|
8272
8272
|
headers: 'headers',
|
|
@@ -8345,9 +8345,9 @@ export class ModifyResourceGroupResponseBody extends $tea.Model {
|
|
|
8345
8345
|
}
|
|
8346
8346
|
|
|
8347
8347
|
export class ModifyResourceGroupResponse extends $tea.Model {
|
|
8348
|
-
headers
|
|
8349
|
-
statusCode
|
|
8350
|
-
body
|
|
8348
|
+
headers?: { [key: string]: string };
|
|
8349
|
+
statusCode?: number;
|
|
8350
|
+
body?: ModifyResourceGroupResponseBody;
|
|
8351
8351
|
static names(): { [key: string]: string } {
|
|
8352
8352
|
return {
|
|
8353
8353
|
headers: 'headers',
|
|
@@ -8423,9 +8423,9 @@ export class ModifySecurityGroupConfigurationResponseBody extends $tea.Model {
|
|
|
8423
8423
|
}
|
|
8424
8424
|
|
|
8425
8425
|
export class ModifySecurityGroupConfigurationResponse extends $tea.Model {
|
|
8426
|
-
headers
|
|
8427
|
-
statusCode
|
|
8428
|
-
body
|
|
8426
|
+
headers?: { [key: string]: string };
|
|
8427
|
+
statusCode?: number;
|
|
8428
|
+
body?: ModifySecurityGroupConfigurationResponseBody;
|
|
8429
8429
|
static names(): { [key: string]: string } {
|
|
8430
8430
|
return {
|
|
8431
8431
|
headers: 'headers',
|
|
@@ -8510,9 +8510,9 @@ export class ModifySecurityIpsResponseBody extends $tea.Model {
|
|
|
8510
8510
|
}
|
|
8511
8511
|
|
|
8512
8512
|
export class ModifySecurityIpsResponse extends $tea.Model {
|
|
8513
|
-
headers
|
|
8514
|
-
statusCode
|
|
8515
|
-
body
|
|
8513
|
+
headers?: { [key: string]: string };
|
|
8514
|
+
statusCode?: number;
|
|
8515
|
+
body?: ModifySecurityIpsResponseBody;
|
|
8516
8516
|
static names(): { [key: string]: string } {
|
|
8517
8517
|
return {
|
|
8518
8518
|
headers: 'headers',
|
|
@@ -8600,9 +8600,9 @@ export class ModifyTaskInfoResponseBody extends $tea.Model {
|
|
|
8600
8600
|
}
|
|
8601
8601
|
|
|
8602
8602
|
export class ModifyTaskInfoResponse extends $tea.Model {
|
|
8603
|
-
headers
|
|
8604
|
-
statusCode
|
|
8605
|
-
body
|
|
8603
|
+
headers?: { [key: string]: string };
|
|
8604
|
+
statusCode?: number;
|
|
8605
|
+
body?: ModifyTaskInfoResponseBody;
|
|
8606
8606
|
static names(): { [key: string]: string } {
|
|
8607
8607
|
return {
|
|
8608
8608
|
headers: 'headers',
|
|
@@ -8681,9 +8681,9 @@ export class ReleaseNodePrivateNetworkAddressResponseBody extends $tea.Model {
|
|
|
8681
8681
|
}
|
|
8682
8682
|
|
|
8683
8683
|
export class ReleaseNodePrivateNetworkAddressResponse extends $tea.Model {
|
|
8684
|
-
headers
|
|
8685
|
-
statusCode
|
|
8686
|
-
body
|
|
8684
|
+
headers?: { [key: string]: string };
|
|
8685
|
+
statusCode?: number;
|
|
8686
|
+
body?: ReleaseNodePrivateNetworkAddressResponseBody;
|
|
8687
8687
|
static names(): { [key: string]: string } {
|
|
8688
8688
|
return {
|
|
8689
8689
|
headers: 'headers',
|
|
@@ -8759,9 +8759,9 @@ export class ReleasePublicNetworkAddressResponseBody extends $tea.Model {
|
|
|
8759
8759
|
}
|
|
8760
8760
|
|
|
8761
8761
|
export class ReleasePublicNetworkAddressResponse extends $tea.Model {
|
|
8762
|
-
headers
|
|
8763
|
-
statusCode
|
|
8764
|
-
body
|
|
8762
|
+
headers?: { [key: string]: string };
|
|
8763
|
+
statusCode?: number;
|
|
8764
|
+
body?: ReleasePublicNetworkAddressResponseBody;
|
|
8765
8765
|
static names(): { [key: string]: string } {
|
|
8766
8766
|
return {
|
|
8767
8767
|
headers: 'headers',
|
|
@@ -8852,9 +8852,9 @@ export class RenewDBInstanceResponseBody extends $tea.Model {
|
|
|
8852
8852
|
}
|
|
8853
8853
|
|
|
8854
8854
|
export class RenewDBInstanceResponse extends $tea.Model {
|
|
8855
|
-
headers
|
|
8856
|
-
statusCode
|
|
8857
|
-
body
|
|
8855
|
+
headers?: { [key: string]: string };
|
|
8856
|
+
statusCode?: number;
|
|
8857
|
+
body?: RenewDBInstanceResponseBody;
|
|
8858
8858
|
static names(): { [key: string]: string } {
|
|
8859
8859
|
return {
|
|
8860
8860
|
headers: 'headers',
|
|
@@ -8936,9 +8936,9 @@ export class ResetAccountPasswordResponseBody extends $tea.Model {
|
|
|
8936
8936
|
}
|
|
8937
8937
|
|
|
8938
8938
|
export class ResetAccountPasswordResponse extends $tea.Model {
|
|
8939
|
-
headers
|
|
8940
|
-
statusCode
|
|
8941
|
-
body
|
|
8939
|
+
headers?: { [key: string]: string };
|
|
8940
|
+
statusCode?: number;
|
|
8941
|
+
body?: ResetAccountPasswordResponseBody;
|
|
8942
8942
|
static names(): { [key: string]: string } {
|
|
8943
8943
|
return {
|
|
8944
8944
|
headers: 'headers',
|
|
@@ -9014,9 +9014,9 @@ export class RestartDBInstanceResponseBody extends $tea.Model {
|
|
|
9014
9014
|
}
|
|
9015
9015
|
|
|
9016
9016
|
export class RestartDBInstanceResponse extends $tea.Model {
|
|
9017
|
-
headers
|
|
9018
|
-
statusCode
|
|
9019
|
-
body
|
|
9017
|
+
headers?: { [key: string]: string };
|
|
9018
|
+
statusCode?: number;
|
|
9019
|
+
body?: RestartDBInstanceResponseBody;
|
|
9020
9020
|
static names(): { [key: string]: string } {
|
|
9021
9021
|
return {
|
|
9022
9022
|
headers: 'headers',
|
|
@@ -9092,9 +9092,9 @@ export class RestoreDBInstanceResponseBody extends $tea.Model {
|
|
|
9092
9092
|
}
|
|
9093
9093
|
|
|
9094
9094
|
export class RestoreDBInstanceResponse extends $tea.Model {
|
|
9095
|
-
headers
|
|
9096
|
-
statusCode
|
|
9097
|
-
body
|
|
9095
|
+
headers?: { [key: string]: string };
|
|
9096
|
+
statusCode?: number;
|
|
9097
|
+
body?: RestoreDBInstanceResponseBody;
|
|
9098
9098
|
static names(): { [key: string]: string } {
|
|
9099
9099
|
return {
|
|
9100
9100
|
headers: 'headers',
|
|
@@ -9176,9 +9176,9 @@ export class SwitchDBInstanceHAResponseBody extends $tea.Model {
|
|
|
9176
9176
|
}
|
|
9177
9177
|
|
|
9178
9178
|
export class SwitchDBInstanceHAResponse extends $tea.Model {
|
|
9179
|
-
headers
|
|
9180
|
-
statusCode
|
|
9181
|
-
body
|
|
9179
|
+
headers?: { [key: string]: string };
|
|
9180
|
+
statusCode?: number;
|
|
9181
|
+
body?: SwitchDBInstanceHAResponseBody;
|
|
9182
9182
|
static names(): { [key: string]: string } {
|
|
9183
9183
|
return {
|
|
9184
9184
|
headers: 'headers',
|
|
@@ -9263,9 +9263,9 @@ export class TagResourcesResponseBody extends $tea.Model {
|
|
|
9263
9263
|
}
|
|
9264
9264
|
|
|
9265
9265
|
export class TagResourcesResponse extends $tea.Model {
|
|
9266
|
-
headers
|
|
9267
|
-
statusCode
|
|
9268
|
-
body
|
|
9266
|
+
headers?: { [key: string]: string };
|
|
9267
|
+
statusCode?: number;
|
|
9268
|
+
body?: TagResourcesResponseBody;
|
|
9269
9269
|
static names(): { [key: string]: string } {
|
|
9270
9270
|
return {
|
|
9271
9271
|
headers: 'headers',
|
|
@@ -9341,9 +9341,9 @@ export class TransferClusterBackupResponseBody extends $tea.Model {
|
|
|
9341
9341
|
}
|
|
9342
9342
|
|
|
9343
9343
|
export class TransferClusterBackupResponse extends $tea.Model {
|
|
9344
|
-
headers
|
|
9345
|
-
statusCode
|
|
9346
|
-
body
|
|
9344
|
+
headers?: { [key: string]: string };
|
|
9345
|
+
statusCode?: number;
|
|
9346
|
+
body?: TransferClusterBackupResponseBody;
|
|
9347
9347
|
static names(): { [key: string]: string } {
|
|
9348
9348
|
return {
|
|
9349
9349
|
headers: 'headers',
|
|
@@ -9440,9 +9440,9 @@ export class TransformInstanceChargeTypeResponseBody extends $tea.Model {
|
|
|
9440
9440
|
}
|
|
9441
9441
|
|
|
9442
9442
|
export class TransformInstanceChargeTypeResponse extends $tea.Model {
|
|
9443
|
-
headers
|
|
9444
|
-
statusCode
|
|
9445
|
-
body
|
|
9443
|
+
headers?: { [key: string]: string };
|
|
9444
|
+
statusCode?: number;
|
|
9445
|
+
body?: TransformInstanceChargeTypeResponseBody;
|
|
9446
9446
|
static names(): { [key: string]: string } {
|
|
9447
9447
|
return {
|
|
9448
9448
|
headers: 'headers',
|
|
@@ -9533,9 +9533,9 @@ export class TransformToPrePaidResponseBody extends $tea.Model {
|
|
|
9533
9533
|
}
|
|
9534
9534
|
|
|
9535
9535
|
export class TransformToPrePaidResponse extends $tea.Model {
|
|
9536
|
-
headers
|
|
9537
|
-
statusCode
|
|
9538
|
-
body
|
|
9536
|
+
headers?: { [key: string]: string };
|
|
9537
|
+
statusCode?: number;
|
|
9538
|
+
body?: TransformToPrePaidResponseBody;
|
|
9539
9539
|
static names(): { [key: string]: string } {
|
|
9540
9540
|
return {
|
|
9541
9541
|
headers: 'headers',
|
|
@@ -9623,9 +9623,9 @@ export class UntagResourcesResponseBody extends $tea.Model {
|
|
|
9623
9623
|
}
|
|
9624
9624
|
|
|
9625
9625
|
export class UntagResourcesResponse extends $tea.Model {
|
|
9626
|
-
headers
|
|
9627
|
-
statusCode
|
|
9628
|
-
body
|
|
9626
|
+
headers?: { [key: string]: string };
|
|
9627
|
+
statusCode?: number;
|
|
9628
|
+
body?: UntagResourcesResponseBody;
|
|
9629
9629
|
static names(): { [key: string]: string } {
|
|
9630
9630
|
return {
|
|
9631
9631
|
headers: 'headers',
|
|
@@ -9701,9 +9701,9 @@ export class UpgradeDBInstanceEngineVersionResponseBody extends $tea.Model {
|
|
|
9701
9701
|
}
|
|
9702
9702
|
|
|
9703
9703
|
export class UpgradeDBInstanceEngineVersionResponse extends $tea.Model {
|
|
9704
|
-
headers
|
|
9705
|
-
statusCode
|
|
9706
|
-
body
|
|
9704
|
+
headers?: { [key: string]: string };
|
|
9705
|
+
statusCode?: number;
|
|
9706
|
+
body?: UpgradeDBInstanceEngineVersionResponseBody;
|
|
9707
9707
|
static names(): { [key: string]: string } {
|
|
9708
9708
|
return {
|
|
9709
9709
|
headers: 'headers',
|
|
@@ -9776,9 +9776,9 @@ export class UpgradeDBInstanceKernelVersionResponseBody extends $tea.Model {
|
|
|
9776
9776
|
}
|
|
9777
9777
|
|
|
9778
9778
|
export class UpgradeDBInstanceKernelVersionResponse extends $tea.Model {
|
|
9779
|
-
headers
|
|
9780
|
-
statusCode
|
|
9781
|
-
body
|
|
9779
|
+
headers?: { [key: string]: string };
|
|
9780
|
+
statusCode?: number;
|
|
9781
|
+
body?: UpgradeDBInstanceKernelVersionResponseBody;
|
|
9782
9782
|
static names(): { [key: string]: string } {
|
|
9783
9783
|
return {
|
|
9784
9784
|
headers: 'headers',
|