tencentcloud-sdk-nodejs-dlc 4.0.534 → 4.0.536
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/CHANGELOG.md +409 -0
- package/SERVICE_CHANGELOG.md +468 -251
- package/package.json +1 -1
- package/products.md +32 -32
- package/src/services/dlc/v20210125/dlc_client.ts +204 -52
- package/src/services/dlc/v20210125/dlc_models.ts +1109 -70
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +64 -16
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +94 -22
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +950 -72
|
@@ -77,13 +77,33 @@ export interface DescribeTaskResultResponse {
|
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
/**
|
|
80
|
-
*
|
|
80
|
+
* DescribeNotebookSessionStatement请求参数结构体
|
|
81
81
|
*/
|
|
82
|
-
export interface
|
|
82
|
+
export interface DescribeNotebookSessionStatementRequest {
|
|
83
83
|
/**
|
|
84
|
-
*
|
|
84
|
+
* Session唯一标识
|
|
85
85
|
*/
|
|
86
|
-
|
|
86
|
+
SessionId: string
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* Session Statement唯一标识
|
|
90
|
+
*/
|
|
91
|
+
StatementId: string
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* CancelNotebookSessionStatement请求参数结构体
|
|
96
|
+
*/
|
|
97
|
+
export interface CancelNotebookSessionStatementRequest {
|
|
98
|
+
/**
|
|
99
|
+
* Session唯一标识
|
|
100
|
+
*/
|
|
101
|
+
SessionId: string
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* Session Statement唯一标识
|
|
105
|
+
*/
|
|
106
|
+
StatementId: string
|
|
87
107
|
}
|
|
88
108
|
|
|
89
109
|
/**
|
|
@@ -294,6 +314,41 @@ export interface ModifyGovernEventRuleResponse {
|
|
|
294
314
|
RequestId?: string
|
|
295
315
|
}
|
|
296
316
|
|
|
317
|
+
/**
|
|
318
|
+
* DescribeNotebookSessions请求参数结构体
|
|
319
|
+
*/
|
|
320
|
+
export interface DescribeNotebookSessionsRequest {
|
|
321
|
+
/**
|
|
322
|
+
* DLC Spark作业引擎名称
|
|
323
|
+
*/
|
|
324
|
+
DataEngineName: string
|
|
325
|
+
|
|
326
|
+
/**
|
|
327
|
+
* Session状态,包含:not_started(未启动)、starting(已启动)、idle(等待输入)、busy(正在运行statement)、shutting_down(停止)、error(异常)、dead(已退出)、killed(被杀死)、success(正常停止)
|
|
328
|
+
*/
|
|
329
|
+
State?: Array<string>
|
|
330
|
+
|
|
331
|
+
/**
|
|
332
|
+
* 排序字段(默认按创建时间)
|
|
333
|
+
*/
|
|
334
|
+
SortFields?: Array<string>
|
|
335
|
+
|
|
336
|
+
/**
|
|
337
|
+
* 排序字段:true:升序、false:降序(默认)
|
|
338
|
+
*/
|
|
339
|
+
Asc?: boolean
|
|
340
|
+
|
|
341
|
+
/**
|
|
342
|
+
* 分页字段
|
|
343
|
+
*/
|
|
344
|
+
Limit?: number
|
|
345
|
+
|
|
346
|
+
/**
|
|
347
|
+
* 分页字段
|
|
348
|
+
*/
|
|
349
|
+
Offset?: number
|
|
350
|
+
}
|
|
351
|
+
|
|
297
352
|
/**
|
|
298
353
|
* CreateDMSDatabase返回参数结构体
|
|
299
354
|
*/
|
|
@@ -363,6 +418,16 @@ export interface DescribeDMSDatabaseResponse {
|
|
|
363
418
|
RequestId?: string
|
|
364
419
|
}
|
|
365
420
|
|
|
421
|
+
/**
|
|
422
|
+
* UnbindWorkGroupsFromUser返回参数结构体
|
|
423
|
+
*/
|
|
424
|
+
export interface UnbindWorkGroupsFromUserResponse {
|
|
425
|
+
/**
|
|
426
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
427
|
+
*/
|
|
428
|
+
RequestId?: string
|
|
429
|
+
}
|
|
430
|
+
|
|
366
431
|
/**
|
|
367
432
|
* DropDMSDatabase请求参数结构体
|
|
368
433
|
*/
|
|
@@ -735,26 +800,32 @@ export interface DetachUserPolicyRequest {
|
|
|
735
800
|
}
|
|
736
801
|
|
|
737
802
|
/**
|
|
738
|
-
*
|
|
803
|
+
* 定时启停策略信息
|
|
739
804
|
*/
|
|
740
|
-
export interface
|
|
805
|
+
export interface CrontabResumeSuspendStrategy {
|
|
741
806
|
/**
|
|
742
|
-
*
|
|
807
|
+
* 定时拉起时间:如:周一8点
|
|
743
808
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
744
809
|
*/
|
|
745
|
-
|
|
810
|
+
ResumeTime?: string
|
|
746
811
|
|
|
747
812
|
/**
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
813
|
+
* 定时挂起时间:如:周一20点
|
|
814
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
815
|
+
*/
|
|
816
|
+
SuspendTime?: string
|
|
751
817
|
|
|
752
818
|
/**
|
|
753
|
-
*
|
|
819
|
+
* 挂起配置:0(默认):等待任务结束后挂起、1:强制挂起
|
|
754
820
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
755
821
|
*/
|
|
756
|
-
|
|
822
|
+
SuspendStrategy?: number
|
|
823
|
+
}
|
|
757
824
|
|
|
825
|
+
/**
|
|
826
|
+
* AlterDMSTable返回参数结构体
|
|
827
|
+
*/
|
|
828
|
+
export interface AlterDMSTableResponse {
|
|
758
829
|
/**
|
|
759
830
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
760
831
|
*/
|
|
@@ -940,6 +1011,95 @@ export interface DropDMSPartitionsRequest {
|
|
|
940
1011
|
DeleteData?: boolean
|
|
941
1012
|
}
|
|
942
1013
|
|
|
1014
|
+
/**
|
|
1015
|
+
* notebook session列表信息。
|
|
1016
|
+
*/
|
|
1017
|
+
export interface NotebookSessions {
|
|
1018
|
+
/**
|
|
1019
|
+
* 类型,当前支持:spark、pyspark、sparkr、sql
|
|
1020
|
+
*/
|
|
1021
|
+
Kind: string
|
|
1022
|
+
|
|
1023
|
+
/**
|
|
1024
|
+
* Session唯一标识
|
|
1025
|
+
*/
|
|
1026
|
+
SessionId: string
|
|
1027
|
+
|
|
1028
|
+
/**
|
|
1029
|
+
* 代理用户,默认为root
|
|
1030
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1031
|
+
*/
|
|
1032
|
+
ProxyUser: string
|
|
1033
|
+
|
|
1034
|
+
/**
|
|
1035
|
+
* Session状态,包含:not_started(未启动)、starting(已启动)、idle(等待输入)、busy(正在运行statement)、shutting_down(停止)、error(异常)、dead(已退出)、killed(被杀死)、success(正常停止)
|
|
1036
|
+
*/
|
|
1037
|
+
State: string
|
|
1038
|
+
|
|
1039
|
+
/**
|
|
1040
|
+
* Spark任务返回的AppId
|
|
1041
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1042
|
+
*/
|
|
1043
|
+
SparkAppId: string
|
|
1044
|
+
|
|
1045
|
+
/**
|
|
1046
|
+
* Session名称
|
|
1047
|
+
*/
|
|
1048
|
+
Name: string
|
|
1049
|
+
|
|
1050
|
+
/**
|
|
1051
|
+
* Session创建时间
|
|
1052
|
+
*/
|
|
1053
|
+
CreateTime: string
|
|
1054
|
+
|
|
1055
|
+
/**
|
|
1056
|
+
* 引擎名称
|
|
1057
|
+
*/
|
|
1058
|
+
DataEngineName: string
|
|
1059
|
+
|
|
1060
|
+
/**
|
|
1061
|
+
* 最新的运行时间
|
|
1062
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1063
|
+
*/
|
|
1064
|
+
LastRunningTime: string
|
|
1065
|
+
|
|
1066
|
+
/**
|
|
1067
|
+
* 创建者
|
|
1068
|
+
*/
|
|
1069
|
+
Creator: string
|
|
1070
|
+
|
|
1071
|
+
/**
|
|
1072
|
+
* spark ui地址
|
|
1073
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1074
|
+
*/
|
|
1075
|
+
SparkUiUrl: string
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
/**
|
|
1079
|
+
* CreateNotebookSessionStatementSupportBatchSQL请求参数结构体
|
|
1080
|
+
*/
|
|
1081
|
+
export interface CreateNotebookSessionStatementSupportBatchSQLRequest {
|
|
1082
|
+
/**
|
|
1083
|
+
* Session唯一标识
|
|
1084
|
+
*/
|
|
1085
|
+
SessionId: string
|
|
1086
|
+
|
|
1087
|
+
/**
|
|
1088
|
+
* 执行的代码
|
|
1089
|
+
*/
|
|
1090
|
+
Code: string
|
|
1091
|
+
|
|
1092
|
+
/**
|
|
1093
|
+
* 类型,当前支持:spark、pyspark、sparkr、sql
|
|
1094
|
+
*/
|
|
1095
|
+
Kind: string
|
|
1096
|
+
|
|
1097
|
+
/**
|
|
1098
|
+
* 是否保存运行结果
|
|
1099
|
+
*/
|
|
1100
|
+
SaveResult: boolean
|
|
1101
|
+
}
|
|
1102
|
+
|
|
943
1103
|
/**
|
|
944
1104
|
* CreateTasksInOrder请求参数结构体
|
|
945
1105
|
*/
|
|
@@ -990,6 +1150,31 @@ export interface DetachWorkGroupPolicyResponse {
|
|
|
990
1150
|
RequestId?: string
|
|
991
1151
|
}
|
|
992
1152
|
|
|
1153
|
+
/**
|
|
1154
|
+
* GenerateCreateMangedTableSql请求参数结构体
|
|
1155
|
+
*/
|
|
1156
|
+
export interface GenerateCreateMangedTableSqlRequest {
|
|
1157
|
+
/**
|
|
1158
|
+
* 表基本信息
|
|
1159
|
+
*/
|
|
1160
|
+
TableBaseInfo: TableBaseInfo
|
|
1161
|
+
|
|
1162
|
+
/**
|
|
1163
|
+
* 表字段信息
|
|
1164
|
+
*/
|
|
1165
|
+
Columns: Array<TColumn>
|
|
1166
|
+
|
|
1167
|
+
/**
|
|
1168
|
+
* 表分区信息
|
|
1169
|
+
*/
|
|
1170
|
+
Partitions?: Array<TPartition>
|
|
1171
|
+
|
|
1172
|
+
/**
|
|
1173
|
+
* 表属性信息
|
|
1174
|
+
*/
|
|
1175
|
+
Properties?: Array<Property>
|
|
1176
|
+
}
|
|
1177
|
+
|
|
993
1178
|
/**
|
|
994
1179
|
* CSV序列化及反序列化数据结构
|
|
995
1180
|
*/
|
|
@@ -1225,6 +1410,21 @@ export interface CreateDatabaseRequest {
|
|
|
1225
1410
|
DatasourceConnectionName?: string
|
|
1226
1411
|
}
|
|
1227
1412
|
|
|
1413
|
+
/**
|
|
1414
|
+
* GenerateCreateMangedTableSql返回参数结构体
|
|
1415
|
+
*/
|
|
1416
|
+
export interface GenerateCreateMangedTableSqlResponse {
|
|
1417
|
+
/**
|
|
1418
|
+
* 创建托管存储内表sql语句描述
|
|
1419
|
+
*/
|
|
1420
|
+
Execution: Execution
|
|
1421
|
+
|
|
1422
|
+
/**
|
|
1423
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1424
|
+
*/
|
|
1425
|
+
RequestId?: string
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1228
1428
|
/**
|
|
1229
1429
|
* DescribeDMSTables返回参数结构体
|
|
1230
1430
|
*/
|
|
@@ -1433,13 +1633,13 @@ export interface CreateSparkAppTaskRequest {
|
|
|
1433
1633
|
}
|
|
1434
1634
|
|
|
1435
1635
|
/**
|
|
1436
|
-
*
|
|
1636
|
+
* CancelNotebookSessionStatementBatch返回参数结构体
|
|
1437
1637
|
*/
|
|
1438
|
-
export interface
|
|
1638
|
+
export interface CancelNotebookSessionStatementBatchResponse {
|
|
1439
1639
|
/**
|
|
1440
|
-
*
|
|
1640
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1441
1641
|
*/
|
|
1442
|
-
|
|
1642
|
+
RequestId?: string
|
|
1443
1643
|
}
|
|
1444
1644
|
|
|
1445
1645
|
/**
|
|
@@ -1656,6 +1856,70 @@ export interface AttachWorkGroupPolicyRequest {
|
|
|
1656
1856
|
PolicySet?: Array<Policy>
|
|
1657
1857
|
}
|
|
1658
1858
|
|
|
1859
|
+
/**
|
|
1860
|
+
* notebook session statement输出信息。
|
|
1861
|
+
*/
|
|
1862
|
+
export interface StatementOutput {
|
|
1863
|
+
/**
|
|
1864
|
+
* 执行总数
|
|
1865
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1866
|
+
*/
|
|
1867
|
+
ExecutionCount: number
|
|
1868
|
+
|
|
1869
|
+
/**
|
|
1870
|
+
* Statement数据
|
|
1871
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1872
|
+
*/
|
|
1873
|
+
Data: Array<KVPair>
|
|
1874
|
+
|
|
1875
|
+
/**
|
|
1876
|
+
* Statement状态:ok,error
|
|
1877
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1878
|
+
*/
|
|
1879
|
+
Status: string
|
|
1880
|
+
|
|
1881
|
+
/**
|
|
1882
|
+
* 错误名称
|
|
1883
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1884
|
+
*/
|
|
1885
|
+
ErrorName: string
|
|
1886
|
+
|
|
1887
|
+
/**
|
|
1888
|
+
* 错误类型
|
|
1889
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1890
|
+
*/
|
|
1891
|
+
ErrorValue: string
|
|
1892
|
+
|
|
1893
|
+
/**
|
|
1894
|
+
* 错误堆栈信息
|
|
1895
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1896
|
+
*/
|
|
1897
|
+
ErrorMessage: Array<string>
|
|
1898
|
+
|
|
1899
|
+
/**
|
|
1900
|
+
* SQL类型任务结果返回
|
|
1901
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1902
|
+
*/
|
|
1903
|
+
SQLResult?: string
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1906
|
+
/**
|
|
1907
|
+
* 标签对信息
|
|
1908
|
+
*/
|
|
1909
|
+
export interface TagInfo {
|
|
1910
|
+
/**
|
|
1911
|
+
* 标签键
|
|
1912
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1913
|
+
*/
|
|
1914
|
+
TagKey?: string
|
|
1915
|
+
|
|
1916
|
+
/**
|
|
1917
|
+
* 标签值
|
|
1918
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1919
|
+
*/
|
|
1920
|
+
TagValue?: string
|
|
1921
|
+
}
|
|
1922
|
+
|
|
1659
1923
|
/**
|
|
1660
1924
|
* CreateUser返回参数结构体
|
|
1661
1925
|
*/
|
|
@@ -1666,6 +1930,21 @@ export interface CreateUserResponse {
|
|
|
1666
1930
|
RequestId?: string
|
|
1667
1931
|
}
|
|
1668
1932
|
|
|
1933
|
+
/**
|
|
1934
|
+
* DescribeNotebookSessionStatements请求参数结构体
|
|
1935
|
+
*/
|
|
1936
|
+
export interface DescribeNotebookSessionStatementsRequest {
|
|
1937
|
+
/**
|
|
1938
|
+
* Session唯一标识
|
|
1939
|
+
*/
|
|
1940
|
+
SessionId: string
|
|
1941
|
+
|
|
1942
|
+
/**
|
|
1943
|
+
* 批任务id
|
|
1944
|
+
*/
|
|
1945
|
+
BatchId: string
|
|
1946
|
+
}
|
|
1947
|
+
|
|
1669
1948
|
/**
|
|
1670
1949
|
* DeleteUser返回参数结构体
|
|
1671
1950
|
*/
|
|
@@ -1742,26 +2021,61 @@ export interface LockComponentInfo {
|
|
|
1742
2021
|
}
|
|
1743
2022
|
|
|
1744
2023
|
/**
|
|
1745
|
-
*
|
|
2024
|
+
* DescribeNotebookSessions返回参数结构体
|
|
1746
2025
|
*/
|
|
1747
|
-
export interface
|
|
2026
|
+
export interface DescribeNotebookSessionsResponse {
|
|
1748
2027
|
/**
|
|
1749
|
-
*
|
|
2028
|
+
* session总数量
|
|
1750
2029
|
*/
|
|
1751
|
-
|
|
2030
|
+
TotalElements: number
|
|
1752
2031
|
|
|
1753
2032
|
/**
|
|
1754
|
-
*
|
|
2033
|
+
* 总页数
|
|
1755
2034
|
*/
|
|
1756
|
-
|
|
2035
|
+
TotalPages: number
|
|
1757
2036
|
|
|
1758
2037
|
/**
|
|
1759
|
-
*
|
|
2038
|
+
* 当前页码
|
|
1760
2039
|
*/
|
|
1761
|
-
|
|
2040
|
+
Page: number
|
|
1762
2041
|
|
|
1763
2042
|
/**
|
|
1764
|
-
*
|
|
2043
|
+
* 当前页数量
|
|
2044
|
+
*/
|
|
2045
|
+
Size: number
|
|
2046
|
+
|
|
2047
|
+
/**
|
|
2048
|
+
* session列表信息
|
|
2049
|
+
*/
|
|
2050
|
+
Sessions: Array<NotebookSessions>
|
|
2051
|
+
|
|
2052
|
+
/**
|
|
2053
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2054
|
+
*/
|
|
2055
|
+
RequestId?: string
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
/**
|
|
2059
|
+
* DescribeDMSPartitions请求参数结构体
|
|
2060
|
+
*/
|
|
2061
|
+
export interface DescribeDMSPartitionsRequest {
|
|
2062
|
+
/**
|
|
2063
|
+
* 数据库名
|
|
2064
|
+
*/
|
|
2065
|
+
DatabaseName: string
|
|
2066
|
+
|
|
2067
|
+
/**
|
|
2068
|
+
* 表名称
|
|
2069
|
+
*/
|
|
2070
|
+
TableName: string
|
|
2071
|
+
|
|
2072
|
+
/**
|
|
2073
|
+
* schema名称
|
|
2074
|
+
*/
|
|
2075
|
+
SchemaName?: string
|
|
2076
|
+
|
|
2077
|
+
/**
|
|
2078
|
+
* 名称
|
|
1765
2079
|
*/
|
|
1766
2080
|
Name?: string
|
|
1767
2081
|
|
|
@@ -1891,6 +2205,16 @@ export interface DescribeSparkAppJobsRequest {
|
|
|
1891
2205
|
Limit?: number
|
|
1892
2206
|
}
|
|
1893
2207
|
|
|
2208
|
+
/**
|
|
2209
|
+
* DeleteNotebookSession请求参数结构体
|
|
2210
|
+
*/
|
|
2211
|
+
export interface DeleteNotebookSessionRequest {
|
|
2212
|
+
/**
|
|
2213
|
+
* Session唯一标识
|
|
2214
|
+
*/
|
|
2215
|
+
SessionId: string
|
|
2216
|
+
}
|
|
2217
|
+
|
|
1894
2218
|
/**
|
|
1895
2219
|
* CreateDMSTable返回参数结构体
|
|
1896
2220
|
*/
|
|
@@ -2076,6 +2400,63 @@ export interface CSV {
|
|
|
2076
2400
|
Format?: string
|
|
2077
2401
|
}
|
|
2078
2402
|
|
|
2403
|
+
/**
|
|
2404
|
+
* NotebookSessionStatement详情。
|
|
2405
|
+
*/
|
|
2406
|
+
export interface NotebookSessionStatementInfo {
|
|
2407
|
+
/**
|
|
2408
|
+
* 完成时间戳
|
|
2409
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2410
|
+
*/
|
|
2411
|
+
Completed: number
|
|
2412
|
+
|
|
2413
|
+
/**
|
|
2414
|
+
* 开始时间戳
|
|
2415
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2416
|
+
*/
|
|
2417
|
+
Started: number
|
|
2418
|
+
|
|
2419
|
+
/**
|
|
2420
|
+
* 完成进度,百分制
|
|
2421
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2422
|
+
*/
|
|
2423
|
+
Progress: number
|
|
2424
|
+
|
|
2425
|
+
/**
|
|
2426
|
+
* Session Statement唯一标识
|
|
2427
|
+
*/
|
|
2428
|
+
StatementId: string
|
|
2429
|
+
|
|
2430
|
+
/**
|
|
2431
|
+
* Session Statement状态,包含:waiting(排队中)、running(运行中)、available(正常)、error(异常)、cancelling(取消中)、cancelled(已取消)
|
|
2432
|
+
*/
|
|
2433
|
+
State: string
|
|
2434
|
+
|
|
2435
|
+
/**
|
|
2436
|
+
* Statement输出信息
|
|
2437
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2438
|
+
*/
|
|
2439
|
+
OutPut: StatementOutput
|
|
2440
|
+
|
|
2441
|
+
/**
|
|
2442
|
+
* 批任务id
|
|
2443
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2444
|
+
*/
|
|
2445
|
+
BatchId?: string
|
|
2446
|
+
|
|
2447
|
+
/**
|
|
2448
|
+
* 运行语句
|
|
2449
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2450
|
+
*/
|
|
2451
|
+
Code?: string
|
|
2452
|
+
|
|
2453
|
+
/**
|
|
2454
|
+
* 任务ID
|
|
2455
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2456
|
+
*/
|
|
2457
|
+
TaskId?: string
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2079
2460
|
/**
|
|
2080
2461
|
* CreateTable请求参数结构体
|
|
2081
2462
|
*/
|
|
@@ -2086,6 +2467,26 @@ export interface CreateTableRequest {
|
|
|
2086
2467
|
TableInfo: TableInfo
|
|
2087
2468
|
}
|
|
2088
2469
|
|
|
2470
|
+
/**
|
|
2471
|
+
* CreateNotebookSessionStatement请求参数结构体
|
|
2472
|
+
*/
|
|
2473
|
+
export interface CreateNotebookSessionStatementRequest {
|
|
2474
|
+
/**
|
|
2475
|
+
* Session唯一标识
|
|
2476
|
+
*/
|
|
2477
|
+
SessionId: string
|
|
2478
|
+
|
|
2479
|
+
/**
|
|
2480
|
+
* 执行的代码
|
|
2481
|
+
*/
|
|
2482
|
+
Code: string
|
|
2483
|
+
|
|
2484
|
+
/**
|
|
2485
|
+
* 类型,当前支持:spark、pyspark、sparkr、sql
|
|
2486
|
+
*/
|
|
2487
|
+
Kind: string
|
|
2488
|
+
}
|
|
2489
|
+
|
|
2089
2490
|
/**
|
|
2090
2491
|
* DescribeWorkGroups返回参数结构体
|
|
2091
2492
|
*/
|
|
@@ -2185,9 +2586,14 @@ export interface DescribeSparkAppJobResponse {
|
|
|
2185
2586
|
}
|
|
2186
2587
|
|
|
2187
2588
|
/**
|
|
2188
|
-
*
|
|
2589
|
+
* CreateExportTask返回参数结构体
|
|
2189
2590
|
*/
|
|
2190
|
-
export interface
|
|
2591
|
+
export interface CreateExportTaskResponse {
|
|
2592
|
+
/**
|
|
2593
|
+
* 任务id
|
|
2594
|
+
*/
|
|
2595
|
+
TaskId: string
|
|
2596
|
+
|
|
2191
2597
|
/**
|
|
2192
2598
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2193
2599
|
*/
|
|
@@ -2219,6 +2625,26 @@ export interface AddUsersToWorkGroupResponse {
|
|
|
2219
2625
|
RequestId?: string
|
|
2220
2626
|
}
|
|
2221
2627
|
|
|
2628
|
+
/**
|
|
2629
|
+
* DescribeNotebookSessionLog请求参数结构体
|
|
2630
|
+
*/
|
|
2631
|
+
export interface DescribeNotebookSessionLogRequest {
|
|
2632
|
+
/**
|
|
2633
|
+
* Session唯一标识
|
|
2634
|
+
*/
|
|
2635
|
+
SessionId: string
|
|
2636
|
+
|
|
2637
|
+
/**
|
|
2638
|
+
* 分页参数,默认200
|
|
2639
|
+
*/
|
|
2640
|
+
Limit?: number
|
|
2641
|
+
|
|
2642
|
+
/**
|
|
2643
|
+
* 分页参数,默认0
|
|
2644
|
+
*/
|
|
2645
|
+
Offset?: number
|
|
2646
|
+
}
|
|
2647
|
+
|
|
2222
2648
|
/**
|
|
2223
2649
|
* 授权用户信息
|
|
2224
2650
|
*/
|
|
@@ -2300,6 +2726,21 @@ export interface CreateExportTaskRequest {
|
|
|
2300
2726
|
OutputType?: string
|
|
2301
2727
|
}
|
|
2302
2728
|
|
|
2729
|
+
/**
|
|
2730
|
+
* DescribeNotebookSessionStatement返回参数结构体
|
|
2731
|
+
*/
|
|
2732
|
+
export interface DescribeNotebookSessionStatementResponse {
|
|
2733
|
+
/**
|
|
2734
|
+
* Session Statement详情
|
|
2735
|
+
*/
|
|
2736
|
+
NotebookSessionStatement?: NotebookSessionStatementInfo
|
|
2737
|
+
|
|
2738
|
+
/**
|
|
2739
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2740
|
+
*/
|
|
2741
|
+
RequestId?: string
|
|
2742
|
+
}
|
|
2743
|
+
|
|
2303
2744
|
/**
|
|
2304
2745
|
* ReportHeartbeatMetaData返回参数结构体
|
|
2305
2746
|
*/
|
|
@@ -2416,28 +2857,13 @@ export interface CreateDMSTableRequest {
|
|
|
2416
2857
|
}
|
|
2417
2858
|
|
|
2418
2859
|
/**
|
|
2419
|
-
*
|
|
2860
|
+
* CancelNotebookSessionStatement返回参数结构体
|
|
2420
2861
|
*/
|
|
2421
|
-
export interface
|
|
2422
|
-
/**
|
|
2423
|
-
* 数据库名称
|
|
2424
|
-
*/
|
|
2425
|
-
DbName?: string
|
|
2426
|
-
|
|
2427
|
-
/**
|
|
2428
|
-
* 表名称
|
|
2429
|
-
*/
|
|
2430
|
-
Name?: string
|
|
2431
|
-
|
|
2862
|
+
export interface CancelNotebookSessionStatementResponse {
|
|
2432
2863
|
/**
|
|
2433
|
-
*
|
|
2434
|
-
*/
|
|
2435
|
-
DeleteData?: boolean
|
|
2436
|
-
|
|
2437
|
-
/**
|
|
2438
|
-
* 环境属性
|
|
2864
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2439
2865
|
*/
|
|
2440
|
-
|
|
2866
|
+
RequestId?: string
|
|
2441
2867
|
}
|
|
2442
2868
|
|
|
2443
2869
|
/**
|
|
@@ -2979,6 +3405,21 @@ export interface BindWorkGroupsToUserResponse {
|
|
|
2979
3405
|
RequestId?: string
|
|
2980
3406
|
}
|
|
2981
3407
|
|
|
3408
|
+
/**
|
|
3409
|
+
* CreateNotebookSessionStatement返回参数结构体
|
|
3410
|
+
*/
|
|
3411
|
+
export interface CreateNotebookSessionStatementResponse {
|
|
3412
|
+
/**
|
|
3413
|
+
* Session Statement详情
|
|
3414
|
+
*/
|
|
3415
|
+
NotebookSessionStatement?: NotebookSessionStatementInfo
|
|
3416
|
+
|
|
3417
|
+
/**
|
|
3418
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3419
|
+
*/
|
|
3420
|
+
RequestId?: string
|
|
3421
|
+
}
|
|
3422
|
+
|
|
2982
3423
|
/**
|
|
2983
3424
|
* DescribeStoreLocation返回参数结构体
|
|
2984
3425
|
*/
|
|
@@ -3056,6 +3497,65 @@ export interface Script {
|
|
|
3056
3497
|
UpdateTime: number
|
|
3057
3498
|
}
|
|
3058
3499
|
|
|
3500
|
+
/**
|
|
3501
|
+
* 按批提交Statement运行SQL任务。
|
|
3502
|
+
*/
|
|
3503
|
+
export interface NotebookSessionStatementBatchInformation {
|
|
3504
|
+
/**
|
|
3505
|
+
* 任务详情列表
|
|
3506
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3507
|
+
*/
|
|
3508
|
+
NotebookSessionStatementBatch?: Array<NotebookSessionStatementInfo>
|
|
3509
|
+
|
|
3510
|
+
/**
|
|
3511
|
+
* 当前批任务是否运行完成
|
|
3512
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3513
|
+
*/
|
|
3514
|
+
IsAvailable?: boolean
|
|
3515
|
+
|
|
3516
|
+
/**
|
|
3517
|
+
* Session唯一标识
|
|
3518
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3519
|
+
*/
|
|
3520
|
+
SessionId?: string
|
|
3521
|
+
|
|
3522
|
+
/**
|
|
3523
|
+
* Batch唯一标识
|
|
3524
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3525
|
+
*/
|
|
3526
|
+
BatchId?: string
|
|
3527
|
+
}
|
|
3528
|
+
|
|
3529
|
+
/**
|
|
3530
|
+
* DescribeNotebookSessionStatementSqlResult请求参数结构体
|
|
3531
|
+
*/
|
|
3532
|
+
export interface DescribeNotebookSessionStatementSqlResultRequest {
|
|
3533
|
+
/**
|
|
3534
|
+
* 任务唯一ID
|
|
3535
|
+
*/
|
|
3536
|
+
TaskId: string
|
|
3537
|
+
|
|
3538
|
+
/**
|
|
3539
|
+
* 返回结果的最大行数,范围0~1000,默认为1000.
|
|
3540
|
+
*/
|
|
3541
|
+
MaxResults?: number
|
|
3542
|
+
|
|
3543
|
+
/**
|
|
3544
|
+
* 上一次请求响应返回的分页信息。第一次可以不带,从头开始返回数据,每次返回MaxResults字段设置的数据量。
|
|
3545
|
+
*/
|
|
3546
|
+
NextToken?: string
|
|
3547
|
+
}
|
|
3548
|
+
|
|
3549
|
+
/**
|
|
3550
|
+
* ModifySparkApp返回参数结构体
|
|
3551
|
+
*/
|
|
3552
|
+
export interface ModifySparkAppResponse {
|
|
3553
|
+
/**
|
|
3554
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3555
|
+
*/
|
|
3556
|
+
RequestId?: string
|
|
3557
|
+
}
|
|
3558
|
+
|
|
3059
3559
|
/**
|
|
3060
3560
|
* AlterDMSTable请求参数结构体
|
|
3061
3561
|
*/
|
|
@@ -3358,6 +3858,21 @@ export interface WorkGroupInfo {
|
|
|
3358
3858
|
CreateTime: string
|
|
3359
3859
|
}
|
|
3360
3860
|
|
|
3861
|
+
/**
|
|
3862
|
+
* CreateNotebookSessionStatementSupportBatchSQL返回参数结构体
|
|
3863
|
+
*/
|
|
3864
|
+
export interface CreateNotebookSessionStatementSupportBatchSQLResponse {
|
|
3865
|
+
/**
|
|
3866
|
+
* Session Statement详情
|
|
3867
|
+
*/
|
|
3868
|
+
NotebookSessionStatementBatches?: NotebookSessionStatementBatchInformation
|
|
3869
|
+
|
|
3870
|
+
/**
|
|
3871
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3872
|
+
*/
|
|
3873
|
+
RequestId?: string
|
|
3874
|
+
}
|
|
3875
|
+
|
|
3361
3876
|
/**
|
|
3362
3877
|
* CreateScript请求参数结构体
|
|
3363
3878
|
*/
|
|
@@ -3457,6 +3972,16 @@ string|tinyint|smallint|int|bigint|boolean|float|double|decimal|timestamp|date|b
|
|
|
3457
3972
|
IsPartition?: boolean
|
|
3458
3973
|
}
|
|
3459
3974
|
|
|
3975
|
+
/**
|
|
3976
|
+
* DeleteWorkGroup请求参数结构体
|
|
3977
|
+
*/
|
|
3978
|
+
export interface DeleteWorkGroupRequest {
|
|
3979
|
+
/**
|
|
3980
|
+
* 要删除的工作组Id集合
|
|
3981
|
+
*/
|
|
3982
|
+
WorkGroupIds: Array<number>
|
|
3983
|
+
}
|
|
3984
|
+
|
|
3460
3985
|
/**
|
|
3461
3986
|
* DescribeTaskResult请求参数结构体
|
|
3462
3987
|
*/
|
|
@@ -3553,6 +4078,31 @@ export interface DataFormat {
|
|
|
3553
4078
|
AVRO: Other
|
|
3554
4079
|
}
|
|
3555
4080
|
|
|
4081
|
+
/**
|
|
4082
|
+
* DescribeNotebookSessionLog返回参数结构体
|
|
4083
|
+
*/
|
|
4084
|
+
export interface DescribeNotebookSessionLogResponse {
|
|
4085
|
+
/**
|
|
4086
|
+
* 日志信息,默认获取最新的200条
|
|
4087
|
+
*/
|
|
4088
|
+
Logs: Array<string>
|
|
4089
|
+
|
|
4090
|
+
/**
|
|
4091
|
+
* 分页参数,默认200
|
|
4092
|
+
*/
|
|
4093
|
+
Limit: number
|
|
4094
|
+
|
|
4095
|
+
/**
|
|
4096
|
+
* 分页参数,默认0
|
|
4097
|
+
*/
|
|
4098
|
+
Offset: number
|
|
4099
|
+
|
|
4100
|
+
/**
|
|
4101
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4102
|
+
*/
|
|
4103
|
+
RequestId?: string
|
|
4104
|
+
}
|
|
4105
|
+
|
|
3556
4106
|
/**
|
|
3557
4107
|
* 查询视图信息对象
|
|
3558
4108
|
*/
|
|
@@ -3586,13 +4136,126 @@ export interface ViewResponseInfo {
|
|
|
3586
4136
|
}
|
|
3587
4137
|
|
|
3588
4138
|
/**
|
|
3589
|
-
*
|
|
4139
|
+
* 网络配置
|
|
3590
4140
|
*/
|
|
3591
|
-
export interface
|
|
4141
|
+
export interface NetworkConnection {
|
|
3592
4142
|
/**
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
4143
|
+
* 网络配置id
|
|
4144
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4145
|
+
*/
|
|
4146
|
+
Id?: number
|
|
4147
|
+
|
|
4148
|
+
/**
|
|
4149
|
+
* 网络配置唯一标志符
|
|
4150
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4151
|
+
*/
|
|
4152
|
+
AssociateId?: string
|
|
4153
|
+
|
|
4154
|
+
/**
|
|
4155
|
+
* 计算引擎id
|
|
4156
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4157
|
+
*/
|
|
4158
|
+
HouseId?: string
|
|
4159
|
+
|
|
4160
|
+
/**
|
|
4161
|
+
* 数据源id(已废弃)
|
|
4162
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4163
|
+
*/
|
|
4164
|
+
DatasourceConnectionId?: string
|
|
4165
|
+
|
|
4166
|
+
/**
|
|
4167
|
+
* 网络配置状态(0-初始化,1-正常)
|
|
4168
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4169
|
+
*/
|
|
4170
|
+
State?: number
|
|
4171
|
+
|
|
4172
|
+
/**
|
|
4173
|
+
* 创建时间
|
|
4174
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4175
|
+
*/
|
|
4176
|
+
CreateTime?: number
|
|
4177
|
+
|
|
4178
|
+
/**
|
|
4179
|
+
* 修改时间
|
|
4180
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4181
|
+
*/
|
|
4182
|
+
UpdateTime?: number
|
|
4183
|
+
|
|
4184
|
+
/**
|
|
4185
|
+
* 创建用户Appid
|
|
4186
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4187
|
+
*/
|
|
4188
|
+
Appid?: number
|
|
4189
|
+
|
|
4190
|
+
/**
|
|
4191
|
+
* 计算引擎名称
|
|
4192
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4193
|
+
*/
|
|
4194
|
+
HouseName?: string
|
|
4195
|
+
|
|
4196
|
+
/**
|
|
4197
|
+
* 网络配置名称
|
|
4198
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4199
|
+
*/
|
|
4200
|
+
DatasourceConnectionName?: string
|
|
4201
|
+
|
|
4202
|
+
/**
|
|
4203
|
+
* 网络配置类型
|
|
4204
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4205
|
+
*/
|
|
4206
|
+
NetworkConnectionType?: number
|
|
4207
|
+
|
|
4208
|
+
/**
|
|
4209
|
+
* 创建用户uin
|
|
4210
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4211
|
+
*/
|
|
4212
|
+
Uin?: string
|
|
4213
|
+
|
|
4214
|
+
/**
|
|
4215
|
+
* 创建用户SubAccountUin
|
|
4216
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4217
|
+
*/
|
|
4218
|
+
SubAccountUin?: string
|
|
4219
|
+
|
|
4220
|
+
/**
|
|
4221
|
+
* 网络配置描述
|
|
4222
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4223
|
+
*/
|
|
4224
|
+
NetworkConnectionDesc?: string
|
|
4225
|
+
|
|
4226
|
+
/**
|
|
4227
|
+
* 数据源vpcid
|
|
4228
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4229
|
+
*/
|
|
4230
|
+
DatasourceConnectionVpcId?: string
|
|
4231
|
+
|
|
4232
|
+
/**
|
|
4233
|
+
* 数据源SubnetId
|
|
4234
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4235
|
+
*/
|
|
4236
|
+
DatasourceConnectionSubnetId?: string
|
|
4237
|
+
|
|
4238
|
+
/**
|
|
4239
|
+
* 数据源SubnetId
|
|
4240
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4241
|
+
*/
|
|
4242
|
+
DatasourceConnectionCidrBlock?: string
|
|
4243
|
+
|
|
4244
|
+
/**
|
|
4245
|
+
* 数据源SubnetCidrBlock
|
|
4246
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4247
|
+
*/
|
|
4248
|
+
DatasourceConnectionSubnetCidrBlock?: string
|
|
4249
|
+
}
|
|
4250
|
+
|
|
4251
|
+
/**
|
|
4252
|
+
* CreateUser请求参数结构体
|
|
4253
|
+
*/
|
|
4254
|
+
export interface CreateUserRequest {
|
|
4255
|
+
/**
|
|
4256
|
+
* 需要授权的子用户uin,可以通过腾讯云控制台右上角 → “账号信息” → “账号ID进行查看”。
|
|
4257
|
+
*/
|
|
4258
|
+
UserId: string
|
|
3596
4259
|
|
|
3597
4260
|
/**
|
|
3598
4261
|
* 用户描述信息,方便区分不同用户
|
|
@@ -3877,9 +4540,9 @@ table-id - String - (过滤条件)table id形如:12342。
|
|
|
3877
4540
|
}
|
|
3878
4541
|
|
|
3879
4542
|
/**
|
|
3880
|
-
*
|
|
4543
|
+
* DeleteNotebookSession返回参数结构体
|
|
3881
4544
|
*/
|
|
3882
|
-
export interface
|
|
4545
|
+
export interface DeleteNotebookSessionResponse {
|
|
3883
4546
|
/**
|
|
3884
4547
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3885
4548
|
*/
|
|
@@ -3913,6 +4576,21 @@ export interface DMSTableInfo {
|
|
|
3913
4576
|
Asset: Asset
|
|
3914
4577
|
}
|
|
3915
4578
|
|
|
4579
|
+
/**
|
|
4580
|
+
* DescribeNotebookSessionStatements返回参数结构体
|
|
4581
|
+
*/
|
|
4582
|
+
export interface DescribeNotebookSessionStatementsResponse {
|
|
4583
|
+
/**
|
|
4584
|
+
* Session Statement详情
|
|
4585
|
+
*/
|
|
4586
|
+
NotebookSessionStatements?: NotebookSessionStatementBatchInformation
|
|
4587
|
+
|
|
4588
|
+
/**
|
|
4589
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4590
|
+
*/
|
|
4591
|
+
RequestId?: string
|
|
4592
|
+
}
|
|
4593
|
+
|
|
3916
4594
|
/**
|
|
3917
4595
|
* AttachUserPolicy返回参数结构体
|
|
3918
4596
|
*/
|
|
@@ -3923,6 +4601,68 @@ export interface AttachUserPolicyResponse {
|
|
|
3923
4601
|
RequestId?: string
|
|
3924
4602
|
}
|
|
3925
4603
|
|
|
4604
|
+
/**
|
|
4605
|
+
* DropDMSTable请求参数结构体
|
|
4606
|
+
*/
|
|
4607
|
+
export interface DropDMSTableRequest {
|
|
4608
|
+
/**
|
|
4609
|
+
* 数据库名称
|
|
4610
|
+
*/
|
|
4611
|
+
DbName?: string
|
|
4612
|
+
|
|
4613
|
+
/**
|
|
4614
|
+
* 表名称
|
|
4615
|
+
*/
|
|
4616
|
+
Name?: string
|
|
4617
|
+
|
|
4618
|
+
/**
|
|
4619
|
+
* 是否删除数据
|
|
4620
|
+
*/
|
|
4621
|
+
DeleteData?: boolean
|
|
4622
|
+
|
|
4623
|
+
/**
|
|
4624
|
+
* 环境属性
|
|
4625
|
+
*/
|
|
4626
|
+
EnvProps?: KVPair
|
|
4627
|
+
}
|
|
4628
|
+
|
|
4629
|
+
/**
|
|
4630
|
+
* DescribeNotebookSessionStatementSqlResult返回参数结构体
|
|
4631
|
+
*/
|
|
4632
|
+
export interface DescribeNotebookSessionStatementSqlResultResponse {
|
|
4633
|
+
/**
|
|
4634
|
+
* 任务Id
|
|
4635
|
+
*/
|
|
4636
|
+
TaskId?: string
|
|
4637
|
+
|
|
4638
|
+
/**
|
|
4639
|
+
* 结果数据
|
|
4640
|
+
*/
|
|
4641
|
+
ResultSet?: string
|
|
4642
|
+
|
|
4643
|
+
/**
|
|
4644
|
+
* schema
|
|
4645
|
+
*/
|
|
4646
|
+
ResultSchema?: Array<Column>
|
|
4647
|
+
|
|
4648
|
+
/**
|
|
4649
|
+
* 分页信息
|
|
4650
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4651
|
+
*/
|
|
4652
|
+
NextToken?: string
|
|
4653
|
+
|
|
4654
|
+
/**
|
|
4655
|
+
* 存储结果地址
|
|
4656
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4657
|
+
*/
|
|
4658
|
+
OutputPath?: string
|
|
4659
|
+
|
|
4660
|
+
/**
|
|
4661
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4662
|
+
*/
|
|
4663
|
+
RequestId?: string
|
|
4664
|
+
}
|
|
4665
|
+
|
|
3926
4666
|
/**
|
|
3927
4667
|
* 迁移元数据分区对象
|
|
3928
4668
|
*/
|
|
@@ -4042,14 +4782,9 @@ export interface DescribeDMSPartitionsResponse {
|
|
|
4042
4782
|
}
|
|
4043
4783
|
|
|
4044
4784
|
/**
|
|
4045
|
-
*
|
|
4785
|
+
* DeleteUsersFromWorkGroup返回参数结构体
|
|
4046
4786
|
*/
|
|
4047
|
-
export interface
|
|
4048
|
-
/**
|
|
4049
|
-
* 任务id
|
|
4050
|
-
*/
|
|
4051
|
-
TaskId: string
|
|
4052
|
-
|
|
4787
|
+
export interface DeleteUsersFromWorkGroupResponse {
|
|
4053
4788
|
/**
|
|
4054
4789
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4055
4790
|
*/
|
|
@@ -4440,6 +5175,33 @@ export interface DescribeSparkAppJobsResponse {
|
|
|
4440
5175
|
RequestId?: string
|
|
4441
5176
|
}
|
|
4442
5177
|
|
|
5178
|
+
/**
|
|
5179
|
+
* DescribeSparkAppTasks返回参数结构体
|
|
5180
|
+
*/
|
|
5181
|
+
export interface DescribeSparkAppTasksResponse {
|
|
5182
|
+
/**
|
|
5183
|
+
* 任务结果(该字段已废弃)
|
|
5184
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5185
|
+
*/
|
|
5186
|
+
Tasks: TaskResponseInfo
|
|
5187
|
+
|
|
5188
|
+
/**
|
|
5189
|
+
* 任务总数
|
|
5190
|
+
*/
|
|
5191
|
+
TotalCount: number
|
|
5192
|
+
|
|
5193
|
+
/**
|
|
5194
|
+
* 任务结果列表
|
|
5195
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5196
|
+
*/
|
|
5197
|
+
SparkAppTasks: Array<TaskResponseInfo>
|
|
5198
|
+
|
|
5199
|
+
/**
|
|
5200
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5201
|
+
*/
|
|
5202
|
+
RequestId?: string
|
|
5203
|
+
}
|
|
5204
|
+
|
|
4443
5205
|
/**
|
|
4444
5206
|
* 查询表信息对象
|
|
4445
5207
|
*/
|
|
@@ -4838,13 +5600,69 @@ export interface CreateSparkAppRequest {
|
|
|
4838
5600
|
}
|
|
4839
5601
|
|
|
4840
5602
|
/**
|
|
4841
|
-
*
|
|
5603
|
+
* DescribeDataEngines请求参数结构体
|
|
4842
5604
|
*/
|
|
4843
|
-
export interface
|
|
5605
|
+
export interface DescribeDataEnginesRequest {
|
|
4844
5606
|
/**
|
|
4845
|
-
*
|
|
5607
|
+
* 偏移量,默认为0。
|
|
4846
5608
|
*/
|
|
4847
|
-
|
|
5609
|
+
Offset?: number
|
|
5610
|
+
|
|
5611
|
+
/**
|
|
5612
|
+
* 滤类型,传参Name应为以下其中一个,
|
|
5613
|
+
data-engine-name - String
|
|
5614
|
+
engine-type - String
|
|
5615
|
+
state - String
|
|
5616
|
+
mode - String
|
|
5617
|
+
create-time - String
|
|
5618
|
+
message - String
|
|
5619
|
+
*/
|
|
5620
|
+
Filters?: Array<Filter>
|
|
5621
|
+
|
|
5622
|
+
/**
|
|
5623
|
+
* 排序字段,支持如下字段类型,create-time
|
|
5624
|
+
*/
|
|
5625
|
+
SortBy?: string
|
|
5626
|
+
|
|
5627
|
+
/**
|
|
5628
|
+
* 排序方式,desc表示正序,asc表示反序, 默认为asc。
|
|
5629
|
+
*/
|
|
5630
|
+
Sorting?: string
|
|
5631
|
+
|
|
5632
|
+
/**
|
|
5633
|
+
* 返回数量,默认为10,最大值为100。
|
|
5634
|
+
*/
|
|
5635
|
+
Limit?: number
|
|
5636
|
+
|
|
5637
|
+
/**
|
|
5638
|
+
* 已废弃,请使用DatasourceConnectionNameSet
|
|
5639
|
+
*/
|
|
5640
|
+
DatasourceConnectionName?: string
|
|
5641
|
+
|
|
5642
|
+
/**
|
|
5643
|
+
* 是否不返回共享引擎,true不返回共享引擎,false可以返回共享引擎
|
|
5644
|
+
*/
|
|
5645
|
+
ExcludePublicEngine?: boolean
|
|
5646
|
+
|
|
5647
|
+
/**
|
|
5648
|
+
* 参数应该为引擎权限类型,有效类型:"USE", "MODIFY", "OPERATE", "MONITOR", "DELETE"
|
|
5649
|
+
*/
|
|
5650
|
+
AccessTypes?: Array<string>
|
|
5651
|
+
|
|
5652
|
+
/**
|
|
5653
|
+
* 引擎执行任务类型,有效值:SQL/BATCH
|
|
5654
|
+
*/
|
|
5655
|
+
EngineExecType?: string
|
|
5656
|
+
|
|
5657
|
+
/**
|
|
5658
|
+
* 引擎类型,有效值:spark/presto
|
|
5659
|
+
*/
|
|
5660
|
+
EngineType?: string
|
|
5661
|
+
|
|
5662
|
+
/**
|
|
5663
|
+
* 网络配置列表,若传入该参数,则返回网络配置关联的计算引擎
|
|
5664
|
+
*/
|
|
5665
|
+
DatasourceConnectionNameSet?: Array<string>
|
|
4848
5666
|
}
|
|
4849
5667
|
|
|
4850
5668
|
/**
|
|
@@ -4912,6 +5730,190 @@ export interface CreateInternalTableResponse {
|
|
|
4912
5730
|
RequestId?: string
|
|
4913
5731
|
}
|
|
4914
5732
|
|
|
5733
|
+
/**
|
|
5734
|
+
* DataEngine详细信息
|
|
5735
|
+
*/
|
|
5736
|
+
export interface DataEngineInfo {
|
|
5737
|
+
/**
|
|
5738
|
+
* DataEngine名称
|
|
5739
|
+
*/
|
|
5740
|
+
DataEngineName: string
|
|
5741
|
+
|
|
5742
|
+
/**
|
|
5743
|
+
* 引擎类型 spark/presto
|
|
5744
|
+
*/
|
|
5745
|
+
EngineType: string
|
|
5746
|
+
|
|
5747
|
+
/**
|
|
5748
|
+
* 集群资源类型 spark_private/presto_private/presto_cu/spark_cu
|
|
5749
|
+
*/
|
|
5750
|
+
ClusterType: string
|
|
5751
|
+
|
|
5752
|
+
/**
|
|
5753
|
+
* 引用ID
|
|
5754
|
+
*/
|
|
5755
|
+
QuotaId?: string
|
|
5756
|
+
|
|
5757
|
+
/**
|
|
5758
|
+
* 数据引擎状态 -2已删除 -1失败 0初始化中 1挂起 2运行中 3准备删除 4删除中
|
|
5759
|
+
*/
|
|
5760
|
+
State?: number
|
|
5761
|
+
|
|
5762
|
+
/**
|
|
5763
|
+
* 创建时间
|
|
5764
|
+
*/
|
|
5765
|
+
CreateTime?: number
|
|
5766
|
+
|
|
5767
|
+
/**
|
|
5768
|
+
* 更新时间
|
|
5769
|
+
*/
|
|
5770
|
+
UpdateTime?: number
|
|
5771
|
+
|
|
5772
|
+
/**
|
|
5773
|
+
* 集群规格
|
|
5774
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5775
|
+
*/
|
|
5776
|
+
Size?: number
|
|
5777
|
+
|
|
5778
|
+
/**
|
|
5779
|
+
* 计费模式 0共享模式 1按量计费 2包年包月
|
|
5780
|
+
*/
|
|
5781
|
+
Mode?: number
|
|
5782
|
+
|
|
5783
|
+
/**
|
|
5784
|
+
* 最小集群数
|
|
5785
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5786
|
+
*/
|
|
5787
|
+
MinClusters?: number
|
|
5788
|
+
|
|
5789
|
+
/**
|
|
5790
|
+
* 最大集群数
|
|
5791
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5792
|
+
*/
|
|
5793
|
+
MaxClusters?: number
|
|
5794
|
+
|
|
5795
|
+
/**
|
|
5796
|
+
* 是否自动恢复
|
|
5797
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5798
|
+
*/
|
|
5799
|
+
AutoResume?: boolean
|
|
5800
|
+
|
|
5801
|
+
/**
|
|
5802
|
+
* 自动恢复时间
|
|
5803
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5804
|
+
*/
|
|
5805
|
+
SpendAfter?: number
|
|
5806
|
+
|
|
5807
|
+
/**
|
|
5808
|
+
* 集群网段
|
|
5809
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5810
|
+
*/
|
|
5811
|
+
CidrBlock?: string
|
|
5812
|
+
|
|
5813
|
+
/**
|
|
5814
|
+
* 是否为默认引擎
|
|
5815
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5816
|
+
*/
|
|
5817
|
+
DefaultDataEngine?: boolean
|
|
5818
|
+
|
|
5819
|
+
/**
|
|
5820
|
+
* 返回信息
|
|
5821
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5822
|
+
*/
|
|
5823
|
+
Message?: string
|
|
5824
|
+
|
|
5825
|
+
/**
|
|
5826
|
+
* 引擎id
|
|
5827
|
+
*/
|
|
5828
|
+
DataEngineId?: string
|
|
5829
|
+
|
|
5830
|
+
/**
|
|
5831
|
+
* 操作者
|
|
5832
|
+
*/
|
|
5833
|
+
SubAccountUin?: string
|
|
5834
|
+
|
|
5835
|
+
/**
|
|
5836
|
+
* 到期时间
|
|
5837
|
+
*/
|
|
5838
|
+
ExpireTime?: string
|
|
5839
|
+
|
|
5840
|
+
/**
|
|
5841
|
+
* 隔离时间
|
|
5842
|
+
*/
|
|
5843
|
+
IsolatedTime?: string
|
|
5844
|
+
|
|
5845
|
+
/**
|
|
5846
|
+
* 冲正时间
|
|
5847
|
+
*/
|
|
5848
|
+
ReversalTime?: string
|
|
5849
|
+
|
|
5850
|
+
/**
|
|
5851
|
+
* 用户名称
|
|
5852
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5853
|
+
*/
|
|
5854
|
+
UserAlias?: string
|
|
5855
|
+
|
|
5856
|
+
/**
|
|
5857
|
+
* 标签对集合
|
|
5858
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5859
|
+
*/
|
|
5860
|
+
TagList?: Array<TagInfo>
|
|
5861
|
+
|
|
5862
|
+
/**
|
|
5863
|
+
* 引擎拥有的权限
|
|
5864
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5865
|
+
*/
|
|
5866
|
+
Permissions?: Array<string>
|
|
5867
|
+
|
|
5868
|
+
/**
|
|
5869
|
+
* 是否自定挂起集群:false(默认):不自动挂起、true:自动挂起
|
|
5870
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5871
|
+
*/
|
|
5872
|
+
AutoSuspend?: boolean
|
|
5873
|
+
|
|
5874
|
+
/**
|
|
5875
|
+
* 定时启停集群策略:0(默认):关闭定时策略、1:开启定时策略(注:定时启停策略与自动挂起策略互斥)
|
|
5876
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5877
|
+
*/
|
|
5878
|
+
CrontabResumeSuspend?: number
|
|
5879
|
+
|
|
5880
|
+
/**
|
|
5881
|
+
* 定时启停策略,复杂类型:包含启停时间、挂起集群策略
|
|
5882
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5883
|
+
*/
|
|
5884
|
+
CrontabResumeSuspendStrategy?: CrontabResumeSuspendStrategy
|
|
5885
|
+
|
|
5886
|
+
/**
|
|
5887
|
+
* 引擎执行任务类型,有效值:SQL/BATCH
|
|
5888
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5889
|
+
*/
|
|
5890
|
+
EngineExecType?: string
|
|
5891
|
+
|
|
5892
|
+
/**
|
|
5893
|
+
* 自动续费标志,0,初始状态,默认不自动续费,若用户有预付费不停服特权,自动续费。1:自动续费。2:明确不自动续费
|
|
5894
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5895
|
+
*/
|
|
5896
|
+
RenewFlag?: number
|
|
5897
|
+
|
|
5898
|
+
/**
|
|
5899
|
+
* 集群自动挂起时间
|
|
5900
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5901
|
+
*/
|
|
5902
|
+
AutoSuspendTime?: number
|
|
5903
|
+
|
|
5904
|
+
/**
|
|
5905
|
+
* 网络连接配置
|
|
5906
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5907
|
+
*/
|
|
5908
|
+
NetworkConnectionSet?: Array<NetworkConnection>
|
|
5909
|
+
|
|
5910
|
+
/**
|
|
5911
|
+
* ui的跳转地址
|
|
5912
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5913
|
+
*/
|
|
5914
|
+
UiURL?: string
|
|
5915
|
+
}
|
|
5916
|
+
|
|
4915
5917
|
/**
|
|
4916
5918
|
* DescribeSparkAppTasks请求参数结构体
|
|
4917
5919
|
*/
|
|
@@ -5063,6 +6065,26 @@ export interface UserMessage {
|
|
|
5063
6065
|
UserAlias: string
|
|
5064
6066
|
}
|
|
5065
6067
|
|
|
6068
|
+
/**
|
|
6069
|
+
* DescribeViews返回参数结构体
|
|
6070
|
+
*/
|
|
6071
|
+
export interface DescribeViewsResponse {
|
|
6072
|
+
/**
|
|
6073
|
+
* 视图对象列表。
|
|
6074
|
+
*/
|
|
6075
|
+
ViewList: Array<ViewResponseInfo>
|
|
6076
|
+
|
|
6077
|
+
/**
|
|
6078
|
+
* 实例总数。
|
|
6079
|
+
*/
|
|
6080
|
+
TotalCount: number
|
|
6081
|
+
|
|
6082
|
+
/**
|
|
6083
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6084
|
+
*/
|
|
6085
|
+
RequestId?: string
|
|
6086
|
+
}
|
|
6087
|
+
|
|
5066
6088
|
/**
|
|
5067
6089
|
* 数据库和数据表属性信息
|
|
5068
6090
|
*/
|
|
@@ -5184,17 +6206,34 @@ export interface DescribeDMSTableRequest {
|
|
|
5184
6206
|
export type ModifyGovernEventRuleRequest = null
|
|
5185
6207
|
|
|
5186
6208
|
/**
|
|
5187
|
-
*
|
|
6209
|
+
* CancelNotebookSessionStatementBatch请求参数结构体
|
|
5188
6210
|
*/
|
|
5189
|
-
export interface
|
|
6211
|
+
export interface CancelNotebookSessionStatementBatchRequest {
|
|
5190
6212
|
/**
|
|
5191
|
-
*
|
|
6213
|
+
* Session唯一标识
|
|
5192
6214
|
*/
|
|
5193
|
-
|
|
6215
|
+
SessionId: string
|
|
5194
6216
|
|
|
5195
6217
|
/**
|
|
5196
|
-
*
|
|
6218
|
+
* 批任务唯一标识
|
|
5197
6219
|
*/
|
|
6220
|
+
BatchId: string
|
|
6221
|
+
}
|
|
6222
|
+
|
|
6223
|
+
/**
|
|
6224
|
+
* DescribeDataEngines返回参数结构体
|
|
6225
|
+
*/
|
|
6226
|
+
export interface DescribeDataEnginesResponse {
|
|
6227
|
+
/**
|
|
6228
|
+
* 数据引擎列表
|
|
6229
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6230
|
+
*/
|
|
6231
|
+
DataEngines: Array<DataEngineInfo>
|
|
6232
|
+
|
|
6233
|
+
/**
|
|
6234
|
+
* 总条数
|
|
6235
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6236
|
+
*/
|
|
5198
6237
|
TotalCount: number
|
|
5199
6238
|
|
|
5200
6239
|
/**
|