@alicloud/adb20211201 3.0.0 → 3.2.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 CHANGED
@@ -1070,6 +1070,65 @@ export declare class BindDBResourceGroupWithUserResponse extends $tea.Model {
1070
1070
  [key: string]: any;
1071
1071
  });
1072
1072
  }
1073
+ export declare class CancelSparkReplStatementRequest extends $tea.Model {
1074
+ /**
1075
+ * @example
1076
+ * s202411071444hzdvk486d9d2001****
1077
+ */
1078
+ appId?: string;
1079
+ /**
1080
+ * @example
1081
+ * 456
1082
+ */
1083
+ sessionId?: number;
1084
+ /**
1085
+ * @example
1086
+ * 123
1087
+ */
1088
+ statementId?: number;
1089
+ static names(): {
1090
+ [key: string]: string;
1091
+ };
1092
+ static types(): {
1093
+ [key: string]: any;
1094
+ };
1095
+ constructor(map?: {
1096
+ [key: string]: any;
1097
+ });
1098
+ }
1099
+ export declare class CancelSparkReplStatementResponseBody extends $tea.Model {
1100
+ data?: CancelSparkReplStatementResponseBodyData;
1101
+ /**
1102
+ * @example
1103
+ * 1AD222E9-E606-4A42-BF6D-8A4442913CEF
1104
+ */
1105
+ requestId?: string;
1106
+ static names(): {
1107
+ [key: string]: string;
1108
+ };
1109
+ static types(): {
1110
+ [key: string]: any;
1111
+ };
1112
+ constructor(map?: {
1113
+ [key: string]: any;
1114
+ });
1115
+ }
1116
+ export declare class CancelSparkReplStatementResponse extends $tea.Model {
1117
+ headers?: {
1118
+ [key: string]: string;
1119
+ };
1120
+ statusCode?: number;
1121
+ body?: CancelSparkReplStatementResponseBody;
1122
+ static names(): {
1123
+ [key: string]: string;
1124
+ };
1125
+ static types(): {
1126
+ [key: string]: any;
1127
+ };
1128
+ constructor(map?: {
1129
+ [key: string]: any;
1130
+ });
1131
+ }
1073
1132
  export declare class CheckBindRamUserRequest extends $tea.Model {
1074
1133
  /**
1075
1134
  * @remarks
@@ -5436,6 +5495,8 @@ export declare class DescribeColumnsResponse extends $tea.Model {
5436
5495
  export declare class DescribeCompactionServiceSwitchRequest extends $tea.Model {
5437
5496
  /**
5438
5497
  * @remarks
5498
+ * The cluster ID.
5499
+ *
5439
5500
  * This parameter is required.
5440
5501
  *
5441
5502
  * @example
@@ -5453,8 +5514,15 @@ export declare class DescribeCompactionServiceSwitchRequest extends $tea.Model {
5453
5514
  });
5454
5515
  }
5455
5516
  export declare class DescribeCompactionServiceSwitchResponseBody extends $tea.Model {
5517
+ /**
5518
+ * @remarks
5519
+ * The returned data.
5520
+ */
5456
5521
  data?: DescribeCompactionServiceSwitchResponseBodyData;
5457
5522
  /**
5523
+ * @remarks
5524
+ * The request ID.
5525
+ *
5458
5526
  * @example
5459
5527
  * D761DA51-12F8-5457-AAA9-F52B9F436D2D
5460
5528
  */
@@ -8800,6 +8868,230 @@ export declare class DescribeSchemasResponse extends $tea.Model {
8800
8868
  [key: string]: any;
8801
8869
  });
8802
8870
  }
8871
+ export declare class DescribeSparkAppDiagnosisInfoRequest extends $tea.Model {
8872
+ /**
8873
+ * @remarks
8874
+ * This parameter is required.
8875
+ *
8876
+ * @example
8877
+ * s202411061017sh0ad564b000****
8878
+ */
8879
+ appId?: string;
8880
+ /**
8881
+ * @remarks
8882
+ * This parameter is required.
8883
+ *
8884
+ * @example
8885
+ * amv-uf663j39b0jd2***
8886
+ */
8887
+ DBClusterId?: string;
8888
+ /**
8889
+ * @remarks
8890
+ * This parameter is required.
8891
+ *
8892
+ * @example
8893
+ * PYTHON
8894
+ */
8895
+ language?: string;
8896
+ /**
8897
+ * @remarks
8898
+ * This parameter is required.
8899
+ *
8900
+ * @example
8901
+ * cn-hangzhou
8902
+ */
8903
+ regionId?: string;
8904
+ static names(): {
8905
+ [key: string]: string;
8906
+ };
8907
+ static types(): {
8908
+ [key: string]: any;
8909
+ };
8910
+ constructor(map?: {
8911
+ [key: string]: any;
8912
+ });
8913
+ }
8914
+ export declare class DescribeSparkAppDiagnosisInfoResponseBody extends $tea.Model {
8915
+ /**
8916
+ * @example
8917
+ * {
8918
+ * "PolicyType": "AccountLevelIdentityBasedPolicy",
8919
+ * "AuthPrincipalOwnerId": "1*****************7",
8920
+ * "EncodedDiagnosticMessage": "AQIBIAAAAOPdwKY2QLOvgMEc7SkkoJfj1kvZwsaRqNYMh10Tv0wTe0fCzaCdrvgazfNb0EnJKETgXyhR+3BIQjx9WAqZryejBsp1Bl4qI5En/D9dEhcXAtKCxCmE2kZCiEzpy8BoEUt+bs0DmlaGWO5xkEpttypLIB4rUhDvZd+zwPg4EXk4KSSWSWsurxtqDkKEMshKlQFBTKvJcKwyhk62IeYly4hQ+5IpXjkh1GQXuDRCQ==",
8921
+ * "AuthPrincipalType": "SubUser",
8922
+ * "AuthPrincipalDisplayName": "2***************9",
8923
+ * "NoPermissionType": "ImplicitDeny",
8924
+ * "AuthAction": "adb:DescribeExcessivePrimaryKeys"
8925
+ * }
8926
+ */
8927
+ accessDeniedDetail?: string;
8928
+ /**
8929
+ * @example
8930
+ * s202404141952sz6a1391200****
8931
+ */
8932
+ appId?: string;
8933
+ /**
8934
+ * @example
8935
+ * 100
8936
+ */
8937
+ cpuUtilization?: number;
8938
+ diagnosisInfoList?: Adb4MysqlSparkDiagnosisInfo[];
8939
+ /**
8940
+ * @example
8941
+ * 281063
8942
+ */
8943
+ durationInMillis?: number;
8944
+ /**
8945
+ * @example
8946
+ * 81055
8947
+ */
8948
+ JVMGcCostInMillis?: number;
8949
+ /**
8950
+ * @example
8951
+ * 4096000
8952
+ */
8953
+ peakMemoryInByte?: number;
8954
+ /**
8955
+ * @example
8956
+ * FB5AC339-91F6-5000-8E5A-F47065B01B87
8957
+ */
8958
+ requestId?: string;
8959
+ /**
8960
+ * @example
8961
+ * 4096000
8962
+ */
8963
+ shuffleReadInByte?: number;
8964
+ /**
8965
+ * @example
8966
+ * 4096000
8967
+ */
8968
+ shuffleWriteInByte?: number;
8969
+ /**
8970
+ * @example
8971
+ * 0
8972
+ */
8973
+ spillInByte?: number;
8974
+ /**
8975
+ * @example
8976
+ * 1718329831000
8977
+ */
8978
+ startedTime?: number;
8979
+ /**
8980
+ * @example
8981
+ * FINISHED
8982
+ */
8983
+ state?: string;
8984
+ static names(): {
8985
+ [key: string]: string;
8986
+ };
8987
+ static types(): {
8988
+ [key: string]: any;
8989
+ };
8990
+ constructor(map?: {
8991
+ [key: string]: any;
8992
+ });
8993
+ }
8994
+ export declare class DescribeSparkAppDiagnosisInfoResponse extends $tea.Model {
8995
+ headers?: {
8996
+ [key: string]: string;
8997
+ };
8998
+ statusCode?: number;
8999
+ body?: DescribeSparkAppDiagnosisInfoResponseBody;
9000
+ static names(): {
9001
+ [key: string]: string;
9002
+ };
9003
+ static types(): {
9004
+ [key: string]: any;
9005
+ };
9006
+ constructor(map?: {
9007
+ [key: string]: any;
9008
+ });
9009
+ }
9010
+ export declare class DescribeSparkAppTypeRequest extends $tea.Model {
9011
+ /**
9012
+ * @remarks
9013
+ * This parameter is required.
9014
+ *
9015
+ * @example
9016
+ * s202407161205sza4c07c1000****
9017
+ */
9018
+ appId?: string;
9019
+ /**
9020
+ * @remarks
9021
+ * This parameter is required.
9022
+ *
9023
+ * @example
9024
+ * am-wz9w49b12933****
9025
+ */
9026
+ DBClusterId?: string;
9027
+ /**
9028
+ * @remarks
9029
+ * This parameter is required.
9030
+ *
9031
+ * @example
9032
+ * cn-shenzhen
9033
+ */
9034
+ regionId?: string;
9035
+ static names(): {
9036
+ [key: string]: string;
9037
+ };
9038
+ static types(): {
9039
+ [key: string]: any;
9040
+ };
9041
+ constructor(map?: {
9042
+ [key: string]: any;
9043
+ });
9044
+ }
9045
+ export declare class DescribeSparkAppTypeResponseBody extends $tea.Model {
9046
+ /**
9047
+ * @example
9048
+ * {
9049
+ * "PolicyType": "AccountLevelIdentityBasedPolicy",
9050
+ * "AuthPrincipalOwnerId": "1*****************7",
9051
+ * "EncodedDiagnosticMessage": "AQIBIAAAAOPdwKY2QLOvgMEc7SkkoJfj1kvZwsaRqNYMh10Tv0wTe0fCzaCdrvgazfNb0EnJKETgXyhR+3BIQjx9WAqZryejBsp1Bl4qI5En/D9dEhcXAtKCxCmE2kZCiEzpy8BoEUt+bs0DmlaGWO5xkEpttypLIB4rUhDvZd+zwPg4EXk4KSSWSWsurxtqDkKEMshKlQFBTKvJcKwyhk62IeYly4hQ+5IpXjkh1GQXuDRCQ==",
9052
+ * "AuthPrincipalType": "SubUser",
9053
+ * "AuthPrincipalDisplayName": "2***************9",
9054
+ * "NoPermissionType": "ImplicitDeny",
9055
+ * "AuthAction": "adb:DescribeExcessivePrimaryKeys"
9056
+ * }
9057
+ */
9058
+ accessDeniedDetail?: string;
9059
+ /**
9060
+ * @example
9061
+ * 596AF63B-8798-501E-BA06-CD2184D48A35
9062
+ */
9063
+ requestId?: string;
9064
+ /**
9065
+ * @example
9066
+ * Batch
9067
+ */
9068
+ type?: string;
9069
+ static names(): {
9070
+ [key: string]: string;
9071
+ };
9072
+ static types(): {
9073
+ [key: string]: any;
9074
+ };
9075
+ constructor(map?: {
9076
+ [key: string]: any;
9077
+ });
9078
+ }
9079
+ export declare class DescribeSparkAppTypeResponse extends $tea.Model {
9080
+ headers?: {
9081
+ [key: string]: string;
9082
+ };
9083
+ statusCode?: number;
9084
+ body?: DescribeSparkAppTypeResponseBody;
9085
+ static names(): {
9086
+ [key: string]: string;
9087
+ };
9088
+ static types(): {
9089
+ [key: string]: any;
9090
+ };
9091
+ constructor(map?: {
9092
+ [key: string]: any;
9093
+ });
9094
+ }
8803
9095
  export declare class DescribeSparkCodeLogRequest extends $tea.Model {
8804
9096
  /**
8805
9097
  * @remarks
@@ -10137,6 +10429,79 @@ export declare class EnableElasticPlanResponse extends $tea.Model {
10137
10429
  [key: string]: any;
10138
10430
  });
10139
10431
  }
10432
+ export declare class ExecuteSparkReplStatementRequest extends $tea.Model {
10433
+ /**
10434
+ * @example
10435
+ * s202411071444hzdvk486d9d2001****
10436
+ */
10437
+ appId?: string;
10438
+ /**
10439
+ * @remarks
10440
+ * This parameter is required.
10441
+ *
10442
+ * @example
10443
+ * print(1+1)
10444
+ */
10445
+ code?: string;
10446
+ /**
10447
+ * @remarks
10448
+ * This parameter is required.
10449
+ *
10450
+ * @example
10451
+ * PYTHON
10452
+ */
10453
+ codeType?: string;
10454
+ /**
10455
+ * @remarks
10456
+ * This parameter is required.
10457
+ *
10458
+ * @example
10459
+ * 123
10460
+ */
10461
+ sessionId?: number;
10462
+ static names(): {
10463
+ [key: string]: string;
10464
+ };
10465
+ static types(): {
10466
+ [key: string]: any;
10467
+ };
10468
+ constructor(map?: {
10469
+ [key: string]: any;
10470
+ });
10471
+ }
10472
+ export declare class ExecuteSparkReplStatementResponseBody extends $tea.Model {
10473
+ data?: ExecuteSparkReplStatementResponseBodyData;
10474
+ /**
10475
+ * @example
10476
+ * 1AD222E9-E606-4A42-BF6D-8A4442913CEF
10477
+ */
10478
+ requestId?: string;
10479
+ static names(): {
10480
+ [key: string]: string;
10481
+ };
10482
+ static types(): {
10483
+ [key: string]: any;
10484
+ };
10485
+ constructor(map?: {
10486
+ [key: string]: any;
10487
+ });
10488
+ }
10489
+ export declare class ExecuteSparkReplStatementResponse extends $tea.Model {
10490
+ headers?: {
10491
+ [key: string]: string;
10492
+ };
10493
+ statusCode?: number;
10494
+ body?: ExecuteSparkReplStatementResponseBody;
10495
+ static names(): {
10496
+ [key: string]: string;
10497
+ };
10498
+ static types(): {
10499
+ [key: string]: any;
10500
+ };
10501
+ constructor(map?: {
10502
+ [key: string]: any;
10503
+ });
10504
+ }
10140
10505
  export declare class ExistRunningSQLEngineRequest extends $tea.Model {
10141
10506
  /**
10142
10507
  * @remarks
@@ -10994,6 +11359,122 @@ export declare class GetSparkLogAnalyzeTaskResponse extends $tea.Model {
10994
11359
  [key: string]: any;
10995
11360
  });
10996
11361
  }
11362
+ export declare class GetSparkReplSessionRequest extends $tea.Model {
11363
+ /**
11364
+ * @example
11365
+ * s202411071444hzdvk486d9d200****
11366
+ */
11367
+ appId?: string;
11368
+ /**
11369
+ * @remarks
11370
+ * This parameter is required.
11371
+ *
11372
+ * @example
11373
+ * 1
11374
+ */
11375
+ sessionId?: number;
11376
+ static names(): {
11377
+ [key: string]: string;
11378
+ };
11379
+ static types(): {
11380
+ [key: string]: any;
11381
+ };
11382
+ constructor(map?: {
11383
+ [key: string]: any;
11384
+ });
11385
+ }
11386
+ export declare class GetSparkReplSessionResponseBody extends $tea.Model {
11387
+ data?: GetSparkReplSessionResponseBodyData;
11388
+ /**
11389
+ * @example
11390
+ * 4CE6DF97-AEA4-484F-906F-C407EE3770EB
11391
+ */
11392
+ requestId?: string;
11393
+ static names(): {
11394
+ [key: string]: string;
11395
+ };
11396
+ static types(): {
11397
+ [key: string]: any;
11398
+ };
11399
+ constructor(map?: {
11400
+ [key: string]: any;
11401
+ });
11402
+ }
11403
+ export declare class GetSparkReplSessionResponse extends $tea.Model {
11404
+ headers?: {
11405
+ [key: string]: string;
11406
+ };
11407
+ statusCode?: number;
11408
+ body?: GetSparkReplSessionResponseBody;
11409
+ static names(): {
11410
+ [key: string]: string;
11411
+ };
11412
+ static types(): {
11413
+ [key: string]: any;
11414
+ };
11415
+ constructor(map?: {
11416
+ [key: string]: any;
11417
+ });
11418
+ }
11419
+ export declare class GetSparkReplStatementRequest extends $tea.Model {
11420
+ /**
11421
+ * @example
11422
+ * s202411071444hzdvk486d9d200****
11423
+ */
11424
+ appId?: string;
11425
+ /**
11426
+ * @example
11427
+ * 1
11428
+ */
11429
+ sessionId?: number;
11430
+ /**
11431
+ * @example
11432
+ * 123
11433
+ */
11434
+ statementId?: number;
11435
+ static names(): {
11436
+ [key: string]: string;
11437
+ };
11438
+ static types(): {
11439
+ [key: string]: any;
11440
+ };
11441
+ constructor(map?: {
11442
+ [key: string]: any;
11443
+ });
11444
+ }
11445
+ export declare class GetSparkReplStatementResponseBody extends $tea.Model {
11446
+ data?: GetSparkReplStatementResponseBodyData;
11447
+ /**
11448
+ * @example
11449
+ * 1AD222E9-E606-4A42-BF6D-8A4442913CEF
11450
+ */
11451
+ requestId?: string;
11452
+ static names(): {
11453
+ [key: string]: string;
11454
+ };
11455
+ static types(): {
11456
+ [key: string]: any;
11457
+ };
11458
+ constructor(map?: {
11459
+ [key: string]: any;
11460
+ });
11461
+ }
11462
+ export declare class GetSparkReplStatementResponse extends $tea.Model {
11463
+ headers?: {
11464
+ [key: string]: string;
11465
+ };
11466
+ statusCode?: number;
11467
+ body?: GetSparkReplStatementResponseBody;
11468
+ static names(): {
11469
+ [key: string]: string;
11470
+ };
11471
+ static types(): {
11472
+ [key: string]: any;
11473
+ };
11474
+ constructor(map?: {
11475
+ [key: string]: any;
11476
+ });
11477
+ }
10997
11478
  export declare class GetSparkSQLEngineStateRequest extends $tea.Model {
10998
11479
  /**
10999
11480
  * @remarks
@@ -13543,6 +14024,8 @@ export declare class ModifyClusterConnectionStringResponse extends $tea.Model {
13543
14024
  export declare class ModifyCompactionServiceSwitchRequest extends $tea.Model {
13544
14025
  /**
13545
14026
  * @remarks
14027
+ * The cluster ID.
14028
+ *
13546
14029
  * This parameter is required.
13547
14030
  *
13548
14031
  * @example
@@ -13551,6 +14034,13 @@ export declare class ModifyCompactionServiceSwitchRequest extends $tea.Model {
13551
14034
  DBClusterId?: string;
13552
14035
  /**
13553
14036
  * @remarks
14037
+ * Specifies whether to enable the remote build feature.
14038
+ *
14039
+ * Valid values:
14040
+ *
14041
+ * * true
14042
+ * * false
14043
+ *
13554
14044
  * This parameter is required.
13555
14045
  *
13556
14046
  * @example
@@ -13569,6 +14059,9 @@ export declare class ModifyCompactionServiceSwitchRequest extends $tea.Model {
13569
14059
  }
13570
14060
  export declare class ModifyCompactionServiceSwitchResponseBody extends $tea.Model {
13571
14061
  /**
14062
+ * @remarks
14063
+ * The request ID.
14064
+ *
13572
14065
  * @example
13573
14066
  * 21ABF219-10E0-571B-94B8-9C9AE5022BF8
13574
14067
  */
@@ -15120,6 +15613,74 @@ export declare class SetSparkAppLogRootPathResponse extends $tea.Model {
15120
15613
  [key: string]: any;
15121
15614
  });
15122
15615
  }
15616
+ export declare class StartSparkReplSessionRequest extends $tea.Model {
15617
+ /**
15618
+ * @remarks
15619
+ * This parameter is required.
15620
+ *
15621
+ * @example
15622
+ * { "spark.shuffle.timeout": ":0s" }
15623
+ */
15624
+ config?: string;
15625
+ /**
15626
+ * @remarks
15627
+ * This parameter is required.
15628
+ *
15629
+ * @example
15630
+ * amv-bp1mfe9qm****
15631
+ */
15632
+ DBClusterId?: string;
15633
+ /**
15634
+ * @remarks
15635
+ * This parameter is required.
15636
+ *
15637
+ * @example
15638
+ * test
15639
+ */
15640
+ resourceGroupName?: string;
15641
+ static names(): {
15642
+ [key: string]: string;
15643
+ };
15644
+ static types(): {
15645
+ [key: string]: any;
15646
+ };
15647
+ constructor(map?: {
15648
+ [key: string]: any;
15649
+ });
15650
+ }
15651
+ export declare class StartSparkReplSessionResponseBody extends $tea.Model {
15652
+ data?: StartSparkReplSessionResponseBodyData;
15653
+ /**
15654
+ * @example
15655
+ * C1797FEA-B7D6-5ED6-A24B-2C8C5F4D7361
15656
+ */
15657
+ requestId?: string;
15658
+ static names(): {
15659
+ [key: string]: string;
15660
+ };
15661
+ static types(): {
15662
+ [key: string]: any;
15663
+ };
15664
+ constructor(map?: {
15665
+ [key: string]: any;
15666
+ });
15667
+ }
15668
+ export declare class StartSparkReplSessionResponse extends $tea.Model {
15669
+ headers?: {
15670
+ [key: string]: string;
15671
+ };
15672
+ statusCode?: number;
15673
+ body?: StartSparkReplSessionResponseBody;
15674
+ static names(): {
15675
+ [key: string]: string;
15676
+ };
15677
+ static types(): {
15678
+ [key: string]: any;
15679
+ };
15680
+ constructor(map?: {
15681
+ [key: string]: any;
15682
+ });
15683
+ }
15123
15684
  export declare class StartSparkSQLEngineRequest extends $tea.Model {
15124
15685
  /**
15125
15686
  * @remarks
@@ -15711,6 +16272,68 @@ export declare class OperatorNodeStats extends $tea.Model {
15711
16272
  [key: string]: any;
15712
16273
  });
15713
16274
  }
16275
+ export declare class CancelSparkReplStatementResponseBodyData extends $tea.Model {
16276
+ /**
16277
+ * @example
16278
+ * 190063530332****
16279
+ */
16280
+ aliyunUid?: number;
16281
+ /**
16282
+ * @example
16283
+ * print(1+1)
16284
+ */
16285
+ code?: string;
16286
+ /**
16287
+ * @example
16288
+ * RUNNING
16289
+ */
16290
+ codeState?: string;
16291
+ /**
16292
+ * @example
16293
+ * PYTHON
16294
+ */
16295
+ codeType?: string;
16296
+ columns?: string[];
16297
+ /**
16298
+ * @example
16299
+ * 1730968056000
16300
+ */
16301
+ endTime?: number;
16302
+ /**
16303
+ * @example
16304
+ * StackOverflow Exception:
16305
+ */
16306
+ error?: string;
16307
+ /**
16308
+ * @example
16309
+ * {"text/plain": "2"}
16310
+ */
16311
+ output?: string;
16312
+ /**
16313
+ * @example
16314
+ * TEXT
16315
+ */
16316
+ outputType?: string;
16317
+ /**
16318
+ * @example
16319
+ * 1730968056000
16320
+ */
16321
+ startTime?: number;
16322
+ /**
16323
+ * @example
16324
+ * 123
16325
+ */
16326
+ statementId?: number;
16327
+ static names(): {
16328
+ [key: string]: string;
16329
+ };
16330
+ static types(): {
16331
+ [key: string]: any;
16332
+ };
16333
+ constructor(map?: {
16334
+ [key: string]: any;
16335
+ });
16336
+ }
15714
16337
  export declare class CreateDBClusterRequestTag extends $tea.Model {
15715
16338
  /**
15716
16339
  * @remarks
@@ -17343,6 +17966,14 @@ export declare class DescribeColumnsResponseBodyItems extends $tea.Model {
17343
17966
  }
17344
17967
  export declare class DescribeCompactionServiceSwitchResponseBodyData extends $tea.Model {
17345
17968
  /**
17969
+ * @remarks
17970
+ * Indicates whether the remote build feature is enabled.
17971
+ *
17972
+ * Valid values:
17973
+ *
17974
+ * * true
17975
+ * * false
17976
+ *
17346
17977
  * @example
17347
17978
  * true
17348
17979
  */
@@ -20977,6 +21608,68 @@ export declare class DescribeTablesResponseBodyItems extends $tea.Model {
20977
21608
  [key: string]: any;
20978
21609
  });
20979
21610
  }
21611
+ export declare class ExecuteSparkReplStatementResponseBodyData extends $tea.Model {
21612
+ /**
21613
+ * @example
21614
+ * 17108278707****
21615
+ */
21616
+ aliyunUid?: number;
21617
+ /**
21618
+ * @example
21619
+ * print(1+1)
21620
+ */
21621
+ code?: string;
21622
+ /**
21623
+ * @example
21624
+ * RUNNING
21625
+ */
21626
+ codeState?: string;
21627
+ /**
21628
+ * @example
21629
+ * PYTHON
21630
+ */
21631
+ codeType?: string;
21632
+ columns?: string[];
21633
+ /**
21634
+ * @example
21635
+ * 1730968125000
21636
+ */
21637
+ endTime?: number;
21638
+ /**
21639
+ * @example
21640
+ * StackOverflow Exception
21641
+ */
21642
+ error?: string;
21643
+ /**
21644
+ * @example
21645
+ * {"text/plain": 2}
21646
+ */
21647
+ output?: string;
21648
+ /**
21649
+ * @example
21650
+ * TEXT
21651
+ */
21652
+ outputType?: string;
21653
+ /**
21654
+ * @example
21655
+ * 1730968125000
21656
+ */
21657
+ startTime?: number;
21658
+ /**
21659
+ * @example
21660
+ * 123
21661
+ */
21662
+ statementId?: number;
21663
+ static names(): {
21664
+ [key: string]: string;
21665
+ };
21666
+ static types(): {
21667
+ [key: string]: any;
21668
+ };
21669
+ constructor(map?: {
21670
+ [key: string]: any;
21671
+ });
21672
+ }
20980
21673
  export declare class GetDatabaseObjectsResponseBodyData extends $tea.Model {
20981
21674
  /**
20982
21675
  * @remarks
@@ -21352,6 +22045,114 @@ export declare class GetSparkConfigLogPathResponseBodyData extends $tea.Model {
21352
22045
  [key: string]: any;
21353
22046
  });
21354
22047
  }
22048
+ export declare class GetSparkReplSessionResponseBodyData extends $tea.Model {
22049
+ /**
22050
+ * @example
22051
+ * true
22052
+ */
22053
+ active?: string;
22054
+ /**
22055
+ * @example
22056
+ * 178157466101****
22057
+ */
22058
+ aliyunUid?: string;
22059
+ /**
22060
+ * @example
22061
+ * s202301061000hz57d797b00002****
22062
+ */
22063
+ attemptId?: string;
22064
+ /**
22065
+ * @example
22066
+ * Session timed out
22067
+ */
22068
+ error?: string;
22069
+ /**
22070
+ * @example
22071
+ * 1
22072
+ */
22073
+ sessionId?: number;
22074
+ /**
22075
+ * @example
22076
+ * IDEL
22077
+ */
22078
+ state?: string;
22079
+ /**
22080
+ * @example
22081
+ * https://adbsparkui-cn-hangzhou.aliyuncs.com/?token=****
22082
+ */
22083
+ webUiAddress?: string;
22084
+ static names(): {
22085
+ [key: string]: string;
22086
+ };
22087
+ static types(): {
22088
+ [key: string]: any;
22089
+ };
22090
+ constructor(map?: {
22091
+ [key: string]: any;
22092
+ });
22093
+ }
22094
+ export declare class GetSparkReplStatementResponseBodyData extends $tea.Model {
22095
+ /**
22096
+ * @example
22097
+ * 144740799645****
22098
+ */
22099
+ aliyunUid?: number;
22100
+ /**
22101
+ * @example
22102
+ * print(1+1)
22103
+ */
22104
+ code?: string;
22105
+ /**
22106
+ * @example
22107
+ * RUNNING
22108
+ */
22109
+ codeState?: string;
22110
+ /**
22111
+ * @example
22112
+ * PYTHON
22113
+ */
22114
+ codeType?: string;
22115
+ columns?: string[];
22116
+ /**
22117
+ * @example
22118
+ * 1730968194000
22119
+ */
22120
+ endTime?: number;
22121
+ /**
22122
+ * @example
22123
+ * stackoverflow error
22124
+ */
22125
+ error?: string;
22126
+ /**
22127
+ * @example
22128
+ * {"text/plain": 2}
22129
+ */
22130
+ output?: string;
22131
+ /**
22132
+ * @example
22133
+ * TEXT
22134
+ */
22135
+ outputType?: string;
22136
+ /**
22137
+ * @example
22138
+ * 1730968194000
22139
+ */
22140
+ startTime?: number;
22141
+ /**
22142
+ * @example
22143
+ * 123
22144
+ */
22145
+ statementId?: number;
22146
+ static names(): {
22147
+ [key: string]: string;
22148
+ };
22149
+ static types(): {
22150
+ [key: string]: any;
22151
+ };
22152
+ constructor(map?: {
22153
+ [key: string]: any;
22154
+ });
22155
+ }
21355
22156
  export declare class GetSparkSQLEngineStateResponseBodyData extends $tea.Model {
21356
22157
  /**
21357
22158
  * @remarks
@@ -22275,6 +23076,47 @@ export declare class SetSparkAppLogRootPathResponseBodyData extends $tea.Model {
22275
23076
  [key: string]: any;
22276
23077
  });
22277
23078
  }
23079
+ export declare class StartSparkReplSessionResponseBodyData extends $tea.Model {
23080
+ /**
23081
+ * @example
23082
+ * 178157466******
23083
+ */
23084
+ aliyunUid?: string;
23085
+ /**
23086
+ * @example
23087
+ * s202301061000h****
23088
+ */
23089
+ attemptId?: string;
23090
+ /**
23091
+ * @example
23092
+ * session time out
23093
+ */
23094
+ error?: string;
23095
+ /**
23096
+ * @example
23097
+ * 1
23098
+ */
23099
+ sessionId?: number;
23100
+ /**
23101
+ * @example
23102
+ * IDLE
23103
+ */
23104
+ state?: string;
23105
+ /**
23106
+ * @example
23107
+ * https://adbsparkui-cn-hangzhou.aliyuncs.com/?token=****
23108
+ */
23109
+ webUiAddress?: string;
23110
+ static names(): {
23111
+ [key: string]: string;
23112
+ };
23113
+ static types(): {
23114
+ [key: string]: any;
23115
+ };
23116
+ constructor(map?: {
23117
+ [key: string]: any;
23118
+ });
23119
+ }
22278
23120
  export declare class StartSparkSQLEngineResponseBodyData extends $tea.Model {
22279
23121
  /**
22280
23122
  * @remarks
@@ -22481,6 +23323,21 @@ export default class Client extends OpenApi {
22481
23323
  * @returns BindDBResourceGroupWithUserResponse
22482
23324
  */
22483
23325
  bindDBResourceGroupWithUser(request: BindDBResourceGroupWithUserRequest): Promise<BindDBResourceGroupWithUserResponse>;
23326
+ /**
23327
+ * 终止一段代码
23328
+ *
23329
+ * @param request - CancelSparkReplStatementRequest
23330
+ * @param runtime - runtime options for this request RuntimeOptions
23331
+ * @returns CancelSparkReplStatementResponse
23332
+ */
23333
+ cancelSparkReplStatementWithOptions(request: CancelSparkReplStatementRequest, runtime: $Util.RuntimeOptions): Promise<CancelSparkReplStatementResponse>;
23334
+ /**
23335
+ * 终止一段代码
23336
+ *
23337
+ * @param request - CancelSparkReplStatementRequest
23338
+ * @returns CancelSparkReplStatementResponse
23339
+ */
23340
+ cancelSparkReplStatement(request: CancelSparkReplStatementRequest): Promise<CancelSparkReplStatementResponse>;
22484
23341
  /**
22485
23342
  * Queries whether a database account of an AnalyticDB for MySQL cluster is associated with a Resource Access Management (RAM) user.
22486
23343
  *
@@ -23244,7 +24101,7 @@ export default class Client extends OpenApi {
23244
24101
  */
23245
24102
  describeColumns(request: DescribeColumnsRequest): Promise<DescribeColumnsResponse>;
23246
24103
  /**
23247
- * 查询CompactionService开关
24104
+ * Queries whether the remote build feature is enabled in the query acceleration configuration of an AnalyticDB for MySQL cluster.
23248
24105
  *
23249
24106
  * @param request - DescribeCompactionServiceSwitchRequest
23250
24107
  * @param runtime - runtime options for this request RuntimeOptions
@@ -23252,7 +24109,7 @@ export default class Client extends OpenApi {
23252
24109
  */
23253
24110
  describeCompactionServiceSwitchWithOptions(request: DescribeCompactionServiceSwitchRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCompactionServiceSwitchResponse>;
23254
24111
  /**
23255
- * 查询CompactionService开关
24112
+ * Queries whether the remote build feature is enabled in the query acceleration configuration of an AnalyticDB for MySQL cluster.
23256
24113
  *
23257
24114
  * @param request - DescribeCompactionServiceSwitchRequest
23258
24115
  * @returns DescribeCompactionServiceSwitchResponse
@@ -23825,6 +24682,28 @@ export default class Client extends OpenApi {
23825
24682
  * @returns DescribeSchemasResponse
23826
24683
  */
23827
24684
  describeSchemas(request: DescribeSchemasRequest): Promise<DescribeSchemasResponse>;
24685
+ /**
24686
+ * @param request - DescribeSparkAppDiagnosisInfoRequest
24687
+ * @param runtime - runtime options for this request RuntimeOptions
24688
+ * @returns DescribeSparkAppDiagnosisInfoResponse
24689
+ */
24690
+ describeSparkAppDiagnosisInfoWithOptions(request: DescribeSparkAppDiagnosisInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSparkAppDiagnosisInfoResponse>;
24691
+ /**
24692
+ * @param request - DescribeSparkAppDiagnosisInfoRequest
24693
+ * @returns DescribeSparkAppDiagnosisInfoResponse
24694
+ */
24695
+ describeSparkAppDiagnosisInfo(request: DescribeSparkAppDiagnosisInfoRequest): Promise<DescribeSparkAppDiagnosisInfoResponse>;
24696
+ /**
24697
+ * @param request - DescribeSparkAppTypeRequest
24698
+ * @param runtime - runtime options for this request RuntimeOptions
24699
+ * @returns DescribeSparkAppTypeResponse
24700
+ */
24701
+ describeSparkAppTypeWithOptions(request: DescribeSparkAppTypeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSparkAppTypeResponse>;
24702
+ /**
24703
+ * @param request - DescribeSparkAppTypeRequest
24704
+ * @returns DescribeSparkAppTypeResponse
24705
+ */
24706
+ describeSparkAppType(request: DescribeSparkAppTypeRequest): Promise<DescribeSparkAppTypeResponse>;
23828
24707
  /**
23829
24708
  * Queries the execution logs of Spark code.
23830
24709
  *
@@ -24081,6 +24960,21 @@ export default class Client extends OpenApi {
24081
24960
  * @returns EnableElasticPlanResponse
24082
24961
  */
24083
24962
  enableElasticPlan(request: EnableElasticPlanRequest): Promise<EnableElasticPlanResponse>;
24963
+ /**
24964
+ * 执行一段代码
24965
+ *
24966
+ * @param request - ExecuteSparkReplStatementRequest
24967
+ * @param runtime - runtime options for this request RuntimeOptions
24968
+ * @returns ExecuteSparkReplStatementResponse
24969
+ */
24970
+ executeSparkReplStatementWithOptions(request: ExecuteSparkReplStatementRequest, runtime: $Util.RuntimeOptions): Promise<ExecuteSparkReplStatementResponse>;
24971
+ /**
24972
+ * 执行一段代码
24973
+ *
24974
+ * @param request - ExecuteSparkReplStatementRequest
24975
+ * @returns ExecuteSparkReplStatementResponse
24976
+ */
24977
+ executeSparkReplStatement(request: ExecuteSparkReplStatementRequest): Promise<ExecuteSparkReplStatementResponse>;
24084
24978
  /**
24085
24979
  * Queries whether a running SQL engine exists.
24086
24980
  *
@@ -24329,6 +25223,36 @@ export default class Client extends OpenApi {
24329
25223
  * @returns GetSparkLogAnalyzeTaskResponse
24330
25224
  */
24331
25225
  getSparkLogAnalyzeTask(request: GetSparkLogAnalyzeTaskRequest): Promise<GetSparkLogAnalyzeTaskResponse>;
25226
+ /**
25227
+ * 获取一个可交互Session
25228
+ *
25229
+ * @param request - GetSparkReplSessionRequest
25230
+ * @param runtime - runtime options for this request RuntimeOptions
25231
+ * @returns GetSparkReplSessionResponse
25232
+ */
25233
+ getSparkReplSessionWithOptions(request: GetSparkReplSessionRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkReplSessionResponse>;
25234
+ /**
25235
+ * 获取一个可交互Session
25236
+ *
25237
+ * @param request - GetSparkReplSessionRequest
25238
+ * @returns GetSparkReplSessionResponse
25239
+ */
25240
+ getSparkReplSession(request: GetSparkReplSessionRequest): Promise<GetSparkReplSessionResponse>;
25241
+ /**
25242
+ * 获取一段代码的执行结果
25243
+ *
25244
+ * @param request - GetSparkReplStatementRequest
25245
+ * @param runtime - runtime options for this request RuntimeOptions
25246
+ * @returns GetSparkReplStatementResponse
25247
+ */
25248
+ getSparkReplStatementWithOptions(request: GetSparkReplStatementRequest, runtime: $Util.RuntimeOptions): Promise<GetSparkReplStatementResponse>;
25249
+ /**
25250
+ * 获取一段代码的执行结果
25251
+ *
25252
+ * @param request - GetSparkReplStatementRequest
25253
+ * @returns GetSparkReplStatementResponse
25254
+ */
25255
+ getSparkReplStatement(request: GetSparkReplStatementRequest): Promise<GetSparkReplStatementResponse>;
24332
25256
  /**
24333
25257
  * Queries the state information about the Spark SQL engine.
24334
25258
  *
@@ -24886,7 +25810,7 @@ export default class Client extends OpenApi {
24886
25810
  */
24887
25811
  modifyClusterConnectionString(request: ModifyClusterConnectionStringRequest): Promise<ModifyClusterConnectionStringResponse>;
24888
25812
  /**
24889
- * 修改CompactionService开关
25813
+ * Modifies the status of the remote build feature in the query acceleration configuration of an AnalyticDB for MySQL cluster.
24890
25814
  *
24891
25815
  * @param request - ModifyCompactionServiceSwitchRequest
24892
25816
  * @param runtime - runtime options for this request RuntimeOptions
@@ -24894,7 +25818,7 @@ export default class Client extends OpenApi {
24894
25818
  */
24895
25819
  modifyCompactionServiceSwitchWithOptions(request: ModifyCompactionServiceSwitchRequest, runtime: $Util.RuntimeOptions): Promise<ModifyCompactionServiceSwitchResponse>;
24896
25820
  /**
24897
- * 修改CompactionService开关
25821
+ * Modifies the status of the remote build feature in the query acceleration configuration of an AnalyticDB for MySQL cluster.
24898
25822
  *
24899
25823
  * @param request - ModifyCompactionServiceSwitchRequest
24900
25824
  * @returns ModifyCompactionServiceSwitchResponse
@@ -25195,6 +26119,21 @@ export default class Client extends OpenApi {
25195
26119
  * @returns SetSparkAppLogRootPathResponse
25196
26120
  */
25197
26121
  setSparkAppLogRootPath(request: SetSparkAppLogRootPathRequest): Promise<SetSparkAppLogRootPathResponse>;
26122
+ /**
26123
+ * 启动一个可交互Session
26124
+ *
26125
+ * @param request - StartSparkReplSessionRequest
26126
+ * @param runtime - runtime options for this request RuntimeOptions
26127
+ * @returns StartSparkReplSessionResponse
26128
+ */
26129
+ startSparkReplSessionWithOptions(request: StartSparkReplSessionRequest, runtime: $Util.RuntimeOptions): Promise<StartSparkReplSessionResponse>;
26130
+ /**
26131
+ * 启动一个可交互Session
26132
+ *
26133
+ * @param request - StartSparkReplSessionRequest
26134
+ * @returns StartSparkReplSessionResponse
26135
+ */
26136
+ startSparkReplSession(request: StartSparkReplSessionRequest): Promise<StartSparkReplSessionResponse>;
25198
26137
  /**
25199
26138
  * Starts the Spark SQL engine.
25200
26139
  *