@alicloud/adb20211201 1.4.4 → 1.4.6

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 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: number;
491
- body: AllocateClusterPublicConnectionResponseBody;
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: number;
531
- body: AttachUserENIResponseBody;
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: number;
573
- body: BindAccountResponseBody;
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: number;
615
- body: BindDBResourceGroupWithUserResponseBody;
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: number;
657
- body: CheckBindRamUserResponseBody;
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: number;
698
- body: CheckSampleDataSetResponseBody;
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: number;
742
- body: CreateAccountResponseBody;
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: number;
803
- body: CreateDBClusterResponseBody;
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: number;
852
- body: CreateDBResourceGroupResponseBody;
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: number;
901
- body: CreateElasticPlanResponseBody;
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: number;
946
- body: CreateOssSubDirectoryResponseBody;
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: number;
991
- body: CreateSparkTemplateResponseBody;
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: number;
1032
- body: DeleteAccountResponseBody;
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: number;
1073
- body: DeleteDBClusterResponseBody;
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: number;
1114
- body: DeleteDBResourceGroupResponseBody;
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: number;
1155
- body: DeleteElasticPlanResponseBody;
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: number;
1201
- body: DeleteProcessInstanceResponseBody;
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: number;
1243
- body: DeleteSparkTemplateResponseBody;
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: number;
1285
- body: DeleteSparkTemplateFileResponseBody;
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: number;
1329
- body: DescribeAccountAllPrivilegesResponseBody;
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: number;
1381
- body: DescribeAccountPrivilegeObjectsResponseBody;
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: number;
1433
- body: DescribeAccountPrivilegesResponseBody;
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: number;
1476
- body: DescribeAccountsResponseBody;
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: number;
1525
- body: DescribeAdbMySqlColumnsResponseBody;
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: number;
1569
- body: DescribeAdbMySqlSchemasResponseBody;
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: number;
1615
- body: DescribeAdbMySqlTablesResponseBody;
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: number;
1661
- body: DescribeAllDataSourceResponseBody;
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: number;
1720
- body: DescribeApsActionLogsResponseBody;
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: number;
1764
- body: DescribeApsResourceGroupsResponseBody;
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: number;
1827
- body: DescribeAuditLogRecordsResponseBody;
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: number;
1876
- body: DescribeBackupPolicyResponseBody;
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: number;
1929
- body: DescribeBackupsResponseBody;
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: number;
1971
- body: DescribeClusterAccessWhiteListResponseBody;
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: number;
2013
- body: DescribeClusterNetInfoResponseBody;
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: number;
2055
- body: DescribeClusterResourceDetailResponseBody;
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: number;
2099
- body: DescribeClusterResourceUsageResponseBody;
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: number;
2143
- body: DescribeColumnsResponseBody;
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: number;
2188
- body: DescribeComputeResourceUsageResponseBody;
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: number;
2229
- body: DescribeDBClusterAttributeResponseBody;
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: number;
2274
- body: DescribeDBClusterHealthStatusResponseBody;
2274
+ statusCode?: number;
2275
+ body?: DescribeDBClusterHealthStatusResponseBody;
2275
2276
  static names(): {
2276
2277
  [key: string]: string;
2277
2278
  };
@@ -2316,11 +2317,11 @@ 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: number;
2323
- body: DescribeDBClusterPerformanceResponseBody;
2323
+ statusCode?: number;
2324
+ body?: DescribeDBClusterPerformanceResponseBody;
2324
2325
  static names(): {
2325
2326
  [key: string]: string;
2326
2327
  };
@@ -2357,11 +2358,11 @@ export declare class DescribeDBClusterStatusResponseBody extends $tea.Model {
2357
2358
  });
2358
2359
  }
2359
2360
  export declare class DescribeDBClusterStatusResponse extends $tea.Model {
2360
- headers: {
2361
+ headers?: {
2361
2362
  [key: string]: string;
2362
2363
  };
2363
- statusCode: number;
2364
- body: DescribeDBClusterStatusResponseBody;
2364
+ statusCode?: number;
2365
+ body?: DescribeDBClusterStatusResponseBody;
2365
2366
  static names(): {
2366
2367
  [key: string]: string;
2367
2368
  };
@@ -2408,11 +2409,11 @@ export declare class DescribeDBClustersResponseBody extends $tea.Model {
2408
2409
  });
2409
2410
  }
2410
2411
  export declare class DescribeDBClustersResponse extends $tea.Model {
2411
- headers: {
2412
+ headers?: {
2412
2413
  [key: string]: string;
2413
2414
  };
2414
- statusCode: number;
2415
- body: DescribeDBClustersResponseBody;
2415
+ statusCode?: number;
2416
+ body?: DescribeDBClustersResponseBody;
2416
2417
  static names(): {
2417
2418
  [key: string]: string;
2418
2419
  };
@@ -2452,11 +2453,11 @@ export declare class DescribeDBResourceGroupResponseBody extends $tea.Model {
2452
2453
  });
2453
2454
  }
2454
2455
  export declare class DescribeDBResourceGroupResponse extends $tea.Model {
2455
- headers: {
2456
+ headers?: {
2456
2457
  [key: string]: string;
2457
2458
  };
2458
- statusCode: number;
2459
- body: DescribeDBResourceGroupResponseBody;
2459
+ statusCode?: number;
2460
+ body?: DescribeDBResourceGroupResponseBody;
2460
2461
  static names(): {
2461
2462
  [key: string]: string;
2462
2463
  };
@@ -2501,11 +2502,11 @@ export declare class DescribeDiagnosisDimensionsResponseBody extends $tea.Model
2501
2502
  });
2502
2503
  }
2503
2504
  export declare class DescribeDiagnosisDimensionsResponse extends $tea.Model {
2504
- headers: {
2505
+ headers?: {
2505
2506
  [key: string]: string;
2506
2507
  };
2507
- statusCode: number;
2508
- body: DescribeDiagnosisDimensionsResponseBody;
2508
+ statusCode?: number;
2509
+ body?: DescribeDiagnosisDimensionsResponseBody;
2509
2510
  static names(): {
2510
2511
  [key: string]: string;
2511
2512
  };
@@ -2563,11 +2564,11 @@ export declare class DescribeDiagnosisRecordsResponseBody extends $tea.Model {
2563
2564
  });
2564
2565
  }
2565
2566
  export declare class DescribeDiagnosisRecordsResponse extends $tea.Model {
2566
- headers: {
2567
+ headers?: {
2567
2568
  [key: string]: string;
2568
2569
  };
2569
- statusCode: number;
2570
- body: DescribeDiagnosisRecordsResponseBody;
2570
+ statusCode?: number;
2571
+ body?: DescribeDiagnosisRecordsResponseBody;
2571
2572
  static names(): {
2572
2573
  [key: string]: string;
2573
2574
  };
@@ -2611,11 +2612,11 @@ export declare class DescribeDiagnosisSQLInfoResponseBody extends $tea.Model {
2611
2612
  });
2612
2613
  }
2613
2614
  export declare class DescribeDiagnosisSQLInfoResponse extends $tea.Model {
2614
- headers: {
2615
+ headers?: {
2615
2616
  [key: string]: string;
2616
2617
  };
2617
- statusCode: number;
2618
- body: DescribeDiagnosisSQLInfoResponseBody;
2618
+ statusCode?: number;
2619
+ body?: DescribeDiagnosisSQLInfoResponseBody;
2619
2620
  static names(): {
2620
2621
  [key: string]: string;
2621
2622
  };
@@ -2654,11 +2655,11 @@ export declare class DescribeDownloadRecordsResponseBody extends $tea.Model {
2654
2655
  });
2655
2656
  }
2656
2657
  export declare class DescribeDownloadRecordsResponse extends $tea.Model {
2657
- headers: {
2658
+ headers?: {
2658
2659
  [key: string]: string;
2659
2660
  };
2660
- statusCode: number;
2661
- body: DescribeDownloadRecordsResponseBody;
2661
+ statusCode?: number;
2662
+ body?: DescribeDownloadRecordsResponseBody;
2662
2663
  static names(): {
2663
2664
  [key: string]: string;
2664
2665
  };
@@ -2696,11 +2697,11 @@ export declare class DescribeElasticPlanAttributeResponseBody extends $tea.Model
2696
2697
  });
2697
2698
  }
2698
2699
  export declare class DescribeElasticPlanAttributeResponse extends $tea.Model {
2699
- headers: {
2700
+ headers?: {
2700
2701
  [key: string]: string;
2701
2702
  };
2702
- statusCode: number;
2703
- body: DescribeElasticPlanAttributeResponseBody;
2703
+ statusCode?: number;
2704
+ body?: DescribeElasticPlanAttributeResponseBody;
2704
2705
  static names(): {
2705
2706
  [key: string]: string;
2706
2707
  };
@@ -2746,11 +2747,11 @@ export declare class DescribeElasticPlanJobsResponseBody extends $tea.Model {
2746
2747
  });
2747
2748
  }
2748
2749
  export declare class DescribeElasticPlanJobsResponse extends $tea.Model {
2749
- headers: {
2750
+ headers?: {
2750
2751
  [key: string]: string;
2751
2752
  };
2752
- statusCode: number;
2753
- body: DescribeElasticPlanJobsResponseBody;
2753
+ statusCode?: number;
2754
+ body?: DescribeElasticPlanJobsResponseBody;
2754
2755
  static names(): {
2755
2756
  [key: string]: string;
2756
2757
  };
@@ -2792,11 +2793,11 @@ export declare class DescribeElasticPlanSpecificationsResponseBody extends $tea.
2792
2793
  });
2793
2794
  }
2794
2795
  export declare class DescribeElasticPlanSpecificationsResponse extends $tea.Model {
2795
- headers: {
2796
+ headers?: {
2796
2797
  [key: string]: string;
2797
2798
  };
2798
- statusCode: number;
2799
- body: DescribeElasticPlanSpecificationsResponseBody;
2799
+ statusCode?: number;
2800
+ body?: DescribeElasticPlanSpecificationsResponseBody;
2800
2801
  static names(): {
2801
2802
  [key: string]: string;
2802
2803
  };
@@ -2842,11 +2843,11 @@ export declare class DescribeElasticPlansResponseBody extends $tea.Model {
2842
2843
  });
2843
2844
  }
2844
2845
  export declare class DescribeElasticPlansResponse extends $tea.Model {
2845
- headers: {
2846
+ headers?: {
2846
2847
  [key: string]: string;
2847
2848
  };
2848
- statusCode: number;
2849
- body: DescribeElasticPlansResponseBody;
2849
+ statusCode?: number;
2850
+ body?: DescribeElasticPlansResponseBody;
2850
2851
  static names(): {
2851
2852
  [key: string]: string;
2852
2853
  };
@@ -2885,11 +2886,11 @@ export declare class DescribeEnabledPrivilegesResponseBody extends $tea.Model {
2885
2886
  });
2886
2887
  }
2887
2888
  export declare class DescribeEnabledPrivilegesResponse extends $tea.Model {
2888
- headers: {
2889
+ headers?: {
2889
2890
  [key: string]: string;
2890
2891
  };
2891
- statusCode: number;
2892
- body: DescribeEnabledPrivilegesResponseBody;
2892
+ statusCode?: number;
2893
+ body?: DescribeEnabledPrivilegesResponseBody;
2893
2894
  static names(): {
2894
2895
  [key: string]: string;
2895
2896
  };
@@ -2929,11 +2930,11 @@ export declare class DescribeJobResourceUsageResponseBody extends $tea.Model {
2929
2930
  });
2930
2931
  }
2931
2932
  export declare class DescribeJobResourceUsageResponse extends $tea.Model {
2932
- headers: {
2933
+ headers?: {
2933
2934
  [key: string]: string;
2934
2935
  };
2935
- statusCode: number;
2936
- body: DescribeJobResourceUsageResponseBody;
2936
+ statusCode?: number;
2937
+ body?: DescribeJobResourceUsageResponseBody;
2937
2938
  static names(): {
2938
2939
  [key: string]: string;
2939
2940
  };
@@ -2976,11 +2977,11 @@ export declare class DescribePatternPerformanceResponseBody extends $tea.Model {
2976
2977
  });
2977
2978
  }
2978
2979
  export declare class DescribePatternPerformanceResponse extends $tea.Model {
2979
- headers: {
2980
+ headers?: {
2980
2981
  [key: string]: string;
2981
2982
  };
2982
- statusCode: number;
2983
- body: DescribePatternPerformanceResponseBody;
2983
+ statusCode?: number;
2984
+ body?: DescribePatternPerformanceResponseBody;
2984
2985
  static names(): {
2985
2986
  [key: string]: string;
2986
2987
  };
@@ -3021,11 +3022,11 @@ export declare class DescribeRegionsResponseBody extends $tea.Model {
3021
3022
  });
3022
3023
  }
3023
3024
  export declare class DescribeRegionsResponse extends $tea.Model {
3024
- headers: {
3025
+ headers?: {
3025
3026
  [key: string]: string;
3026
3027
  };
3027
- statusCode: number;
3028
- body: DescribeRegionsResponseBody;
3028
+ statusCode?: number;
3029
+ body?: DescribeRegionsResponseBody;
3029
3030
  static names(): {
3030
3031
  [key: string]: string;
3031
3032
  };
@@ -3073,11 +3074,11 @@ export declare class DescribeSQLPatternsResponseBody extends $tea.Model {
3073
3074
  });
3074
3075
  }
3075
3076
  export declare class DescribeSQLPatternsResponse extends $tea.Model {
3076
- headers: {
3077
+ headers?: {
3077
3078
  [key: string]: string;
3078
3079
  };
3079
- statusCode: number;
3080
- body: DescribeSQLPatternsResponseBody;
3080
+ statusCode?: number;
3081
+ body?: DescribeSQLPatternsResponseBody;
3081
3082
  static names(): {
3082
3083
  [key: string]: string;
3083
3084
  };
@@ -3115,11 +3116,11 @@ export declare class DescribeSchemasResponseBody extends $tea.Model {
3115
3116
  });
3116
3117
  }
3117
3118
  export declare class DescribeSchemasResponse extends $tea.Model {
3118
- headers: {
3119
+ headers?: {
3119
3120
  [key: string]: string;
3120
3121
  };
3121
- statusCode: number;
3122
- body: DescribeSchemasResponseBody;
3122
+ statusCode?: number;
3123
+ body?: DescribeSchemasResponseBody;
3123
3124
  static names(): {
3124
3125
  [key: string]: string;
3125
3126
  };
@@ -3160,11 +3161,11 @@ export declare class DescribeSparkCodeLogResponseBody extends $tea.Model {
3160
3161
  });
3161
3162
  }
3162
3163
  export declare class DescribeSparkCodeLogResponse extends $tea.Model {
3163
- headers: {
3164
+ headers?: {
3164
3165
  [key: string]: string;
3165
3166
  };
3166
- statusCode: number;
3167
- body: DescribeSparkCodeLogResponseBody;
3167
+ statusCode?: number;
3168
+ body?: DescribeSparkCodeLogResponseBody;
3168
3169
  static names(): {
3169
3170
  [key: string]: string;
3170
3171
  };
@@ -3205,11 +3206,11 @@ export declare class DescribeSparkCodeOutputResponseBody extends $tea.Model {
3205
3206
  });
3206
3207
  }
3207
3208
  export declare class DescribeSparkCodeOutputResponse extends $tea.Model {
3208
- headers: {
3209
+ headers?: {
3209
3210
  [key: string]: string;
3210
3211
  };
3211
- statusCode: number;
3212
- body: DescribeSparkCodeOutputResponseBody;
3212
+ statusCode?: number;
3213
+ body?: DescribeSparkCodeOutputResponseBody;
3213
3214
  static names(): {
3214
3215
  [key: string]: string;
3215
3216
  };
@@ -3250,11 +3251,11 @@ export declare class DescribeSparkCodeWebUiResponseBody extends $tea.Model {
3250
3251
  });
3251
3252
  }
3252
3253
  export declare class DescribeSparkCodeWebUiResponse extends $tea.Model {
3253
- headers: {
3254
+ headers?: {
3254
3255
  [key: string]: string;
3255
3256
  };
3256
- statusCode: number;
3257
- body: DescribeSparkCodeWebUiResponseBody;
3257
+ statusCode?: number;
3258
+ body?: DescribeSparkCodeWebUiResponseBody;
3258
3259
  static names(): {
3259
3260
  [key: string]: string;
3260
3261
  };
@@ -3301,11 +3302,11 @@ export declare class DescribeSqlPatternResponseBody extends $tea.Model {
3301
3302
  });
3302
3303
  }
3303
3304
  export declare class DescribeSqlPatternResponse extends $tea.Model {
3304
- headers: {
3305
+ headers?: {
3305
3306
  [key: string]: string;
3306
3307
  };
3307
- statusCode: number;
3308
- body: DescribeSqlPatternResponseBody;
3308
+ statusCode?: number;
3309
+ body?: DescribeSqlPatternResponseBody;
3309
3310
  static names(): {
3310
3311
  [key: string]: string;
3311
3312
  };
@@ -3345,11 +3346,11 @@ export declare class DescribeStorageResourceUsageResponseBody extends $tea.Model
3345
3346
  });
3346
3347
  }
3347
3348
  export declare class DescribeStorageResourceUsageResponse extends $tea.Model {
3348
- headers: {
3349
+ headers?: {
3349
3350
  [key: string]: string;
3350
3351
  };
3351
- statusCode: number;
3352
- body: DescribeStorageResourceUsageResponseBody;
3352
+ statusCode?: number;
3353
+ body?: DescribeStorageResourceUsageResponseBody;
3353
3354
  static names(): {
3354
3355
  [key: string]: string;
3355
3356
  };
@@ -3395,11 +3396,11 @@ export declare class DescribeTableAccessCountResponseBody extends $tea.Model {
3395
3396
  });
3396
3397
  }
3397
3398
  export declare class DescribeTableAccessCountResponse extends $tea.Model {
3398
- headers: {
3399
+ headers?: {
3399
3400
  [key: string]: string;
3400
3401
  };
3401
- statusCode: number;
3402
- body: DescribeTableAccessCountResponseBody;
3402
+ statusCode?: number;
3403
+ body?: DescribeTableAccessCountResponseBody;
3403
3404
  static names(): {
3404
3405
  [key: string]: string;
3405
3406
  };
@@ -3438,11 +3439,11 @@ export declare class DescribeTablesResponseBody extends $tea.Model {
3438
3439
  });
3439
3440
  }
3440
3441
  export declare class DescribeTablesResponse extends $tea.Model {
3441
- headers: {
3442
+ headers?: {
3442
3443
  [key: string]: string;
3443
3444
  };
3444
- statusCode: number;
3445
- body: DescribeTablesResponseBody;
3445
+ statusCode?: number;
3446
+ body?: DescribeTablesResponseBody;
3446
3447
  static names(): {
3447
3448
  [key: string]: string;
3448
3449
  };
@@ -3483,11 +3484,11 @@ export declare class DescribeUserQuotaResponseBody extends $tea.Model {
3483
3484
  });
3484
3485
  }
3485
3486
  export declare class DescribeUserQuotaResponse extends $tea.Model {
3486
- headers: {
3487
+ headers?: {
3487
3488
  [key: string]: string;
3488
3489
  };
3489
- statusCode: number;
3490
- body: DescribeUserQuotaResponseBody;
3490
+ statusCode?: number;
3491
+ body?: DescribeUserQuotaResponseBody;
3491
3492
  static names(): {
3492
3493
  [key: string]: string;
3493
3494
  };
@@ -3523,11 +3524,11 @@ export declare class DetachUserENIResponseBody extends $tea.Model {
3523
3524
  });
3524
3525
  }
3525
3526
  export declare class DetachUserENIResponse extends $tea.Model {
3526
- headers: {
3527
+ headers?: {
3527
3528
  [key: string]: string;
3528
3529
  };
3529
- statusCode: number;
3530
- body: DetachUserENIResponseBody;
3530
+ statusCode?: number;
3531
+ body?: DetachUserENIResponseBody;
3531
3532
  static names(): {
3532
3533
  [key: string]: string;
3533
3534
  };
@@ -3564,11 +3565,11 @@ export declare class DisableElasticPlanResponseBody extends $tea.Model {
3564
3565
  });
3565
3566
  }
3566
3567
  export declare class DisableElasticPlanResponse extends $tea.Model {
3567
- headers: {
3568
+ headers?: {
3568
3569
  [key: string]: string;
3569
3570
  };
3570
- statusCode: number;
3571
- body: DisableElasticPlanResponseBody;
3571
+ statusCode?: number;
3572
+ body?: DisableElasticPlanResponseBody;
3572
3573
  static names(): {
3573
3574
  [key: string]: string;
3574
3575
  };
@@ -3619,11 +3620,11 @@ export declare class DownloadDiagnosisRecordsResponseBody extends $tea.Model {
3619
3620
  });
3620
3621
  }
3621
3622
  export declare class DownloadDiagnosisRecordsResponse extends $tea.Model {
3622
- headers: {
3623
+ headers?: {
3623
3624
  [key: string]: string;
3624
3625
  };
3625
- statusCode: number;
3626
- body: DownloadDiagnosisRecordsResponseBody;
3626
+ statusCode?: number;
3627
+ body?: DownloadDiagnosisRecordsResponseBody;
3627
3628
  static names(): {
3628
3629
  [key: string]: string;
3629
3630
  };
@@ -3660,11 +3661,11 @@ export declare class EnableElasticPlanResponseBody extends $tea.Model {
3660
3661
  });
3661
3662
  }
3662
3663
  export declare class EnableElasticPlanResponse extends $tea.Model {
3663
- headers: {
3664
+ headers?: {
3664
3665
  [key: string]: string;
3665
3666
  };
3666
- statusCode: number;
3667
- body: EnableElasticPlanResponseBody;
3667
+ statusCode?: number;
3668
+ body?: EnableElasticPlanResponseBody;
3668
3669
  static names(): {
3669
3670
  [key: string]: string;
3670
3671
  };
@@ -3702,11 +3703,11 @@ export declare class ExistRunningSQLEngineResponseBody extends $tea.Model {
3702
3703
  });
3703
3704
  }
3704
3705
  export declare class ExistRunningSQLEngineResponse extends $tea.Model {
3705
- headers: {
3706
+ headers?: {
3706
3707
  [key: string]: string;
3707
3708
  };
3708
- statusCode: number;
3709
- body: ExistRunningSQLEngineResponseBody;
3709
+ statusCode?: number;
3710
+ body?: ExistRunningSQLEngineResponseBody;
3710
3711
  static names(): {
3711
3712
  [key: string]: string;
3712
3713
  };
@@ -3752,11 +3753,11 @@ export declare class GetDatabaseObjectsResponseBody extends $tea.Model {
3752
3753
  });
3753
3754
  }
3754
3755
  export declare class GetDatabaseObjectsResponse extends $tea.Model {
3755
- headers: {
3756
+ headers?: {
3756
3757
  [key: string]: string;
3757
3758
  };
3758
- statusCode: number;
3759
- body: GetDatabaseObjectsResponseBody;
3759
+ statusCode?: number;
3760
+ body?: GetDatabaseObjectsResponseBody;
3760
3761
  static names(): {
3761
3762
  [key: string]: string;
3762
3763
  };
@@ -3770,6 +3771,8 @@ export declare class GetDatabaseObjectsResponse extends $tea.Model {
3770
3771
  export declare class GetSparkAppAttemptLogRequest extends $tea.Model {
3771
3772
  attemptId?: string;
3772
3773
  logLength?: number;
3774
+ pageNumber?: number;
3775
+ pageSize?: string;
3773
3776
  static names(): {
3774
3777
  [key: string]: string;
3775
3778
  };
@@ -3794,11 +3797,11 @@ export declare class GetSparkAppAttemptLogResponseBody extends $tea.Model {
3794
3797
  });
3795
3798
  }
3796
3799
  export declare class GetSparkAppAttemptLogResponse extends $tea.Model {
3797
- headers: {
3800
+ headers?: {
3798
3801
  [key: string]: string;
3799
3802
  };
3800
- statusCode: number;
3801
- body: GetSparkAppAttemptLogResponseBody;
3803
+ statusCode?: number;
3804
+ body?: GetSparkAppAttemptLogResponseBody;
3802
3805
  static names(): {
3803
3806
  [key: string]: string;
3804
3807
  };
@@ -3836,11 +3839,11 @@ export declare class GetSparkAppInfoResponseBody extends $tea.Model {
3836
3839
  });
3837
3840
  }
3838
3841
  export declare class GetSparkAppInfoResponse extends $tea.Model {
3839
- headers: {
3842
+ headers?: {
3840
3843
  [key: string]: string;
3841
3844
  };
3842
- statusCode: number;
3843
- body: GetSparkAppInfoResponseBody;
3845
+ statusCode?: number;
3846
+ body?: GetSparkAppInfoResponseBody;
3844
3847
  static names(): {
3845
3848
  [key: string]: string;
3846
3849
  };
@@ -3855,6 +3858,8 @@ export declare class GetSparkAppLogRequest extends $tea.Model {
3855
3858
  appId?: string;
3856
3859
  DBClusterId?: string;
3857
3860
  logLength?: number;
3861
+ pageNumber?: number;
3862
+ pageSize?: number;
3858
3863
  static names(): {
3859
3864
  [key: string]: string;
3860
3865
  };
@@ -3879,11 +3884,11 @@ export declare class GetSparkAppLogResponseBody extends $tea.Model {
3879
3884
  });
3880
3885
  }
3881
3886
  export declare class GetSparkAppLogResponse extends $tea.Model {
3882
- headers: {
3887
+ headers?: {
3883
3888
  [key: string]: string;
3884
3889
  };
3885
- statusCode: number;
3886
- body: GetSparkAppLogResponseBody;
3890
+ statusCode?: number;
3891
+ body?: GetSparkAppLogResponseBody;
3887
3892
  static names(): {
3888
3893
  [key: string]: string;
3889
3894
  };
@@ -3921,11 +3926,11 @@ export declare class GetSparkAppMetricsResponseBody extends $tea.Model {
3921
3926
  });
3922
3927
  }
3923
3928
  export declare class GetSparkAppMetricsResponse extends $tea.Model {
3924
- headers: {
3929
+ headers?: {
3925
3930
  [key: string]: string;
3926
3931
  };
3927
- statusCode: number;
3928
- body: GetSparkAppMetricsResponseBody;
3932
+ statusCode?: number;
3933
+ body?: GetSparkAppMetricsResponseBody;
3929
3934
  static names(): {
3930
3935
  [key: string]: string;
3931
3936
  };
@@ -3963,11 +3968,11 @@ export declare class GetSparkAppStateResponseBody extends $tea.Model {
3963
3968
  });
3964
3969
  }
3965
3970
  export declare class GetSparkAppStateResponse extends $tea.Model {
3966
- headers: {
3971
+ headers?: {
3967
3972
  [key: string]: string;
3968
3973
  };
3969
- statusCode: number;
3970
- body: GetSparkAppStateResponseBody;
3974
+ statusCode?: number;
3975
+ body?: GetSparkAppStateResponseBody;
3971
3976
  static names(): {
3972
3977
  [key: string]: string;
3973
3978
  };
@@ -4005,11 +4010,11 @@ export declare class GetSparkAppWebUiAddressResponseBody extends $tea.Model {
4005
4010
  });
4006
4011
  }
4007
4012
  export declare class GetSparkAppWebUiAddressResponse extends $tea.Model {
4008
- headers: {
4013
+ headers?: {
4009
4014
  [key: string]: string;
4010
4015
  };
4011
- statusCode: number;
4012
- body: GetSparkAppWebUiAddressResponseBody;
4016
+ statusCode?: number;
4017
+ body?: GetSparkAppWebUiAddressResponseBody;
4013
4018
  static names(): {
4014
4019
  [key: string]: string;
4015
4020
  };
@@ -4046,11 +4051,11 @@ export declare class GetSparkConfigLogPathResponseBody extends $tea.Model {
4046
4051
  });
4047
4052
  }
4048
4053
  export declare class GetSparkConfigLogPathResponse extends $tea.Model {
4049
- headers: {
4054
+ headers?: {
4050
4055
  [key: string]: string;
4051
4056
  };
4052
- statusCode: number;
4053
- body: GetSparkConfigLogPathResponseBody;
4057
+ statusCode?: number;
4058
+ body?: GetSparkConfigLogPathResponseBody;
4054
4059
  static names(): {
4055
4060
  [key: string]: string;
4056
4061
  };
@@ -4087,11 +4092,11 @@ export declare class GetSparkDefinitionsResponseBody extends $tea.Model {
4087
4092
  });
4088
4093
  }
4089
4094
  export declare class GetSparkDefinitionsResponse extends $tea.Model {
4090
- headers: {
4095
+ headers?: {
4091
4096
  [key: string]: string;
4092
4097
  };
4093
- statusCode: number;
4094
- body: GetSparkDefinitionsResponseBody;
4098
+ statusCode?: number;
4099
+ body?: GetSparkDefinitionsResponseBody;
4095
4100
  static names(): {
4096
4101
  [key: string]: string;
4097
4102
  };
@@ -4128,11 +4133,11 @@ export declare class GetSparkLogAnalyzeTaskResponseBody extends $tea.Model {
4128
4133
  });
4129
4134
  }
4130
4135
  export declare class GetSparkLogAnalyzeTaskResponse extends $tea.Model {
4131
- headers: {
4136
+ headers?: {
4132
4137
  [key: string]: string;
4133
4138
  };
4134
- statusCode: number;
4135
- body: GetSparkLogAnalyzeTaskResponseBody;
4139
+ statusCode?: number;
4140
+ body?: GetSparkLogAnalyzeTaskResponseBody;
4136
4141
  static names(): {
4137
4142
  [key: string]: string;
4138
4143
  };
@@ -4170,11 +4175,11 @@ export declare class GetSparkSQLEngineStateResponseBody extends $tea.Model {
4170
4175
  });
4171
4176
  }
4172
4177
  export declare class GetSparkSQLEngineStateResponse extends $tea.Model {
4173
- headers: {
4178
+ headers?: {
4174
4179
  [key: string]: string;
4175
4180
  };
4176
- statusCode: number;
4177
- body: GetSparkSQLEngineStateResponseBody;
4181
+ statusCode?: number;
4182
+ body?: GetSparkSQLEngineStateResponseBody;
4178
4183
  static names(): {
4179
4184
  [key: string]: string;
4180
4185
  };
@@ -4212,11 +4217,11 @@ export declare class GetSparkTemplateFileContentResponseBody extends $tea.Model
4212
4217
  });
4213
4218
  }
4214
4219
  export declare class GetSparkTemplateFileContentResponse extends $tea.Model {
4215
- headers: {
4220
+ headers?: {
4216
4221
  [key: string]: string;
4217
4222
  };
4218
- statusCode: number;
4219
- body: GetSparkTemplateFileContentResponseBody;
4223
+ statusCode?: number;
4224
+ body?: GetSparkTemplateFileContentResponseBody;
4220
4225
  static names(): {
4221
4226
  [key: string]: string;
4222
4227
  };
@@ -4253,11 +4258,11 @@ export declare class GetSparkTemplateFolderTreeResponseBody extends $tea.Model {
4253
4258
  });
4254
4259
  }
4255
4260
  export declare class GetSparkTemplateFolderTreeResponse extends $tea.Model {
4256
- headers: {
4261
+ headers?: {
4257
4262
  [key: string]: string;
4258
4263
  };
4259
- statusCode: number;
4260
- body: GetSparkTemplateFolderTreeResponseBody;
4264
+ statusCode?: number;
4265
+ body?: GetSparkTemplateFolderTreeResponseBody;
4261
4266
  static names(): {
4262
4267
  [key: string]: string;
4263
4268
  };
@@ -4294,11 +4299,11 @@ export declare class GetSparkTemplateFullTreeResponseBody extends $tea.Model {
4294
4299
  });
4295
4300
  }
4296
4301
  export declare class GetSparkTemplateFullTreeResponse extends $tea.Model {
4297
- headers: {
4302
+ headers?: {
4298
4303
  [key: string]: string;
4299
4304
  };
4300
- statusCode: number;
4301
- body: GetSparkTemplateFullTreeResponseBody;
4305
+ statusCode?: number;
4306
+ body?: GetSparkTemplateFullTreeResponseBody;
4302
4307
  static names(): {
4303
4308
  [key: string]: string;
4304
4309
  };
@@ -4341,11 +4346,11 @@ export declare class GetTableResponseBody extends $tea.Model {
4341
4346
  });
4342
4347
  }
4343
4348
  export declare class GetTableResponse extends $tea.Model {
4344
- headers: {
4349
+ headers?: {
4345
4350
  [key: string]: string;
4346
4351
  };
4347
- statusCode: number;
4348
- body: GetTableResponseBody;
4352
+ statusCode?: number;
4353
+ body?: GetTableResponseBody;
4349
4354
  static names(): {
4350
4355
  [key: string]: string;
4351
4356
  };
@@ -4391,11 +4396,11 @@ export declare class GetTableColumnsResponseBody extends $tea.Model {
4391
4396
  });
4392
4397
  }
4393
4398
  export declare class GetTableColumnsResponse extends $tea.Model {
4394
- headers: {
4399
+ headers?: {
4395
4400
  [key: string]: string;
4396
4401
  };
4397
- statusCode: number;
4398
- body: GetTableColumnsResponseBody;
4402
+ statusCode?: number;
4403
+ body?: GetTableColumnsResponseBody;
4399
4404
  static names(): {
4400
4405
  [key: string]: string;
4401
4406
  };
@@ -4435,11 +4440,11 @@ export declare class GetTableDDLResponseBody extends $tea.Model {
4435
4440
  });
4436
4441
  }
4437
4442
  export declare class GetTableDDLResponse extends $tea.Model {
4438
- headers: {
4443
+ headers?: {
4439
4444
  [key: string]: string;
4440
4445
  };
4441
- statusCode: number;
4442
- body: GetTableDDLResponseBody;
4446
+ statusCode?: number;
4447
+ body?: GetTableDDLResponseBody;
4443
4448
  static names(): {
4444
4449
  [key: string]: string;
4445
4450
  };
@@ -4488,11 +4493,11 @@ export declare class GetTableObjectsResponseBody extends $tea.Model {
4488
4493
  });
4489
4494
  }
4490
4495
  export declare class GetTableObjectsResponse extends $tea.Model {
4491
- headers: {
4496
+ headers?: {
4492
4497
  [key: string]: string;
4493
4498
  };
4494
- statusCode: number;
4495
- body: GetTableObjectsResponseBody;
4499
+ statusCode?: number;
4500
+ body?: GetTableObjectsResponseBody;
4496
4501
  static names(): {
4497
4502
  [key: string]: string;
4498
4503
  };
@@ -4532,11 +4537,11 @@ export declare class GetViewDDLResponseBody extends $tea.Model {
4532
4537
  });
4533
4538
  }
4534
4539
  export declare class GetViewDDLResponse extends $tea.Model {
4535
- headers: {
4540
+ headers?: {
4536
4541
  [key: string]: string;
4537
4542
  };
4538
- statusCode: number;
4539
- body: GetViewDDLResponseBody;
4543
+ statusCode?: number;
4544
+ body?: GetViewDDLResponseBody;
4540
4545
  static names(): {
4541
4546
  [key: string]: string;
4542
4547
  };
@@ -4584,11 +4589,11 @@ export declare class GetViewObjectsResponseBody extends $tea.Model {
4584
4589
  });
4585
4590
  }
4586
4591
  export declare class GetViewObjectsResponse extends $tea.Model {
4587
- headers: {
4592
+ headers?: {
4588
4593
  [key: string]: string;
4589
4594
  };
4590
- statusCode: number;
4591
- body: GetViewObjectsResponseBody;
4595
+ statusCode?: number;
4596
+ body?: GetViewObjectsResponseBody;
4592
4597
  static names(): {
4593
4598
  [key: string]: string;
4594
4599
  };
@@ -4626,11 +4631,11 @@ export declare class KillSparkAppResponseBody extends $tea.Model {
4626
4631
  });
4627
4632
  }
4628
4633
  export declare class KillSparkAppResponse extends $tea.Model {
4629
- headers: {
4634
+ headers?: {
4630
4635
  [key: string]: string;
4631
4636
  };
4632
- statusCode: number;
4633
- body: KillSparkAppResponseBody;
4637
+ statusCode?: number;
4638
+ body?: KillSparkAppResponseBody;
4634
4639
  static names(): {
4635
4640
  [key: string]: string;
4636
4641
  };
@@ -4667,11 +4672,11 @@ export declare class KillSparkLogAnalyzeTaskResponseBody extends $tea.Model {
4667
4672
  });
4668
4673
  }
4669
4674
  export declare class KillSparkLogAnalyzeTaskResponse extends $tea.Model {
4670
- headers: {
4675
+ headers?: {
4671
4676
  [key: string]: string;
4672
4677
  };
4673
- statusCode: number;
4674
- body: KillSparkLogAnalyzeTaskResponseBody;
4678
+ statusCode?: number;
4679
+ body?: KillSparkLogAnalyzeTaskResponseBody;
4675
4680
  static names(): {
4676
4681
  [key: string]: string;
4677
4682
  };
@@ -4709,11 +4714,11 @@ export declare class KillSparkSQLEngineResponseBody extends $tea.Model {
4709
4714
  });
4710
4715
  }
4711
4716
  export declare class KillSparkSQLEngineResponse extends $tea.Model {
4712
- headers: {
4717
+ headers?: {
4713
4718
  [key: string]: string;
4714
4719
  };
4715
- statusCode: number;
4716
- body: KillSparkSQLEngineResponseBody;
4720
+ statusCode?: number;
4721
+ body?: KillSparkSQLEngineResponseBody;
4717
4722
  static names(): {
4718
4723
  [key: string]: string;
4719
4724
  };
@@ -4753,11 +4758,11 @@ export declare class ListSparkAppAttemptsResponseBody extends $tea.Model {
4753
4758
  });
4754
4759
  }
4755
4760
  export declare class ListSparkAppAttemptsResponse extends $tea.Model {
4756
- headers: {
4761
+ headers?: {
4757
4762
  [key: string]: string;
4758
4763
  };
4759
- statusCode: number;
4760
- body: ListSparkAppAttemptsResponseBody;
4764
+ statusCode?: number;
4765
+ body?: ListSparkAppAttemptsResponseBody;
4761
4766
  static names(): {
4762
4767
  [key: string]: string;
4763
4768
  };
@@ -4800,11 +4805,11 @@ export declare class ListSparkAppsResponseBody extends $tea.Model {
4800
4805
  });
4801
4806
  }
4802
4807
  export declare class ListSparkAppsResponse extends $tea.Model {
4803
- headers: {
4808
+ headers?: {
4804
4809
  [key: string]: string;
4805
4810
  };
4806
- statusCode: number;
4807
- body: ListSparkAppsResponseBody;
4811
+ statusCode?: number;
4812
+ body?: ListSparkAppsResponseBody;
4808
4813
  static names(): {
4809
4814
  [key: string]: string;
4810
4815
  };
@@ -4843,11 +4848,11 @@ export declare class ListSparkLogAnalyzeTasksResponseBody extends $tea.Model {
4843
4848
  });
4844
4849
  }
4845
4850
  export declare class ListSparkLogAnalyzeTasksResponse extends $tea.Model {
4846
- headers: {
4851
+ headers?: {
4847
4852
  [key: string]: string;
4848
4853
  };
4849
- statusCode: number;
4850
- body: ListSparkLogAnalyzeTasksResponseBody;
4854
+ statusCode?: number;
4855
+ body?: ListSparkLogAnalyzeTasksResponseBody;
4851
4856
  static names(): {
4852
4857
  [key: string]: string;
4853
4858
  };
@@ -4884,11 +4889,11 @@ export declare class ListSparkTemplateFileIdsResponseBody extends $tea.Model {
4884
4889
  });
4885
4890
  }
4886
4891
  export declare class ListSparkTemplateFileIdsResponse extends $tea.Model {
4887
- headers: {
4892
+ headers?: {
4888
4893
  [key: string]: string;
4889
4894
  };
4890
- statusCode: number;
4891
- body: ListSparkTemplateFileIdsResponseBody;
4895
+ statusCode?: number;
4896
+ body?: ListSparkTemplateFileIdsResponseBody;
4892
4897
  static names(): {
4893
4898
  [key: string]: string;
4894
4899
  };
@@ -4925,11 +4930,11 @@ export declare class LoadSampleDataSetResponseBody extends $tea.Model {
4925
4930
  });
4926
4931
  }
4927
4932
  export declare class LoadSampleDataSetResponse extends $tea.Model {
4928
- headers: {
4933
+ headers?: {
4929
4934
  [key: string]: string;
4930
4935
  };
4931
- statusCode: number;
4932
- body: LoadSampleDataSetResponseBody;
4936
+ statusCode?: number;
4937
+ body?: LoadSampleDataSetResponseBody;
4933
4938
  static names(): {
4934
4939
  [key: string]: string;
4935
4940
  };
@@ -4967,11 +4972,11 @@ export declare class ModifyAccountDescriptionResponseBody extends $tea.Model {
4967
4972
  });
4968
4973
  }
4969
4974
  export declare class ModifyAccountDescriptionResponse extends $tea.Model {
4970
- headers: {
4975
+ headers?: {
4971
4976
  [key: string]: string;
4972
4977
  };
4973
- statusCode: number;
4974
- body: ModifyAccountDescriptionResponseBody;
4978
+ statusCode?: number;
4979
+ body?: ModifyAccountDescriptionResponseBody;
4975
4980
  static names(): {
4976
4981
  [key: string]: string;
4977
4982
  };
@@ -5025,11 +5030,11 @@ export declare class ModifyAccountPrivilegesResponseBody extends $tea.Model {
5025
5030
  });
5026
5031
  }
5027
5032
  export declare class ModifyAccountPrivilegesResponse extends $tea.Model {
5028
- headers: {
5033
+ headers?: {
5029
5034
  [key: string]: string;
5030
5035
  };
5031
- statusCode: number;
5032
- body: ModifyAccountPrivilegesResponseBody;
5036
+ statusCode?: number;
5037
+ body?: ModifyAccountPrivilegesResponseBody;
5033
5038
  static names(): {
5034
5039
  [key: string]: string;
5035
5040
  };
@@ -5072,11 +5077,11 @@ export declare class ModifyAuditLogConfigResponseBody extends $tea.Model {
5072
5077
  });
5073
5078
  }
5074
5079
  export declare class ModifyAuditLogConfigResponse extends $tea.Model {
5075
- headers: {
5080
+ headers?: {
5076
5081
  [key: string]: string;
5077
5082
  };
5078
- statusCode: number;
5079
- body: ModifyAuditLogConfigResponseBody;
5083
+ statusCode?: number;
5084
+ body?: ModifyAuditLogConfigResponseBody;
5080
5085
  static names(): {
5081
5086
  [key: string]: string;
5082
5087
  };
@@ -5121,11 +5126,11 @@ export declare class ModifyBackupPolicyResponseBody extends $tea.Model {
5121
5126
  });
5122
5127
  }
5123
5128
  export declare class ModifyBackupPolicyResponse extends $tea.Model {
5124
- headers: {
5129
+ headers?: {
5125
5130
  [key: string]: string;
5126
5131
  };
5127
- statusCode: number;
5128
- body: ModifyBackupPolicyResponseBody;
5132
+ statusCode?: number;
5133
+ body?: ModifyBackupPolicyResponseBody;
5129
5134
  static names(): {
5130
5135
  [key: string]: string;
5131
5136
  };
@@ -5167,11 +5172,11 @@ export declare class ModifyClusterAccessWhiteListResponseBody extends $tea.Model
5167
5172
  });
5168
5173
  }
5169
5174
  export declare class ModifyClusterAccessWhiteListResponse extends $tea.Model {
5170
- headers: {
5175
+ headers?: {
5171
5176
  [key: string]: string;
5172
5177
  };
5173
- statusCode: number;
5174
- body: ModifyClusterAccessWhiteListResponseBody;
5178
+ statusCode?: number;
5179
+ body?: ModifyClusterAccessWhiteListResponseBody;
5175
5180
  static names(): {
5176
5181
  [key: string]: string;
5177
5182
  };
@@ -5210,11 +5215,11 @@ export declare class ModifyClusterConnectionStringResponseBody extends $tea.Mode
5210
5215
  });
5211
5216
  }
5212
5217
  export declare class ModifyClusterConnectionStringResponse extends $tea.Model {
5213
- headers: {
5218
+ headers?: {
5214
5219
  [key: string]: string;
5215
5220
  };
5216
- statusCode: number;
5217
- body: ModifyClusterConnectionStringResponseBody;
5221
+ statusCode?: number;
5222
+ body?: ModifyClusterConnectionStringResponseBody;
5218
5223
  static names(): {
5219
5224
  [key: string]: string;
5220
5225
  };
@@ -5259,11 +5264,11 @@ export declare class ModifyDBClusterResponseBody extends $tea.Model {
5259
5264
  });
5260
5265
  }
5261
5266
  export declare class ModifyDBClusterResponse extends $tea.Model {
5262
- headers: {
5267
+ headers?: {
5263
5268
  [key: string]: string;
5264
5269
  };
5265
- statusCode: number;
5266
- body: ModifyDBClusterResponseBody;
5270
+ statusCode?: number;
5271
+ body?: ModifyDBClusterResponseBody;
5267
5272
  static names(): {
5268
5273
  [key: string]: string;
5269
5274
  };
@@ -5300,11 +5305,11 @@ export declare class ModifyDBClusterDescriptionResponseBody extends $tea.Model {
5300
5305
  });
5301
5306
  }
5302
5307
  export declare class ModifyDBClusterDescriptionResponse extends $tea.Model {
5303
- headers: {
5308
+ headers?: {
5304
5309
  [key: string]: string;
5305
5310
  };
5306
- statusCode: number;
5307
- body: ModifyDBClusterDescriptionResponseBody;
5311
+ statusCode?: number;
5312
+ body?: ModifyDBClusterDescriptionResponseBody;
5308
5313
  static names(): {
5309
5314
  [key: string]: string;
5310
5315
  };
@@ -5341,11 +5346,11 @@ export declare class ModifyDBClusterMaintainTimeResponseBody extends $tea.Model
5341
5346
  });
5342
5347
  }
5343
5348
  export declare class ModifyDBClusterMaintainTimeResponse extends $tea.Model {
5344
- headers: {
5349
+ headers?: {
5345
5350
  [key: string]: string;
5346
5351
  };
5347
- statusCode: number;
5348
- body: ModifyDBClusterMaintainTimeResponseBody;
5352
+ statusCode?: number;
5353
+ body?: ModifyDBClusterMaintainTimeResponseBody;
5349
5354
  static names(): {
5350
5355
  [key: string]: string;
5351
5356
  };
@@ -5360,6 +5365,7 @@ export declare class ModifyDBResourceGroupRequest extends $tea.Model {
5360
5365
  clusterMode?: string;
5361
5366
  clusterSizeResource?: string;
5362
5367
  DBClusterId?: string;
5368
+ enableSpot?: boolean;
5363
5369
  groupName?: string;
5364
5370
  groupType?: string;
5365
5371
  maxClusterCount?: number;
@@ -5390,11 +5396,11 @@ export declare class ModifyDBResourceGroupResponseBody extends $tea.Model {
5390
5396
  });
5391
5397
  }
5392
5398
  export declare class ModifyDBResourceGroupResponse extends $tea.Model {
5393
- headers: {
5399
+ headers?: {
5394
5400
  [key: string]: string;
5395
5401
  };
5396
- statusCode: number;
5397
- body: ModifyDBResourceGroupResponseBody;
5402
+ statusCode?: number;
5403
+ body?: ModifyDBResourceGroupResponseBody;
5398
5404
  static names(): {
5399
5405
  [key: string]: string;
5400
5406
  };
@@ -5435,11 +5441,11 @@ export declare class ModifyElasticPlanResponseBody extends $tea.Model {
5435
5441
  });
5436
5442
  }
5437
5443
  export declare class ModifyElasticPlanResponse extends $tea.Model {
5438
- headers: {
5444
+ headers?: {
5439
5445
  [key: string]: string;
5440
5446
  };
5441
- statusCode: number;
5442
- body: ModifyElasticPlanResponseBody;
5447
+ statusCode?: number;
5448
+ body?: ModifyElasticPlanResponseBody;
5443
5449
  static names(): {
5444
5450
  [key: string]: string;
5445
5451
  };
@@ -5477,11 +5483,11 @@ export declare class PreloadSparkAppMetricsResponseBody extends $tea.Model {
5477
5483
  });
5478
5484
  }
5479
5485
  export declare class PreloadSparkAppMetricsResponse extends $tea.Model {
5480
- headers: {
5486
+ headers?: {
5481
5487
  [key: string]: string;
5482
5488
  };
5483
- statusCode: number;
5484
- body: PreloadSparkAppMetricsResponseBody;
5489
+ statusCode?: number;
5490
+ body?: PreloadSparkAppMetricsResponseBody;
5485
5491
  static names(): {
5486
5492
  [key: string]: string;
5487
5493
  };
@@ -5517,11 +5523,11 @@ export declare class ReleaseClusterPublicConnectionResponseBody extends $tea.Mod
5517
5523
  });
5518
5524
  }
5519
5525
  export declare class ReleaseClusterPublicConnectionResponse extends $tea.Model {
5520
- headers: {
5526
+ headers?: {
5521
5527
  [key: string]: string;
5522
5528
  };
5523
- statusCode: number;
5524
- body: ReleaseClusterPublicConnectionResponseBody;
5529
+ statusCode?: number;
5530
+ body?: ReleaseClusterPublicConnectionResponseBody;
5525
5531
  static names(): {
5526
5532
  [key: string]: string;
5527
5533
  };
@@ -5560,11 +5566,11 @@ export declare class RenameSparkTemplateFileResponseBody extends $tea.Model {
5560
5566
  });
5561
5567
  }
5562
5568
  export declare class RenameSparkTemplateFileResponse extends $tea.Model {
5563
- headers: {
5569
+ headers?: {
5564
5570
  [key: string]: string;
5565
5571
  };
5566
- statusCode: number;
5567
- body: RenameSparkTemplateFileResponseBody;
5572
+ statusCode?: number;
5573
+ body?: RenameSparkTemplateFileResponseBody;
5568
5574
  static names(): {
5569
5575
  [key: string]: string;
5570
5576
  };
@@ -5603,11 +5609,11 @@ export declare class ResetAccountPasswordResponseBody extends $tea.Model {
5603
5609
  });
5604
5610
  }
5605
5611
  export declare class ResetAccountPasswordResponse extends $tea.Model {
5606
- headers: {
5612
+ headers?: {
5607
5613
  [key: string]: string;
5608
5614
  };
5609
- statusCode: number;
5610
- body: ResetAccountPasswordResponseBody;
5615
+ statusCode?: number;
5616
+ body?: ResetAccountPasswordResponseBody;
5611
5617
  static names(): {
5612
5618
  [key: string]: string;
5613
5619
  };
@@ -5646,11 +5652,11 @@ export declare class SetSparkAppLogRootPathResponseBody extends $tea.Model {
5646
5652
  });
5647
5653
  }
5648
5654
  export declare class SetSparkAppLogRootPathResponse extends $tea.Model {
5649
- headers: {
5655
+ headers?: {
5650
5656
  [key: string]: string;
5651
5657
  };
5652
- statusCode: number;
5653
- body: SetSparkAppLogRootPathResponseBody;
5658
+ statusCode?: number;
5659
+ body?: SetSparkAppLogRootPathResponseBody;
5654
5660
  static names(): {
5655
5661
  [key: string]: string;
5656
5662
  };
@@ -5693,11 +5699,11 @@ export declare class StartSparkSQLEngineResponseBody extends $tea.Model {
5693
5699
  });
5694
5700
  }
5695
5701
  export declare class StartSparkSQLEngineResponse extends $tea.Model {
5696
- headers: {
5702
+ headers?: {
5697
5703
  [key: string]: string;
5698
5704
  };
5699
- statusCode: number;
5700
- body: StartSparkSQLEngineResponseBody;
5705
+ statusCode?: number;
5706
+ body?: StartSparkSQLEngineResponseBody;
5701
5707
  static names(): {
5702
5708
  [key: string]: string;
5703
5709
  };
@@ -5741,11 +5747,11 @@ export declare class SubmitSparkAppResponseBody extends $tea.Model {
5741
5747
  });
5742
5748
  }
5743
5749
  export declare class SubmitSparkAppResponse extends $tea.Model {
5744
- headers: {
5750
+ headers?: {
5745
5751
  [key: string]: string;
5746
5752
  };
5747
- statusCode: number;
5748
- body: SubmitSparkAppResponseBody;
5753
+ statusCode?: number;
5754
+ body?: SubmitSparkAppResponseBody;
5749
5755
  static names(): {
5750
5756
  [key: string]: string;
5751
5757
  };
@@ -5782,11 +5788,11 @@ export declare class SubmitSparkLogAnalyzeTaskResponseBody extends $tea.Model {
5782
5788
  });
5783
5789
  }
5784
5790
  export declare class SubmitSparkLogAnalyzeTaskResponse extends $tea.Model {
5785
- headers: {
5791
+ headers?: {
5786
5792
  [key: string]: string;
5787
5793
  };
5788
- statusCode: number;
5789
- body: SubmitSparkLogAnalyzeTaskResponseBody;
5794
+ statusCode?: number;
5795
+ body?: SubmitSparkLogAnalyzeTaskResponseBody;
5790
5796
  static names(): {
5791
5797
  [key: string]: string;
5792
5798
  };
@@ -5823,11 +5829,11 @@ export declare class UnbindAccountResponseBody extends $tea.Model {
5823
5829
  });
5824
5830
  }
5825
5831
  export declare class UnbindAccountResponse extends $tea.Model {
5826
- headers: {
5832
+ headers?: {
5827
5833
  [key: string]: string;
5828
5834
  };
5829
- statusCode: number;
5830
- body: UnbindAccountResponseBody;
5835
+ statusCode?: number;
5836
+ body?: UnbindAccountResponseBody;
5831
5837
  static names(): {
5832
5838
  [key: string]: string;
5833
5839
  };
@@ -5865,11 +5871,11 @@ export declare class UnbindDBResourceGroupWithUserResponseBody extends $tea.Mode
5865
5871
  });
5866
5872
  }
5867
5873
  export declare class UnbindDBResourceGroupWithUserResponse extends $tea.Model {
5868
- headers: {
5874
+ headers?: {
5869
5875
  [key: string]: string;
5870
5876
  };
5871
- statusCode: number;
5872
- body: UnbindDBResourceGroupWithUserResponseBody;
5877
+ statusCode?: number;
5878
+ body?: UnbindDBResourceGroupWithUserResponseBody;
5873
5879
  static names(): {
5874
5880
  [key: string]: string;
5875
5881
  };
@@ -5909,11 +5915,11 @@ export declare class UpdateSparkTemplateFileResponseBody extends $tea.Model {
5909
5915
  });
5910
5916
  }
5911
5917
  export declare class UpdateSparkTemplateFileResponse extends $tea.Model {
5912
- headers: {
5918
+ headers?: {
5913
5919
  [key: string]: string;
5914
5920
  };
5915
- statusCode: number;
5916
- body: UpdateSparkTemplateFileResponseBody;
5921
+ statusCode?: number;
5922
+ body?: UpdateSparkTemplateFileResponseBody;
5917
5923
  static names(): {
5918
5924
  [key: string]: string;
5919
5925
  };
@@ -6409,6 +6415,7 @@ export declare class DescribeClusterNetInfoResponseBodyItems extends $tea.Model
6409
6415
  export declare class DescribeClusterResourceDetailResponseBodyDataResourceGroupList extends $tea.Model {
6410
6416
  clusterMode?: string;
6411
6417
  clusterSizeResource?: string;
6418
+ enableSpot?: boolean;
6412
6419
  maxClusterCount?: number;
6413
6420
  maxComputeResource?: string;
6414
6421
  minClusterCount?: number;
@@ -6783,6 +6790,7 @@ export declare class DescribeDBResourceGroupResponseBodyGroupsInfo extends $tea.
6783
6790
  clusterSizeResource?: string;
6784
6791
  createTime?: string;
6785
6792
  elasticMinComputeResource?: string;
6793
+ enableSpot?: string;
6786
6794
  groupName?: string;
6787
6795
  groupType?: string;
6788
6796
  groupUsers?: string;
@@ -7254,6 +7262,7 @@ export declare class GetSparkAppAttemptLogResponseBodyData extends $tea.Model {
7254
7262
  appId?: string;
7255
7263
  DBClusterId?: string;
7256
7264
  logContent?: string;
7265
+ logSize?: number;
7257
7266
  message?: string;
7258
7267
  static names(): {
7259
7268
  [key: string]: string;
@@ -7268,6 +7277,7 @@ export declare class GetSparkAppAttemptLogResponseBodyData extends $tea.Model {
7268
7277
  export declare class GetSparkAppLogResponseBodyData extends $tea.Model {
7269
7278
  DBClusterId?: string;
7270
7279
  logContent?: string;
7280
+ logSize?: number;
7271
7281
  message?: string;
7272
7282
  static names(): {
7273
7283
  [key: string]: string;