@alicloud/adb20211201 1.4.5 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +476 -363
- package/dist/client.js +227 -2
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +632 -363
package/dist/client.d.ts
CHANGED
|
@@ -484,11 +484,11 @@ export declare class AllocateClusterPublicConnectionResponseBody extends $tea.Mo
|
|
|
484
484
|
});
|
|
485
485
|
}
|
|
486
486
|
export declare class AllocateClusterPublicConnectionResponse extends $tea.Model {
|
|
487
|
-
headers
|
|
487
|
+
headers?: {
|
|
488
488
|
[key: string]: string;
|
|
489
489
|
};
|
|
490
|
-
statusCode
|
|
491
|
-
body
|
|
490
|
+
statusCode?: number;
|
|
491
|
+
body?: AllocateClusterPublicConnectionResponseBody;
|
|
492
492
|
static names(): {
|
|
493
493
|
[key: string]: string;
|
|
494
494
|
};
|
|
@@ -524,11 +524,11 @@ export declare class AttachUserENIResponseBody extends $tea.Model {
|
|
|
524
524
|
});
|
|
525
525
|
}
|
|
526
526
|
export declare class AttachUserENIResponse extends $tea.Model {
|
|
527
|
-
headers
|
|
527
|
+
headers?: {
|
|
528
528
|
[key: string]: string;
|
|
529
529
|
};
|
|
530
|
-
statusCode
|
|
531
|
-
body
|
|
530
|
+
statusCode?: number;
|
|
531
|
+
body?: AttachUserENIResponseBody;
|
|
532
532
|
static names(): {
|
|
533
533
|
[key: string]: string;
|
|
534
534
|
};
|
|
@@ -566,11 +566,11 @@ export declare class BindAccountResponseBody extends $tea.Model {
|
|
|
566
566
|
});
|
|
567
567
|
}
|
|
568
568
|
export declare class BindAccountResponse extends $tea.Model {
|
|
569
|
-
headers
|
|
569
|
+
headers?: {
|
|
570
570
|
[key: string]: string;
|
|
571
571
|
};
|
|
572
|
-
statusCode
|
|
573
|
-
body
|
|
572
|
+
statusCode?: number;
|
|
573
|
+
body?: BindAccountResponseBody;
|
|
574
574
|
static names(): {
|
|
575
575
|
[key: string]: string;
|
|
576
576
|
};
|
|
@@ -608,11 +608,11 @@ export declare class BindDBResourceGroupWithUserResponseBody extends $tea.Model
|
|
|
608
608
|
});
|
|
609
609
|
}
|
|
610
610
|
export declare class BindDBResourceGroupWithUserResponse extends $tea.Model {
|
|
611
|
-
headers
|
|
611
|
+
headers?: {
|
|
612
612
|
[key: string]: string;
|
|
613
613
|
};
|
|
614
|
-
statusCode
|
|
615
|
-
body
|
|
614
|
+
statusCode?: number;
|
|
615
|
+
body?: BindDBResourceGroupWithUserResponseBody;
|
|
616
616
|
static names(): {
|
|
617
617
|
[key: string]: string;
|
|
618
618
|
};
|
|
@@ -650,11 +650,11 @@ export declare class CheckBindRamUserResponseBody extends $tea.Model {
|
|
|
650
650
|
});
|
|
651
651
|
}
|
|
652
652
|
export declare class CheckBindRamUserResponse extends $tea.Model {
|
|
653
|
-
headers
|
|
653
|
+
headers?: {
|
|
654
654
|
[key: string]: string;
|
|
655
655
|
};
|
|
656
|
-
statusCode
|
|
657
|
-
body
|
|
656
|
+
statusCode?: number;
|
|
657
|
+
body?: CheckBindRamUserResponseBody;
|
|
658
658
|
static names(): {
|
|
659
659
|
[key: string]: string;
|
|
660
660
|
};
|
|
@@ -691,11 +691,11 @@ export declare class CheckSampleDataSetResponseBody extends $tea.Model {
|
|
|
691
691
|
});
|
|
692
692
|
}
|
|
693
693
|
export declare class CheckSampleDataSetResponse extends $tea.Model {
|
|
694
|
-
headers
|
|
694
|
+
headers?: {
|
|
695
695
|
[key: string]: string;
|
|
696
696
|
};
|
|
697
|
-
statusCode
|
|
698
|
-
body
|
|
697
|
+
statusCode?: number;
|
|
698
|
+
body?: CheckSampleDataSetResponseBody;
|
|
699
699
|
static names(): {
|
|
700
700
|
[key: string]: string;
|
|
701
701
|
};
|
|
@@ -735,11 +735,11 @@ export declare class CreateAccountResponseBody extends $tea.Model {
|
|
|
735
735
|
});
|
|
736
736
|
}
|
|
737
737
|
export declare class CreateAccountResponse extends $tea.Model {
|
|
738
|
-
headers
|
|
738
|
+
headers?: {
|
|
739
739
|
[key: string]: string;
|
|
740
740
|
};
|
|
741
|
-
statusCode
|
|
742
|
-
body
|
|
741
|
+
statusCode?: number;
|
|
742
|
+
body?: CreateAccountResponseBody;
|
|
743
743
|
static names(): {
|
|
744
744
|
[key: string]: string;
|
|
745
745
|
};
|
|
@@ -796,11 +796,11 @@ export declare class CreateDBClusterResponseBody extends $tea.Model {
|
|
|
796
796
|
});
|
|
797
797
|
}
|
|
798
798
|
export declare class CreateDBClusterResponse extends $tea.Model {
|
|
799
|
-
headers
|
|
799
|
+
headers?: {
|
|
800
800
|
[key: string]: string;
|
|
801
801
|
};
|
|
802
|
-
statusCode
|
|
803
|
-
body
|
|
802
|
+
statusCode?: number;
|
|
803
|
+
body?: CreateDBClusterResponseBody;
|
|
804
804
|
static names(): {
|
|
805
805
|
[key: string]: string;
|
|
806
806
|
};
|
|
@@ -815,6 +815,7 @@ export declare class CreateDBResourceGroupRequest extends $tea.Model {
|
|
|
815
815
|
clusterMode?: string;
|
|
816
816
|
clusterSizeResource?: string;
|
|
817
817
|
DBClusterId?: string;
|
|
818
|
+
enableSpot?: boolean;
|
|
818
819
|
groupName?: string;
|
|
819
820
|
groupType?: string;
|
|
820
821
|
maxClusterCount?: number;
|
|
@@ -845,11 +846,11 @@ export declare class CreateDBResourceGroupResponseBody extends $tea.Model {
|
|
|
845
846
|
});
|
|
846
847
|
}
|
|
847
848
|
export declare class CreateDBResourceGroupResponse extends $tea.Model {
|
|
848
|
-
headers
|
|
849
|
+
headers?: {
|
|
849
850
|
[key: string]: string;
|
|
850
851
|
};
|
|
851
|
-
statusCode
|
|
852
|
-
body
|
|
852
|
+
statusCode?: number;
|
|
853
|
+
body?: CreateDBResourceGroupResponseBody;
|
|
853
854
|
static names(): {
|
|
854
855
|
[key: string]: string;
|
|
855
856
|
};
|
|
@@ -894,11 +895,11 @@ export declare class CreateElasticPlanResponseBody extends $tea.Model {
|
|
|
894
895
|
});
|
|
895
896
|
}
|
|
896
897
|
export declare class CreateElasticPlanResponse extends $tea.Model {
|
|
897
|
-
headers
|
|
898
|
+
headers?: {
|
|
898
899
|
[key: string]: string;
|
|
899
900
|
};
|
|
900
|
-
statusCode
|
|
901
|
-
body
|
|
901
|
+
statusCode?: number;
|
|
902
|
+
body?: CreateElasticPlanResponseBody;
|
|
902
903
|
static names(): {
|
|
903
904
|
[key: string]: string;
|
|
904
905
|
};
|
|
@@ -939,11 +940,11 @@ export declare class CreateOssSubDirectoryResponseBody extends $tea.Model {
|
|
|
939
940
|
});
|
|
940
941
|
}
|
|
941
942
|
export declare class CreateOssSubDirectoryResponse extends $tea.Model {
|
|
942
|
-
headers
|
|
943
|
+
headers?: {
|
|
943
944
|
[key: string]: string;
|
|
944
945
|
};
|
|
945
|
-
statusCode
|
|
946
|
-
body
|
|
946
|
+
statusCode?: number;
|
|
947
|
+
body?: CreateOssSubDirectoryResponseBody;
|
|
947
948
|
static names(): {
|
|
948
949
|
[key: string]: string;
|
|
949
950
|
};
|
|
@@ -984,11 +985,11 @@ export declare class CreateSparkTemplateResponseBody extends $tea.Model {
|
|
|
984
985
|
});
|
|
985
986
|
}
|
|
986
987
|
export declare class CreateSparkTemplateResponse extends $tea.Model {
|
|
987
|
-
headers
|
|
988
|
+
headers?: {
|
|
988
989
|
[key: string]: string;
|
|
989
990
|
};
|
|
990
|
-
statusCode
|
|
991
|
-
body
|
|
991
|
+
statusCode?: number;
|
|
992
|
+
body?: CreateSparkTemplateResponseBody;
|
|
992
993
|
static names(): {
|
|
993
994
|
[key: string]: string;
|
|
994
995
|
};
|
|
@@ -1025,11 +1026,11 @@ export declare class DeleteAccountResponseBody extends $tea.Model {
|
|
|
1025
1026
|
});
|
|
1026
1027
|
}
|
|
1027
1028
|
export declare class DeleteAccountResponse extends $tea.Model {
|
|
1028
|
-
headers
|
|
1029
|
+
headers?: {
|
|
1029
1030
|
[key: string]: string;
|
|
1030
1031
|
};
|
|
1031
|
-
statusCode
|
|
1032
|
-
body
|
|
1032
|
+
statusCode?: number;
|
|
1033
|
+
body?: DeleteAccountResponseBody;
|
|
1033
1034
|
static names(): {
|
|
1034
1035
|
[key: string]: string;
|
|
1035
1036
|
};
|
|
@@ -1066,11 +1067,11 @@ export declare class DeleteDBClusterResponseBody extends $tea.Model {
|
|
|
1066
1067
|
});
|
|
1067
1068
|
}
|
|
1068
1069
|
export declare class DeleteDBClusterResponse extends $tea.Model {
|
|
1069
|
-
headers
|
|
1070
|
+
headers?: {
|
|
1070
1071
|
[key: string]: string;
|
|
1071
1072
|
};
|
|
1072
|
-
statusCode
|
|
1073
|
-
body
|
|
1073
|
+
statusCode?: number;
|
|
1074
|
+
body?: DeleteDBClusterResponseBody;
|
|
1074
1075
|
static names(): {
|
|
1075
1076
|
[key: string]: string;
|
|
1076
1077
|
};
|
|
@@ -1107,11 +1108,11 @@ export declare class DeleteDBResourceGroupResponseBody extends $tea.Model {
|
|
|
1107
1108
|
});
|
|
1108
1109
|
}
|
|
1109
1110
|
export declare class DeleteDBResourceGroupResponse extends $tea.Model {
|
|
1110
|
-
headers
|
|
1111
|
+
headers?: {
|
|
1111
1112
|
[key: string]: string;
|
|
1112
1113
|
};
|
|
1113
|
-
statusCode
|
|
1114
|
-
body
|
|
1114
|
+
statusCode?: number;
|
|
1115
|
+
body?: DeleteDBResourceGroupResponseBody;
|
|
1115
1116
|
static names(): {
|
|
1116
1117
|
[key: string]: string;
|
|
1117
1118
|
};
|
|
@@ -1148,11 +1149,11 @@ export declare class DeleteElasticPlanResponseBody extends $tea.Model {
|
|
|
1148
1149
|
});
|
|
1149
1150
|
}
|
|
1150
1151
|
export declare class DeleteElasticPlanResponse extends $tea.Model {
|
|
1151
|
-
headers
|
|
1152
|
+
headers?: {
|
|
1152
1153
|
[key: string]: string;
|
|
1153
1154
|
};
|
|
1154
|
-
statusCode
|
|
1155
|
-
body
|
|
1155
|
+
statusCode?: number;
|
|
1156
|
+
body?: DeleteElasticPlanResponseBody;
|
|
1156
1157
|
static names(): {
|
|
1157
1158
|
[key: string]: string;
|
|
1158
1159
|
};
|
|
@@ -1194,11 +1195,11 @@ export declare class DeleteProcessInstanceResponseBody extends $tea.Model {
|
|
|
1194
1195
|
});
|
|
1195
1196
|
}
|
|
1196
1197
|
export declare class DeleteProcessInstanceResponse extends $tea.Model {
|
|
1197
|
-
headers
|
|
1198
|
+
headers?: {
|
|
1198
1199
|
[key: string]: string;
|
|
1199
1200
|
};
|
|
1200
|
-
statusCode
|
|
1201
|
-
body
|
|
1201
|
+
statusCode?: number;
|
|
1202
|
+
body?: DeleteProcessInstanceResponseBody;
|
|
1202
1203
|
static names(): {
|
|
1203
1204
|
[key: string]: string;
|
|
1204
1205
|
};
|
|
@@ -1236,11 +1237,11 @@ export declare class DeleteSparkTemplateResponseBody extends $tea.Model {
|
|
|
1236
1237
|
});
|
|
1237
1238
|
}
|
|
1238
1239
|
export declare class DeleteSparkTemplateResponse extends $tea.Model {
|
|
1239
|
-
headers
|
|
1240
|
+
headers?: {
|
|
1240
1241
|
[key: string]: string;
|
|
1241
1242
|
};
|
|
1242
|
-
statusCode
|
|
1243
|
-
body
|
|
1243
|
+
statusCode?: number;
|
|
1244
|
+
body?: DeleteSparkTemplateResponseBody;
|
|
1244
1245
|
static names(): {
|
|
1245
1246
|
[key: string]: string;
|
|
1246
1247
|
};
|
|
@@ -1278,11 +1279,11 @@ export declare class DeleteSparkTemplateFileResponseBody extends $tea.Model {
|
|
|
1278
1279
|
});
|
|
1279
1280
|
}
|
|
1280
1281
|
export declare class DeleteSparkTemplateFileResponse extends $tea.Model {
|
|
1281
|
-
headers
|
|
1282
|
+
headers?: {
|
|
1282
1283
|
[key: string]: string;
|
|
1283
1284
|
};
|
|
1284
|
-
statusCode
|
|
1285
|
-
body
|
|
1285
|
+
statusCode?: number;
|
|
1286
|
+
body?: DeleteSparkTemplateFileResponseBody;
|
|
1286
1287
|
static names(): {
|
|
1287
1288
|
[key: string]: string;
|
|
1288
1289
|
};
|
|
@@ -1322,11 +1323,11 @@ export declare class DescribeAccountAllPrivilegesResponseBody extends $tea.Model
|
|
|
1322
1323
|
});
|
|
1323
1324
|
}
|
|
1324
1325
|
export declare class DescribeAccountAllPrivilegesResponse extends $tea.Model {
|
|
1325
|
-
headers
|
|
1326
|
+
headers?: {
|
|
1326
1327
|
[key: string]: string;
|
|
1327
1328
|
};
|
|
1328
|
-
statusCode
|
|
1329
|
-
body
|
|
1329
|
+
statusCode?: number;
|
|
1330
|
+
body?: DescribeAccountAllPrivilegesResponseBody;
|
|
1330
1331
|
static names(): {
|
|
1331
1332
|
[key: string]: string;
|
|
1332
1333
|
};
|
|
@@ -1374,11 +1375,11 @@ export declare class DescribeAccountPrivilegeObjectsResponseBody extends $tea.Mo
|
|
|
1374
1375
|
});
|
|
1375
1376
|
}
|
|
1376
1377
|
export declare class DescribeAccountPrivilegeObjectsResponse extends $tea.Model {
|
|
1377
|
-
headers
|
|
1378
|
+
headers?: {
|
|
1378
1379
|
[key: string]: string;
|
|
1379
1380
|
};
|
|
1380
|
-
statusCode
|
|
1381
|
-
body
|
|
1381
|
+
statusCode?: number;
|
|
1382
|
+
body?: DescribeAccountPrivilegeObjectsResponseBody;
|
|
1382
1383
|
static names(): {
|
|
1383
1384
|
[key: string]: string;
|
|
1384
1385
|
};
|
|
@@ -1426,11 +1427,11 @@ export declare class DescribeAccountPrivilegesResponseBody extends $tea.Model {
|
|
|
1426
1427
|
});
|
|
1427
1428
|
}
|
|
1428
1429
|
export declare class DescribeAccountPrivilegesResponse extends $tea.Model {
|
|
1429
|
-
headers
|
|
1430
|
+
headers?: {
|
|
1430
1431
|
[key: string]: string;
|
|
1431
1432
|
};
|
|
1432
|
-
statusCode
|
|
1433
|
-
body
|
|
1433
|
+
statusCode?: number;
|
|
1434
|
+
body?: DescribeAccountPrivilegesResponseBody;
|
|
1434
1435
|
static names(): {
|
|
1435
1436
|
[key: string]: string;
|
|
1436
1437
|
};
|
|
@@ -1469,11 +1470,11 @@ export declare class DescribeAccountsResponseBody extends $tea.Model {
|
|
|
1469
1470
|
});
|
|
1470
1471
|
}
|
|
1471
1472
|
export declare class DescribeAccountsResponse extends $tea.Model {
|
|
1472
|
-
headers
|
|
1473
|
+
headers?: {
|
|
1473
1474
|
[key: string]: string;
|
|
1474
1475
|
};
|
|
1475
|
-
statusCode
|
|
1476
|
-
body
|
|
1476
|
+
statusCode?: number;
|
|
1477
|
+
body?: DescribeAccountsResponseBody;
|
|
1477
1478
|
static names(): {
|
|
1478
1479
|
[key: string]: string;
|
|
1479
1480
|
};
|
|
@@ -1518,11 +1519,11 @@ export declare class DescribeAdbMySqlColumnsResponseBody extends $tea.Model {
|
|
|
1518
1519
|
});
|
|
1519
1520
|
}
|
|
1520
1521
|
export declare class DescribeAdbMySqlColumnsResponse extends $tea.Model {
|
|
1521
|
-
headers
|
|
1522
|
+
headers?: {
|
|
1522
1523
|
[key: string]: string;
|
|
1523
1524
|
};
|
|
1524
|
-
statusCode
|
|
1525
|
-
body
|
|
1525
|
+
statusCode?: number;
|
|
1526
|
+
body?: DescribeAdbMySqlColumnsResponseBody;
|
|
1526
1527
|
static names(): {
|
|
1527
1528
|
[key: string]: string;
|
|
1528
1529
|
};
|
|
@@ -1562,11 +1563,11 @@ export declare class DescribeAdbMySqlSchemasResponseBody extends $tea.Model {
|
|
|
1562
1563
|
});
|
|
1563
1564
|
}
|
|
1564
1565
|
export declare class DescribeAdbMySqlSchemasResponse extends $tea.Model {
|
|
1565
|
-
headers
|
|
1566
|
+
headers?: {
|
|
1566
1567
|
[key: string]: string;
|
|
1567
1568
|
};
|
|
1568
|
-
statusCode
|
|
1569
|
-
body
|
|
1569
|
+
statusCode?: number;
|
|
1570
|
+
body?: DescribeAdbMySqlSchemasResponseBody;
|
|
1570
1571
|
static names(): {
|
|
1571
1572
|
[key: string]: string;
|
|
1572
1573
|
};
|
|
@@ -1608,11 +1609,11 @@ export declare class DescribeAdbMySqlTablesResponseBody extends $tea.Model {
|
|
|
1608
1609
|
});
|
|
1609
1610
|
}
|
|
1610
1611
|
export declare class DescribeAdbMySqlTablesResponse extends $tea.Model {
|
|
1611
|
-
headers
|
|
1612
|
+
headers?: {
|
|
1612
1613
|
[key: string]: string;
|
|
1613
1614
|
};
|
|
1614
|
-
statusCode
|
|
1615
|
-
body
|
|
1615
|
+
statusCode?: number;
|
|
1616
|
+
body?: DescribeAdbMySqlTablesResponseBody;
|
|
1616
1617
|
static names(): {
|
|
1617
1618
|
[key: string]: string;
|
|
1618
1619
|
};
|
|
@@ -1654,11 +1655,11 @@ export declare class DescribeAllDataSourceResponseBody extends $tea.Model {
|
|
|
1654
1655
|
});
|
|
1655
1656
|
}
|
|
1656
1657
|
export declare class DescribeAllDataSourceResponse extends $tea.Model {
|
|
1657
|
-
headers
|
|
1658
|
+
headers?: {
|
|
1658
1659
|
[key: string]: string;
|
|
1659
1660
|
};
|
|
1660
|
-
statusCode
|
|
1661
|
-
body
|
|
1661
|
+
statusCode?: number;
|
|
1662
|
+
body?: DescribeAllDataSourceResponseBody;
|
|
1662
1663
|
static names(): {
|
|
1663
1664
|
[key: string]: string;
|
|
1664
1665
|
};
|
|
@@ -1713,11 +1714,11 @@ export declare class DescribeApsActionLogsResponseBody extends $tea.Model {
|
|
|
1713
1714
|
});
|
|
1714
1715
|
}
|
|
1715
1716
|
export declare class DescribeApsActionLogsResponse extends $tea.Model {
|
|
1716
|
-
headers
|
|
1717
|
+
headers?: {
|
|
1717
1718
|
[key: string]: string;
|
|
1718
1719
|
};
|
|
1719
|
-
statusCode
|
|
1720
|
-
body
|
|
1720
|
+
statusCode?: number;
|
|
1721
|
+
body?: DescribeApsActionLogsResponseBody;
|
|
1721
1722
|
static names(): {
|
|
1722
1723
|
[key: string]: string;
|
|
1723
1724
|
};
|
|
@@ -1757,11 +1758,11 @@ export declare class DescribeApsResourceGroupsResponseBody extends $tea.Model {
|
|
|
1757
1758
|
});
|
|
1758
1759
|
}
|
|
1759
1760
|
export declare class DescribeApsResourceGroupsResponse extends $tea.Model {
|
|
1760
|
-
headers
|
|
1761
|
+
headers?: {
|
|
1761
1762
|
[key: string]: string;
|
|
1762
1763
|
};
|
|
1763
|
-
statusCode
|
|
1764
|
-
body
|
|
1764
|
+
statusCode?: number;
|
|
1765
|
+
body?: DescribeApsResourceGroupsResponseBody;
|
|
1765
1766
|
static names(): {
|
|
1766
1767
|
[key: string]: string;
|
|
1767
1768
|
};
|
|
@@ -1820,11 +1821,11 @@ export declare class DescribeAuditLogRecordsResponseBody extends $tea.Model {
|
|
|
1820
1821
|
});
|
|
1821
1822
|
}
|
|
1822
1823
|
export declare class DescribeAuditLogRecordsResponse extends $tea.Model {
|
|
1823
|
-
headers
|
|
1824
|
+
headers?: {
|
|
1824
1825
|
[key: string]: string;
|
|
1825
1826
|
};
|
|
1826
|
-
statusCode
|
|
1827
|
-
body
|
|
1827
|
+
statusCode?: number;
|
|
1828
|
+
body?: DescribeAuditLogRecordsResponseBody;
|
|
1828
1829
|
static names(): {
|
|
1829
1830
|
[key: string]: string;
|
|
1830
1831
|
};
|
|
@@ -1869,11 +1870,11 @@ export declare class DescribeBackupPolicyResponseBody extends $tea.Model {
|
|
|
1869
1870
|
});
|
|
1870
1871
|
}
|
|
1871
1872
|
export declare class DescribeBackupPolicyResponse extends $tea.Model {
|
|
1872
|
-
headers
|
|
1873
|
+
headers?: {
|
|
1873
1874
|
[key: string]: string;
|
|
1874
1875
|
};
|
|
1875
|
-
statusCode
|
|
1876
|
-
body
|
|
1876
|
+
statusCode?: number;
|
|
1877
|
+
body?: DescribeBackupPolicyResponseBody;
|
|
1877
1878
|
static names(): {
|
|
1878
1879
|
[key: string]: string;
|
|
1879
1880
|
};
|
|
@@ -1922,11 +1923,11 @@ export declare class DescribeBackupsResponseBody extends $tea.Model {
|
|
|
1922
1923
|
});
|
|
1923
1924
|
}
|
|
1924
1925
|
export declare class DescribeBackupsResponse extends $tea.Model {
|
|
1925
|
-
headers
|
|
1926
|
+
headers?: {
|
|
1926
1927
|
[key: string]: string;
|
|
1927
1928
|
};
|
|
1928
|
-
statusCode
|
|
1929
|
-
body
|
|
1929
|
+
statusCode?: number;
|
|
1930
|
+
body?: DescribeBackupsResponseBody;
|
|
1930
1931
|
static names(): {
|
|
1931
1932
|
[key: string]: string;
|
|
1932
1933
|
};
|
|
@@ -1964,11 +1965,11 @@ export declare class DescribeClusterAccessWhiteListResponseBody extends $tea.Mod
|
|
|
1964
1965
|
});
|
|
1965
1966
|
}
|
|
1966
1967
|
export declare class DescribeClusterAccessWhiteListResponse extends $tea.Model {
|
|
1967
|
-
headers
|
|
1968
|
+
headers?: {
|
|
1968
1969
|
[key: string]: string;
|
|
1969
1970
|
};
|
|
1970
|
-
statusCode
|
|
1971
|
-
body
|
|
1971
|
+
statusCode?: number;
|
|
1972
|
+
body?: DescribeClusterAccessWhiteListResponseBody;
|
|
1972
1973
|
static names(): {
|
|
1973
1974
|
[key: string]: string;
|
|
1974
1975
|
};
|
|
@@ -2006,11 +2007,11 @@ export declare class DescribeClusterNetInfoResponseBody extends $tea.Model {
|
|
|
2006
2007
|
});
|
|
2007
2008
|
}
|
|
2008
2009
|
export declare class DescribeClusterNetInfoResponse extends $tea.Model {
|
|
2009
|
-
headers
|
|
2010
|
+
headers?: {
|
|
2010
2011
|
[key: string]: string;
|
|
2011
2012
|
};
|
|
2012
|
-
statusCode
|
|
2013
|
-
body
|
|
2013
|
+
statusCode?: number;
|
|
2014
|
+
body?: DescribeClusterNetInfoResponseBody;
|
|
2014
2015
|
static names(): {
|
|
2015
2016
|
[key: string]: string;
|
|
2016
2017
|
};
|
|
@@ -2048,11 +2049,11 @@ export declare class DescribeClusterResourceDetailResponseBody extends $tea.Mode
|
|
|
2048
2049
|
});
|
|
2049
2050
|
}
|
|
2050
2051
|
export declare class DescribeClusterResourceDetailResponse extends $tea.Model {
|
|
2051
|
-
headers
|
|
2052
|
+
headers?: {
|
|
2052
2053
|
[key: string]: string;
|
|
2053
2054
|
};
|
|
2054
|
-
statusCode
|
|
2055
|
-
body
|
|
2055
|
+
statusCode?: number;
|
|
2056
|
+
body?: DescribeClusterResourceDetailResponseBody;
|
|
2056
2057
|
static names(): {
|
|
2057
2058
|
[key: string]: string;
|
|
2058
2059
|
};
|
|
@@ -2092,11 +2093,11 @@ export declare class DescribeClusterResourceUsageResponseBody extends $tea.Model
|
|
|
2092
2093
|
});
|
|
2093
2094
|
}
|
|
2094
2095
|
export declare class DescribeClusterResourceUsageResponse extends $tea.Model {
|
|
2095
|
-
headers
|
|
2096
|
+
headers?: {
|
|
2096
2097
|
[key: string]: string;
|
|
2097
2098
|
};
|
|
2098
|
-
statusCode
|
|
2099
|
-
body
|
|
2099
|
+
statusCode?: number;
|
|
2100
|
+
body?: DescribeClusterResourceUsageResponseBody;
|
|
2100
2101
|
static names(): {
|
|
2101
2102
|
[key: string]: string;
|
|
2102
2103
|
};
|
|
@@ -2136,11 +2137,11 @@ export declare class DescribeColumnsResponseBody extends $tea.Model {
|
|
|
2136
2137
|
});
|
|
2137
2138
|
}
|
|
2138
2139
|
export declare class DescribeColumnsResponse extends $tea.Model {
|
|
2139
|
-
headers
|
|
2140
|
+
headers?: {
|
|
2140
2141
|
[key: string]: string;
|
|
2141
2142
|
};
|
|
2142
|
-
statusCode
|
|
2143
|
-
body
|
|
2143
|
+
statusCode?: number;
|
|
2144
|
+
body?: DescribeColumnsResponseBody;
|
|
2144
2145
|
static names(): {
|
|
2145
2146
|
[key: string]: string;
|
|
2146
2147
|
};
|
|
@@ -2181,11 +2182,11 @@ export declare class DescribeComputeResourceUsageResponseBody extends $tea.Model
|
|
|
2181
2182
|
});
|
|
2182
2183
|
}
|
|
2183
2184
|
export declare class DescribeComputeResourceUsageResponse extends $tea.Model {
|
|
2184
|
-
headers
|
|
2185
|
+
headers?: {
|
|
2185
2186
|
[key: string]: string;
|
|
2186
2187
|
};
|
|
2187
|
-
statusCode
|
|
2188
|
-
body
|
|
2188
|
+
statusCode?: number;
|
|
2189
|
+
body?: DescribeComputeResourceUsageResponseBody;
|
|
2189
2190
|
static names(): {
|
|
2190
2191
|
[key: string]: string;
|
|
2191
2192
|
};
|
|
@@ -2222,11 +2223,11 @@ export declare class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
2222
2223
|
});
|
|
2223
2224
|
}
|
|
2224
2225
|
export declare class DescribeDBClusterAttributeResponse extends $tea.Model {
|
|
2225
|
-
headers
|
|
2226
|
+
headers?: {
|
|
2226
2227
|
[key: string]: string;
|
|
2227
2228
|
};
|
|
2228
|
-
statusCode
|
|
2229
|
-
body
|
|
2229
|
+
statusCode?: number;
|
|
2230
|
+
body?: DescribeDBClusterAttributeResponseBody;
|
|
2230
2231
|
static names(): {
|
|
2231
2232
|
[key: string]: string;
|
|
2232
2233
|
};
|
|
@@ -2267,11 +2268,11 @@ export declare class DescribeDBClusterHealthStatusResponseBody extends $tea.Mode
|
|
|
2267
2268
|
});
|
|
2268
2269
|
}
|
|
2269
2270
|
export declare class DescribeDBClusterHealthStatusResponse extends $tea.Model {
|
|
2270
|
-
headers
|
|
2271
|
+
headers?: {
|
|
2271
2272
|
[key: string]: string;
|
|
2272
2273
|
};
|
|
2273
|
-
statusCode
|
|
2274
|
-
body
|
|
2274
|
+
statusCode?: number;
|
|
2275
|
+
body?: DescribeDBClusterHealthStatusResponseBody;
|
|
2275
2276
|
static names(): {
|
|
2276
2277
|
[key: string]: string;
|
|
2277
2278
|
};
|
|
@@ -2316,11 +2317,57 @@ export declare class DescribeDBClusterPerformanceResponseBody extends $tea.Model
|
|
|
2316
2317
|
});
|
|
2317
2318
|
}
|
|
2318
2319
|
export declare class DescribeDBClusterPerformanceResponse extends $tea.Model {
|
|
2319
|
-
headers
|
|
2320
|
+
headers?: {
|
|
2320
2321
|
[key: string]: string;
|
|
2321
2322
|
};
|
|
2322
|
-
statusCode
|
|
2323
|
-
body
|
|
2323
|
+
statusCode?: number;
|
|
2324
|
+
body?: DescribeDBClusterPerformanceResponseBody;
|
|
2325
|
+
static names(): {
|
|
2326
|
+
[key: string]: string;
|
|
2327
|
+
};
|
|
2328
|
+
static types(): {
|
|
2329
|
+
[key: string]: any;
|
|
2330
|
+
};
|
|
2331
|
+
constructor(map?: {
|
|
2332
|
+
[key: string]: any;
|
|
2333
|
+
});
|
|
2334
|
+
}
|
|
2335
|
+
export declare class DescribeDBClusterSpaceSummaryRequest extends $tea.Model {
|
|
2336
|
+
DBClusterId?: string;
|
|
2337
|
+
ownerAccount?: string;
|
|
2338
|
+
ownerId?: number;
|
|
2339
|
+
regionId?: string;
|
|
2340
|
+
resourceOwnerAccount?: string;
|
|
2341
|
+
resourceOwnerId?: number;
|
|
2342
|
+
static names(): {
|
|
2343
|
+
[key: string]: string;
|
|
2344
|
+
};
|
|
2345
|
+
static types(): {
|
|
2346
|
+
[key: string]: any;
|
|
2347
|
+
};
|
|
2348
|
+
constructor(map?: {
|
|
2349
|
+
[key: string]: any;
|
|
2350
|
+
});
|
|
2351
|
+
}
|
|
2352
|
+
export declare class DescribeDBClusterSpaceSummaryResponseBody extends $tea.Model {
|
|
2353
|
+
data?: DescribeDBClusterSpaceSummaryResponseBodyData;
|
|
2354
|
+
requestId?: string;
|
|
2355
|
+
static names(): {
|
|
2356
|
+
[key: string]: string;
|
|
2357
|
+
};
|
|
2358
|
+
static types(): {
|
|
2359
|
+
[key: string]: any;
|
|
2360
|
+
};
|
|
2361
|
+
constructor(map?: {
|
|
2362
|
+
[key: string]: any;
|
|
2363
|
+
});
|
|
2364
|
+
}
|
|
2365
|
+
export declare class DescribeDBClusterSpaceSummaryResponse extends $tea.Model {
|
|
2366
|
+
headers?: {
|
|
2367
|
+
[key: string]: string;
|
|
2368
|
+
};
|
|
2369
|
+
statusCode?: number;
|
|
2370
|
+
body?: DescribeDBClusterSpaceSummaryResponseBody;
|
|
2324
2371
|
static names(): {
|
|
2325
2372
|
[key: string]: string;
|
|
2326
2373
|
};
|
|
@@ -2357,11 +2404,11 @@ export declare class DescribeDBClusterStatusResponseBody extends $tea.Model {
|
|
|
2357
2404
|
});
|
|
2358
2405
|
}
|
|
2359
2406
|
export declare class DescribeDBClusterStatusResponse extends $tea.Model {
|
|
2360
|
-
headers
|
|
2407
|
+
headers?: {
|
|
2361
2408
|
[key: string]: string;
|
|
2362
2409
|
};
|
|
2363
|
-
statusCode
|
|
2364
|
-
body
|
|
2410
|
+
statusCode?: number;
|
|
2411
|
+
body?: DescribeDBClusterStatusResponseBody;
|
|
2365
2412
|
static names(): {
|
|
2366
2413
|
[key: string]: string;
|
|
2367
2414
|
};
|
|
@@ -2408,11 +2455,11 @@ export declare class DescribeDBClustersResponseBody extends $tea.Model {
|
|
|
2408
2455
|
});
|
|
2409
2456
|
}
|
|
2410
2457
|
export declare class DescribeDBClustersResponse extends $tea.Model {
|
|
2411
|
-
headers
|
|
2458
|
+
headers?: {
|
|
2412
2459
|
[key: string]: string;
|
|
2413
2460
|
};
|
|
2414
|
-
statusCode
|
|
2415
|
-
body
|
|
2461
|
+
statusCode?: number;
|
|
2462
|
+
body?: DescribeDBClustersResponseBody;
|
|
2416
2463
|
static names(): {
|
|
2417
2464
|
[key: string]: string;
|
|
2418
2465
|
};
|
|
@@ -2427,6 +2474,7 @@ export declare class DescribeDBResourceGroupRequest extends $tea.Model {
|
|
|
2427
2474
|
DBClusterId?: string;
|
|
2428
2475
|
groupName?: string;
|
|
2429
2476
|
groupType?: string;
|
|
2477
|
+
regionId?: string;
|
|
2430
2478
|
resourceOwnerAccount?: string;
|
|
2431
2479
|
static names(): {
|
|
2432
2480
|
[key: string]: string;
|
|
@@ -2452,11 +2500,11 @@ export declare class DescribeDBResourceGroupResponseBody extends $tea.Model {
|
|
|
2452
2500
|
});
|
|
2453
2501
|
}
|
|
2454
2502
|
export declare class DescribeDBResourceGroupResponse extends $tea.Model {
|
|
2455
|
-
headers
|
|
2503
|
+
headers?: {
|
|
2456
2504
|
[key: string]: string;
|
|
2457
2505
|
};
|
|
2458
|
-
statusCode
|
|
2459
|
-
body
|
|
2506
|
+
statusCode?: number;
|
|
2507
|
+
body?: DescribeDBResourceGroupResponseBody;
|
|
2460
2508
|
static names(): {
|
|
2461
2509
|
[key: string]: string;
|
|
2462
2510
|
};
|
|
@@ -2501,11 +2549,11 @@ export declare class DescribeDiagnosisDimensionsResponseBody extends $tea.Model
|
|
|
2501
2549
|
});
|
|
2502
2550
|
}
|
|
2503
2551
|
export declare class DescribeDiagnosisDimensionsResponse extends $tea.Model {
|
|
2504
|
-
headers
|
|
2552
|
+
headers?: {
|
|
2505
2553
|
[key: string]: string;
|
|
2506
2554
|
};
|
|
2507
|
-
statusCode
|
|
2508
|
-
body
|
|
2555
|
+
statusCode?: number;
|
|
2556
|
+
body?: DescribeDiagnosisDimensionsResponseBody;
|
|
2509
2557
|
static names(): {
|
|
2510
2558
|
[key: string]: string;
|
|
2511
2559
|
};
|
|
@@ -2563,11 +2611,11 @@ export declare class DescribeDiagnosisRecordsResponseBody extends $tea.Model {
|
|
|
2563
2611
|
});
|
|
2564
2612
|
}
|
|
2565
2613
|
export declare class DescribeDiagnosisRecordsResponse extends $tea.Model {
|
|
2566
|
-
headers
|
|
2614
|
+
headers?: {
|
|
2567
2615
|
[key: string]: string;
|
|
2568
2616
|
};
|
|
2569
|
-
statusCode
|
|
2570
|
-
body
|
|
2617
|
+
statusCode?: number;
|
|
2618
|
+
body?: DescribeDiagnosisRecordsResponseBody;
|
|
2571
2619
|
static names(): {
|
|
2572
2620
|
[key: string]: string;
|
|
2573
2621
|
};
|
|
@@ -2611,11 +2659,11 @@ export declare class DescribeDiagnosisSQLInfoResponseBody extends $tea.Model {
|
|
|
2611
2659
|
});
|
|
2612
2660
|
}
|
|
2613
2661
|
export declare class DescribeDiagnosisSQLInfoResponse extends $tea.Model {
|
|
2614
|
-
headers
|
|
2662
|
+
headers?: {
|
|
2615
2663
|
[key: string]: string;
|
|
2616
2664
|
};
|
|
2617
|
-
statusCode
|
|
2618
|
-
body
|
|
2665
|
+
statusCode?: number;
|
|
2666
|
+
body?: DescribeDiagnosisSQLInfoResponseBody;
|
|
2619
2667
|
static names(): {
|
|
2620
2668
|
[key: string]: string;
|
|
2621
2669
|
};
|
|
@@ -2654,11 +2702,11 @@ export declare class DescribeDownloadRecordsResponseBody extends $tea.Model {
|
|
|
2654
2702
|
});
|
|
2655
2703
|
}
|
|
2656
2704
|
export declare class DescribeDownloadRecordsResponse extends $tea.Model {
|
|
2657
|
-
headers
|
|
2705
|
+
headers?: {
|
|
2658
2706
|
[key: string]: string;
|
|
2659
2707
|
};
|
|
2660
|
-
statusCode
|
|
2661
|
-
body
|
|
2708
|
+
statusCode?: number;
|
|
2709
|
+
body?: DescribeDownloadRecordsResponseBody;
|
|
2662
2710
|
static names(): {
|
|
2663
2711
|
[key: string]: string;
|
|
2664
2712
|
};
|
|
@@ -2696,11 +2744,11 @@ export declare class DescribeElasticPlanAttributeResponseBody extends $tea.Model
|
|
|
2696
2744
|
});
|
|
2697
2745
|
}
|
|
2698
2746
|
export declare class DescribeElasticPlanAttributeResponse extends $tea.Model {
|
|
2699
|
-
headers
|
|
2747
|
+
headers?: {
|
|
2700
2748
|
[key: string]: string;
|
|
2701
2749
|
};
|
|
2702
|
-
statusCode
|
|
2703
|
-
body
|
|
2750
|
+
statusCode?: number;
|
|
2751
|
+
body?: DescribeElasticPlanAttributeResponseBody;
|
|
2704
2752
|
static names(): {
|
|
2705
2753
|
[key: string]: string;
|
|
2706
2754
|
};
|
|
@@ -2746,11 +2794,11 @@ export declare class DescribeElasticPlanJobsResponseBody extends $tea.Model {
|
|
|
2746
2794
|
});
|
|
2747
2795
|
}
|
|
2748
2796
|
export declare class DescribeElasticPlanJobsResponse extends $tea.Model {
|
|
2749
|
-
headers
|
|
2797
|
+
headers?: {
|
|
2750
2798
|
[key: string]: string;
|
|
2751
2799
|
};
|
|
2752
|
-
statusCode
|
|
2753
|
-
body
|
|
2800
|
+
statusCode?: number;
|
|
2801
|
+
body?: DescribeElasticPlanJobsResponseBody;
|
|
2754
2802
|
static names(): {
|
|
2755
2803
|
[key: string]: string;
|
|
2756
2804
|
};
|
|
@@ -2792,11 +2840,11 @@ export declare class DescribeElasticPlanSpecificationsResponseBody extends $tea.
|
|
|
2792
2840
|
});
|
|
2793
2841
|
}
|
|
2794
2842
|
export declare class DescribeElasticPlanSpecificationsResponse extends $tea.Model {
|
|
2795
|
-
headers
|
|
2843
|
+
headers?: {
|
|
2796
2844
|
[key: string]: string;
|
|
2797
2845
|
};
|
|
2798
|
-
statusCode
|
|
2799
|
-
body
|
|
2846
|
+
statusCode?: number;
|
|
2847
|
+
body?: DescribeElasticPlanSpecificationsResponseBody;
|
|
2800
2848
|
static names(): {
|
|
2801
2849
|
[key: string]: string;
|
|
2802
2850
|
};
|
|
@@ -2842,11 +2890,11 @@ export declare class DescribeElasticPlansResponseBody extends $tea.Model {
|
|
|
2842
2890
|
});
|
|
2843
2891
|
}
|
|
2844
2892
|
export declare class DescribeElasticPlansResponse extends $tea.Model {
|
|
2845
|
-
headers
|
|
2893
|
+
headers?: {
|
|
2846
2894
|
[key: string]: string;
|
|
2847
2895
|
};
|
|
2848
|
-
statusCode
|
|
2849
|
-
body
|
|
2896
|
+
statusCode?: number;
|
|
2897
|
+
body?: DescribeElasticPlansResponseBody;
|
|
2850
2898
|
static names(): {
|
|
2851
2899
|
[key: string]: string;
|
|
2852
2900
|
};
|
|
@@ -2885,11 +2933,11 @@ export declare class DescribeEnabledPrivilegesResponseBody extends $tea.Model {
|
|
|
2885
2933
|
});
|
|
2886
2934
|
}
|
|
2887
2935
|
export declare class DescribeEnabledPrivilegesResponse extends $tea.Model {
|
|
2888
|
-
headers
|
|
2936
|
+
headers?: {
|
|
2889
2937
|
[key: string]: string;
|
|
2890
2938
|
};
|
|
2891
|
-
statusCode
|
|
2892
|
-
body
|
|
2939
|
+
statusCode?: number;
|
|
2940
|
+
body?: DescribeEnabledPrivilegesResponseBody;
|
|
2893
2941
|
static names(): {
|
|
2894
2942
|
[key: string]: string;
|
|
2895
2943
|
};
|
|
@@ -2929,11 +2977,11 @@ export declare class DescribeJobResourceUsageResponseBody extends $tea.Model {
|
|
|
2929
2977
|
});
|
|
2930
2978
|
}
|
|
2931
2979
|
export declare class DescribeJobResourceUsageResponse extends $tea.Model {
|
|
2932
|
-
headers
|
|
2980
|
+
headers?: {
|
|
2933
2981
|
[key: string]: string;
|
|
2934
2982
|
};
|
|
2935
|
-
statusCode
|
|
2936
|
-
body
|
|
2983
|
+
statusCode?: number;
|
|
2984
|
+
body?: DescribeJobResourceUsageResponseBody;
|
|
2937
2985
|
static names(): {
|
|
2938
2986
|
[key: string]: string;
|
|
2939
2987
|
};
|
|
@@ -2976,11 +3024,11 @@ export declare class DescribePatternPerformanceResponseBody extends $tea.Model {
|
|
|
2976
3024
|
});
|
|
2977
3025
|
}
|
|
2978
3026
|
export declare class DescribePatternPerformanceResponse extends $tea.Model {
|
|
2979
|
-
headers
|
|
3027
|
+
headers?: {
|
|
2980
3028
|
[key: string]: string;
|
|
2981
3029
|
};
|
|
2982
|
-
statusCode
|
|
2983
|
-
body
|
|
3030
|
+
statusCode?: number;
|
|
3031
|
+
body?: DescribePatternPerformanceResponseBody;
|
|
2984
3032
|
static names(): {
|
|
2985
3033
|
[key: string]: string;
|
|
2986
3034
|
};
|
|
@@ -3021,11 +3069,11 @@ export declare class DescribeRegionsResponseBody extends $tea.Model {
|
|
|
3021
3069
|
});
|
|
3022
3070
|
}
|
|
3023
3071
|
export declare class DescribeRegionsResponse extends $tea.Model {
|
|
3024
|
-
headers
|
|
3072
|
+
headers?: {
|
|
3025
3073
|
[key: string]: string;
|
|
3026
3074
|
};
|
|
3027
|
-
statusCode
|
|
3028
|
-
body
|
|
3075
|
+
statusCode?: number;
|
|
3076
|
+
body?: DescribeRegionsResponseBody;
|
|
3029
3077
|
static names(): {
|
|
3030
3078
|
[key: string]: string;
|
|
3031
3079
|
};
|
|
@@ -3073,11 +3121,11 @@ export declare class DescribeSQLPatternsResponseBody extends $tea.Model {
|
|
|
3073
3121
|
});
|
|
3074
3122
|
}
|
|
3075
3123
|
export declare class DescribeSQLPatternsResponse extends $tea.Model {
|
|
3076
|
-
headers
|
|
3124
|
+
headers?: {
|
|
3077
3125
|
[key: string]: string;
|
|
3078
3126
|
};
|
|
3079
|
-
statusCode
|
|
3080
|
-
body
|
|
3127
|
+
statusCode?: number;
|
|
3128
|
+
body?: DescribeSQLPatternsResponseBody;
|
|
3081
3129
|
static names(): {
|
|
3082
3130
|
[key: string]: string;
|
|
3083
3131
|
};
|
|
@@ -3115,11 +3163,11 @@ export declare class DescribeSchemasResponseBody extends $tea.Model {
|
|
|
3115
3163
|
});
|
|
3116
3164
|
}
|
|
3117
3165
|
export declare class DescribeSchemasResponse extends $tea.Model {
|
|
3118
|
-
headers
|
|
3166
|
+
headers?: {
|
|
3119
3167
|
[key: string]: string;
|
|
3120
3168
|
};
|
|
3121
|
-
statusCode
|
|
3122
|
-
body
|
|
3169
|
+
statusCode?: number;
|
|
3170
|
+
body?: DescribeSchemasResponseBody;
|
|
3123
3171
|
static names(): {
|
|
3124
3172
|
[key: string]: string;
|
|
3125
3173
|
};
|
|
@@ -3160,11 +3208,11 @@ export declare class DescribeSparkCodeLogResponseBody extends $tea.Model {
|
|
|
3160
3208
|
});
|
|
3161
3209
|
}
|
|
3162
3210
|
export declare class DescribeSparkCodeLogResponse extends $tea.Model {
|
|
3163
|
-
headers
|
|
3211
|
+
headers?: {
|
|
3164
3212
|
[key: string]: string;
|
|
3165
3213
|
};
|
|
3166
|
-
statusCode
|
|
3167
|
-
body
|
|
3214
|
+
statusCode?: number;
|
|
3215
|
+
body?: DescribeSparkCodeLogResponseBody;
|
|
3168
3216
|
static names(): {
|
|
3169
3217
|
[key: string]: string;
|
|
3170
3218
|
};
|
|
@@ -3205,11 +3253,11 @@ export declare class DescribeSparkCodeOutputResponseBody extends $tea.Model {
|
|
|
3205
3253
|
});
|
|
3206
3254
|
}
|
|
3207
3255
|
export declare class DescribeSparkCodeOutputResponse extends $tea.Model {
|
|
3208
|
-
headers
|
|
3256
|
+
headers?: {
|
|
3209
3257
|
[key: string]: string;
|
|
3210
3258
|
};
|
|
3211
|
-
statusCode
|
|
3212
|
-
body
|
|
3259
|
+
statusCode?: number;
|
|
3260
|
+
body?: DescribeSparkCodeOutputResponseBody;
|
|
3213
3261
|
static names(): {
|
|
3214
3262
|
[key: string]: string;
|
|
3215
3263
|
};
|
|
@@ -3250,11 +3298,11 @@ export declare class DescribeSparkCodeWebUiResponseBody extends $tea.Model {
|
|
|
3250
3298
|
});
|
|
3251
3299
|
}
|
|
3252
3300
|
export declare class DescribeSparkCodeWebUiResponse extends $tea.Model {
|
|
3253
|
-
headers
|
|
3301
|
+
headers?: {
|
|
3254
3302
|
[key: string]: string;
|
|
3255
3303
|
};
|
|
3256
|
-
statusCode
|
|
3257
|
-
body
|
|
3304
|
+
statusCode?: number;
|
|
3305
|
+
body?: DescribeSparkCodeWebUiResponseBody;
|
|
3258
3306
|
static names(): {
|
|
3259
3307
|
[key: string]: string;
|
|
3260
3308
|
};
|
|
@@ -3301,11 +3349,11 @@ export declare class DescribeSqlPatternResponseBody extends $tea.Model {
|
|
|
3301
3349
|
});
|
|
3302
3350
|
}
|
|
3303
3351
|
export declare class DescribeSqlPatternResponse extends $tea.Model {
|
|
3304
|
-
headers
|
|
3352
|
+
headers?: {
|
|
3305
3353
|
[key: string]: string;
|
|
3306
3354
|
};
|
|
3307
|
-
statusCode
|
|
3308
|
-
body
|
|
3355
|
+
statusCode?: number;
|
|
3356
|
+
body?: DescribeSqlPatternResponseBody;
|
|
3309
3357
|
static names(): {
|
|
3310
3358
|
[key: string]: string;
|
|
3311
3359
|
};
|
|
@@ -3345,11 +3393,11 @@ export declare class DescribeStorageResourceUsageResponseBody extends $tea.Model
|
|
|
3345
3393
|
});
|
|
3346
3394
|
}
|
|
3347
3395
|
export declare class DescribeStorageResourceUsageResponse extends $tea.Model {
|
|
3348
|
-
headers
|
|
3396
|
+
headers?: {
|
|
3349
3397
|
[key: string]: string;
|
|
3350
3398
|
};
|
|
3351
|
-
statusCode
|
|
3352
|
-
body
|
|
3399
|
+
statusCode?: number;
|
|
3400
|
+
body?: DescribeStorageResourceUsageResponseBody;
|
|
3353
3401
|
static names(): {
|
|
3354
3402
|
[key: string]: string;
|
|
3355
3403
|
};
|
|
@@ -3395,11 +3443,11 @@ export declare class DescribeTableAccessCountResponseBody extends $tea.Model {
|
|
|
3395
3443
|
});
|
|
3396
3444
|
}
|
|
3397
3445
|
export declare class DescribeTableAccessCountResponse extends $tea.Model {
|
|
3398
|
-
headers
|
|
3446
|
+
headers?: {
|
|
3399
3447
|
[key: string]: string;
|
|
3400
3448
|
};
|
|
3401
|
-
statusCode
|
|
3402
|
-
body
|
|
3449
|
+
statusCode?: number;
|
|
3450
|
+
body?: DescribeTableAccessCountResponseBody;
|
|
3403
3451
|
static names(): {
|
|
3404
3452
|
[key: string]: string;
|
|
3405
3453
|
};
|
|
@@ -3438,11 +3486,11 @@ export declare class DescribeTablesResponseBody extends $tea.Model {
|
|
|
3438
3486
|
});
|
|
3439
3487
|
}
|
|
3440
3488
|
export declare class DescribeTablesResponse extends $tea.Model {
|
|
3441
|
-
headers
|
|
3489
|
+
headers?: {
|
|
3442
3490
|
[key: string]: string;
|
|
3443
3491
|
};
|
|
3444
|
-
statusCode
|
|
3445
|
-
body
|
|
3492
|
+
statusCode?: number;
|
|
3493
|
+
body?: DescribeTablesResponseBody;
|
|
3446
3494
|
static names(): {
|
|
3447
3495
|
[key: string]: string;
|
|
3448
3496
|
};
|
|
@@ -3483,11 +3531,11 @@ export declare class DescribeUserQuotaResponseBody extends $tea.Model {
|
|
|
3483
3531
|
});
|
|
3484
3532
|
}
|
|
3485
3533
|
export declare class DescribeUserQuotaResponse extends $tea.Model {
|
|
3486
|
-
headers
|
|
3534
|
+
headers?: {
|
|
3487
3535
|
[key: string]: string;
|
|
3488
3536
|
};
|
|
3489
|
-
statusCode
|
|
3490
|
-
body
|
|
3537
|
+
statusCode?: number;
|
|
3538
|
+
body?: DescribeUserQuotaResponseBody;
|
|
3491
3539
|
static names(): {
|
|
3492
3540
|
[key: string]: string;
|
|
3493
3541
|
};
|
|
@@ -3523,11 +3571,11 @@ export declare class DetachUserENIResponseBody extends $tea.Model {
|
|
|
3523
3571
|
});
|
|
3524
3572
|
}
|
|
3525
3573
|
export declare class DetachUserENIResponse extends $tea.Model {
|
|
3526
|
-
headers
|
|
3574
|
+
headers?: {
|
|
3527
3575
|
[key: string]: string;
|
|
3528
3576
|
};
|
|
3529
|
-
statusCode
|
|
3530
|
-
body
|
|
3577
|
+
statusCode?: number;
|
|
3578
|
+
body?: DetachUserENIResponseBody;
|
|
3531
3579
|
static names(): {
|
|
3532
3580
|
[key: string]: string;
|
|
3533
3581
|
};
|
|
@@ -3564,11 +3612,11 @@ export declare class DisableElasticPlanResponseBody extends $tea.Model {
|
|
|
3564
3612
|
});
|
|
3565
3613
|
}
|
|
3566
3614
|
export declare class DisableElasticPlanResponse extends $tea.Model {
|
|
3567
|
-
headers
|
|
3615
|
+
headers?: {
|
|
3568
3616
|
[key: string]: string;
|
|
3569
3617
|
};
|
|
3570
|
-
statusCode
|
|
3571
|
-
body
|
|
3618
|
+
statusCode?: number;
|
|
3619
|
+
body?: DisableElasticPlanResponseBody;
|
|
3572
3620
|
static names(): {
|
|
3573
3621
|
[key: string]: string;
|
|
3574
3622
|
};
|
|
@@ -3619,11 +3667,11 @@ export declare class DownloadDiagnosisRecordsResponseBody extends $tea.Model {
|
|
|
3619
3667
|
});
|
|
3620
3668
|
}
|
|
3621
3669
|
export declare class DownloadDiagnosisRecordsResponse extends $tea.Model {
|
|
3622
|
-
headers
|
|
3670
|
+
headers?: {
|
|
3623
3671
|
[key: string]: string;
|
|
3624
3672
|
};
|
|
3625
|
-
statusCode
|
|
3626
|
-
body
|
|
3673
|
+
statusCode?: number;
|
|
3674
|
+
body?: DownloadDiagnosisRecordsResponseBody;
|
|
3627
3675
|
static names(): {
|
|
3628
3676
|
[key: string]: string;
|
|
3629
3677
|
};
|
|
@@ -3660,11 +3708,11 @@ export declare class EnableElasticPlanResponseBody extends $tea.Model {
|
|
|
3660
3708
|
});
|
|
3661
3709
|
}
|
|
3662
3710
|
export declare class EnableElasticPlanResponse extends $tea.Model {
|
|
3663
|
-
headers
|
|
3711
|
+
headers?: {
|
|
3664
3712
|
[key: string]: string;
|
|
3665
3713
|
};
|
|
3666
|
-
statusCode
|
|
3667
|
-
body
|
|
3714
|
+
statusCode?: number;
|
|
3715
|
+
body?: EnableElasticPlanResponseBody;
|
|
3668
3716
|
static names(): {
|
|
3669
3717
|
[key: string]: string;
|
|
3670
3718
|
};
|
|
@@ -3702,11 +3750,11 @@ export declare class ExistRunningSQLEngineResponseBody extends $tea.Model {
|
|
|
3702
3750
|
});
|
|
3703
3751
|
}
|
|
3704
3752
|
export declare class ExistRunningSQLEngineResponse extends $tea.Model {
|
|
3705
|
-
headers
|
|
3753
|
+
headers?: {
|
|
3706
3754
|
[key: string]: string;
|
|
3707
3755
|
};
|
|
3708
|
-
statusCode
|
|
3709
|
-
body
|
|
3756
|
+
statusCode?: number;
|
|
3757
|
+
body?: ExistRunningSQLEngineResponseBody;
|
|
3710
3758
|
static names(): {
|
|
3711
3759
|
[key: string]: string;
|
|
3712
3760
|
};
|
|
@@ -3752,11 +3800,11 @@ export declare class GetDatabaseObjectsResponseBody extends $tea.Model {
|
|
|
3752
3800
|
});
|
|
3753
3801
|
}
|
|
3754
3802
|
export declare class GetDatabaseObjectsResponse extends $tea.Model {
|
|
3755
|
-
headers
|
|
3803
|
+
headers?: {
|
|
3756
3804
|
[key: string]: string;
|
|
3757
3805
|
};
|
|
3758
|
-
statusCode
|
|
3759
|
-
body
|
|
3806
|
+
statusCode?: number;
|
|
3807
|
+
body?: GetDatabaseObjectsResponseBody;
|
|
3760
3808
|
static names(): {
|
|
3761
3809
|
[key: string]: string;
|
|
3762
3810
|
};
|
|
@@ -3796,11 +3844,11 @@ export declare class GetSparkAppAttemptLogResponseBody extends $tea.Model {
|
|
|
3796
3844
|
});
|
|
3797
3845
|
}
|
|
3798
3846
|
export declare class GetSparkAppAttemptLogResponse extends $tea.Model {
|
|
3799
|
-
headers
|
|
3847
|
+
headers?: {
|
|
3800
3848
|
[key: string]: string;
|
|
3801
3849
|
};
|
|
3802
|
-
statusCode
|
|
3803
|
-
body
|
|
3850
|
+
statusCode?: number;
|
|
3851
|
+
body?: GetSparkAppAttemptLogResponseBody;
|
|
3804
3852
|
static names(): {
|
|
3805
3853
|
[key: string]: string;
|
|
3806
3854
|
};
|
|
@@ -3838,11 +3886,11 @@ export declare class GetSparkAppInfoResponseBody extends $tea.Model {
|
|
|
3838
3886
|
});
|
|
3839
3887
|
}
|
|
3840
3888
|
export declare class GetSparkAppInfoResponse extends $tea.Model {
|
|
3841
|
-
headers
|
|
3889
|
+
headers?: {
|
|
3842
3890
|
[key: string]: string;
|
|
3843
3891
|
};
|
|
3844
|
-
statusCode
|
|
3845
|
-
body
|
|
3892
|
+
statusCode?: number;
|
|
3893
|
+
body?: GetSparkAppInfoResponseBody;
|
|
3846
3894
|
static names(): {
|
|
3847
3895
|
[key: string]: string;
|
|
3848
3896
|
};
|
|
@@ -3883,11 +3931,11 @@ export declare class GetSparkAppLogResponseBody extends $tea.Model {
|
|
|
3883
3931
|
});
|
|
3884
3932
|
}
|
|
3885
3933
|
export declare class GetSparkAppLogResponse extends $tea.Model {
|
|
3886
|
-
headers
|
|
3934
|
+
headers?: {
|
|
3887
3935
|
[key: string]: string;
|
|
3888
3936
|
};
|
|
3889
|
-
statusCode
|
|
3890
|
-
body
|
|
3937
|
+
statusCode?: number;
|
|
3938
|
+
body?: GetSparkAppLogResponseBody;
|
|
3891
3939
|
static names(): {
|
|
3892
3940
|
[key: string]: string;
|
|
3893
3941
|
};
|
|
@@ -3925,11 +3973,11 @@ export declare class GetSparkAppMetricsResponseBody extends $tea.Model {
|
|
|
3925
3973
|
});
|
|
3926
3974
|
}
|
|
3927
3975
|
export declare class GetSparkAppMetricsResponse extends $tea.Model {
|
|
3928
|
-
headers
|
|
3976
|
+
headers?: {
|
|
3929
3977
|
[key: string]: string;
|
|
3930
3978
|
};
|
|
3931
|
-
statusCode
|
|
3932
|
-
body
|
|
3979
|
+
statusCode?: number;
|
|
3980
|
+
body?: GetSparkAppMetricsResponseBody;
|
|
3933
3981
|
static names(): {
|
|
3934
3982
|
[key: string]: string;
|
|
3935
3983
|
};
|
|
@@ -3967,11 +4015,11 @@ export declare class GetSparkAppStateResponseBody extends $tea.Model {
|
|
|
3967
4015
|
});
|
|
3968
4016
|
}
|
|
3969
4017
|
export declare class GetSparkAppStateResponse extends $tea.Model {
|
|
3970
|
-
headers
|
|
4018
|
+
headers?: {
|
|
3971
4019
|
[key: string]: string;
|
|
3972
4020
|
};
|
|
3973
|
-
statusCode
|
|
3974
|
-
body
|
|
4021
|
+
statusCode?: number;
|
|
4022
|
+
body?: GetSparkAppStateResponseBody;
|
|
3975
4023
|
static names(): {
|
|
3976
4024
|
[key: string]: string;
|
|
3977
4025
|
};
|
|
@@ -4009,11 +4057,11 @@ export declare class GetSparkAppWebUiAddressResponseBody extends $tea.Model {
|
|
|
4009
4057
|
});
|
|
4010
4058
|
}
|
|
4011
4059
|
export declare class GetSparkAppWebUiAddressResponse extends $tea.Model {
|
|
4012
|
-
headers
|
|
4060
|
+
headers?: {
|
|
4013
4061
|
[key: string]: string;
|
|
4014
4062
|
};
|
|
4015
|
-
statusCode
|
|
4016
|
-
body
|
|
4063
|
+
statusCode?: number;
|
|
4064
|
+
body?: GetSparkAppWebUiAddressResponseBody;
|
|
4017
4065
|
static names(): {
|
|
4018
4066
|
[key: string]: string;
|
|
4019
4067
|
};
|
|
@@ -4050,11 +4098,11 @@ export declare class GetSparkConfigLogPathResponseBody extends $tea.Model {
|
|
|
4050
4098
|
});
|
|
4051
4099
|
}
|
|
4052
4100
|
export declare class GetSparkConfigLogPathResponse extends $tea.Model {
|
|
4053
|
-
headers
|
|
4101
|
+
headers?: {
|
|
4054
4102
|
[key: string]: string;
|
|
4055
4103
|
};
|
|
4056
|
-
statusCode
|
|
4057
|
-
body
|
|
4104
|
+
statusCode?: number;
|
|
4105
|
+
body?: GetSparkConfigLogPathResponseBody;
|
|
4058
4106
|
static names(): {
|
|
4059
4107
|
[key: string]: string;
|
|
4060
4108
|
};
|
|
@@ -4091,11 +4139,11 @@ export declare class GetSparkDefinitionsResponseBody extends $tea.Model {
|
|
|
4091
4139
|
});
|
|
4092
4140
|
}
|
|
4093
4141
|
export declare class GetSparkDefinitionsResponse extends $tea.Model {
|
|
4094
|
-
headers
|
|
4142
|
+
headers?: {
|
|
4095
4143
|
[key: string]: string;
|
|
4096
4144
|
};
|
|
4097
|
-
statusCode
|
|
4098
|
-
body
|
|
4145
|
+
statusCode?: number;
|
|
4146
|
+
body?: GetSparkDefinitionsResponseBody;
|
|
4099
4147
|
static names(): {
|
|
4100
4148
|
[key: string]: string;
|
|
4101
4149
|
};
|
|
@@ -4132,11 +4180,11 @@ export declare class GetSparkLogAnalyzeTaskResponseBody extends $tea.Model {
|
|
|
4132
4180
|
});
|
|
4133
4181
|
}
|
|
4134
4182
|
export declare class GetSparkLogAnalyzeTaskResponse extends $tea.Model {
|
|
4135
|
-
headers
|
|
4183
|
+
headers?: {
|
|
4136
4184
|
[key: string]: string;
|
|
4137
4185
|
};
|
|
4138
|
-
statusCode
|
|
4139
|
-
body
|
|
4186
|
+
statusCode?: number;
|
|
4187
|
+
body?: GetSparkLogAnalyzeTaskResponseBody;
|
|
4140
4188
|
static names(): {
|
|
4141
4189
|
[key: string]: string;
|
|
4142
4190
|
};
|
|
@@ -4174,11 +4222,11 @@ export declare class GetSparkSQLEngineStateResponseBody extends $tea.Model {
|
|
|
4174
4222
|
});
|
|
4175
4223
|
}
|
|
4176
4224
|
export declare class GetSparkSQLEngineStateResponse extends $tea.Model {
|
|
4177
|
-
headers
|
|
4225
|
+
headers?: {
|
|
4178
4226
|
[key: string]: string;
|
|
4179
4227
|
};
|
|
4180
|
-
statusCode
|
|
4181
|
-
body
|
|
4228
|
+
statusCode?: number;
|
|
4229
|
+
body?: GetSparkSQLEngineStateResponseBody;
|
|
4182
4230
|
static names(): {
|
|
4183
4231
|
[key: string]: string;
|
|
4184
4232
|
};
|
|
@@ -4216,11 +4264,11 @@ export declare class GetSparkTemplateFileContentResponseBody extends $tea.Model
|
|
|
4216
4264
|
});
|
|
4217
4265
|
}
|
|
4218
4266
|
export declare class GetSparkTemplateFileContentResponse extends $tea.Model {
|
|
4219
|
-
headers
|
|
4267
|
+
headers?: {
|
|
4220
4268
|
[key: string]: string;
|
|
4221
4269
|
};
|
|
4222
|
-
statusCode
|
|
4223
|
-
body
|
|
4270
|
+
statusCode?: number;
|
|
4271
|
+
body?: GetSparkTemplateFileContentResponseBody;
|
|
4224
4272
|
static names(): {
|
|
4225
4273
|
[key: string]: string;
|
|
4226
4274
|
};
|
|
@@ -4257,11 +4305,11 @@ export declare class GetSparkTemplateFolderTreeResponseBody extends $tea.Model {
|
|
|
4257
4305
|
});
|
|
4258
4306
|
}
|
|
4259
4307
|
export declare class GetSparkTemplateFolderTreeResponse extends $tea.Model {
|
|
4260
|
-
headers
|
|
4308
|
+
headers?: {
|
|
4261
4309
|
[key: string]: string;
|
|
4262
4310
|
};
|
|
4263
|
-
statusCode
|
|
4264
|
-
body
|
|
4311
|
+
statusCode?: number;
|
|
4312
|
+
body?: GetSparkTemplateFolderTreeResponseBody;
|
|
4265
4313
|
static names(): {
|
|
4266
4314
|
[key: string]: string;
|
|
4267
4315
|
};
|
|
@@ -4298,11 +4346,11 @@ export declare class GetSparkTemplateFullTreeResponseBody extends $tea.Model {
|
|
|
4298
4346
|
});
|
|
4299
4347
|
}
|
|
4300
4348
|
export declare class GetSparkTemplateFullTreeResponse extends $tea.Model {
|
|
4301
|
-
headers
|
|
4349
|
+
headers?: {
|
|
4302
4350
|
[key: string]: string;
|
|
4303
4351
|
};
|
|
4304
|
-
statusCode
|
|
4305
|
-
body
|
|
4352
|
+
statusCode?: number;
|
|
4353
|
+
body?: GetSparkTemplateFullTreeResponseBody;
|
|
4306
4354
|
static names(): {
|
|
4307
4355
|
[key: string]: string;
|
|
4308
4356
|
};
|
|
@@ -4345,11 +4393,11 @@ export declare class GetTableResponseBody extends $tea.Model {
|
|
|
4345
4393
|
});
|
|
4346
4394
|
}
|
|
4347
4395
|
export declare class GetTableResponse extends $tea.Model {
|
|
4348
|
-
headers
|
|
4396
|
+
headers?: {
|
|
4349
4397
|
[key: string]: string;
|
|
4350
4398
|
};
|
|
4351
|
-
statusCode
|
|
4352
|
-
body
|
|
4399
|
+
statusCode?: number;
|
|
4400
|
+
body?: GetTableResponseBody;
|
|
4353
4401
|
static names(): {
|
|
4354
4402
|
[key: string]: string;
|
|
4355
4403
|
};
|
|
@@ -4395,11 +4443,11 @@ export declare class GetTableColumnsResponseBody extends $tea.Model {
|
|
|
4395
4443
|
});
|
|
4396
4444
|
}
|
|
4397
4445
|
export declare class GetTableColumnsResponse extends $tea.Model {
|
|
4398
|
-
headers
|
|
4446
|
+
headers?: {
|
|
4399
4447
|
[key: string]: string;
|
|
4400
4448
|
};
|
|
4401
|
-
statusCode
|
|
4402
|
-
body
|
|
4449
|
+
statusCode?: number;
|
|
4450
|
+
body?: GetTableColumnsResponseBody;
|
|
4403
4451
|
static names(): {
|
|
4404
4452
|
[key: string]: string;
|
|
4405
4453
|
};
|
|
@@ -4439,11 +4487,11 @@ export declare class GetTableDDLResponseBody extends $tea.Model {
|
|
|
4439
4487
|
});
|
|
4440
4488
|
}
|
|
4441
4489
|
export declare class GetTableDDLResponse extends $tea.Model {
|
|
4442
|
-
headers
|
|
4490
|
+
headers?: {
|
|
4443
4491
|
[key: string]: string;
|
|
4444
4492
|
};
|
|
4445
|
-
statusCode
|
|
4446
|
-
body
|
|
4493
|
+
statusCode?: number;
|
|
4494
|
+
body?: GetTableDDLResponseBody;
|
|
4447
4495
|
static names(): {
|
|
4448
4496
|
[key: string]: string;
|
|
4449
4497
|
};
|
|
@@ -4492,11 +4540,11 @@ export declare class GetTableObjectsResponseBody extends $tea.Model {
|
|
|
4492
4540
|
});
|
|
4493
4541
|
}
|
|
4494
4542
|
export declare class GetTableObjectsResponse extends $tea.Model {
|
|
4495
|
-
headers
|
|
4543
|
+
headers?: {
|
|
4496
4544
|
[key: string]: string;
|
|
4497
4545
|
};
|
|
4498
|
-
statusCode
|
|
4499
|
-
body
|
|
4546
|
+
statusCode?: number;
|
|
4547
|
+
body?: GetTableObjectsResponseBody;
|
|
4500
4548
|
static names(): {
|
|
4501
4549
|
[key: string]: string;
|
|
4502
4550
|
};
|
|
@@ -4536,11 +4584,11 @@ export declare class GetViewDDLResponseBody extends $tea.Model {
|
|
|
4536
4584
|
});
|
|
4537
4585
|
}
|
|
4538
4586
|
export declare class GetViewDDLResponse extends $tea.Model {
|
|
4539
|
-
headers
|
|
4587
|
+
headers?: {
|
|
4540
4588
|
[key: string]: string;
|
|
4541
4589
|
};
|
|
4542
|
-
statusCode
|
|
4543
|
-
body
|
|
4590
|
+
statusCode?: number;
|
|
4591
|
+
body?: GetViewDDLResponseBody;
|
|
4544
4592
|
static names(): {
|
|
4545
4593
|
[key: string]: string;
|
|
4546
4594
|
};
|
|
@@ -4588,11 +4636,11 @@ export declare class GetViewObjectsResponseBody extends $tea.Model {
|
|
|
4588
4636
|
});
|
|
4589
4637
|
}
|
|
4590
4638
|
export declare class GetViewObjectsResponse extends $tea.Model {
|
|
4591
|
-
headers
|
|
4639
|
+
headers?: {
|
|
4592
4640
|
[key: string]: string;
|
|
4593
4641
|
};
|
|
4594
|
-
statusCode
|
|
4595
|
-
body
|
|
4642
|
+
statusCode?: number;
|
|
4643
|
+
body?: GetViewObjectsResponseBody;
|
|
4596
4644
|
static names(): {
|
|
4597
4645
|
[key: string]: string;
|
|
4598
4646
|
};
|
|
@@ -4630,11 +4678,11 @@ export declare class KillSparkAppResponseBody extends $tea.Model {
|
|
|
4630
4678
|
});
|
|
4631
4679
|
}
|
|
4632
4680
|
export declare class KillSparkAppResponse extends $tea.Model {
|
|
4633
|
-
headers
|
|
4681
|
+
headers?: {
|
|
4634
4682
|
[key: string]: string;
|
|
4635
4683
|
};
|
|
4636
|
-
statusCode
|
|
4637
|
-
body
|
|
4684
|
+
statusCode?: number;
|
|
4685
|
+
body?: KillSparkAppResponseBody;
|
|
4638
4686
|
static names(): {
|
|
4639
4687
|
[key: string]: string;
|
|
4640
4688
|
};
|
|
@@ -4671,11 +4719,11 @@ export declare class KillSparkLogAnalyzeTaskResponseBody extends $tea.Model {
|
|
|
4671
4719
|
});
|
|
4672
4720
|
}
|
|
4673
4721
|
export declare class KillSparkLogAnalyzeTaskResponse extends $tea.Model {
|
|
4674
|
-
headers
|
|
4722
|
+
headers?: {
|
|
4675
4723
|
[key: string]: string;
|
|
4676
4724
|
};
|
|
4677
|
-
statusCode
|
|
4678
|
-
body
|
|
4725
|
+
statusCode?: number;
|
|
4726
|
+
body?: KillSparkLogAnalyzeTaskResponseBody;
|
|
4679
4727
|
static names(): {
|
|
4680
4728
|
[key: string]: string;
|
|
4681
4729
|
};
|
|
@@ -4713,11 +4761,11 @@ export declare class KillSparkSQLEngineResponseBody extends $tea.Model {
|
|
|
4713
4761
|
});
|
|
4714
4762
|
}
|
|
4715
4763
|
export declare class KillSparkSQLEngineResponse extends $tea.Model {
|
|
4716
|
-
headers
|
|
4764
|
+
headers?: {
|
|
4717
4765
|
[key: string]: string;
|
|
4718
4766
|
};
|
|
4719
|
-
statusCode
|
|
4720
|
-
body
|
|
4767
|
+
statusCode?: number;
|
|
4768
|
+
body?: KillSparkSQLEngineResponseBody;
|
|
4721
4769
|
static names(): {
|
|
4722
4770
|
[key: string]: string;
|
|
4723
4771
|
};
|
|
@@ -4757,11 +4805,11 @@ export declare class ListSparkAppAttemptsResponseBody extends $tea.Model {
|
|
|
4757
4805
|
});
|
|
4758
4806
|
}
|
|
4759
4807
|
export declare class ListSparkAppAttemptsResponse extends $tea.Model {
|
|
4760
|
-
headers
|
|
4808
|
+
headers?: {
|
|
4761
4809
|
[key: string]: string;
|
|
4762
4810
|
};
|
|
4763
|
-
statusCode
|
|
4764
|
-
body
|
|
4811
|
+
statusCode?: number;
|
|
4812
|
+
body?: ListSparkAppAttemptsResponseBody;
|
|
4765
4813
|
static names(): {
|
|
4766
4814
|
[key: string]: string;
|
|
4767
4815
|
};
|
|
@@ -4804,11 +4852,11 @@ export declare class ListSparkAppsResponseBody extends $tea.Model {
|
|
|
4804
4852
|
});
|
|
4805
4853
|
}
|
|
4806
4854
|
export declare class ListSparkAppsResponse extends $tea.Model {
|
|
4807
|
-
headers
|
|
4855
|
+
headers?: {
|
|
4808
4856
|
[key: string]: string;
|
|
4809
4857
|
};
|
|
4810
|
-
statusCode
|
|
4811
|
-
body
|
|
4858
|
+
statusCode?: number;
|
|
4859
|
+
body?: ListSparkAppsResponseBody;
|
|
4812
4860
|
static names(): {
|
|
4813
4861
|
[key: string]: string;
|
|
4814
4862
|
};
|
|
@@ -4847,11 +4895,11 @@ export declare class ListSparkLogAnalyzeTasksResponseBody extends $tea.Model {
|
|
|
4847
4895
|
});
|
|
4848
4896
|
}
|
|
4849
4897
|
export declare class ListSparkLogAnalyzeTasksResponse extends $tea.Model {
|
|
4850
|
-
headers
|
|
4898
|
+
headers?: {
|
|
4851
4899
|
[key: string]: string;
|
|
4852
4900
|
};
|
|
4853
|
-
statusCode
|
|
4854
|
-
body
|
|
4901
|
+
statusCode?: number;
|
|
4902
|
+
body?: ListSparkLogAnalyzeTasksResponseBody;
|
|
4855
4903
|
static names(): {
|
|
4856
4904
|
[key: string]: string;
|
|
4857
4905
|
};
|
|
@@ -4888,11 +4936,11 @@ export declare class ListSparkTemplateFileIdsResponseBody extends $tea.Model {
|
|
|
4888
4936
|
});
|
|
4889
4937
|
}
|
|
4890
4938
|
export declare class ListSparkTemplateFileIdsResponse extends $tea.Model {
|
|
4891
|
-
headers
|
|
4939
|
+
headers?: {
|
|
4892
4940
|
[key: string]: string;
|
|
4893
4941
|
};
|
|
4894
|
-
statusCode
|
|
4895
|
-
body
|
|
4942
|
+
statusCode?: number;
|
|
4943
|
+
body?: ListSparkTemplateFileIdsResponseBody;
|
|
4896
4944
|
static names(): {
|
|
4897
4945
|
[key: string]: string;
|
|
4898
4946
|
};
|
|
@@ -4929,11 +4977,11 @@ export declare class LoadSampleDataSetResponseBody extends $tea.Model {
|
|
|
4929
4977
|
});
|
|
4930
4978
|
}
|
|
4931
4979
|
export declare class LoadSampleDataSetResponse extends $tea.Model {
|
|
4932
|
-
headers
|
|
4980
|
+
headers?: {
|
|
4933
4981
|
[key: string]: string;
|
|
4934
4982
|
};
|
|
4935
|
-
statusCode
|
|
4936
|
-
body
|
|
4983
|
+
statusCode?: number;
|
|
4984
|
+
body?: LoadSampleDataSetResponseBody;
|
|
4937
4985
|
static names(): {
|
|
4938
4986
|
[key: string]: string;
|
|
4939
4987
|
};
|
|
@@ -4971,11 +5019,11 @@ export declare class ModifyAccountDescriptionResponseBody extends $tea.Model {
|
|
|
4971
5019
|
});
|
|
4972
5020
|
}
|
|
4973
5021
|
export declare class ModifyAccountDescriptionResponse extends $tea.Model {
|
|
4974
|
-
headers
|
|
5022
|
+
headers?: {
|
|
4975
5023
|
[key: string]: string;
|
|
4976
5024
|
};
|
|
4977
|
-
statusCode
|
|
4978
|
-
body
|
|
5025
|
+
statusCode?: number;
|
|
5026
|
+
body?: ModifyAccountDescriptionResponseBody;
|
|
4979
5027
|
static names(): {
|
|
4980
5028
|
[key: string]: string;
|
|
4981
5029
|
};
|
|
@@ -5029,11 +5077,11 @@ export declare class ModifyAccountPrivilegesResponseBody extends $tea.Model {
|
|
|
5029
5077
|
});
|
|
5030
5078
|
}
|
|
5031
5079
|
export declare class ModifyAccountPrivilegesResponse extends $tea.Model {
|
|
5032
|
-
headers
|
|
5080
|
+
headers?: {
|
|
5033
5081
|
[key: string]: string;
|
|
5034
5082
|
};
|
|
5035
|
-
statusCode
|
|
5036
|
-
body
|
|
5083
|
+
statusCode?: number;
|
|
5084
|
+
body?: ModifyAccountPrivilegesResponseBody;
|
|
5037
5085
|
static names(): {
|
|
5038
5086
|
[key: string]: string;
|
|
5039
5087
|
};
|
|
@@ -5076,11 +5124,11 @@ export declare class ModifyAuditLogConfigResponseBody extends $tea.Model {
|
|
|
5076
5124
|
});
|
|
5077
5125
|
}
|
|
5078
5126
|
export declare class ModifyAuditLogConfigResponse extends $tea.Model {
|
|
5079
|
-
headers
|
|
5127
|
+
headers?: {
|
|
5080
5128
|
[key: string]: string;
|
|
5081
5129
|
};
|
|
5082
|
-
statusCode
|
|
5083
|
-
body
|
|
5130
|
+
statusCode?: number;
|
|
5131
|
+
body?: ModifyAuditLogConfigResponseBody;
|
|
5084
5132
|
static names(): {
|
|
5085
5133
|
[key: string]: string;
|
|
5086
5134
|
};
|
|
@@ -5125,11 +5173,11 @@ export declare class ModifyBackupPolicyResponseBody extends $tea.Model {
|
|
|
5125
5173
|
});
|
|
5126
5174
|
}
|
|
5127
5175
|
export declare class ModifyBackupPolicyResponse extends $tea.Model {
|
|
5128
|
-
headers
|
|
5176
|
+
headers?: {
|
|
5129
5177
|
[key: string]: string;
|
|
5130
5178
|
};
|
|
5131
|
-
statusCode
|
|
5132
|
-
body
|
|
5179
|
+
statusCode?: number;
|
|
5180
|
+
body?: ModifyBackupPolicyResponseBody;
|
|
5133
5181
|
static names(): {
|
|
5134
5182
|
[key: string]: string;
|
|
5135
5183
|
};
|
|
@@ -5171,11 +5219,11 @@ export declare class ModifyClusterAccessWhiteListResponseBody extends $tea.Model
|
|
|
5171
5219
|
});
|
|
5172
5220
|
}
|
|
5173
5221
|
export declare class ModifyClusterAccessWhiteListResponse extends $tea.Model {
|
|
5174
|
-
headers
|
|
5222
|
+
headers?: {
|
|
5175
5223
|
[key: string]: string;
|
|
5176
5224
|
};
|
|
5177
|
-
statusCode
|
|
5178
|
-
body
|
|
5225
|
+
statusCode?: number;
|
|
5226
|
+
body?: ModifyClusterAccessWhiteListResponseBody;
|
|
5179
5227
|
static names(): {
|
|
5180
5228
|
[key: string]: string;
|
|
5181
5229
|
};
|
|
@@ -5214,11 +5262,11 @@ export declare class ModifyClusterConnectionStringResponseBody extends $tea.Mode
|
|
|
5214
5262
|
});
|
|
5215
5263
|
}
|
|
5216
5264
|
export declare class ModifyClusterConnectionStringResponse extends $tea.Model {
|
|
5217
|
-
headers
|
|
5265
|
+
headers?: {
|
|
5218
5266
|
[key: string]: string;
|
|
5219
5267
|
};
|
|
5220
|
-
statusCode
|
|
5221
|
-
body
|
|
5268
|
+
statusCode?: number;
|
|
5269
|
+
body?: ModifyClusterConnectionStringResponseBody;
|
|
5222
5270
|
static names(): {
|
|
5223
5271
|
[key: string]: string;
|
|
5224
5272
|
};
|
|
@@ -5263,11 +5311,11 @@ export declare class ModifyDBClusterResponseBody extends $tea.Model {
|
|
|
5263
5311
|
});
|
|
5264
5312
|
}
|
|
5265
5313
|
export declare class ModifyDBClusterResponse extends $tea.Model {
|
|
5266
|
-
headers
|
|
5314
|
+
headers?: {
|
|
5267
5315
|
[key: string]: string;
|
|
5268
5316
|
};
|
|
5269
|
-
statusCode
|
|
5270
|
-
body
|
|
5317
|
+
statusCode?: number;
|
|
5318
|
+
body?: ModifyDBClusterResponseBody;
|
|
5271
5319
|
static names(): {
|
|
5272
5320
|
[key: string]: string;
|
|
5273
5321
|
};
|
|
@@ -5304,11 +5352,11 @@ export declare class ModifyDBClusterDescriptionResponseBody extends $tea.Model {
|
|
|
5304
5352
|
});
|
|
5305
5353
|
}
|
|
5306
5354
|
export declare class ModifyDBClusterDescriptionResponse extends $tea.Model {
|
|
5307
|
-
headers
|
|
5355
|
+
headers?: {
|
|
5308
5356
|
[key: string]: string;
|
|
5309
5357
|
};
|
|
5310
|
-
statusCode
|
|
5311
|
-
body
|
|
5358
|
+
statusCode?: number;
|
|
5359
|
+
body?: ModifyDBClusterDescriptionResponseBody;
|
|
5312
5360
|
static names(): {
|
|
5313
5361
|
[key: string]: string;
|
|
5314
5362
|
};
|
|
@@ -5345,11 +5393,11 @@ export declare class ModifyDBClusterMaintainTimeResponseBody extends $tea.Model
|
|
|
5345
5393
|
});
|
|
5346
5394
|
}
|
|
5347
5395
|
export declare class ModifyDBClusterMaintainTimeResponse extends $tea.Model {
|
|
5348
|
-
headers
|
|
5396
|
+
headers?: {
|
|
5349
5397
|
[key: string]: string;
|
|
5350
5398
|
};
|
|
5351
|
-
statusCode
|
|
5352
|
-
body
|
|
5399
|
+
statusCode?: number;
|
|
5400
|
+
body?: ModifyDBClusterMaintainTimeResponseBody;
|
|
5353
5401
|
static names(): {
|
|
5354
5402
|
[key: string]: string;
|
|
5355
5403
|
};
|
|
@@ -5364,6 +5412,7 @@ export declare class ModifyDBResourceGroupRequest extends $tea.Model {
|
|
|
5364
5412
|
clusterMode?: string;
|
|
5365
5413
|
clusterSizeResource?: string;
|
|
5366
5414
|
DBClusterId?: string;
|
|
5415
|
+
enableSpot?: boolean;
|
|
5367
5416
|
groupName?: string;
|
|
5368
5417
|
groupType?: string;
|
|
5369
5418
|
maxClusterCount?: number;
|
|
@@ -5394,11 +5443,11 @@ export declare class ModifyDBResourceGroupResponseBody extends $tea.Model {
|
|
|
5394
5443
|
});
|
|
5395
5444
|
}
|
|
5396
5445
|
export declare class ModifyDBResourceGroupResponse extends $tea.Model {
|
|
5397
|
-
headers
|
|
5446
|
+
headers?: {
|
|
5398
5447
|
[key: string]: string;
|
|
5399
5448
|
};
|
|
5400
|
-
statusCode
|
|
5401
|
-
body
|
|
5449
|
+
statusCode?: number;
|
|
5450
|
+
body?: ModifyDBResourceGroupResponseBody;
|
|
5402
5451
|
static names(): {
|
|
5403
5452
|
[key: string]: string;
|
|
5404
5453
|
};
|
|
@@ -5439,11 +5488,11 @@ export declare class ModifyElasticPlanResponseBody extends $tea.Model {
|
|
|
5439
5488
|
});
|
|
5440
5489
|
}
|
|
5441
5490
|
export declare class ModifyElasticPlanResponse extends $tea.Model {
|
|
5442
|
-
headers
|
|
5491
|
+
headers?: {
|
|
5443
5492
|
[key: string]: string;
|
|
5444
5493
|
};
|
|
5445
|
-
statusCode
|
|
5446
|
-
body
|
|
5494
|
+
statusCode?: number;
|
|
5495
|
+
body?: ModifyElasticPlanResponseBody;
|
|
5447
5496
|
static names(): {
|
|
5448
5497
|
[key: string]: string;
|
|
5449
5498
|
};
|
|
@@ -5481,11 +5530,11 @@ export declare class PreloadSparkAppMetricsResponseBody extends $tea.Model {
|
|
|
5481
5530
|
});
|
|
5482
5531
|
}
|
|
5483
5532
|
export declare class PreloadSparkAppMetricsResponse extends $tea.Model {
|
|
5484
|
-
headers
|
|
5533
|
+
headers?: {
|
|
5485
5534
|
[key: string]: string;
|
|
5486
5535
|
};
|
|
5487
|
-
statusCode
|
|
5488
|
-
body
|
|
5536
|
+
statusCode?: number;
|
|
5537
|
+
body?: PreloadSparkAppMetricsResponseBody;
|
|
5489
5538
|
static names(): {
|
|
5490
5539
|
[key: string]: string;
|
|
5491
5540
|
};
|
|
@@ -5521,11 +5570,11 @@ export declare class ReleaseClusterPublicConnectionResponseBody extends $tea.Mod
|
|
|
5521
5570
|
});
|
|
5522
5571
|
}
|
|
5523
5572
|
export declare class ReleaseClusterPublicConnectionResponse extends $tea.Model {
|
|
5524
|
-
headers
|
|
5573
|
+
headers?: {
|
|
5525
5574
|
[key: string]: string;
|
|
5526
5575
|
};
|
|
5527
|
-
statusCode
|
|
5528
|
-
body
|
|
5576
|
+
statusCode?: number;
|
|
5577
|
+
body?: ReleaseClusterPublicConnectionResponseBody;
|
|
5529
5578
|
static names(): {
|
|
5530
5579
|
[key: string]: string;
|
|
5531
5580
|
};
|
|
@@ -5564,11 +5613,11 @@ export declare class RenameSparkTemplateFileResponseBody extends $tea.Model {
|
|
|
5564
5613
|
});
|
|
5565
5614
|
}
|
|
5566
5615
|
export declare class RenameSparkTemplateFileResponse extends $tea.Model {
|
|
5567
|
-
headers
|
|
5616
|
+
headers?: {
|
|
5568
5617
|
[key: string]: string;
|
|
5569
5618
|
};
|
|
5570
|
-
statusCode
|
|
5571
|
-
body
|
|
5619
|
+
statusCode?: number;
|
|
5620
|
+
body?: RenameSparkTemplateFileResponseBody;
|
|
5572
5621
|
static names(): {
|
|
5573
5622
|
[key: string]: string;
|
|
5574
5623
|
};
|
|
@@ -5607,11 +5656,11 @@ export declare class ResetAccountPasswordResponseBody extends $tea.Model {
|
|
|
5607
5656
|
});
|
|
5608
5657
|
}
|
|
5609
5658
|
export declare class ResetAccountPasswordResponse extends $tea.Model {
|
|
5610
|
-
headers
|
|
5659
|
+
headers?: {
|
|
5611
5660
|
[key: string]: string;
|
|
5612
5661
|
};
|
|
5613
|
-
statusCode
|
|
5614
|
-
body
|
|
5662
|
+
statusCode?: number;
|
|
5663
|
+
body?: ResetAccountPasswordResponseBody;
|
|
5615
5664
|
static names(): {
|
|
5616
5665
|
[key: string]: string;
|
|
5617
5666
|
};
|
|
@@ -5650,11 +5699,11 @@ export declare class SetSparkAppLogRootPathResponseBody extends $tea.Model {
|
|
|
5650
5699
|
});
|
|
5651
5700
|
}
|
|
5652
5701
|
export declare class SetSparkAppLogRootPathResponse extends $tea.Model {
|
|
5653
|
-
headers
|
|
5702
|
+
headers?: {
|
|
5654
5703
|
[key: string]: string;
|
|
5655
5704
|
};
|
|
5656
|
-
statusCode
|
|
5657
|
-
body
|
|
5705
|
+
statusCode?: number;
|
|
5706
|
+
body?: SetSparkAppLogRootPathResponseBody;
|
|
5658
5707
|
static names(): {
|
|
5659
5708
|
[key: string]: string;
|
|
5660
5709
|
};
|
|
@@ -5697,11 +5746,11 @@ export declare class StartSparkSQLEngineResponseBody extends $tea.Model {
|
|
|
5697
5746
|
});
|
|
5698
5747
|
}
|
|
5699
5748
|
export declare class StartSparkSQLEngineResponse extends $tea.Model {
|
|
5700
|
-
headers
|
|
5749
|
+
headers?: {
|
|
5701
5750
|
[key: string]: string;
|
|
5702
5751
|
};
|
|
5703
|
-
statusCode
|
|
5704
|
-
body
|
|
5752
|
+
statusCode?: number;
|
|
5753
|
+
body?: StartSparkSQLEngineResponseBody;
|
|
5705
5754
|
static names(): {
|
|
5706
5755
|
[key: string]: string;
|
|
5707
5756
|
};
|
|
@@ -5745,11 +5794,11 @@ export declare class SubmitSparkAppResponseBody extends $tea.Model {
|
|
|
5745
5794
|
});
|
|
5746
5795
|
}
|
|
5747
5796
|
export declare class SubmitSparkAppResponse extends $tea.Model {
|
|
5748
|
-
headers
|
|
5797
|
+
headers?: {
|
|
5749
5798
|
[key: string]: string;
|
|
5750
5799
|
};
|
|
5751
|
-
statusCode
|
|
5752
|
-
body
|
|
5800
|
+
statusCode?: number;
|
|
5801
|
+
body?: SubmitSparkAppResponseBody;
|
|
5753
5802
|
static names(): {
|
|
5754
5803
|
[key: string]: string;
|
|
5755
5804
|
};
|
|
@@ -5786,11 +5835,11 @@ export declare class SubmitSparkLogAnalyzeTaskResponseBody extends $tea.Model {
|
|
|
5786
5835
|
});
|
|
5787
5836
|
}
|
|
5788
5837
|
export declare class SubmitSparkLogAnalyzeTaskResponse extends $tea.Model {
|
|
5789
|
-
headers
|
|
5838
|
+
headers?: {
|
|
5790
5839
|
[key: string]: string;
|
|
5791
5840
|
};
|
|
5792
|
-
statusCode
|
|
5793
|
-
body
|
|
5841
|
+
statusCode?: number;
|
|
5842
|
+
body?: SubmitSparkLogAnalyzeTaskResponseBody;
|
|
5794
5843
|
static names(): {
|
|
5795
5844
|
[key: string]: string;
|
|
5796
5845
|
};
|
|
@@ -5827,11 +5876,11 @@ export declare class UnbindAccountResponseBody extends $tea.Model {
|
|
|
5827
5876
|
});
|
|
5828
5877
|
}
|
|
5829
5878
|
export declare class UnbindAccountResponse extends $tea.Model {
|
|
5830
|
-
headers
|
|
5879
|
+
headers?: {
|
|
5831
5880
|
[key: string]: string;
|
|
5832
5881
|
};
|
|
5833
|
-
statusCode
|
|
5834
|
-
body
|
|
5882
|
+
statusCode?: number;
|
|
5883
|
+
body?: UnbindAccountResponseBody;
|
|
5835
5884
|
static names(): {
|
|
5836
5885
|
[key: string]: string;
|
|
5837
5886
|
};
|
|
@@ -5869,11 +5918,11 @@ export declare class UnbindDBResourceGroupWithUserResponseBody extends $tea.Mode
|
|
|
5869
5918
|
});
|
|
5870
5919
|
}
|
|
5871
5920
|
export declare class UnbindDBResourceGroupWithUserResponse extends $tea.Model {
|
|
5872
|
-
headers
|
|
5921
|
+
headers?: {
|
|
5873
5922
|
[key: string]: string;
|
|
5874
5923
|
};
|
|
5875
|
-
statusCode
|
|
5876
|
-
body
|
|
5924
|
+
statusCode?: number;
|
|
5925
|
+
body?: UnbindDBResourceGroupWithUserResponseBody;
|
|
5877
5926
|
static names(): {
|
|
5878
5927
|
[key: string]: string;
|
|
5879
5928
|
};
|
|
@@ -5913,11 +5962,11 @@ export declare class UpdateSparkTemplateFileResponseBody extends $tea.Model {
|
|
|
5913
5962
|
});
|
|
5914
5963
|
}
|
|
5915
5964
|
export declare class UpdateSparkTemplateFileResponse extends $tea.Model {
|
|
5916
|
-
headers
|
|
5965
|
+
headers?: {
|
|
5917
5966
|
[key: string]: string;
|
|
5918
5967
|
};
|
|
5919
|
-
statusCode
|
|
5920
|
-
body
|
|
5968
|
+
statusCode?: number;
|
|
5969
|
+
body?: UpdateSparkTemplateFileResponseBody;
|
|
5921
5970
|
static names(): {
|
|
5922
5971
|
[key: string]: string;
|
|
5923
5972
|
};
|
|
@@ -6413,6 +6462,7 @@ export declare class DescribeClusterNetInfoResponseBodyItems extends $tea.Model
|
|
|
6413
6462
|
export declare class DescribeClusterResourceDetailResponseBodyDataResourceGroupList extends $tea.Model {
|
|
6414
6463
|
clusterMode?: string;
|
|
6415
6464
|
clusterSizeResource?: string;
|
|
6465
|
+
enableSpot?: boolean;
|
|
6416
6466
|
maxClusterCount?: number;
|
|
6417
6467
|
maxComputeResource?: string;
|
|
6418
6468
|
minClusterCount?: number;
|
|
@@ -6695,6 +6745,66 @@ export declare class DescribeDBClusterPerformanceResponseBodyPerformances extend
|
|
|
6695
6745
|
[key: string]: any;
|
|
6696
6746
|
});
|
|
6697
6747
|
}
|
|
6748
|
+
export declare class DescribeDBClusterSpaceSummaryResponseBodyDataColdData extends $tea.Model {
|
|
6749
|
+
dataSize?: number;
|
|
6750
|
+
indexSize?: number;
|
|
6751
|
+
otherSize?: number;
|
|
6752
|
+
primaryKeyIndexSize?: number;
|
|
6753
|
+
totalSize?: number;
|
|
6754
|
+
static names(): {
|
|
6755
|
+
[key: string]: string;
|
|
6756
|
+
};
|
|
6757
|
+
static types(): {
|
|
6758
|
+
[key: string]: any;
|
|
6759
|
+
};
|
|
6760
|
+
constructor(map?: {
|
|
6761
|
+
[key: string]: any;
|
|
6762
|
+
});
|
|
6763
|
+
}
|
|
6764
|
+
export declare class DescribeDBClusterSpaceSummaryResponseBodyDataDataGrowth extends $tea.Model {
|
|
6765
|
+
dayGrowth?: number;
|
|
6766
|
+
weekGrowth?: number;
|
|
6767
|
+
static names(): {
|
|
6768
|
+
[key: string]: string;
|
|
6769
|
+
};
|
|
6770
|
+
static types(): {
|
|
6771
|
+
[key: string]: any;
|
|
6772
|
+
};
|
|
6773
|
+
constructor(map?: {
|
|
6774
|
+
[key: string]: any;
|
|
6775
|
+
});
|
|
6776
|
+
}
|
|
6777
|
+
export declare class DescribeDBClusterSpaceSummaryResponseBodyDataHotData extends $tea.Model {
|
|
6778
|
+
dataSize?: number;
|
|
6779
|
+
indexSize?: number;
|
|
6780
|
+
otherSize?: number;
|
|
6781
|
+
primaryKeyIndexSize?: number;
|
|
6782
|
+
totalSize?: number;
|
|
6783
|
+
static names(): {
|
|
6784
|
+
[key: string]: string;
|
|
6785
|
+
};
|
|
6786
|
+
static types(): {
|
|
6787
|
+
[key: string]: any;
|
|
6788
|
+
};
|
|
6789
|
+
constructor(map?: {
|
|
6790
|
+
[key: string]: any;
|
|
6791
|
+
});
|
|
6792
|
+
}
|
|
6793
|
+
export declare class DescribeDBClusterSpaceSummaryResponseBodyData extends $tea.Model {
|
|
6794
|
+
coldData?: DescribeDBClusterSpaceSummaryResponseBodyDataColdData;
|
|
6795
|
+
dataGrowth?: DescribeDBClusterSpaceSummaryResponseBodyDataDataGrowth;
|
|
6796
|
+
hotData?: DescribeDBClusterSpaceSummaryResponseBodyDataHotData;
|
|
6797
|
+
totalSize?: string;
|
|
6798
|
+
static names(): {
|
|
6799
|
+
[key: string]: string;
|
|
6800
|
+
};
|
|
6801
|
+
static types(): {
|
|
6802
|
+
[key: string]: any;
|
|
6803
|
+
};
|
|
6804
|
+
constructor(map?: {
|
|
6805
|
+
[key: string]: any;
|
|
6806
|
+
});
|
|
6807
|
+
}
|
|
6698
6808
|
export declare class DescribeDBClustersRequestTag extends $tea.Model {
|
|
6699
6809
|
key?: string;
|
|
6700
6810
|
value?: string;
|
|
@@ -6787,6 +6897,7 @@ export declare class DescribeDBResourceGroupResponseBodyGroupsInfo extends $tea.
|
|
|
6787
6897
|
clusterSizeResource?: string;
|
|
6788
6898
|
createTime?: string;
|
|
6789
6899
|
elasticMinComputeResource?: string;
|
|
6900
|
+
enableSpot?: string;
|
|
6790
6901
|
groupName?: string;
|
|
6791
6902
|
groupType?: string;
|
|
6792
6903
|
groupUsers?: string;
|
|
@@ -7743,6 +7854,8 @@ export default class Client extends OpenApi {
|
|
|
7743
7854
|
describeDBClusterHealthStatus(request: DescribeDBClusterHealthStatusRequest): Promise<DescribeDBClusterHealthStatusResponse>;
|
|
7744
7855
|
describeDBClusterPerformanceWithOptions(request: DescribeDBClusterPerformanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterPerformanceResponse>;
|
|
7745
7856
|
describeDBClusterPerformance(request: DescribeDBClusterPerformanceRequest): Promise<DescribeDBClusterPerformanceResponse>;
|
|
7857
|
+
describeDBClusterSpaceSummaryWithOptions(request: DescribeDBClusterSpaceSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterSpaceSummaryResponse>;
|
|
7858
|
+
describeDBClusterSpaceSummary(request: DescribeDBClusterSpaceSummaryRequest): Promise<DescribeDBClusterSpaceSummaryResponse>;
|
|
7746
7859
|
describeDBClusterStatusWithOptions(request: DescribeDBClusterStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterStatusResponse>;
|
|
7747
7860
|
describeDBClusterStatus(request: DescribeDBClusterStatusRequest): Promise<DescribeDBClusterStatusResponse>;
|
|
7748
7861
|
describeDBClustersWithOptions(request: DescribeDBClustersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClustersResponse>;
|