@alicloud/polardb20170801 4.1.5 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +431 -494
- package/dist/client.js +24 -134
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +437 -586
package/src/client.ts
CHANGED
|
@@ -68,9 +68,9 @@ export class CancelScheduleTasksResponseBody extends $tea.Model {
|
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
export class CancelScheduleTasksResponse extends $tea.Model {
|
|
71
|
-
headers
|
|
72
|
-
statusCode
|
|
73
|
-
body
|
|
71
|
+
headers?: { [key: string]: string };
|
|
72
|
+
statusCode?: number;
|
|
73
|
+
body?: CancelScheduleTasksResponseBody;
|
|
74
74
|
static names(): { [key: string]: string } {
|
|
75
75
|
return {
|
|
76
76
|
headers: 'headers',
|
|
@@ -146,9 +146,9 @@ export class CheckAccountNameResponseBody extends $tea.Model {
|
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
export class CheckAccountNameResponse extends $tea.Model {
|
|
149
|
-
headers
|
|
150
|
-
statusCode
|
|
151
|
-
body
|
|
149
|
+
headers?: { [key: string]: string };
|
|
150
|
+
statusCode?: number;
|
|
151
|
+
body?: CheckAccountNameResponseBody;
|
|
152
152
|
static names(): { [key: string]: string } {
|
|
153
153
|
return {
|
|
154
154
|
headers: 'headers',
|
|
@@ -227,9 +227,9 @@ export class CheckDBNameResponseBody extends $tea.Model {
|
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
export class CheckDBNameResponse extends $tea.Model {
|
|
230
|
-
headers
|
|
231
|
-
statusCode
|
|
232
|
-
body
|
|
230
|
+
headers?: { [key: string]: string };
|
|
231
|
+
statusCode?: number;
|
|
232
|
+
body?: CheckDBNameResponseBody;
|
|
233
233
|
static names(): { [key: string]: string } {
|
|
234
234
|
return {
|
|
235
235
|
headers: 'headers',
|
|
@@ -317,9 +317,9 @@ export class CheckKMSAuthorizedResponseBody extends $tea.Model {
|
|
|
317
317
|
}
|
|
318
318
|
|
|
319
319
|
export class CheckKMSAuthorizedResponse extends $tea.Model {
|
|
320
|
-
headers
|
|
321
|
-
statusCode
|
|
322
|
-
body
|
|
320
|
+
headers?: { [key: string]: string };
|
|
321
|
+
statusCode?: number;
|
|
322
|
+
body?: CheckKMSAuthorizedResponseBody;
|
|
323
323
|
static names(): { [key: string]: string } {
|
|
324
324
|
return {
|
|
325
325
|
headers: 'headers',
|
|
@@ -392,9 +392,9 @@ export class CheckServiceLinkedRoleResponseBody extends $tea.Model {
|
|
|
392
392
|
}
|
|
393
393
|
|
|
394
394
|
export class CheckServiceLinkedRoleResponse extends $tea.Model {
|
|
395
|
-
headers
|
|
396
|
-
statusCode
|
|
397
|
-
body
|
|
395
|
+
headers?: { [key: string]: string };
|
|
396
|
+
statusCode?: number;
|
|
397
|
+
body?: CheckServiceLinkedRoleResponseBody;
|
|
398
398
|
static names(): { [key: string]: string } {
|
|
399
399
|
return {
|
|
400
400
|
headers: 'headers',
|
|
@@ -473,9 +473,9 @@ export class CloseAITaskResponseBody extends $tea.Model {
|
|
|
473
473
|
}
|
|
474
474
|
|
|
475
475
|
export class CloseAITaskResponse extends $tea.Model {
|
|
476
|
-
headers
|
|
477
|
-
statusCode
|
|
478
|
-
body
|
|
476
|
+
headers?: { [key: string]: string };
|
|
477
|
+
statusCode?: number;
|
|
478
|
+
body?: CloseAITaskResponseBody;
|
|
479
479
|
static names(): { [key: string]: string } {
|
|
480
480
|
return {
|
|
481
481
|
headers: 'headers',
|
|
@@ -551,9 +551,9 @@ export class CloseDBClusterMigrationResponseBody extends $tea.Model {
|
|
|
551
551
|
}
|
|
552
552
|
|
|
553
553
|
export class CloseDBClusterMigrationResponse extends $tea.Model {
|
|
554
|
-
headers
|
|
555
|
-
statusCode
|
|
556
|
-
body
|
|
554
|
+
headers?: { [key: string]: string };
|
|
555
|
+
statusCode?: number;
|
|
556
|
+
body?: CloseDBClusterMigrationResponseBody;
|
|
557
557
|
static names(): { [key: string]: string } {
|
|
558
558
|
return {
|
|
559
559
|
headers: 'headers',
|
|
@@ -650,9 +650,9 @@ export class CreateAccountResponseBody extends $tea.Model {
|
|
|
650
650
|
}
|
|
651
651
|
|
|
652
652
|
export class CreateAccountResponse extends $tea.Model {
|
|
653
|
-
headers
|
|
654
|
-
statusCode
|
|
655
|
-
body
|
|
653
|
+
headers?: { [key: string]: string };
|
|
654
|
+
statusCode?: number;
|
|
655
|
+
body?: CreateAccountResponseBody;
|
|
656
656
|
static names(): { [key: string]: string } {
|
|
657
657
|
return {
|
|
658
658
|
headers: 'headers',
|
|
@@ -731,9 +731,9 @@ export class CreateBackupResponseBody extends $tea.Model {
|
|
|
731
731
|
}
|
|
732
732
|
|
|
733
733
|
export class CreateBackupResponse extends $tea.Model {
|
|
734
|
-
headers
|
|
735
|
-
statusCode
|
|
736
|
-
body
|
|
734
|
+
headers?: { [key: string]: string };
|
|
735
|
+
statusCode?: number;
|
|
736
|
+
body?: CreateBackupResponseBody;
|
|
737
737
|
static names(): { [key: string]: string } {
|
|
738
738
|
return {
|
|
739
739
|
headers: 'headers',
|
|
@@ -818,9 +818,9 @@ export class CreateColdStorageInstanceResponseBody extends $tea.Model {
|
|
|
818
818
|
}
|
|
819
819
|
|
|
820
820
|
export class CreateColdStorageInstanceResponse extends $tea.Model {
|
|
821
|
-
headers
|
|
822
|
-
statusCode
|
|
823
|
-
body
|
|
821
|
+
headers?: { [key: string]: string };
|
|
822
|
+
statusCode?: number;
|
|
823
|
+
body?: CreateColdStorageInstanceResponseBody;
|
|
824
824
|
static names(): { [key: string]: string } {
|
|
825
825
|
return {
|
|
826
826
|
headers: 'headers',
|
|
@@ -1049,9 +1049,9 @@ export class CreateDBClusterResponseBody extends $tea.Model {
|
|
|
1049
1049
|
}
|
|
1050
1050
|
|
|
1051
1051
|
export class CreateDBClusterResponse extends $tea.Model {
|
|
1052
|
-
headers
|
|
1053
|
-
statusCode
|
|
1054
|
-
body
|
|
1052
|
+
headers?: { [key: string]: string };
|
|
1053
|
+
statusCode?: number;
|
|
1054
|
+
body?: CreateDBClusterResponseBody;
|
|
1055
1055
|
static names(): { [key: string]: string } {
|
|
1056
1056
|
return {
|
|
1057
1057
|
headers: 'headers',
|
|
@@ -1145,9 +1145,9 @@ export class CreateDBClusterEndpointResponseBody extends $tea.Model {
|
|
|
1145
1145
|
}
|
|
1146
1146
|
|
|
1147
1147
|
export class CreateDBClusterEndpointResponse extends $tea.Model {
|
|
1148
|
-
headers
|
|
1149
|
-
statusCode
|
|
1150
|
-
body
|
|
1148
|
+
headers?: { [key: string]: string };
|
|
1149
|
+
statusCode?: number;
|
|
1150
|
+
body?: CreateDBClusterEndpointResponseBody;
|
|
1151
1151
|
static names(): { [key: string]: string } {
|
|
1152
1152
|
return {
|
|
1153
1153
|
headers: 'headers',
|
|
@@ -1238,9 +1238,9 @@ export class CreateDBEndpointAddressResponseBody extends $tea.Model {
|
|
|
1238
1238
|
}
|
|
1239
1239
|
|
|
1240
1240
|
export class CreateDBEndpointAddressResponse extends $tea.Model {
|
|
1241
|
-
headers
|
|
1242
|
-
statusCode
|
|
1243
|
-
body
|
|
1241
|
+
headers?: { [key: string]: string };
|
|
1242
|
+
statusCode?: number;
|
|
1243
|
+
body?: CreateDBEndpointAddressResponseBody;
|
|
1244
1244
|
static names(): { [key: string]: string } {
|
|
1245
1245
|
return {
|
|
1246
1246
|
headers: 'headers',
|
|
@@ -1349,9 +1349,9 @@ export class CreateDBLinkResponseBody extends $tea.Model {
|
|
|
1349
1349
|
}
|
|
1350
1350
|
|
|
1351
1351
|
export class CreateDBLinkResponse extends $tea.Model {
|
|
1352
|
-
headers
|
|
1353
|
-
statusCode
|
|
1354
|
-
body
|
|
1352
|
+
headers?: { [key: string]: string };
|
|
1353
|
+
statusCode?: number;
|
|
1354
|
+
body?: CreateDBLinkResponseBody;
|
|
1355
1355
|
static names(): { [key: string]: string } {
|
|
1356
1356
|
return {
|
|
1357
1357
|
headers: 'headers',
|
|
@@ -1457,9 +1457,9 @@ export class CreateDBNodesResponseBody extends $tea.Model {
|
|
|
1457
1457
|
}
|
|
1458
1458
|
|
|
1459
1459
|
export class CreateDBNodesResponse extends $tea.Model {
|
|
1460
|
-
headers
|
|
1461
|
-
statusCode
|
|
1462
|
-
body
|
|
1460
|
+
headers?: { [key: string]: string };
|
|
1461
|
+
statusCode?: number;
|
|
1462
|
+
body?: CreateDBNodesResponseBody;
|
|
1463
1463
|
static names(): { [key: string]: string } {
|
|
1464
1464
|
return {
|
|
1465
1465
|
headers: 'headers',
|
|
@@ -1553,9 +1553,9 @@ export class CreateDatabaseResponseBody extends $tea.Model {
|
|
|
1553
1553
|
}
|
|
1554
1554
|
|
|
1555
1555
|
export class CreateDatabaseResponse extends $tea.Model {
|
|
1556
|
-
headers
|
|
1557
|
-
statusCode
|
|
1558
|
-
body
|
|
1556
|
+
headers?: { [key: string]: string };
|
|
1557
|
+
statusCode?: number;
|
|
1558
|
+
body?: CreateDatabaseResponseBody;
|
|
1559
1559
|
static names(): { [key: string]: string } {
|
|
1560
1560
|
return {
|
|
1561
1561
|
headers: 'headers',
|
|
@@ -1640,9 +1640,9 @@ export class CreateGlobalDatabaseNetworkResponseBody extends $tea.Model {
|
|
|
1640
1640
|
}
|
|
1641
1641
|
|
|
1642
1642
|
export class CreateGlobalDatabaseNetworkResponse extends $tea.Model {
|
|
1643
|
-
headers
|
|
1644
|
-
statusCode
|
|
1645
|
-
body
|
|
1643
|
+
headers?: { [key: string]: string };
|
|
1644
|
+
statusCode?: number;
|
|
1645
|
+
body?: CreateGlobalDatabaseNetworkResponseBody;
|
|
1646
1646
|
static names(): { [key: string]: string } {
|
|
1647
1647
|
return {
|
|
1648
1648
|
headers: 'headers',
|
|
@@ -1730,9 +1730,9 @@ export class CreateGlobalSecurityIPGroupResponseBody extends $tea.Model {
|
|
|
1730
1730
|
}
|
|
1731
1731
|
|
|
1732
1732
|
export class CreateGlobalSecurityIPGroupResponse extends $tea.Model {
|
|
1733
|
-
headers
|
|
1734
|
-
statusCode
|
|
1735
|
-
body
|
|
1733
|
+
headers?: { [key: string]: string };
|
|
1734
|
+
statusCode?: number;
|
|
1735
|
+
body?: CreateGlobalSecurityIPGroupResponseBody;
|
|
1736
1736
|
static names(): { [key: string]: string } {
|
|
1737
1737
|
return {
|
|
1738
1738
|
headers: 'headers',
|
|
@@ -1826,9 +1826,9 @@ export class CreateParameterGroupResponseBody extends $tea.Model {
|
|
|
1826
1826
|
}
|
|
1827
1827
|
|
|
1828
1828
|
export class CreateParameterGroupResponse extends $tea.Model {
|
|
1829
|
-
headers
|
|
1830
|
-
statusCode
|
|
1831
|
-
body
|
|
1829
|
+
headers?: { [key: string]: string };
|
|
1830
|
+
statusCode?: number;
|
|
1831
|
+
body?: CreateParameterGroupResponseBody;
|
|
1832
1832
|
static names(): { [key: string]: string } {
|
|
1833
1833
|
return {
|
|
1834
1834
|
headers: 'headers',
|
|
@@ -1898,9 +1898,9 @@ export class CreateServiceLinkedRoleResponseBody extends $tea.Model {
|
|
|
1898
1898
|
}
|
|
1899
1899
|
|
|
1900
1900
|
export class CreateServiceLinkedRoleResponse extends $tea.Model {
|
|
1901
|
-
headers
|
|
1902
|
-
statusCode
|
|
1903
|
-
body
|
|
1901
|
+
headers?: { [key: string]: string };
|
|
1902
|
+
statusCode?: number;
|
|
1903
|
+
body?: CreateServiceLinkedRoleResponseBody;
|
|
1904
1904
|
static names(): { [key: string]: string } {
|
|
1905
1905
|
return {
|
|
1906
1906
|
headers: 'headers',
|
|
@@ -1991,9 +1991,9 @@ export class CreateStoragePlanResponseBody extends $tea.Model {
|
|
|
1991
1991
|
}
|
|
1992
1992
|
|
|
1993
1993
|
export class CreateStoragePlanResponse extends $tea.Model {
|
|
1994
|
-
headers
|
|
1995
|
-
statusCode
|
|
1996
|
-
body
|
|
1994
|
+
headers?: { [key: string]: string };
|
|
1995
|
+
statusCode?: number;
|
|
1996
|
+
body?: CreateStoragePlanResponseBody;
|
|
1997
1997
|
static names(): { [key: string]: string } {
|
|
1998
1998
|
return {
|
|
1999
1999
|
headers: 'headers',
|
|
@@ -2069,9 +2069,9 @@ export class DeleteAccountResponseBody extends $tea.Model {
|
|
|
2069
2069
|
}
|
|
2070
2070
|
|
|
2071
2071
|
export class DeleteAccountResponse extends $tea.Model {
|
|
2072
|
-
headers
|
|
2073
|
-
statusCode
|
|
2074
|
-
body
|
|
2072
|
+
headers?: { [key: string]: string };
|
|
2073
|
+
statusCode?: number;
|
|
2074
|
+
body?: DeleteAccountResponseBody;
|
|
2075
2075
|
static names(): { [key: string]: string } {
|
|
2076
2076
|
return {
|
|
2077
2077
|
headers: 'headers',
|
|
@@ -2147,9 +2147,9 @@ export class DeleteBackupResponseBody extends $tea.Model {
|
|
|
2147
2147
|
}
|
|
2148
2148
|
|
|
2149
2149
|
export class DeleteBackupResponse extends $tea.Model {
|
|
2150
|
-
headers
|
|
2151
|
-
statusCode
|
|
2152
|
-
body
|
|
2150
|
+
headers?: { [key: string]: string };
|
|
2151
|
+
statusCode?: number;
|
|
2152
|
+
body?: DeleteBackupResponseBody;
|
|
2153
2153
|
static names(): { [key: string]: string } {
|
|
2154
2154
|
return {
|
|
2155
2155
|
headers: 'headers',
|
|
@@ -2225,9 +2225,9 @@ export class DeleteDBClusterResponseBody extends $tea.Model {
|
|
|
2225
2225
|
}
|
|
2226
2226
|
|
|
2227
2227
|
export class DeleteDBClusterResponse extends $tea.Model {
|
|
2228
|
-
headers
|
|
2229
|
-
statusCode
|
|
2230
|
-
body
|
|
2228
|
+
headers?: { [key: string]: string };
|
|
2229
|
+
statusCode?: number;
|
|
2230
|
+
body?: DeleteDBClusterResponseBody;
|
|
2231
2231
|
static names(): { [key: string]: string } {
|
|
2232
2232
|
return {
|
|
2233
2233
|
headers: 'headers',
|
|
@@ -2303,9 +2303,9 @@ export class DeleteDBClusterEndpointResponseBody extends $tea.Model {
|
|
|
2303
2303
|
}
|
|
2304
2304
|
|
|
2305
2305
|
export class DeleteDBClusterEndpointResponse extends $tea.Model {
|
|
2306
|
-
headers
|
|
2307
|
-
statusCode
|
|
2308
|
-
body
|
|
2306
|
+
headers?: { [key: string]: string };
|
|
2307
|
+
statusCode?: number;
|
|
2308
|
+
body?: DeleteDBClusterEndpointResponseBody;
|
|
2309
2309
|
static names(): { [key: string]: string } {
|
|
2310
2310
|
return {
|
|
2311
2311
|
headers: 'headers',
|
|
@@ -2384,9 +2384,9 @@ export class DeleteDBEndpointAddressResponseBody extends $tea.Model {
|
|
|
2384
2384
|
}
|
|
2385
2385
|
|
|
2386
2386
|
export class DeleteDBEndpointAddressResponse extends $tea.Model {
|
|
2387
|
-
headers
|
|
2388
|
-
statusCode
|
|
2389
|
-
body
|
|
2387
|
+
headers?: { [key: string]: string };
|
|
2388
|
+
statusCode?: number;
|
|
2389
|
+
body?: DeleteDBEndpointAddressResponseBody;
|
|
2390
2390
|
static names(): { [key: string]: string } {
|
|
2391
2391
|
return {
|
|
2392
2392
|
headers: 'headers',
|
|
@@ -2462,9 +2462,9 @@ export class DeleteDBLinkResponseBody extends $tea.Model {
|
|
|
2462
2462
|
}
|
|
2463
2463
|
|
|
2464
2464
|
export class DeleteDBLinkResponse extends $tea.Model {
|
|
2465
|
-
headers
|
|
2466
|
-
statusCode
|
|
2467
|
-
body
|
|
2465
|
+
headers?: { [key: string]: string };
|
|
2466
|
+
statusCode?: number;
|
|
2467
|
+
body?: DeleteDBLinkResponseBody;
|
|
2468
2468
|
static names(): { [key: string]: string } {
|
|
2469
2469
|
return {
|
|
2470
2470
|
headers: 'headers',
|
|
@@ -2552,9 +2552,9 @@ export class DeleteDBNodesResponseBody extends $tea.Model {
|
|
|
2552
2552
|
}
|
|
2553
2553
|
|
|
2554
2554
|
export class DeleteDBNodesResponse extends $tea.Model {
|
|
2555
|
-
headers
|
|
2556
|
-
statusCode
|
|
2557
|
-
body
|
|
2555
|
+
headers?: { [key: string]: string };
|
|
2556
|
+
statusCode?: number;
|
|
2557
|
+
body?: DeleteDBNodesResponseBody;
|
|
2558
2558
|
static names(): { [key: string]: string } {
|
|
2559
2559
|
return {
|
|
2560
2560
|
headers: 'headers',
|
|
@@ -2630,9 +2630,9 @@ export class DeleteDatabaseResponseBody extends $tea.Model {
|
|
|
2630
2630
|
}
|
|
2631
2631
|
|
|
2632
2632
|
export class DeleteDatabaseResponse extends $tea.Model {
|
|
2633
|
-
headers
|
|
2634
|
-
statusCode
|
|
2635
|
-
body
|
|
2633
|
+
headers?: { [key: string]: string };
|
|
2634
|
+
statusCode?: number;
|
|
2635
|
+
body?: DeleteDatabaseResponseBody;
|
|
2636
2636
|
static names(): { [key: string]: string } {
|
|
2637
2637
|
return {
|
|
2638
2638
|
headers: 'headers',
|
|
@@ -2711,9 +2711,9 @@ export class DeleteGlobalDatabaseNetworkResponseBody extends $tea.Model {
|
|
|
2711
2711
|
}
|
|
2712
2712
|
|
|
2713
2713
|
export class DeleteGlobalDatabaseNetworkResponse extends $tea.Model {
|
|
2714
|
-
headers
|
|
2715
|
-
statusCode
|
|
2716
|
-
body
|
|
2714
|
+
headers?: { [key: string]: string };
|
|
2715
|
+
statusCode?: number;
|
|
2716
|
+
body?: DeleteGlobalDatabaseNetworkResponseBody;
|
|
2717
2717
|
static names(): { [key: string]: string } {
|
|
2718
2718
|
return {
|
|
2719
2719
|
headers: 'headers',
|
|
@@ -2801,9 +2801,9 @@ export class DeleteGlobalSecurityIPGroupResponseBody extends $tea.Model {
|
|
|
2801
2801
|
}
|
|
2802
2802
|
|
|
2803
2803
|
export class DeleteGlobalSecurityIPGroupResponse extends $tea.Model {
|
|
2804
|
-
headers
|
|
2805
|
-
statusCode
|
|
2806
|
-
body
|
|
2804
|
+
headers?: { [key: string]: string };
|
|
2805
|
+
statusCode?: number;
|
|
2806
|
+
body?: DeleteGlobalSecurityIPGroupResponseBody;
|
|
2807
2807
|
static names(): { [key: string]: string } {
|
|
2808
2808
|
return {
|
|
2809
2809
|
headers: 'headers',
|
|
@@ -2873,9 +2873,9 @@ export class DeleteMaskingRulesResponseBody extends $tea.Model {
|
|
|
2873
2873
|
}
|
|
2874
2874
|
|
|
2875
2875
|
export class DeleteMaskingRulesResponse extends $tea.Model {
|
|
2876
|
-
headers
|
|
2877
|
-
statusCode
|
|
2878
|
-
body
|
|
2876
|
+
headers?: { [key: string]: string };
|
|
2877
|
+
statusCode?: number;
|
|
2878
|
+
body?: DeleteMaskingRulesResponseBody;
|
|
2879
2879
|
static names(): { [key: string]: string } {
|
|
2880
2880
|
return {
|
|
2881
2881
|
headers: 'headers',
|
|
@@ -2954,9 +2954,9 @@ export class DeleteParameterGroupResponseBody extends $tea.Model {
|
|
|
2954
2954
|
}
|
|
2955
2955
|
|
|
2956
2956
|
export class DeleteParameterGroupResponse extends $tea.Model {
|
|
2957
|
-
headers
|
|
2958
|
-
statusCode
|
|
2959
|
-
body
|
|
2957
|
+
headers?: { [key: string]: string };
|
|
2958
|
+
statusCode?: number;
|
|
2959
|
+
body?: DeleteParameterGroupResponseBody;
|
|
2960
2960
|
static names(): { [key: string]: string } {
|
|
2961
2961
|
return {
|
|
2962
2962
|
headers: 'headers',
|
|
@@ -3041,9 +3041,9 @@ export class DescribeAITaskStatusResponseBody extends $tea.Model {
|
|
|
3041
3041
|
}
|
|
3042
3042
|
|
|
3043
3043
|
export class DescribeAITaskStatusResponse extends $tea.Model {
|
|
3044
|
-
headers
|
|
3045
|
-
statusCode
|
|
3046
|
-
body
|
|
3044
|
+
headers?: { [key: string]: string };
|
|
3045
|
+
statusCode?: number;
|
|
3046
|
+
body?: DescribeAITaskStatusResponseBody;
|
|
3047
3047
|
static names(): { [key: string]: string } {
|
|
3048
3048
|
return {
|
|
3049
3049
|
headers: 'headers',
|
|
@@ -3134,9 +3134,9 @@ export class DescribeAccountsResponseBody extends $tea.Model {
|
|
|
3134
3134
|
}
|
|
3135
3135
|
|
|
3136
3136
|
export class DescribeAccountsResponse extends $tea.Model {
|
|
3137
|
-
headers
|
|
3138
|
-
statusCode
|
|
3139
|
-
body
|
|
3137
|
+
headers?: { [key: string]: string };
|
|
3138
|
+
statusCode?: number;
|
|
3139
|
+
body?: DescribeAccountsResponseBody;
|
|
3140
3140
|
static names(): { [key: string]: string } {
|
|
3141
3141
|
return {
|
|
3142
3142
|
headers: 'headers',
|
|
@@ -3233,9 +3233,9 @@ export class DescribeAutoRenewAttributeResponseBody extends $tea.Model {
|
|
|
3233
3233
|
}
|
|
3234
3234
|
|
|
3235
3235
|
export class DescribeAutoRenewAttributeResponse extends $tea.Model {
|
|
3236
|
-
headers
|
|
3237
|
-
statusCode
|
|
3238
|
-
body
|
|
3236
|
+
headers?: { [key: string]: string };
|
|
3237
|
+
statusCode?: number;
|
|
3238
|
+
body?: DescribeAutoRenewAttributeResponseBody;
|
|
3239
3239
|
static names(): { [key: string]: string } {
|
|
3240
3240
|
return {
|
|
3241
3241
|
headers: 'headers',
|
|
@@ -3335,9 +3335,9 @@ export class DescribeBackupLogsResponseBody extends $tea.Model {
|
|
|
3335
3335
|
}
|
|
3336
3336
|
|
|
3337
3337
|
export class DescribeBackupLogsResponse extends $tea.Model {
|
|
3338
|
-
headers
|
|
3339
|
-
statusCode
|
|
3340
|
-
body
|
|
3338
|
+
headers?: { [key: string]: string };
|
|
3339
|
+
statusCode?: number;
|
|
3340
|
+
body?: DescribeBackupLogsResponseBody;
|
|
3341
3341
|
static names(): { [key: string]: string } {
|
|
3342
3342
|
return {
|
|
3343
3343
|
headers: 'headers',
|
|
@@ -3449,9 +3449,9 @@ export class DescribeBackupPolicyResponseBody extends $tea.Model {
|
|
|
3449
3449
|
}
|
|
3450
3450
|
|
|
3451
3451
|
export class DescribeBackupPolicyResponse extends $tea.Model {
|
|
3452
|
-
headers
|
|
3453
|
-
statusCode
|
|
3454
|
-
body
|
|
3452
|
+
headers?: { [key: string]: string };
|
|
3453
|
+
statusCode?: number;
|
|
3454
|
+
body?: DescribeBackupPolicyResponseBody;
|
|
3455
3455
|
static names(): { [key: string]: string } {
|
|
3456
3456
|
return {
|
|
3457
3457
|
headers: 'headers',
|
|
@@ -3533,9 +3533,9 @@ export class DescribeBackupTasksResponseBody extends $tea.Model {
|
|
|
3533
3533
|
}
|
|
3534
3534
|
|
|
3535
3535
|
export class DescribeBackupTasksResponse extends $tea.Model {
|
|
3536
|
-
headers
|
|
3537
|
-
statusCode
|
|
3538
|
-
body
|
|
3536
|
+
headers?: { [key: string]: string };
|
|
3537
|
+
statusCode?: number;
|
|
3538
|
+
body?: DescribeBackupTasksResponseBody;
|
|
3539
3539
|
static names(): { [key: string]: string } {
|
|
3540
3540
|
return {
|
|
3541
3541
|
headers: 'headers',
|
|
@@ -3644,9 +3644,9 @@ export class DescribeBackupsResponseBody extends $tea.Model {
|
|
|
3644
3644
|
}
|
|
3645
3645
|
|
|
3646
3646
|
export class DescribeBackupsResponse extends $tea.Model {
|
|
3647
|
-
headers
|
|
3648
|
-
statusCode
|
|
3649
|
-
body
|
|
3647
|
+
headers?: { [key: string]: string };
|
|
3648
|
+
statusCode?: number;
|
|
3649
|
+
body?: DescribeBackupsResponseBody;
|
|
3650
3650
|
static names(): { [key: string]: string } {
|
|
3651
3651
|
return {
|
|
3652
3652
|
headers: 'headers',
|
|
@@ -3728,9 +3728,9 @@ export class DescribeCharacterSetNameResponseBody extends $tea.Model {
|
|
|
3728
3728
|
}
|
|
3729
3729
|
|
|
3730
3730
|
export class DescribeCharacterSetNameResponse extends $tea.Model {
|
|
3731
|
-
headers
|
|
3732
|
-
statusCode
|
|
3733
|
-
body
|
|
3731
|
+
headers?: { [key: string]: string };
|
|
3732
|
+
statusCode?: number;
|
|
3733
|
+
body?: DescribeCharacterSetNameResponseBody;
|
|
3734
3734
|
static names(): { [key: string]: string } {
|
|
3735
3735
|
return {
|
|
3736
3736
|
headers: 'headers',
|
|
@@ -3821,9 +3821,9 @@ export class DescribeClassListResponseBody extends $tea.Model {
|
|
|
3821
3821
|
}
|
|
3822
3822
|
|
|
3823
3823
|
export class DescribeClassListResponse extends $tea.Model {
|
|
3824
|
-
headers
|
|
3825
|
-
statusCode
|
|
3826
|
-
body
|
|
3824
|
+
headers?: { [key: string]: string };
|
|
3825
|
+
statusCode?: number;
|
|
3826
|
+
body?: DescribeClassListResponseBody;
|
|
3827
3827
|
static names(): { [key: string]: string } {
|
|
3828
3828
|
return {
|
|
3829
3829
|
headers: 'headers',
|
|
@@ -3902,9 +3902,9 @@ export class DescribeDBClusterAccessWhitelistResponseBody extends $tea.Model {
|
|
|
3902
3902
|
}
|
|
3903
3903
|
|
|
3904
3904
|
export class DescribeDBClusterAccessWhitelistResponse extends $tea.Model {
|
|
3905
|
-
headers
|
|
3906
|
-
statusCode
|
|
3907
|
-
body
|
|
3905
|
+
headers?: { [key: string]: string };
|
|
3906
|
+
statusCode?: number;
|
|
3907
|
+
body?: DescribeDBClusterAccessWhitelistResponseBody;
|
|
3908
3908
|
static names(): { [key: string]: string } {
|
|
3909
3909
|
return {
|
|
3910
3910
|
headers: 'headers',
|
|
@@ -4139,9 +4139,9 @@ export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
4139
4139
|
}
|
|
4140
4140
|
|
|
4141
4141
|
export class DescribeDBClusterAttributeResponse extends $tea.Model {
|
|
4142
|
-
headers
|
|
4143
|
-
statusCode
|
|
4144
|
-
body
|
|
4142
|
+
headers?: { [key: string]: string };
|
|
4143
|
+
statusCode?: number;
|
|
4144
|
+
body?: DescribeDBClusterAttributeResponseBody;
|
|
4145
4145
|
static names(): { [key: string]: string } {
|
|
4146
4146
|
return {
|
|
4147
4147
|
headers: 'headers',
|
|
@@ -4217,9 +4217,9 @@ export class DescribeDBClusterAuditLogCollectorResponseBody extends $tea.Model {
|
|
|
4217
4217
|
}
|
|
4218
4218
|
|
|
4219
4219
|
export class DescribeDBClusterAuditLogCollectorResponse extends $tea.Model {
|
|
4220
|
-
headers
|
|
4221
|
-
statusCode
|
|
4222
|
-
body
|
|
4220
|
+
headers?: { [key: string]: string };
|
|
4221
|
+
statusCode?: number;
|
|
4222
|
+
body?: DescribeDBClusterAuditLogCollectorResponseBody;
|
|
4223
4223
|
static names(): { [key: string]: string } {
|
|
4224
4224
|
return {
|
|
4225
4225
|
headers: 'headers',
|
|
@@ -4310,9 +4310,9 @@ export class DescribeDBClusterAvailableResourcesResponseBody extends $tea.Model
|
|
|
4310
4310
|
}
|
|
4311
4311
|
|
|
4312
4312
|
export class DescribeDBClusterAvailableResourcesResponse extends $tea.Model {
|
|
4313
|
-
headers
|
|
4314
|
-
statusCode
|
|
4315
|
-
body
|
|
4313
|
+
headers?: { [key: string]: string };
|
|
4314
|
+
statusCode?: number;
|
|
4315
|
+
body?: DescribeDBClusterAvailableResourcesResponseBody;
|
|
4316
4316
|
static names(): { [key: string]: string } {
|
|
4317
4317
|
return {
|
|
4318
4318
|
headers: 'headers',
|
|
@@ -4406,9 +4406,9 @@ export class DescribeDBClusterConnectivityResponseBody extends $tea.Model {
|
|
|
4406
4406
|
}
|
|
4407
4407
|
|
|
4408
4408
|
export class DescribeDBClusterConnectivityResponse extends $tea.Model {
|
|
4409
|
-
headers
|
|
4410
|
-
statusCode
|
|
4411
|
-
body
|
|
4409
|
+
headers?: { [key: string]: string };
|
|
4410
|
+
statusCode?: number;
|
|
4411
|
+
body?: DescribeDBClusterConnectivityResponseBody;
|
|
4412
4412
|
static names(): { [key: string]: string } {
|
|
4413
4413
|
return {
|
|
4414
4414
|
headers: 'headers',
|
|
@@ -4490,9 +4490,9 @@ export class DescribeDBClusterEndpointsResponseBody extends $tea.Model {
|
|
|
4490
4490
|
}
|
|
4491
4491
|
|
|
4492
4492
|
export class DescribeDBClusterEndpointsResponse extends $tea.Model {
|
|
4493
|
-
headers
|
|
4494
|
-
statusCode
|
|
4495
|
-
body
|
|
4493
|
+
headers?: { [key: string]: string };
|
|
4494
|
+
statusCode?: number;
|
|
4495
|
+
body?: DescribeDBClusterEndpointsResponseBody;
|
|
4496
4496
|
static names(): { [key: string]: string } {
|
|
4497
4497
|
return {
|
|
4498
4498
|
headers: 'headers',
|
|
@@ -4604,9 +4604,9 @@ export class DescribeDBClusterMigrationResponseBody extends $tea.Model {
|
|
|
4604
4604
|
}
|
|
4605
4605
|
|
|
4606
4606
|
export class DescribeDBClusterMigrationResponse extends $tea.Model {
|
|
4607
|
-
headers
|
|
4608
|
-
statusCode
|
|
4609
|
-
body
|
|
4607
|
+
headers?: { [key: string]: string };
|
|
4608
|
+
statusCode?: number;
|
|
4609
|
+
body?: DescribeDBClusterMigrationResponseBody;
|
|
4610
4610
|
static names(): { [key: string]: string } {
|
|
4611
4611
|
return {
|
|
4612
4612
|
headers: 'headers',
|
|
@@ -4682,9 +4682,9 @@ export class DescribeDBClusterMonitorResponseBody extends $tea.Model {
|
|
|
4682
4682
|
}
|
|
4683
4683
|
|
|
4684
4684
|
export class DescribeDBClusterMonitorResponse extends $tea.Model {
|
|
4685
|
-
headers
|
|
4686
|
-
statusCode
|
|
4687
|
-
body
|
|
4685
|
+
headers?: { [key: string]: string };
|
|
4686
|
+
statusCode?: number;
|
|
4687
|
+
body?: DescribeDBClusterMonitorResponseBody;
|
|
4688
4688
|
static names(): { [key: string]: string } {
|
|
4689
4689
|
return {
|
|
4690
4690
|
headers: 'headers',
|
|
@@ -4781,9 +4781,9 @@ export class DescribeDBClusterParametersResponseBody extends $tea.Model {
|
|
|
4781
4781
|
}
|
|
4782
4782
|
|
|
4783
4783
|
export class DescribeDBClusterParametersResponse extends $tea.Model {
|
|
4784
|
-
headers
|
|
4785
|
-
statusCode
|
|
4786
|
-
body
|
|
4784
|
+
headers?: { [key: string]: string };
|
|
4785
|
+
statusCode?: number;
|
|
4786
|
+
body?: DescribeDBClusterParametersResponseBody;
|
|
4787
4787
|
static names(): { [key: string]: string } {
|
|
4788
4788
|
return {
|
|
4789
4789
|
headers: 'headers',
|
|
@@ -4871,9 +4871,9 @@ export class DescribeDBClusterPerformanceResponseBody extends $tea.Model {
|
|
|
4871
4871
|
}
|
|
4872
4872
|
|
|
4873
4873
|
export class DescribeDBClusterPerformanceResponse extends $tea.Model {
|
|
4874
|
-
headers
|
|
4875
|
-
statusCode
|
|
4876
|
-
body
|
|
4874
|
+
headers?: { [key: string]: string };
|
|
4875
|
+
statusCode?: number;
|
|
4876
|
+
body?: DescribeDBClusterPerformanceResponseBody;
|
|
4877
4877
|
static names(): { [key: string]: string } {
|
|
4878
4878
|
return {
|
|
4879
4879
|
headers: 'headers',
|
|
@@ -4952,9 +4952,9 @@ export class DescribeDBClusterSSLResponseBody extends $tea.Model {
|
|
|
4952
4952
|
}
|
|
4953
4953
|
|
|
4954
4954
|
export class DescribeDBClusterSSLResponse extends $tea.Model {
|
|
4955
|
-
headers
|
|
4956
|
-
statusCode
|
|
4957
|
-
body
|
|
4955
|
+
headers?: { [key: string]: string };
|
|
4956
|
+
statusCode?: number;
|
|
4957
|
+
body?: DescribeDBClusterSSLResponseBody;
|
|
4958
4958
|
static names(): { [key: string]: string } {
|
|
4959
4959
|
return {
|
|
4960
4960
|
headers: 'headers',
|
|
@@ -5057,9 +5057,9 @@ export class DescribeDBClusterServerlessConfResponseBody extends $tea.Model {
|
|
|
5057
5057
|
}
|
|
5058
5058
|
|
|
5059
5059
|
export class DescribeDBClusterServerlessConfResponse extends $tea.Model {
|
|
5060
|
-
headers
|
|
5061
|
-
statusCode
|
|
5062
|
-
body
|
|
5060
|
+
headers?: { [key: string]: string };
|
|
5061
|
+
statusCode?: number;
|
|
5062
|
+
body?: DescribeDBClusterServerlessConfResponseBody;
|
|
5063
5063
|
static names(): { [key: string]: string } {
|
|
5064
5064
|
return {
|
|
5065
5065
|
headers: 'headers',
|
|
@@ -5147,9 +5147,9 @@ export class DescribeDBClusterTDEResponseBody extends $tea.Model {
|
|
|
5147
5147
|
}
|
|
5148
5148
|
|
|
5149
5149
|
export class DescribeDBClusterTDEResponse extends $tea.Model {
|
|
5150
|
-
headers
|
|
5151
|
-
statusCode
|
|
5152
|
-
body
|
|
5150
|
+
headers?: { [key: string]: string };
|
|
5151
|
+
statusCode?: number;
|
|
5152
|
+
body?: DescribeDBClusterTDEResponseBody;
|
|
5153
5153
|
static names(): { [key: string]: string } {
|
|
5154
5154
|
return {
|
|
5155
5155
|
headers: 'headers',
|
|
@@ -5261,9 +5261,9 @@ export class DescribeDBClusterVersionResponseBody extends $tea.Model {
|
|
|
5261
5261
|
}
|
|
5262
5262
|
|
|
5263
5263
|
export class DescribeDBClusterVersionResponse extends $tea.Model {
|
|
5264
|
-
headers
|
|
5265
|
-
statusCode
|
|
5266
|
-
body
|
|
5264
|
+
headers?: { [key: string]: string };
|
|
5265
|
+
statusCode?: number;
|
|
5266
|
+
body?: DescribeDBClusterVersionResponseBody;
|
|
5267
5267
|
static names(): { [key: string]: string } {
|
|
5268
5268
|
return {
|
|
5269
5269
|
headers: 'headers',
|
|
@@ -5396,9 +5396,9 @@ export class DescribeDBClustersResponseBody extends $tea.Model {
|
|
|
5396
5396
|
}
|
|
5397
5397
|
|
|
5398
5398
|
export class DescribeDBClustersResponse extends $tea.Model {
|
|
5399
|
-
headers
|
|
5400
|
-
statusCode
|
|
5401
|
-
body
|
|
5399
|
+
headers?: { [key: string]: string };
|
|
5400
|
+
statusCode?: number;
|
|
5401
|
+
body?: DescribeDBClustersResponseBody;
|
|
5402
5402
|
static names(): { [key: string]: string } {
|
|
5403
5403
|
return {
|
|
5404
5404
|
headers: 'headers',
|
|
@@ -5507,9 +5507,9 @@ export class DescribeDBClustersWithBackupsResponseBody extends $tea.Model {
|
|
|
5507
5507
|
}
|
|
5508
5508
|
|
|
5509
5509
|
export class DescribeDBClustersWithBackupsResponse extends $tea.Model {
|
|
5510
|
-
headers
|
|
5511
|
-
statusCode
|
|
5512
|
-
body
|
|
5510
|
+
headers?: { [key: string]: string };
|
|
5511
|
+
statusCode?: number;
|
|
5512
|
+
body?: DescribeDBClustersWithBackupsResponseBody;
|
|
5513
5513
|
static names(): { [key: string]: string } {
|
|
5514
5514
|
return {
|
|
5515
5515
|
headers: 'headers',
|
|
@@ -5591,9 +5591,9 @@ export class DescribeDBInitializeVariableResponseBody extends $tea.Model {
|
|
|
5591
5591
|
}
|
|
5592
5592
|
|
|
5593
5593
|
export class DescribeDBInitializeVariableResponse extends $tea.Model {
|
|
5594
|
-
headers
|
|
5595
|
-
statusCode
|
|
5596
|
-
body
|
|
5594
|
+
headers?: { [key: string]: string };
|
|
5595
|
+
statusCode?: number;
|
|
5596
|
+
body?: DescribeDBInitializeVariableResponseBody;
|
|
5597
5597
|
static names(): { [key: string]: string } {
|
|
5598
5598
|
return {
|
|
5599
5599
|
headers: 'headers',
|
|
@@ -5675,9 +5675,9 @@ export class DescribeDBLinksResponseBody extends $tea.Model {
|
|
|
5675
5675
|
}
|
|
5676
5676
|
|
|
5677
5677
|
export class DescribeDBLinksResponse extends $tea.Model {
|
|
5678
|
-
headers
|
|
5679
|
-
statusCode
|
|
5680
|
-
body
|
|
5678
|
+
headers?: { [key: string]: string };
|
|
5679
|
+
statusCode?: number;
|
|
5680
|
+
body?: DescribeDBLinksResponseBody;
|
|
5681
5681
|
static names(): { [key: string]: string } {
|
|
5682
5682
|
return {
|
|
5683
5683
|
headers: 'headers',
|
|
@@ -5768,9 +5768,9 @@ export class DescribeDBNodePerformanceResponseBody extends $tea.Model {
|
|
|
5768
5768
|
}
|
|
5769
5769
|
|
|
5770
5770
|
export class DescribeDBNodePerformanceResponse extends $tea.Model {
|
|
5771
|
-
headers
|
|
5772
|
-
statusCode
|
|
5773
|
-
body
|
|
5771
|
+
headers?: { [key: string]: string };
|
|
5772
|
+
statusCode?: number;
|
|
5773
|
+
body?: DescribeDBNodePerformanceResponseBody;
|
|
5774
5774
|
static names(): { [key: string]: string } {
|
|
5775
5775
|
return {
|
|
5776
5776
|
headers: 'headers',
|
|
@@ -5858,9 +5858,9 @@ export class DescribeDBNodesParametersResponseBody extends $tea.Model {
|
|
|
5858
5858
|
}
|
|
5859
5859
|
|
|
5860
5860
|
export class DescribeDBNodesParametersResponse extends $tea.Model {
|
|
5861
|
-
headers
|
|
5862
|
-
statusCode
|
|
5863
|
-
body
|
|
5861
|
+
headers?: { [key: string]: string };
|
|
5862
|
+
statusCode?: number;
|
|
5863
|
+
body?: DescribeDBNodesParametersResponseBody;
|
|
5864
5864
|
static names(): { [key: string]: string } {
|
|
5865
5865
|
return {
|
|
5866
5866
|
headers: 'headers',
|
|
@@ -5884,12 +5884,14 @@ export class DescribeDBNodesParametersResponse extends $tea.Model {
|
|
|
5884
5884
|
|
|
5885
5885
|
export class DescribeDBProxyPerformanceRequest extends $tea.Model {
|
|
5886
5886
|
DBClusterId?: string;
|
|
5887
|
+
DBEndpointId?: string;
|
|
5887
5888
|
endTime?: string;
|
|
5888
5889
|
key?: string;
|
|
5889
5890
|
startTime?: string;
|
|
5890
5891
|
static names(): { [key: string]: string } {
|
|
5891
5892
|
return {
|
|
5892
5893
|
DBClusterId: 'DBClusterId',
|
|
5894
|
+
DBEndpointId: 'DBEndpointId',
|
|
5893
5895
|
endTime: 'EndTime',
|
|
5894
5896
|
key: 'Key',
|
|
5895
5897
|
startTime: 'StartTime',
|
|
@@ -5899,6 +5901,7 @@ export class DescribeDBProxyPerformanceRequest extends $tea.Model {
|
|
|
5899
5901
|
static types(): { [key: string]: any } {
|
|
5900
5902
|
return {
|
|
5901
5903
|
DBClusterId: 'string',
|
|
5904
|
+
DBEndpointId: 'string',
|
|
5902
5905
|
endTime: 'string',
|
|
5903
5906
|
key: 'string',
|
|
5904
5907
|
startTime: 'string',
|
|
@@ -5948,9 +5951,9 @@ export class DescribeDBProxyPerformanceResponseBody extends $tea.Model {
|
|
|
5948
5951
|
}
|
|
5949
5952
|
|
|
5950
5953
|
export class DescribeDBProxyPerformanceResponse extends $tea.Model {
|
|
5951
|
-
headers
|
|
5952
|
-
statusCode
|
|
5953
|
-
body
|
|
5954
|
+
headers?: { [key: string]: string };
|
|
5955
|
+
statusCode?: number;
|
|
5956
|
+
body?: DescribeDBProxyPerformanceResponseBody;
|
|
5954
5957
|
static names(): { [key: string]: string } {
|
|
5955
5958
|
return {
|
|
5956
5959
|
headers: 'headers',
|
|
@@ -6029,9 +6032,9 @@ export class DescribeDasConfigResponseBody extends $tea.Model {
|
|
|
6029
6032
|
}
|
|
6030
6033
|
|
|
6031
6034
|
export class DescribeDasConfigResponse extends $tea.Model {
|
|
6032
|
-
headers
|
|
6033
|
-
statusCode
|
|
6034
|
-
body
|
|
6035
|
+
headers?: { [key: string]: string };
|
|
6036
|
+
statusCode?: number;
|
|
6037
|
+
body?: DescribeDasConfigResponseBody;
|
|
6035
6038
|
static names(): { [key: string]: string } {
|
|
6036
6039
|
return {
|
|
6037
6040
|
headers: 'headers',
|
|
@@ -6122,9 +6125,9 @@ export class DescribeDatabasesResponseBody extends $tea.Model {
|
|
|
6122
6125
|
}
|
|
6123
6126
|
|
|
6124
6127
|
export class DescribeDatabasesResponse extends $tea.Model {
|
|
6125
|
-
headers
|
|
6126
|
-
statusCode
|
|
6127
|
-
body
|
|
6128
|
+
headers?: { [key: string]: string };
|
|
6129
|
+
statusCode?: number;
|
|
6130
|
+
body?: DescribeDatabasesResponseBody;
|
|
6128
6131
|
static names(): { [key: string]: string } {
|
|
6129
6132
|
return {
|
|
6130
6133
|
headers: 'headers',
|
|
@@ -6233,9 +6236,9 @@ export class DescribeDetachedBackupsResponseBody extends $tea.Model {
|
|
|
6233
6236
|
}
|
|
6234
6237
|
|
|
6235
6238
|
export class DescribeDetachedBackupsResponse extends $tea.Model {
|
|
6236
|
-
headers
|
|
6237
|
-
statusCode
|
|
6238
|
-
body
|
|
6239
|
+
headers?: { [key: string]: string };
|
|
6240
|
+
statusCode?: number;
|
|
6241
|
+
body?: DescribeDetachedBackupsResponseBody;
|
|
6239
6242
|
static names(): { [key: string]: string } {
|
|
6240
6243
|
return {
|
|
6241
6244
|
headers: 'headers',
|
|
@@ -6344,9 +6347,9 @@ export class DescribeGlobalDatabaseNetworkResponseBody extends $tea.Model {
|
|
|
6344
6347
|
}
|
|
6345
6348
|
|
|
6346
6349
|
export class DescribeGlobalDatabaseNetworkResponse extends $tea.Model {
|
|
6347
|
-
headers
|
|
6348
|
-
statusCode
|
|
6349
|
-
body
|
|
6350
|
+
headers?: { [key: string]: string };
|
|
6351
|
+
statusCode?: number;
|
|
6352
|
+
body?: DescribeGlobalDatabaseNetworkResponseBody;
|
|
6350
6353
|
static names(): { [key: string]: string } {
|
|
6351
6354
|
return {
|
|
6352
6355
|
headers: 'headers',
|
|
@@ -6452,9 +6455,9 @@ export class DescribeGlobalDatabaseNetworksResponseBody extends $tea.Model {
|
|
|
6452
6455
|
}
|
|
6453
6456
|
|
|
6454
6457
|
export class DescribeGlobalDatabaseNetworksResponse extends $tea.Model {
|
|
6455
|
-
headers
|
|
6456
|
-
statusCode
|
|
6457
|
-
body
|
|
6458
|
+
headers?: { [key: string]: string };
|
|
6459
|
+
statusCode?: number;
|
|
6460
|
+
body?: DescribeGlobalDatabaseNetworksResponseBody;
|
|
6458
6461
|
static names(): { [key: string]: string } {
|
|
6459
6462
|
return {
|
|
6460
6463
|
headers: 'headers',
|
|
@@ -6539,9 +6542,9 @@ export class DescribeGlobalSecurityIPGroupResponseBody extends $tea.Model {
|
|
|
6539
6542
|
}
|
|
6540
6543
|
|
|
6541
6544
|
export class DescribeGlobalSecurityIPGroupResponse extends $tea.Model {
|
|
6542
|
-
headers
|
|
6543
|
-
statusCode
|
|
6544
|
-
body
|
|
6545
|
+
headers?: { [key: string]: string };
|
|
6546
|
+
statusCode?: number;
|
|
6547
|
+
body?: DescribeGlobalSecurityIPGroupResponseBody;
|
|
6545
6548
|
static names(): { [key: string]: string } {
|
|
6546
6549
|
return {
|
|
6547
6550
|
headers: 'headers',
|
|
@@ -6629,9 +6632,9 @@ export class DescribeGlobalSecurityIPGroupRelationResponseBody extends $tea.Mode
|
|
|
6629
6632
|
}
|
|
6630
6633
|
|
|
6631
6634
|
export class DescribeGlobalSecurityIPGroupRelationResponse extends $tea.Model {
|
|
6632
|
-
headers
|
|
6633
|
-
statusCode
|
|
6634
|
-
body
|
|
6635
|
+
headers?: { [key: string]: string };
|
|
6636
|
+
statusCode?: number;
|
|
6637
|
+
body?: DescribeGlobalSecurityIPGroupRelationResponseBody;
|
|
6635
6638
|
static names(): { [key: string]: string } {
|
|
6636
6639
|
return {
|
|
6637
6640
|
headers: 'headers',
|
|
@@ -6716,9 +6719,9 @@ export class DescribeLogBackupPolicyResponseBody extends $tea.Model {
|
|
|
6716
6719
|
}
|
|
6717
6720
|
|
|
6718
6721
|
export class DescribeLogBackupPolicyResponse extends $tea.Model {
|
|
6719
|
-
headers
|
|
6720
|
-
statusCode
|
|
6721
|
-
body
|
|
6722
|
+
headers?: { [key: string]: string };
|
|
6723
|
+
statusCode?: number;
|
|
6724
|
+
body?: DescribeLogBackupPolicyResponseBody;
|
|
6722
6725
|
static names(): { [key: string]: string } {
|
|
6723
6726
|
return {
|
|
6724
6727
|
headers: 'headers',
|
|
@@ -6794,9 +6797,9 @@ export class DescribeMaskingRulesResponseBody extends $tea.Model {
|
|
|
6794
6797
|
}
|
|
6795
6798
|
|
|
6796
6799
|
export class DescribeMaskingRulesResponse extends $tea.Model {
|
|
6797
|
-
headers
|
|
6798
|
-
statusCode
|
|
6799
|
-
body
|
|
6800
|
+
headers?: { [key: string]: string };
|
|
6801
|
+
statusCode?: number;
|
|
6802
|
+
body?: DescribeMaskingRulesResponseBody;
|
|
6800
6803
|
static names(): { [key: string]: string } {
|
|
6801
6804
|
return {
|
|
6802
6805
|
headers: 'headers',
|
|
@@ -6908,9 +6911,9 @@ export class DescribeMetaListResponseBody extends $tea.Model {
|
|
|
6908
6911
|
}
|
|
6909
6912
|
|
|
6910
6913
|
export class DescribeMetaListResponse extends $tea.Model {
|
|
6911
|
-
headers
|
|
6912
|
-
statusCode
|
|
6913
|
-
body
|
|
6914
|
+
headers?: { [key: string]: string };
|
|
6915
|
+
statusCode?: number;
|
|
6916
|
+
body?: DescribeMetaListResponseBody;
|
|
6914
6917
|
static names(): { [key: string]: string } {
|
|
6915
6918
|
return {
|
|
6916
6919
|
headers: 'headers',
|
|
@@ -6992,9 +6995,9 @@ export class DescribeParameterGroupResponseBody extends $tea.Model {
|
|
|
6992
6995
|
}
|
|
6993
6996
|
|
|
6994
6997
|
export class DescribeParameterGroupResponse extends $tea.Model {
|
|
6995
|
-
headers
|
|
6996
|
-
statusCode
|
|
6997
|
-
body
|
|
6998
|
+
headers?: { [key: string]: string };
|
|
6999
|
+
statusCode?: number;
|
|
7000
|
+
body?: DescribeParameterGroupResponseBody;
|
|
6998
7001
|
static names(): { [key: string]: string } {
|
|
6999
7002
|
return {
|
|
7000
7003
|
headers: 'headers',
|
|
@@ -7079,9 +7082,9 @@ export class DescribeParameterGroupsResponseBody extends $tea.Model {
|
|
|
7079
7082
|
}
|
|
7080
7083
|
|
|
7081
7084
|
export class DescribeParameterGroupsResponse extends $tea.Model {
|
|
7082
|
-
headers
|
|
7083
|
-
statusCode
|
|
7084
|
-
body
|
|
7085
|
+
headers?: { [key: string]: string };
|
|
7086
|
+
statusCode?: number;
|
|
7087
|
+
body?: DescribeParameterGroupsResponseBody;
|
|
7085
7088
|
static names(): { [key: string]: string } {
|
|
7086
7089
|
return {
|
|
7087
7090
|
headers: 'headers',
|
|
@@ -7178,9 +7181,9 @@ export class DescribeParameterTemplatesResponseBody extends $tea.Model {
|
|
|
7178
7181
|
}
|
|
7179
7182
|
|
|
7180
7183
|
export class DescribeParameterTemplatesResponse extends $tea.Model {
|
|
7181
|
-
headers
|
|
7182
|
-
statusCode
|
|
7183
|
-
body
|
|
7184
|
+
headers?: { [key: string]: string };
|
|
7185
|
+
statusCode?: number;
|
|
7186
|
+
body?: DescribeParameterTemplatesResponseBody;
|
|
7184
7187
|
static names(): { [key: string]: string } {
|
|
7185
7188
|
return {
|
|
7186
7189
|
headers: 'headers',
|
|
@@ -7283,9 +7286,9 @@ export class DescribePendingMaintenanceActionResponseBody extends $tea.Model {
|
|
|
7283
7286
|
}
|
|
7284
7287
|
|
|
7285
7288
|
export class DescribePendingMaintenanceActionResponse extends $tea.Model {
|
|
7286
|
-
headers
|
|
7287
|
-
statusCode
|
|
7288
|
-
body
|
|
7289
|
+
headers?: { [key: string]: string };
|
|
7290
|
+
statusCode?: number;
|
|
7291
|
+
body?: DescribePendingMaintenanceActionResponseBody;
|
|
7289
7292
|
static names(): { [key: string]: string } {
|
|
7290
7293
|
return {
|
|
7291
7294
|
headers: 'headers',
|
|
@@ -7370,9 +7373,9 @@ export class DescribePendingMaintenanceActionsResponseBody extends $tea.Model {
|
|
|
7370
7373
|
}
|
|
7371
7374
|
|
|
7372
7375
|
export class DescribePendingMaintenanceActionsResponse extends $tea.Model {
|
|
7373
|
-
headers
|
|
7374
|
-
statusCode
|
|
7375
|
-
body
|
|
7376
|
+
headers?: { [key: string]: string };
|
|
7377
|
+
statusCode?: number;
|
|
7378
|
+
body?: DescribePendingMaintenanceActionsResponseBody;
|
|
7376
7379
|
static names(): { [key: string]: string } {
|
|
7377
7380
|
return {
|
|
7378
7381
|
headers: 'headers',
|
|
@@ -7451,9 +7454,9 @@ export class DescribePolarSQLCollectorPolicyResponseBody extends $tea.Model {
|
|
|
7451
7454
|
}
|
|
7452
7455
|
|
|
7453
7456
|
export class DescribePolarSQLCollectorPolicyResponse extends $tea.Model {
|
|
7454
|
-
headers
|
|
7455
|
-
statusCode
|
|
7456
|
-
body
|
|
7457
|
+
headers?: { [key: string]: string };
|
|
7458
|
+
statusCode?: number;
|
|
7459
|
+
body?: DescribePolarSQLCollectorPolicyResponseBody;
|
|
7457
7460
|
static names(): { [key: string]: string } {
|
|
7458
7461
|
return {
|
|
7459
7462
|
headers: 'headers',
|
|
@@ -7526,9 +7529,9 @@ export class DescribeRegionsResponseBody extends $tea.Model {
|
|
|
7526
7529
|
}
|
|
7527
7530
|
|
|
7528
7531
|
export class DescribeRegionsResponse extends $tea.Model {
|
|
7529
|
-
headers
|
|
7530
|
-
statusCode
|
|
7531
|
-
body
|
|
7532
|
+
headers?: { [key: string]: string };
|
|
7533
|
+
statusCode?: number;
|
|
7534
|
+
body?: DescribeRegionsResponseBody;
|
|
7532
7535
|
static names(): { [key: string]: string } {
|
|
7533
7536
|
return {
|
|
7534
7537
|
headers: 'headers',
|
|
@@ -7640,9 +7643,9 @@ export class DescribeScheduleTasksResponseBody extends $tea.Model {
|
|
|
7640
7643
|
}
|
|
7641
7644
|
|
|
7642
7645
|
export class DescribeScheduleTasksResponse extends $tea.Model {
|
|
7643
|
-
headers
|
|
7644
|
-
statusCode
|
|
7645
|
-
body
|
|
7646
|
+
headers?: { [key: string]: string };
|
|
7647
|
+
statusCode?: number;
|
|
7648
|
+
body?: DescribeScheduleTasksResponseBody;
|
|
7646
7649
|
static names(): { [key: string]: string } {
|
|
7647
7650
|
return {
|
|
7648
7651
|
headers: 'headers',
|
|
@@ -7754,9 +7757,9 @@ export class DescribeSlowLogRecordsResponseBody extends $tea.Model {
|
|
|
7754
7757
|
}
|
|
7755
7758
|
|
|
7756
7759
|
export class DescribeSlowLogRecordsResponse extends $tea.Model {
|
|
7757
|
-
headers
|
|
7758
|
-
statusCode
|
|
7759
|
-
body
|
|
7760
|
+
headers?: { [key: string]: string };
|
|
7761
|
+
statusCode?: number;
|
|
7762
|
+
body?: DescribeSlowLogRecordsResponseBody;
|
|
7760
7763
|
static names(): { [key: string]: string } {
|
|
7761
7764
|
return {
|
|
7762
7765
|
headers: 'headers',
|
|
@@ -7871,9 +7874,9 @@ export class DescribeSlowLogsResponseBody extends $tea.Model {
|
|
|
7871
7874
|
}
|
|
7872
7875
|
|
|
7873
7876
|
export class DescribeSlowLogsResponse extends $tea.Model {
|
|
7874
|
-
headers
|
|
7875
|
-
statusCode
|
|
7876
|
-
body
|
|
7877
|
+
headers?: { [key: string]: string };
|
|
7878
|
+
statusCode?: number;
|
|
7879
|
+
body?: DescribeSlowLogsResponseBody;
|
|
7877
7880
|
static names(): { [key: string]: string } {
|
|
7878
7881
|
return {
|
|
7879
7882
|
headers: 'headers',
|
|
@@ -7985,9 +7988,9 @@ export class DescribeTasksResponseBody extends $tea.Model {
|
|
|
7985
7988
|
}
|
|
7986
7989
|
|
|
7987
7990
|
export class DescribeTasksResponse extends $tea.Model {
|
|
7988
|
-
headers
|
|
7989
|
-
statusCode
|
|
7990
|
-
body
|
|
7991
|
+
headers?: { [key: string]: string };
|
|
7992
|
+
statusCode?: number;
|
|
7993
|
+
body?: DescribeTasksResponseBody;
|
|
7991
7994
|
static names(): { [key: string]: string } {
|
|
7992
7995
|
return {
|
|
7993
7996
|
headers: 'headers',
|
|
@@ -8072,9 +8075,9 @@ export class DescribeUserEncryptionKeyListResponseBody extends $tea.Model {
|
|
|
8072
8075
|
}
|
|
8073
8076
|
|
|
8074
8077
|
export class DescribeUserEncryptionKeyListResponse extends $tea.Model {
|
|
8075
|
-
headers
|
|
8076
|
-
statusCode
|
|
8077
|
-
body
|
|
8078
|
+
headers?: { [key: string]: string };
|
|
8079
|
+
statusCode?: number;
|
|
8080
|
+
body?: DescribeUserEncryptionKeyListResponseBody;
|
|
8078
8081
|
static names(): { [key: string]: string } {
|
|
8079
8082
|
return {
|
|
8080
8083
|
headers: 'headers',
|
|
@@ -8180,9 +8183,9 @@ export class DescribeVSwitchesResponseBody extends $tea.Model {
|
|
|
8180
8183
|
}
|
|
8181
8184
|
|
|
8182
8185
|
export class DescribeVSwitchesResponse extends $tea.Model {
|
|
8183
|
-
headers
|
|
8184
|
-
statusCode
|
|
8185
|
-
body
|
|
8186
|
+
headers?: { [key: string]: string };
|
|
8187
|
+
statusCode?: number;
|
|
8188
|
+
body?: DescribeVSwitchesResponseBody;
|
|
8186
8189
|
static names(): { [key: string]: string } {
|
|
8187
8190
|
return {
|
|
8188
8191
|
headers: 'headers',
|
|
@@ -8258,9 +8261,9 @@ export class DisableDBClusterServerlessResponseBody extends $tea.Model {
|
|
|
8258
8261
|
}
|
|
8259
8262
|
|
|
8260
8263
|
export class DisableDBClusterServerlessResponse extends $tea.Model {
|
|
8261
|
-
headers
|
|
8262
|
-
statusCode
|
|
8263
|
-
body
|
|
8264
|
+
headers?: { [key: string]: string };
|
|
8265
|
+
statusCode?: number;
|
|
8266
|
+
body?: DisableDBClusterServerlessResponseBody;
|
|
8264
8267
|
static names(): { [key: string]: string } {
|
|
8265
8268
|
return {
|
|
8266
8269
|
headers: 'headers',
|
|
@@ -8354,9 +8357,9 @@ export class EnableDBClusterServerlessResponseBody extends $tea.Model {
|
|
|
8354
8357
|
}
|
|
8355
8358
|
|
|
8356
8359
|
export class EnableDBClusterServerlessResponse extends $tea.Model {
|
|
8357
|
-
headers
|
|
8358
|
-
statusCode
|
|
8359
|
-
body
|
|
8360
|
+
headers?: { [key: string]: string };
|
|
8361
|
+
statusCode?: number;
|
|
8362
|
+
body?: EnableDBClusterServerlessResponseBody;
|
|
8360
8363
|
static names(): { [key: string]: string } {
|
|
8361
8364
|
return {
|
|
8362
8365
|
headers: 'headers',
|
|
@@ -8441,9 +8444,9 @@ export class EnableFirewallRulesResponseBody extends $tea.Model {
|
|
|
8441
8444
|
}
|
|
8442
8445
|
|
|
8443
8446
|
export class EnableFirewallRulesResponse extends $tea.Model {
|
|
8444
|
-
headers
|
|
8445
|
-
statusCode
|
|
8446
|
-
body
|
|
8447
|
+
headers?: { [key: string]: string };
|
|
8448
|
+
statusCode?: number;
|
|
8449
|
+
body?: EnableFirewallRulesResponseBody;
|
|
8447
8450
|
static names(): { [key: string]: string } {
|
|
8448
8451
|
return {
|
|
8449
8452
|
headers: 'headers',
|
|
@@ -8552,9 +8555,9 @@ export class EvaluateRegionResourceResponseBody extends $tea.Model {
|
|
|
8552
8555
|
}
|
|
8553
8556
|
|
|
8554
8557
|
export class EvaluateRegionResourceResponse extends $tea.Model {
|
|
8555
|
-
headers
|
|
8556
|
-
statusCode
|
|
8557
|
-
body
|
|
8558
|
+
headers?: { [key: string]: string };
|
|
8559
|
+
statusCode?: number;
|
|
8560
|
+
body?: EvaluateRegionResourceResponseBody;
|
|
8558
8561
|
static names(): { [key: string]: string } {
|
|
8559
8562
|
return {
|
|
8560
8563
|
headers: 'headers',
|
|
@@ -8636,9 +8639,9 @@ export class FailoverDBClusterResponseBody extends $tea.Model {
|
|
|
8636
8639
|
}
|
|
8637
8640
|
|
|
8638
8641
|
export class FailoverDBClusterResponse extends $tea.Model {
|
|
8639
|
-
headers
|
|
8640
|
-
statusCode
|
|
8641
|
-
body
|
|
8642
|
+
headers?: { [key: string]: string };
|
|
8643
|
+
statusCode?: number;
|
|
8644
|
+
body?: FailoverDBClusterResponseBody;
|
|
8642
8645
|
static names(): { [key: string]: string } {
|
|
8643
8646
|
return {
|
|
8644
8647
|
headers: 'headers',
|
|
@@ -8720,9 +8723,9 @@ export class GrantAccountPrivilegeResponseBody extends $tea.Model {
|
|
|
8720
8723
|
}
|
|
8721
8724
|
|
|
8722
8725
|
export class GrantAccountPrivilegeResponse extends $tea.Model {
|
|
8723
|
-
headers
|
|
8724
|
-
statusCode
|
|
8725
|
-
body
|
|
8726
|
+
headers?: { [key: string]: string };
|
|
8727
|
+
statusCode?: number;
|
|
8728
|
+
body?: GrantAccountPrivilegeResponseBody;
|
|
8726
8729
|
static names(): { [key: string]: string } {
|
|
8727
8730
|
return {
|
|
8728
8731
|
headers: 'headers',
|
|
@@ -8813,9 +8816,9 @@ export class ListTagResourcesResponseBody extends $tea.Model {
|
|
|
8813
8816
|
}
|
|
8814
8817
|
|
|
8815
8818
|
export class ListTagResourcesResponse extends $tea.Model {
|
|
8816
|
-
headers
|
|
8817
|
-
statusCode
|
|
8818
|
-
body
|
|
8819
|
+
headers?: { [key: string]: string };
|
|
8820
|
+
statusCode?: number;
|
|
8821
|
+
body?: ListTagResourcesResponseBody;
|
|
8819
8822
|
static names(): { [key: string]: string } {
|
|
8820
8823
|
return {
|
|
8821
8824
|
headers: 'headers',
|
|
@@ -8891,9 +8894,9 @@ export class ManuallyStartDBClusterResponseBody extends $tea.Model {
|
|
|
8891
8894
|
}
|
|
8892
8895
|
|
|
8893
8896
|
export class ManuallyStartDBClusterResponse extends $tea.Model {
|
|
8894
|
-
headers
|
|
8895
|
-
statusCode
|
|
8896
|
-
body
|
|
8897
|
+
headers?: { [key: string]: string };
|
|
8898
|
+
statusCode?: number;
|
|
8899
|
+
body?: ManuallyStartDBClusterResponseBody;
|
|
8897
8900
|
static names(): { [key: string]: string } {
|
|
8898
8901
|
return {
|
|
8899
8902
|
headers: 'headers',
|
|
@@ -8972,9 +8975,9 @@ export class ModifyAccountDescriptionResponseBody extends $tea.Model {
|
|
|
8972
8975
|
}
|
|
8973
8976
|
|
|
8974
8977
|
export class ModifyAccountDescriptionResponse extends $tea.Model {
|
|
8975
|
-
headers
|
|
8976
|
-
statusCode
|
|
8977
|
-
body
|
|
8978
|
+
headers?: { [key: string]: string };
|
|
8979
|
+
statusCode?: number;
|
|
8980
|
+
body?: ModifyAccountDescriptionResponseBody;
|
|
8978
8981
|
static names(): { [key: string]: string } {
|
|
8979
8982
|
return {
|
|
8980
8983
|
headers: 'headers',
|
|
@@ -9053,9 +9056,9 @@ export class ModifyAccountPasswordResponseBody extends $tea.Model {
|
|
|
9053
9056
|
}
|
|
9054
9057
|
|
|
9055
9058
|
export class ModifyAccountPasswordResponse extends $tea.Model {
|
|
9056
|
-
headers
|
|
9057
|
-
statusCode
|
|
9058
|
-
body
|
|
9059
|
+
headers?: { [key: string]: string };
|
|
9060
|
+
statusCode?: number;
|
|
9061
|
+
body?: ModifyAccountPasswordResponseBody;
|
|
9059
9062
|
static names(): { [key: string]: string } {
|
|
9060
9063
|
return {
|
|
9061
9064
|
headers: 'headers',
|
|
@@ -9143,9 +9146,9 @@ export class ModifyAutoRenewAttributeResponseBody extends $tea.Model {
|
|
|
9143
9146
|
}
|
|
9144
9147
|
|
|
9145
9148
|
export class ModifyAutoRenewAttributeResponse extends $tea.Model {
|
|
9146
|
-
headers
|
|
9147
|
-
statusCode
|
|
9148
|
-
body
|
|
9149
|
+
headers?: { [key: string]: string };
|
|
9150
|
+
statusCode?: number;
|
|
9151
|
+
body?: ModifyAutoRenewAttributeResponseBody;
|
|
9149
9152
|
static names(): { [key: string]: string } {
|
|
9150
9153
|
return {
|
|
9151
9154
|
headers: 'headers',
|
|
@@ -9254,9 +9257,9 @@ export class ModifyBackupPolicyResponseBody extends $tea.Model {
|
|
|
9254
9257
|
}
|
|
9255
9258
|
|
|
9256
9259
|
export class ModifyBackupPolicyResponse extends $tea.Model {
|
|
9257
|
-
headers
|
|
9258
|
-
statusCode
|
|
9259
|
-
body
|
|
9260
|
+
headers?: { [key: string]: string };
|
|
9261
|
+
statusCode?: number;
|
|
9262
|
+
body?: ModifyBackupPolicyResponseBody;
|
|
9260
9263
|
static names(): { [key: string]: string } {
|
|
9261
9264
|
return {
|
|
9262
9265
|
headers: 'headers',
|
|
@@ -9353,9 +9356,9 @@ export class ModifyDBClusterResponseBody extends $tea.Model {
|
|
|
9353
9356
|
}
|
|
9354
9357
|
|
|
9355
9358
|
export class ModifyDBClusterResponse extends $tea.Model {
|
|
9356
|
-
headers
|
|
9357
|
-
statusCode
|
|
9358
|
-
body
|
|
9359
|
+
headers?: { [key: string]: string };
|
|
9360
|
+
statusCode?: number;
|
|
9361
|
+
body?: ModifyDBClusterResponseBody;
|
|
9359
9362
|
static names(): { [key: string]: string } {
|
|
9360
9363
|
return {
|
|
9361
9364
|
headers: 'headers',
|
|
@@ -9446,9 +9449,9 @@ export class ModifyDBClusterAccessWhitelistResponseBody extends $tea.Model {
|
|
|
9446
9449
|
}
|
|
9447
9450
|
|
|
9448
9451
|
export class ModifyDBClusterAccessWhitelistResponse extends $tea.Model {
|
|
9449
|
-
headers
|
|
9450
|
-
statusCode
|
|
9451
|
-
body
|
|
9452
|
+
headers?: { [key: string]: string };
|
|
9453
|
+
statusCode?: number;
|
|
9454
|
+
body?: ModifyDBClusterAccessWhitelistResponseBody;
|
|
9452
9455
|
static names(): { [key: string]: string } {
|
|
9453
9456
|
return {
|
|
9454
9457
|
headers: 'headers',
|
|
@@ -9539,9 +9542,9 @@ export class ModifyDBClusterAndNodesParametersResponseBody extends $tea.Model {
|
|
|
9539
9542
|
}
|
|
9540
9543
|
|
|
9541
9544
|
export class ModifyDBClusterAndNodesParametersResponse extends $tea.Model {
|
|
9542
|
-
headers
|
|
9543
|
-
statusCode
|
|
9544
|
-
body
|
|
9545
|
+
headers?: { [key: string]: string };
|
|
9546
|
+
statusCode?: number;
|
|
9547
|
+
body?: ModifyDBClusterAndNodesParametersResponseBody;
|
|
9545
9548
|
static names(): { [key: string]: string } {
|
|
9546
9549
|
return {
|
|
9547
9550
|
headers: 'headers',
|
|
@@ -9617,9 +9620,9 @@ export class ModifyDBClusterAuditLogCollectorResponseBody extends $tea.Model {
|
|
|
9617
9620
|
}
|
|
9618
9621
|
|
|
9619
9622
|
export class ModifyDBClusterAuditLogCollectorResponse extends $tea.Model {
|
|
9620
|
-
headers
|
|
9621
|
-
statusCode
|
|
9622
|
-
body
|
|
9623
|
+
headers?: { [key: string]: string };
|
|
9624
|
+
statusCode?: number;
|
|
9625
|
+
body?: ModifyDBClusterAuditLogCollectorResponseBody;
|
|
9623
9626
|
static names(): { [key: string]: string } {
|
|
9624
9627
|
return {
|
|
9625
9628
|
headers: 'headers',
|
|
@@ -9695,9 +9698,9 @@ export class ModifyDBClusterDeletionResponseBody extends $tea.Model {
|
|
|
9695
9698
|
}
|
|
9696
9699
|
|
|
9697
9700
|
export class ModifyDBClusterDeletionResponse extends $tea.Model {
|
|
9698
|
-
headers
|
|
9699
|
-
statusCode
|
|
9700
|
-
body
|
|
9701
|
+
headers?: { [key: string]: string };
|
|
9702
|
+
statusCode?: number;
|
|
9703
|
+
body?: ModifyDBClusterDeletionResponseBody;
|
|
9701
9704
|
static names(): { [key: string]: string } {
|
|
9702
9705
|
return {
|
|
9703
9706
|
headers: 'headers',
|
|
@@ -9773,9 +9776,9 @@ export class ModifyDBClusterDescriptionResponseBody extends $tea.Model {
|
|
|
9773
9776
|
}
|
|
9774
9777
|
|
|
9775
9778
|
export class ModifyDBClusterDescriptionResponse extends $tea.Model {
|
|
9776
|
-
headers
|
|
9777
|
-
statusCode
|
|
9778
|
-
body
|
|
9779
|
+
headers?: { [key: string]: string };
|
|
9780
|
+
statusCode?: number;
|
|
9781
|
+
body?: ModifyDBClusterDescriptionResponseBody;
|
|
9779
9782
|
static names(): { [key: string]: string } {
|
|
9780
9783
|
return {
|
|
9781
9784
|
headers: 'headers',
|
|
@@ -9866,9 +9869,9 @@ export class ModifyDBClusterEndpointResponseBody extends $tea.Model {
|
|
|
9866
9869
|
}
|
|
9867
9870
|
|
|
9868
9871
|
export class ModifyDBClusterEndpointResponse extends $tea.Model {
|
|
9869
|
-
headers
|
|
9870
|
-
statusCode
|
|
9871
|
-
body
|
|
9872
|
+
headers?: { [key: string]: string };
|
|
9873
|
+
statusCode?: number;
|
|
9874
|
+
body?: ModifyDBClusterEndpointResponseBody;
|
|
9872
9875
|
static names(): { [key: string]: string } {
|
|
9873
9876
|
return {
|
|
9874
9877
|
headers: 'headers',
|
|
@@ -9944,9 +9947,9 @@ export class ModifyDBClusterMaintainTimeResponseBody extends $tea.Model {
|
|
|
9944
9947
|
}
|
|
9945
9948
|
|
|
9946
9949
|
export class ModifyDBClusterMaintainTimeResponse extends $tea.Model {
|
|
9947
|
-
headers
|
|
9948
|
-
statusCode
|
|
9949
|
-
body
|
|
9950
|
+
headers?: { [key: string]: string };
|
|
9951
|
+
statusCode?: number;
|
|
9952
|
+
body?: ModifyDBClusterMaintainTimeResponseBody;
|
|
9950
9953
|
static names(): { [key: string]: string } {
|
|
9951
9954
|
return {
|
|
9952
9955
|
headers: 'headers',
|
|
@@ -10034,9 +10037,9 @@ export class ModifyDBClusterMigrationResponseBody extends $tea.Model {
|
|
|
10034
10037
|
}
|
|
10035
10038
|
|
|
10036
10039
|
export class ModifyDBClusterMigrationResponse extends $tea.Model {
|
|
10037
|
-
headers
|
|
10038
|
-
statusCode
|
|
10039
|
-
body
|
|
10040
|
+
headers?: { [key: string]: string };
|
|
10041
|
+
statusCode?: number;
|
|
10042
|
+
body?: ModifyDBClusterMigrationResponseBody;
|
|
10040
10043
|
static names(): { [key: string]: string } {
|
|
10041
10044
|
return {
|
|
10042
10045
|
headers: 'headers',
|
|
@@ -10112,9 +10115,9 @@ export class ModifyDBClusterMonitorResponseBody extends $tea.Model {
|
|
|
10112
10115
|
}
|
|
10113
10116
|
|
|
10114
10117
|
export class ModifyDBClusterMonitorResponse extends $tea.Model {
|
|
10115
|
-
headers
|
|
10116
|
-
statusCode
|
|
10117
|
-
body
|
|
10118
|
+
headers?: { [key: string]: string };
|
|
10119
|
+
statusCode?: number;
|
|
10120
|
+
body?: ModifyDBClusterMonitorResponseBody;
|
|
10118
10121
|
static names(): { [key: string]: string } {
|
|
10119
10122
|
return {
|
|
10120
10123
|
headers: 'headers',
|
|
@@ -10202,9 +10205,9 @@ export class ModifyDBClusterParametersResponseBody extends $tea.Model {
|
|
|
10202
10205
|
}
|
|
10203
10206
|
|
|
10204
10207
|
export class ModifyDBClusterParametersResponse extends $tea.Model {
|
|
10205
|
-
headers
|
|
10206
|
-
statusCode
|
|
10207
|
-
body
|
|
10208
|
+
headers?: { [key: string]: string };
|
|
10209
|
+
statusCode?: number;
|
|
10210
|
+
body?: ModifyDBClusterParametersResponseBody;
|
|
10208
10211
|
static names(): { [key: string]: string } {
|
|
10209
10212
|
return {
|
|
10210
10213
|
headers: 'headers',
|
|
@@ -10298,9 +10301,9 @@ export class ModifyDBClusterPrimaryZoneResponseBody extends $tea.Model {
|
|
|
10298
10301
|
}
|
|
10299
10302
|
|
|
10300
10303
|
export class ModifyDBClusterPrimaryZoneResponse extends $tea.Model {
|
|
10301
|
-
headers
|
|
10302
|
-
statusCode
|
|
10303
|
-
body
|
|
10304
|
+
headers?: { [key: string]: string };
|
|
10305
|
+
statusCode?: number;
|
|
10306
|
+
body?: ModifyDBClusterPrimaryZoneResponseBody;
|
|
10304
10307
|
static names(): { [key: string]: string } {
|
|
10305
10308
|
return {
|
|
10306
10309
|
headers: 'headers',
|
|
@@ -10379,9 +10382,9 @@ export class ModifyDBClusterResourceGroupResponseBody extends $tea.Model {
|
|
|
10379
10382
|
}
|
|
10380
10383
|
|
|
10381
10384
|
export class ModifyDBClusterResourceGroupResponse extends $tea.Model {
|
|
10382
|
-
headers
|
|
10383
|
-
statusCode
|
|
10384
|
-
body
|
|
10385
|
+
headers?: { [key: string]: string };
|
|
10386
|
+
statusCode?: number;
|
|
10387
|
+
body?: ModifyDBClusterResourceGroupResponseBody;
|
|
10385
10388
|
static names(): { [key: string]: string } {
|
|
10386
10389
|
return {
|
|
10387
10390
|
headers: 'headers',
|
|
@@ -10466,9 +10469,9 @@ export class ModifyDBClusterSSLResponseBody extends $tea.Model {
|
|
|
10466
10469
|
}
|
|
10467
10470
|
|
|
10468
10471
|
export class ModifyDBClusterSSLResponse extends $tea.Model {
|
|
10469
|
-
headers
|
|
10470
|
-
statusCode
|
|
10471
|
-
body
|
|
10472
|
+
headers?: { [key: string]: string };
|
|
10473
|
+
statusCode?: number;
|
|
10474
|
+
body?: ModifyDBClusterSSLResponseBody;
|
|
10472
10475
|
static names(): { [key: string]: string } {
|
|
10473
10476
|
return {
|
|
10474
10477
|
headers: 'headers',
|
|
@@ -10577,9 +10580,9 @@ export class ModifyDBClusterServerlessConfResponseBody extends $tea.Model {
|
|
|
10577
10580
|
}
|
|
10578
10581
|
|
|
10579
10582
|
export class ModifyDBClusterServerlessConfResponse extends $tea.Model {
|
|
10580
|
-
headers
|
|
10581
|
-
statusCode
|
|
10582
|
-
body
|
|
10583
|
+
headers?: { [key: string]: string };
|
|
10584
|
+
statusCode?: number;
|
|
10585
|
+
body?: ModifyDBClusterServerlessConfResponseBody;
|
|
10583
10586
|
static names(): { [key: string]: string } {
|
|
10584
10587
|
return {
|
|
10585
10588
|
headers: 'headers',
|
|
@@ -10673,9 +10676,9 @@ export class ModifyDBClusterStorageSpaceResponseBody extends $tea.Model {
|
|
|
10673
10676
|
}
|
|
10674
10677
|
|
|
10675
10678
|
export class ModifyDBClusterStorageSpaceResponse extends $tea.Model {
|
|
10676
|
-
headers
|
|
10677
|
-
statusCode
|
|
10678
|
-
body
|
|
10679
|
+
headers?: { [key: string]: string };
|
|
10680
|
+
statusCode?: number;
|
|
10681
|
+
body?: ModifyDBClusterStorageSpaceResponseBody;
|
|
10679
10682
|
static names(): { [key: string]: string } {
|
|
10680
10683
|
return {
|
|
10681
10684
|
headers: 'headers',
|
|
@@ -10760,9 +10763,9 @@ export class ModifyDBClusterTDEResponseBody extends $tea.Model {
|
|
|
10760
10763
|
}
|
|
10761
10764
|
|
|
10762
10765
|
export class ModifyDBClusterTDEResponse extends $tea.Model {
|
|
10763
|
-
headers
|
|
10764
|
-
statusCode
|
|
10765
|
-
body
|
|
10766
|
+
headers?: { [key: string]: string };
|
|
10767
|
+
statusCode?: number;
|
|
10768
|
+
body?: ModifyDBClusterTDEResponseBody;
|
|
10766
10769
|
static names(): { [key: string]: string } {
|
|
10767
10770
|
return {
|
|
10768
10771
|
headers: 'headers',
|
|
@@ -10841,9 +10844,9 @@ export class ModifyDBDescriptionResponseBody extends $tea.Model {
|
|
|
10841
10844
|
}
|
|
10842
10845
|
|
|
10843
10846
|
export class ModifyDBDescriptionResponse extends $tea.Model {
|
|
10844
|
-
headers
|
|
10845
|
-
statusCode
|
|
10846
|
-
body
|
|
10847
|
+
headers?: { [key: string]: string };
|
|
10848
|
+
statusCode?: number;
|
|
10849
|
+
body?: ModifyDBDescriptionResponseBody;
|
|
10847
10850
|
static names(): { [key: string]: string } {
|
|
10848
10851
|
return {
|
|
10849
10852
|
headers: 'headers',
|
|
@@ -10934,9 +10937,9 @@ export class ModifyDBEndpointAddressResponseBody extends $tea.Model {
|
|
|
10934
10937
|
}
|
|
10935
10938
|
|
|
10936
10939
|
export class ModifyDBEndpointAddressResponse extends $tea.Model {
|
|
10937
|
-
headers
|
|
10938
|
-
statusCode
|
|
10939
|
-
body
|
|
10940
|
+
headers?: { [key: string]: string };
|
|
10941
|
+
statusCode?: number;
|
|
10942
|
+
body?: ModifyDBEndpointAddressResponseBody;
|
|
10940
10943
|
static names(): { [key: string]: string } {
|
|
10941
10944
|
return {
|
|
10942
10945
|
headers: 'headers',
|
|
@@ -11036,9 +11039,9 @@ export class ModifyDBNodeClassResponseBody extends $tea.Model {
|
|
|
11036
11039
|
}
|
|
11037
11040
|
|
|
11038
11041
|
export class ModifyDBNodeClassResponse extends $tea.Model {
|
|
11039
|
-
headers
|
|
11040
|
-
statusCode
|
|
11041
|
-
body
|
|
11042
|
+
headers?: { [key: string]: string };
|
|
11043
|
+
statusCode?: number;
|
|
11044
|
+
body?: ModifyDBNodeClassResponseBody;
|
|
11042
11045
|
static names(): { [key: string]: string } {
|
|
11043
11046
|
return {
|
|
11044
11047
|
headers: 'headers',
|
|
@@ -11123,9 +11126,9 @@ export class ModifyDBNodeHotReplicaModeResponseBody extends $tea.Model {
|
|
|
11123
11126
|
}
|
|
11124
11127
|
|
|
11125
11128
|
export class ModifyDBNodeHotReplicaModeResponse extends $tea.Model {
|
|
11126
|
-
headers
|
|
11127
|
-
statusCode
|
|
11128
|
-
body
|
|
11129
|
+
headers?: { [key: string]: string };
|
|
11130
|
+
statusCode?: number;
|
|
11131
|
+
body?: ModifyDBNodeHotReplicaModeResponseBody;
|
|
11129
11132
|
static names(): { [key: string]: string } {
|
|
11130
11133
|
return {
|
|
11131
11134
|
headers: 'headers',
|
|
@@ -11222,9 +11225,9 @@ export class ModifyDBNodesClassResponseBody extends $tea.Model {
|
|
|
11222
11225
|
}
|
|
11223
11226
|
|
|
11224
11227
|
export class ModifyDBNodesClassResponse extends $tea.Model {
|
|
11225
|
-
headers
|
|
11226
|
-
statusCode
|
|
11227
|
-
body
|
|
11228
|
+
headers?: { [key: string]: string };
|
|
11229
|
+
statusCode?: number;
|
|
11230
|
+
body?: ModifyDBNodesClassResponseBody;
|
|
11228
11231
|
static names(): { [key: string]: string } {
|
|
11229
11232
|
return {
|
|
11230
11233
|
headers: 'headers',
|
|
@@ -11315,9 +11318,9 @@ export class ModifyDBNodesParametersResponseBody extends $tea.Model {
|
|
|
11315
11318
|
}
|
|
11316
11319
|
|
|
11317
11320
|
export class ModifyDBNodesParametersResponse extends $tea.Model {
|
|
11318
|
-
headers
|
|
11319
|
-
statusCode
|
|
11320
|
-
body
|
|
11321
|
+
headers?: { [key: string]: string };
|
|
11322
|
+
statusCode?: number;
|
|
11323
|
+
body?: ModifyDBNodesParametersResponseBody;
|
|
11321
11324
|
static names(): { [key: string]: string } {
|
|
11322
11325
|
return {
|
|
11323
11326
|
headers: 'headers',
|
|
@@ -11399,9 +11402,9 @@ export class ModifyGlobalDatabaseNetworkResponseBody extends $tea.Model {
|
|
|
11399
11402
|
}
|
|
11400
11403
|
|
|
11401
11404
|
export class ModifyGlobalDatabaseNetworkResponse extends $tea.Model {
|
|
11402
|
-
headers
|
|
11403
|
-
statusCode
|
|
11404
|
-
body
|
|
11405
|
+
headers?: { [key: string]: string };
|
|
11406
|
+
statusCode?: number;
|
|
11407
|
+
body?: ModifyGlobalDatabaseNetworkResponseBody;
|
|
11405
11408
|
static names(): { [key: string]: string } {
|
|
11406
11409
|
return {
|
|
11407
11410
|
headers: 'headers',
|
|
@@ -11492,9 +11495,9 @@ export class ModifyGlobalSecurityIPGroupResponseBody extends $tea.Model {
|
|
|
11492
11495
|
}
|
|
11493
11496
|
|
|
11494
11497
|
export class ModifyGlobalSecurityIPGroupResponse extends $tea.Model {
|
|
11495
|
-
headers
|
|
11496
|
-
statusCode
|
|
11497
|
-
body
|
|
11498
|
+
headers?: { [key: string]: string };
|
|
11499
|
+
statusCode?: number;
|
|
11500
|
+
body?: ModifyGlobalSecurityIPGroupResponseBody;
|
|
11498
11501
|
static names(): { [key: string]: string } {
|
|
11499
11502
|
return {
|
|
11500
11503
|
headers: 'headers',
|
|
@@ -11582,9 +11585,9 @@ export class ModifyGlobalSecurityIPGroupNameResponseBody extends $tea.Model {
|
|
|
11582
11585
|
}
|
|
11583
11586
|
|
|
11584
11587
|
export class ModifyGlobalSecurityIPGroupNameResponse extends $tea.Model {
|
|
11585
|
-
headers
|
|
11586
|
-
statusCode
|
|
11587
|
-
body
|
|
11588
|
+
headers?: { [key: string]: string };
|
|
11589
|
+
statusCode?: number;
|
|
11590
|
+
body?: ModifyGlobalSecurityIPGroupNameResponseBody;
|
|
11588
11591
|
static names(): { [key: string]: string } {
|
|
11589
11592
|
return {
|
|
11590
11593
|
headers: 'headers',
|
|
@@ -11675,9 +11678,9 @@ export class ModifyGlobalSecurityIPGroupRelationResponseBody extends $tea.Model
|
|
|
11675
11678
|
}
|
|
11676
11679
|
|
|
11677
11680
|
export class ModifyGlobalSecurityIPGroupRelationResponse extends $tea.Model {
|
|
11678
|
-
headers
|
|
11679
|
-
statusCode
|
|
11680
|
-
body
|
|
11681
|
+
headers?: { [key: string]: string };
|
|
11682
|
+
statusCode?: number;
|
|
11683
|
+
body?: ModifyGlobalSecurityIPGroupRelationResponseBody;
|
|
11681
11684
|
static names(): { [key: string]: string } {
|
|
11682
11685
|
return {
|
|
11683
11686
|
headers: 'headers',
|
|
@@ -11759,9 +11762,9 @@ export class ModifyLogBackupPolicyResponseBody extends $tea.Model {
|
|
|
11759
11762
|
}
|
|
11760
11763
|
|
|
11761
11764
|
export class ModifyLogBackupPolicyResponse extends $tea.Model {
|
|
11762
|
-
headers
|
|
11763
|
-
statusCode
|
|
11764
|
-
body
|
|
11765
|
+
headers?: { [key: string]: string };
|
|
11766
|
+
statusCode?: number;
|
|
11767
|
+
body?: ModifyLogBackupPolicyResponseBody;
|
|
11765
11768
|
static names(): { [key: string]: string } {
|
|
11766
11769
|
return {
|
|
11767
11770
|
headers: 'headers',
|
|
@@ -11843,9 +11846,9 @@ export class ModifyMaskingRulesResponseBody extends $tea.Model {
|
|
|
11843
11846
|
}
|
|
11844
11847
|
|
|
11845
11848
|
export class ModifyMaskingRulesResponse extends $tea.Model {
|
|
11846
|
-
headers
|
|
11847
|
-
statusCode
|
|
11848
|
-
body
|
|
11849
|
+
headers?: { [key: string]: string };
|
|
11850
|
+
statusCode?: number;
|
|
11851
|
+
body?: ModifyMaskingRulesResponseBody;
|
|
11849
11852
|
static names(): { [key: string]: string } {
|
|
11850
11853
|
return {
|
|
11851
11854
|
headers: 'headers',
|
|
@@ -11933,9 +11936,9 @@ export class ModifyPendingMaintenanceActionResponseBody extends $tea.Model {
|
|
|
11933
11936
|
}
|
|
11934
11937
|
|
|
11935
11938
|
export class ModifyPendingMaintenanceActionResponse extends $tea.Model {
|
|
11936
|
-
headers
|
|
11937
|
-
statusCode
|
|
11938
|
-
body
|
|
11939
|
+
headers?: { [key: string]: string };
|
|
11940
|
+
statusCode?: number;
|
|
11941
|
+
body?: ModifyPendingMaintenanceActionResponseBody;
|
|
11939
11942
|
static names(): { [key: string]: string } {
|
|
11940
11943
|
return {
|
|
11941
11944
|
headers: 'headers',
|
|
@@ -12026,9 +12029,9 @@ export class OpenAITaskResponseBody extends $tea.Model {
|
|
|
12026
12029
|
}
|
|
12027
12030
|
|
|
12028
12031
|
export class OpenAITaskResponse extends $tea.Model {
|
|
12029
|
-
headers
|
|
12030
|
-
statusCode
|
|
12031
|
-
body
|
|
12032
|
+
headers?: { [key: string]: string };
|
|
12033
|
+
statusCode?: number;
|
|
12034
|
+
body?: OpenAITaskResponseBody;
|
|
12032
12035
|
static names(): { [key: string]: string } {
|
|
12033
12036
|
return {
|
|
12034
12037
|
headers: 'headers',
|
|
@@ -12101,9 +12104,9 @@ export class RefreshDBClusterStorageUsageResponseBody extends $tea.Model {
|
|
|
12101
12104
|
}
|
|
12102
12105
|
|
|
12103
12106
|
export class RefreshDBClusterStorageUsageResponse extends $tea.Model {
|
|
12104
|
-
headers
|
|
12105
|
-
statusCode
|
|
12106
|
-
body
|
|
12107
|
+
headers?: { [key: string]: string };
|
|
12108
|
+
statusCode?: number;
|
|
12109
|
+
body?: RefreshDBClusterStorageUsageResponseBody;
|
|
12107
12110
|
static names(): { [key: string]: string } {
|
|
12108
12111
|
return {
|
|
12109
12112
|
headers: 'headers',
|
|
@@ -12182,9 +12185,9 @@ export class RemoveDBClusterFromGDNResponseBody extends $tea.Model {
|
|
|
12182
12185
|
}
|
|
12183
12186
|
|
|
12184
12187
|
export class RemoveDBClusterFromGDNResponse extends $tea.Model {
|
|
12185
|
-
headers
|
|
12186
|
-
statusCode
|
|
12187
|
-
body
|
|
12188
|
+
headers?: { [key: string]: string };
|
|
12189
|
+
statusCode?: number;
|
|
12190
|
+
body?: RemoveDBClusterFromGDNResponseBody;
|
|
12188
12191
|
static names(): { [key: string]: string } {
|
|
12189
12192
|
return {
|
|
12190
12193
|
headers: 'headers',
|
|
@@ -12263,9 +12266,9 @@ export class ResetAccountResponseBody extends $tea.Model {
|
|
|
12263
12266
|
}
|
|
12264
12267
|
|
|
12265
12268
|
export class ResetAccountResponse extends $tea.Model {
|
|
12266
|
-
headers
|
|
12267
|
-
statusCode
|
|
12268
|
-
body
|
|
12269
|
+
headers?: { [key: string]: string };
|
|
12270
|
+
statusCode?: number;
|
|
12271
|
+
body?: ResetAccountResponseBody;
|
|
12269
12272
|
static names(): { [key: string]: string } {
|
|
12270
12273
|
return {
|
|
12271
12274
|
headers: 'headers',
|
|
@@ -12347,9 +12350,9 @@ export class ResetGlobalDatabaseNetworkResponseBody extends $tea.Model {
|
|
|
12347
12350
|
}
|
|
12348
12351
|
|
|
12349
12352
|
export class ResetGlobalDatabaseNetworkResponse extends $tea.Model {
|
|
12350
|
-
headers
|
|
12351
|
-
statusCode
|
|
12352
|
-
body
|
|
12353
|
+
headers?: { [key: string]: string };
|
|
12354
|
+
statusCode?: number;
|
|
12355
|
+
body?: ResetGlobalDatabaseNetworkResponseBody;
|
|
12353
12356
|
static names(): { [key: string]: string } {
|
|
12354
12357
|
return {
|
|
12355
12358
|
headers: 'headers',
|
|
@@ -12422,9 +12425,9 @@ export class RestartDBNodeResponseBody extends $tea.Model {
|
|
|
12422
12425
|
}
|
|
12423
12426
|
|
|
12424
12427
|
export class RestartDBNodeResponse extends $tea.Model {
|
|
12425
|
-
headers
|
|
12426
|
-
statusCode
|
|
12427
|
-
body
|
|
12428
|
+
headers?: { [key: string]: string };
|
|
12429
|
+
statusCode?: number;
|
|
12430
|
+
body?: RestartDBNodeResponseBody;
|
|
12428
12431
|
static names(): { [key: string]: string } {
|
|
12429
12432
|
return {
|
|
12430
12433
|
headers: 'headers',
|
|
@@ -12509,9 +12512,9 @@ export class RestoreTableResponseBody extends $tea.Model {
|
|
|
12509
12512
|
}
|
|
12510
12513
|
|
|
12511
12514
|
export class RestoreTableResponse extends $tea.Model {
|
|
12512
|
-
headers
|
|
12513
|
-
statusCode
|
|
12514
|
-
body
|
|
12515
|
+
headers?: { [key: string]: string };
|
|
12516
|
+
statusCode?: number;
|
|
12517
|
+
body?: RestoreTableResponseBody;
|
|
12515
12518
|
static names(): { [key: string]: string } {
|
|
12516
12519
|
return {
|
|
12517
12520
|
headers: 'headers',
|
|
@@ -12590,9 +12593,9 @@ export class RevokeAccountPrivilegeResponseBody extends $tea.Model {
|
|
|
12590
12593
|
}
|
|
12591
12594
|
|
|
12592
12595
|
export class RevokeAccountPrivilegeResponse extends $tea.Model {
|
|
12593
|
-
headers
|
|
12594
|
-
statusCode
|
|
12595
|
-
body
|
|
12596
|
+
headers?: { [key: string]: string };
|
|
12597
|
+
statusCode?: number;
|
|
12598
|
+
body?: RevokeAccountPrivilegeResponseBody;
|
|
12596
12599
|
static names(): { [key: string]: string } {
|
|
12597
12600
|
return {
|
|
12598
12601
|
headers: 'headers',
|
|
@@ -12680,9 +12683,9 @@ export class SwitchOverGlobalDatabaseNetworkResponseBody extends $tea.Model {
|
|
|
12680
12683
|
}
|
|
12681
12684
|
|
|
12682
12685
|
export class SwitchOverGlobalDatabaseNetworkResponse extends $tea.Model {
|
|
12683
|
-
headers
|
|
12684
|
-
statusCode
|
|
12685
|
-
body
|
|
12686
|
+
headers?: { [key: string]: string };
|
|
12687
|
+
statusCode?: number;
|
|
12688
|
+
body?: SwitchOverGlobalDatabaseNetworkResponseBody;
|
|
12686
12689
|
static names(): { [key: string]: string } {
|
|
12687
12690
|
return {
|
|
12688
12691
|
headers: 'headers',
|
|
@@ -12764,9 +12767,9 @@ export class TagResourcesResponseBody extends $tea.Model {
|
|
|
12764
12767
|
}
|
|
12765
12768
|
|
|
12766
12769
|
export class TagResourcesResponse extends $tea.Model {
|
|
12767
|
-
headers
|
|
12768
|
-
statusCode
|
|
12769
|
-
body
|
|
12770
|
+
headers?: { [key: string]: string };
|
|
12771
|
+
statusCode?: number;
|
|
12772
|
+
body?: TagResourcesResponseBody;
|
|
12770
12773
|
static names(): { [key: string]: string } {
|
|
12771
12774
|
return {
|
|
12772
12775
|
headers: 'headers',
|
|
@@ -12863,9 +12866,9 @@ export class TempModifyDBNodeResponseBody extends $tea.Model {
|
|
|
12863
12866
|
}
|
|
12864
12867
|
|
|
12865
12868
|
export class TempModifyDBNodeResponse extends $tea.Model {
|
|
12866
|
-
headers
|
|
12867
|
-
statusCode
|
|
12868
|
-
body
|
|
12869
|
+
headers?: { [key: string]: string };
|
|
12870
|
+
statusCode?: number;
|
|
12871
|
+
body?: TempModifyDBNodeResponseBody;
|
|
12869
12872
|
static names(): { [key: string]: string } {
|
|
12870
12873
|
return {
|
|
12871
12874
|
headers: 'headers',
|
|
@@ -12968,9 +12971,9 @@ export class TransformDBClusterPayTypeResponseBody extends $tea.Model {
|
|
|
12968
12971
|
}
|
|
12969
12972
|
|
|
12970
12973
|
export class TransformDBClusterPayTypeResponse extends $tea.Model {
|
|
12971
|
-
headers
|
|
12972
|
-
statusCode
|
|
12973
|
-
body
|
|
12974
|
+
headers?: { [key: string]: string };
|
|
12975
|
+
statusCode?: number;
|
|
12976
|
+
body?: TransformDBClusterPayTypeResponseBody;
|
|
12974
12977
|
static names(): { [key: string]: string } {
|
|
12975
12978
|
return {
|
|
12976
12979
|
headers: 'headers',
|
|
@@ -13055,9 +13058,9 @@ export class UntagResourcesResponseBody extends $tea.Model {
|
|
|
13055
13058
|
}
|
|
13056
13059
|
|
|
13057
13060
|
export class UntagResourcesResponse extends $tea.Model {
|
|
13058
|
-
headers
|
|
13059
|
-
statusCode
|
|
13060
|
-
body
|
|
13061
|
+
headers?: { [key: string]: string };
|
|
13062
|
+
statusCode?: number;
|
|
13063
|
+
body?: UntagResourcesResponseBody;
|
|
13061
13064
|
static names(): { [key: string]: string } {
|
|
13062
13065
|
return {
|
|
13063
13066
|
headers: 'headers',
|
|
@@ -13079,90 +13082,6 @@ export class UntagResourcesResponse extends $tea.Model {
|
|
|
13079
13082
|
}
|
|
13080
13083
|
}
|
|
13081
13084
|
|
|
13082
|
-
export class UpgradeDBClusterMinorVersionRequest extends $tea.Model {
|
|
13083
|
-
DBClusterId?: string;
|
|
13084
|
-
fromTimeService?: boolean;
|
|
13085
|
-
ownerAccount?: string;
|
|
13086
|
-
ownerId?: number;
|
|
13087
|
-
plannedEndTime?: string;
|
|
13088
|
-
plannedStartTime?: string;
|
|
13089
|
-
resourceOwnerAccount?: string;
|
|
13090
|
-
resourceOwnerId?: number;
|
|
13091
|
-
static names(): { [key: string]: string } {
|
|
13092
|
-
return {
|
|
13093
|
-
DBClusterId: 'DBClusterId',
|
|
13094
|
-
fromTimeService: 'FromTimeService',
|
|
13095
|
-
ownerAccount: 'OwnerAccount',
|
|
13096
|
-
ownerId: 'OwnerId',
|
|
13097
|
-
plannedEndTime: 'PlannedEndTime',
|
|
13098
|
-
plannedStartTime: 'PlannedStartTime',
|
|
13099
|
-
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
13100
|
-
resourceOwnerId: 'ResourceOwnerId',
|
|
13101
|
-
};
|
|
13102
|
-
}
|
|
13103
|
-
|
|
13104
|
-
static types(): { [key: string]: any } {
|
|
13105
|
-
return {
|
|
13106
|
-
DBClusterId: 'string',
|
|
13107
|
-
fromTimeService: 'boolean',
|
|
13108
|
-
ownerAccount: 'string',
|
|
13109
|
-
ownerId: 'number',
|
|
13110
|
-
plannedEndTime: 'string',
|
|
13111
|
-
plannedStartTime: 'string',
|
|
13112
|
-
resourceOwnerAccount: 'string',
|
|
13113
|
-
resourceOwnerId: 'number',
|
|
13114
|
-
};
|
|
13115
|
-
}
|
|
13116
|
-
|
|
13117
|
-
constructor(map?: { [key: string]: any }) {
|
|
13118
|
-
super(map);
|
|
13119
|
-
}
|
|
13120
|
-
}
|
|
13121
|
-
|
|
13122
|
-
export class UpgradeDBClusterMinorVersionResponseBody extends $tea.Model {
|
|
13123
|
-
requestId?: string;
|
|
13124
|
-
static names(): { [key: string]: string } {
|
|
13125
|
-
return {
|
|
13126
|
-
requestId: 'RequestId',
|
|
13127
|
-
};
|
|
13128
|
-
}
|
|
13129
|
-
|
|
13130
|
-
static types(): { [key: string]: any } {
|
|
13131
|
-
return {
|
|
13132
|
-
requestId: 'string',
|
|
13133
|
-
};
|
|
13134
|
-
}
|
|
13135
|
-
|
|
13136
|
-
constructor(map?: { [key: string]: any }) {
|
|
13137
|
-
super(map);
|
|
13138
|
-
}
|
|
13139
|
-
}
|
|
13140
|
-
|
|
13141
|
-
export class UpgradeDBClusterMinorVersionResponse extends $tea.Model {
|
|
13142
|
-
headers: { [key: string]: string };
|
|
13143
|
-
statusCode: number;
|
|
13144
|
-
body: UpgradeDBClusterMinorVersionResponseBody;
|
|
13145
|
-
static names(): { [key: string]: string } {
|
|
13146
|
-
return {
|
|
13147
|
-
headers: 'headers',
|
|
13148
|
-
statusCode: 'statusCode',
|
|
13149
|
-
body: 'body',
|
|
13150
|
-
};
|
|
13151
|
-
}
|
|
13152
|
-
|
|
13153
|
-
static types(): { [key: string]: any } {
|
|
13154
|
-
return {
|
|
13155
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13156
|
-
statusCode: 'number',
|
|
13157
|
-
body: UpgradeDBClusterMinorVersionResponseBody,
|
|
13158
|
-
};
|
|
13159
|
-
}
|
|
13160
|
-
|
|
13161
|
-
constructor(map?: { [key: string]: any }) {
|
|
13162
|
-
super(map);
|
|
13163
|
-
}
|
|
13164
|
-
}
|
|
13165
|
-
|
|
13166
13085
|
export class UpgradeDBClusterVersionRequest extends $tea.Model {
|
|
13167
13086
|
DBClusterId?: string;
|
|
13168
13087
|
fromTimeService?: boolean;
|
|
@@ -13235,9 +13154,9 @@ export class UpgradeDBClusterVersionResponseBody extends $tea.Model {
|
|
|
13235
13154
|
}
|
|
13236
13155
|
|
|
13237
13156
|
export class UpgradeDBClusterVersionResponse extends $tea.Model {
|
|
13238
|
-
headers
|
|
13239
|
-
statusCode
|
|
13240
|
-
body
|
|
13157
|
+
headers?: { [key: string]: string };
|
|
13158
|
+
statusCode?: number;
|
|
13159
|
+
body?: UpgradeDBClusterVersionResponseBody;
|
|
13241
13160
|
static names(): { [key: string]: string } {
|
|
13242
13161
|
return {
|
|
13243
13162
|
headers: 'headers',
|
|
@@ -20542,6 +20461,10 @@ export default class Client extends OpenApi {
|
|
|
20542
20461
|
query["DBClusterId"] = request.DBClusterId;
|
|
20543
20462
|
}
|
|
20544
20463
|
|
|
20464
|
+
if (!Util.isUnset(request.DBEndpointId)) {
|
|
20465
|
+
query["DBEndpointId"] = request.DBEndpointId;
|
|
20466
|
+
}
|
|
20467
|
+
|
|
20545
20468
|
if (!Util.isUnset(request.endTime)) {
|
|
20546
20469
|
query["EndTime"] = request.endTime;
|
|
20547
20470
|
}
|
|
@@ -25529,79 +25452,8 @@ export default class Client extends OpenApi {
|
|
|
25529
25452
|
}
|
|
25530
25453
|
|
|
25531
25454
|
/**
|
|
25532
|
-
* > You can
|
|
25533
|
-
*
|
|
25534
|
-
* @param request UpgradeDBClusterMinorVersionRequest
|
|
25535
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
25536
|
-
* @return UpgradeDBClusterMinorVersionResponse
|
|
25537
|
-
*/
|
|
25538
|
-
async upgradeDBClusterMinorVersionWithOptions(request: UpgradeDBClusterMinorVersionRequest, runtime: $Util.RuntimeOptions): Promise<UpgradeDBClusterMinorVersionResponse> {
|
|
25539
|
-
Util.validateModel(request);
|
|
25540
|
-
let query = { };
|
|
25541
|
-
if (!Util.isUnset(request.DBClusterId)) {
|
|
25542
|
-
query["DBClusterId"] = request.DBClusterId;
|
|
25543
|
-
}
|
|
25544
|
-
|
|
25545
|
-
if (!Util.isUnset(request.fromTimeService)) {
|
|
25546
|
-
query["FromTimeService"] = request.fromTimeService;
|
|
25547
|
-
}
|
|
25548
|
-
|
|
25549
|
-
if (!Util.isUnset(request.ownerAccount)) {
|
|
25550
|
-
query["OwnerAccount"] = request.ownerAccount;
|
|
25551
|
-
}
|
|
25552
|
-
|
|
25553
|
-
if (!Util.isUnset(request.ownerId)) {
|
|
25554
|
-
query["OwnerId"] = request.ownerId;
|
|
25555
|
-
}
|
|
25556
|
-
|
|
25557
|
-
if (!Util.isUnset(request.plannedEndTime)) {
|
|
25558
|
-
query["PlannedEndTime"] = request.plannedEndTime;
|
|
25559
|
-
}
|
|
25560
|
-
|
|
25561
|
-
if (!Util.isUnset(request.plannedStartTime)) {
|
|
25562
|
-
query["PlannedStartTime"] = request.plannedStartTime;
|
|
25563
|
-
}
|
|
25564
|
-
|
|
25565
|
-
if (!Util.isUnset(request.resourceOwnerAccount)) {
|
|
25566
|
-
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
25567
|
-
}
|
|
25568
|
-
|
|
25569
|
-
if (!Util.isUnset(request.resourceOwnerId)) {
|
|
25570
|
-
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
25571
|
-
}
|
|
25572
|
-
|
|
25573
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
25574
|
-
query: OpenApiUtil.query(query),
|
|
25575
|
-
});
|
|
25576
|
-
let params = new $OpenApi.Params({
|
|
25577
|
-
action: "UpgradeDBClusterMinorVersion",
|
|
25578
|
-
version: "2017-08-01",
|
|
25579
|
-
protocol: "HTTPS",
|
|
25580
|
-
pathname: "/",
|
|
25581
|
-
method: "POST",
|
|
25582
|
-
authType: "AK",
|
|
25583
|
-
style: "RPC",
|
|
25584
|
-
reqBodyType: "formData",
|
|
25585
|
-
bodyType: "json",
|
|
25586
|
-
});
|
|
25587
|
-
return $tea.cast<UpgradeDBClusterMinorVersionResponse>(await this.callApi(params, req, runtime), new UpgradeDBClusterMinorVersionResponse({}));
|
|
25588
|
-
}
|
|
25589
|
-
|
|
25590
|
-
/**
|
|
25591
|
-
* > You can upgrade only the revision version of a PolarDB for MySQL cluster. For example, you can upgrade the version 8.0.1.1.3 of a PolarDB for MySQL cluster to the version 8.0.1.1.4.
|
|
25592
|
-
*
|
|
25593
|
-
* @param request UpgradeDBClusterMinorVersionRequest
|
|
25594
|
-
* @return UpgradeDBClusterMinorVersionResponse
|
|
25595
|
-
*/
|
|
25596
|
-
async upgradeDBClusterMinorVersion(request: UpgradeDBClusterMinorVersionRequest): Promise<UpgradeDBClusterMinorVersionResponse> {
|
|
25597
|
-
let runtime = new $Util.RuntimeOptions({ });
|
|
25598
|
-
return await this.upgradeDBClusterMinorVersionWithOptions(request, runtime);
|
|
25599
|
-
}
|
|
25600
|
-
|
|
25601
|
-
/**
|
|
25602
|
-
* >
|
|
25603
|
-
* * You can update only the revision version of a PolarDB for MySQL cluster, for example, from 8.0.1.1.3 to 8.0.1.1.4.
|
|
25604
|
-
* * You can use only your Alibaba Cloud account to create scheduled tasks that update the kernel version of a PolarDB for MySQL cluster. RAM users are not authorized to update the kernel version of a PolarDB for MySQL cluster.
|
|
25455
|
+
* > * You can update only the revision version of a PolarDB for MySQL cluster, for example, from 8.0.1.1.3 to 8.0.1.1.4.
|
|
25456
|
+
* >* You can use only your Alibaba Cloud account to create scheduled tasks that update the kernel version of a PolarDB for MySQL cluster. RAM users are not authorized to update the kernel version of a PolarDB for MySQL cluster.
|
|
25605
25457
|
*
|
|
25606
25458
|
* @param request UpgradeDBClusterVersionRequest
|
|
25607
25459
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25676,9 +25528,8 @@ export default class Client extends OpenApi {
|
|
|
25676
25528
|
}
|
|
25677
25529
|
|
|
25678
25530
|
/**
|
|
25679
|
-
* >
|
|
25680
|
-
*
|
|
25681
|
-
* * You can use only your Alibaba Cloud account to create scheduled tasks that update the kernel version of a PolarDB for MySQL cluster. RAM users are not authorized to update the kernel version of a PolarDB for MySQL cluster.
|
|
25531
|
+
* > * You can update only the revision version of a PolarDB for MySQL cluster, for example, from 8.0.1.1.3 to 8.0.1.1.4.
|
|
25532
|
+
* >* You can use only your Alibaba Cloud account to create scheduled tasks that update the kernel version of a PolarDB for MySQL cluster. RAM users are not authorized to update the kernel version of a PolarDB for MySQL cluster.
|
|
25682
25533
|
*
|
|
25683
25534
|
* @param request UpgradeDBClusterVersionRequest
|
|
25684
25535
|
* @return UpgradeDBClusterVersionResponse
|