@alicloud/emr-serverless-spark20230808 1.16.1 → 1.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +150 -0
- package/dist/client.js +399 -0
- package/dist/client.js.map +1 -1
- package/dist/models/CancelKyuubiSparkApplicationRequest.d.ts +18 -0
- package/dist/models/CancelKyuubiSparkApplicationRequest.js +58 -0
- package/dist/models/CancelKyuubiSparkApplicationRequest.js.map +1 -0
- package/dist/models/CancelKyuubiSparkApplicationResponse.d.ts +19 -0
- package/dist/models/CancelKyuubiSparkApplicationResponse.js +69 -0
- package/dist/models/CancelKyuubiSparkApplicationResponse.js.map +1 -0
- package/dist/models/CancelKyuubiSparkApplicationResponseBody.d.ts +37 -0
- package/dist/models/CancelKyuubiSparkApplicationResponseBody.js +84 -0
- package/dist/models/CancelKyuubiSparkApplicationResponseBody.js.map +1 -0
- package/dist/models/CreateKyuubiServiceRequest.d.ts +58 -0
- package/dist/models/CreateKyuubiServiceRequest.js +74 -0
- package/dist/models/CreateKyuubiServiceRequest.js.map +1 -0
- package/dist/models/CreateKyuubiServiceResponse.d.ts +19 -0
- package/dist/models/CreateKyuubiServiceResponse.js +69 -0
- package/dist/models/CreateKyuubiServiceResponse.js.map +1 -0
- package/dist/models/CreateKyuubiServiceResponseBody.d.ts +39 -0
- package/dist/models/CreateKyuubiServiceResponseBody.js +82 -0
- package/dist/models/CreateKyuubiServiceResponseBody.js.map +1 -0
- package/dist/models/DeleteKyuubiServiceResponse.d.ts +19 -0
- package/dist/models/DeleteKyuubiServiceResponse.js +69 -0
- package/dist/models/DeleteKyuubiServiceResponse.js.map +1 -0
- package/dist/models/DeleteKyuubiServiceResponseBody.d.ts +23 -0
- package/dist/models/DeleteKyuubiServiceResponseBody.js +60 -0
- package/dist/models/DeleteKyuubiServiceResponseBody.js.map +1 -0
- package/dist/models/GenerateTaskCodesRequest.d.ts +34 -0
- package/dist/models/GenerateTaskCodesRequest.js +62 -0
- package/dist/models/GenerateTaskCodesRequest.js.map +1 -0
- package/dist/models/GenerateTaskCodesResponse.d.ts +19 -0
- package/dist/models/GenerateTaskCodesResponse.js +69 -0
- package/dist/models/GenerateTaskCodesResponse.js.map +1 -0
- package/dist/models/GenerateTaskCodesResponseBody.d.ts +44 -0
- package/dist/models/GenerateTaskCodesResponseBody.js +73 -0
- package/dist/models/GenerateTaskCodesResponseBody.js.map +1 -0
- package/dist/models/GetKyuubiServiceResponse.d.ts +19 -0
- package/dist/models/GetKyuubiServiceResponse.js +69 -0
- package/dist/models/GetKyuubiServiceResponse.js.map +1 -0
- package/dist/models/GetKyuubiServiceResponseBody.d.ts +114 -0
- package/dist/models/GetKyuubiServiceResponseBody.js +112 -0
- package/dist/models/GetKyuubiServiceResponseBody.js.map +1 -0
- package/dist/models/GetRunConfigurationRequest.d.ts +18 -0
- package/dist/models/GetRunConfigurationRequest.js +58 -0
- package/dist/models/GetRunConfigurationRequest.js.map +1 -0
- package/dist/models/GetRunConfigurationResponse.d.ts +19 -0
- package/dist/models/GetRunConfigurationResponse.js +69 -0
- package/dist/models/GetRunConfigurationResponse.js.map +1 -0
- package/dist/models/GetRunConfigurationResponseBody.d.ts +104 -0
- package/dist/models/GetRunConfigurationResponseBody.js +140 -0
- package/dist/models/GetRunConfigurationResponseBody.js.map +1 -0
- package/dist/models/ListCatalogsResponseBody.d.ts +5 -0
- package/dist/models/ListCatalogsResponseBody.js +2 -0
- package/dist/models/ListCatalogsResponseBody.js.map +1 -1
- package/dist/models/ListKyuubiSparkApplicationsResponseBody.d.ts +2 -0
- package/dist/models/ListKyuubiSparkApplicationsResponseBody.js +6 -0
- package/dist/models/ListKyuubiSparkApplicationsResponseBody.js.map +1 -1
- package/dist/models/StartKyuubiServiceResponse.d.ts +19 -0
- package/dist/models/StartKyuubiServiceResponse.js +69 -0
- package/dist/models/StartKyuubiServiceResponse.js.map +1 -0
- package/dist/models/StartKyuubiServiceResponseBody.d.ts +23 -0
- package/dist/models/StartKyuubiServiceResponseBody.js +60 -0
- package/dist/models/StartKyuubiServiceResponseBody.js.map +1 -0
- package/dist/models/StopKyuubiServiceResponse.d.ts +19 -0
- package/dist/models/StopKyuubiServiceResponse.js +69 -0
- package/dist/models/StopKyuubiServiceResponse.js.map +1 -0
- package/dist/models/StopKyuubiServiceResponseBody.d.ts +23 -0
- package/dist/models/StopKyuubiServiceResponseBody.js +60 -0
- package/dist/models/StopKyuubiServiceResponseBody.js.map +1 -0
- package/dist/models/UpdateKyuubiServiceRequest.d.ts +63 -0
- package/dist/models/UpdateKyuubiServiceRequest.js +76 -0
- package/dist/models/UpdateKyuubiServiceRequest.js.map +1 -0
- package/dist/models/UpdateKyuubiServiceResponse.d.ts +19 -0
- package/dist/models/UpdateKyuubiServiceResponse.js +69 -0
- package/dist/models/UpdateKyuubiServiceResponse.js.map +1 -0
- package/dist/models/UpdateKyuubiServiceResponseBody.d.ts +23 -0
- package/dist/models/UpdateKyuubiServiceResponseBody.js +60 -0
- package/dist/models/UpdateKyuubiServiceResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +29 -0
- package/dist/models/model.js +64 -6
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +441 -0
- package/src/models/CancelKyuubiSparkApplicationRequest.ts +31 -0
- package/src/models/CancelKyuubiSparkApplicationResponse.ts +40 -0
- package/src/models/CancelKyuubiSparkApplicationResponseBody.ts +67 -0
- package/src/models/CreateKyuubiServiceRequest.ts +87 -0
- package/src/models/CreateKyuubiServiceResponse.ts +40 -0
- package/src/models/CreateKyuubiServiceResponseBody.ts +67 -0
- package/src/models/DeleteKyuubiServiceResponse.ts +40 -0
- package/src/models/DeleteKyuubiServiceResponseBody.ts +38 -0
- package/src/models/GenerateTaskCodesRequest.ts +51 -0
- package/src/models/GenerateTaskCodesResponse.ts +40 -0
- package/src/models/GenerateTaskCodesResponseBody.ts +72 -0
- package/src/models/GetKyuubiServiceResponse.ts +40 -0
- package/src/models/GetKyuubiServiceResponseBody.ts +172 -0
- package/src/models/GetRunConfigurationRequest.ts +31 -0
- package/src/models/GetRunConfigurationResponse.ts +40 -0
- package/src/models/GetRunConfigurationResponseBody.ts +171 -0
- package/src/models/ListCatalogsResponseBody.ts +7 -0
- package/src/models/ListKyuubiSparkApplicationsResponseBody.ts +7 -0
- package/src/models/StartKyuubiServiceResponse.ts +40 -0
- package/src/models/StartKyuubiServiceResponseBody.ts +38 -0
- package/src/models/StopKyuubiServiceResponse.ts +40 -0
- package/src/models/StopKyuubiServiceResponseBody.ts +38 -0
- package/src/models/UpdateKyuubiServiceRequest.ts +94 -0
- package/src/models/UpdateKyuubiServiceResponse.ts +40 -0
- package/src/models/UpdateKyuubiServiceResponseBody.ts +38 -0
- package/src/models/model.ts +29 -0
package/src/models/model.ts
CHANGED
|
@@ -4,6 +4,8 @@ export { SqlOutputRows } from './SqlOutput';
|
|
|
4
4
|
export { SqlOutputSchemaFields } from './SqlOutput';
|
|
5
5
|
export { SqlOutputSchema } from './SqlOutput';
|
|
6
6
|
export { TaskCredential } from './Task';
|
|
7
|
+
export { CancelKyuubiSparkApplicationResponseBodyBody } from './CancelKyuubiSparkApplicationResponseBody';
|
|
8
|
+
export { CreateKyuubiServiceResponseBodyData } from './CreateKyuubiServiceResponseBody';
|
|
7
9
|
export { CreateKyuubiTokenRequestAutoExpireConfiguration } from './CreateKyuubiTokenRequest';
|
|
8
10
|
export { CreateKyuubiTokenResponseBodyData } from './CreateKyuubiTokenResponseBody';
|
|
9
11
|
export { CreateLivyComputeRequestAutoStartConfiguration } from './CreateLivyComputeRequest';
|
|
@@ -31,12 +33,16 @@ export { GetDoctorApplicationResponseBodyData } from './GetDoctorApplicationResp
|
|
|
31
33
|
export { GetJobRunResponseBodyJobRunConfigurationOverrides } from './GetJobRunResponseBody';
|
|
32
34
|
export { GetJobRunResponseBodyJobRunStateChangeReason } from './GetJobRunResponseBody';
|
|
33
35
|
export { GetJobRunResponseBodyJobRun } from './GetJobRunResponseBody';
|
|
36
|
+
export { GetKyuubiServiceResponseBodyData } from './GetKyuubiServiceResponseBody';
|
|
34
37
|
export { GetKyuubiTokenResponseBodyDataAutoExpireConfiguration } from './GetKyuubiTokenResponseBody';
|
|
35
38
|
export { GetKyuubiTokenResponseBodyData } from './GetKyuubiTokenResponseBody';
|
|
36
39
|
export { GetLivyComputeResponseBodyDataAutoStopConfiguration } from './GetLivyComputeResponseBody';
|
|
37
40
|
export { GetLivyComputeResponseBodyData } from './GetLivyComputeResponseBody';
|
|
38
41
|
export { GetLivyComputeTokenResponseBodyDataAutoExpireConfiguration } from './GetLivyComputeTokenResponseBody';
|
|
39
42
|
export { GetLivyComputeTokenResponseBodyData } from './GetLivyComputeTokenResponseBody';
|
|
43
|
+
export { GetRunConfigurationResponseBodyRunConfigurationApplicationConfigs } from './GetRunConfigurationResponseBody';
|
|
44
|
+
export { GetRunConfigurationResponseBodyRunConfigurationLogConfig } from './GetRunConfigurationResponseBody';
|
|
45
|
+
export { GetRunConfigurationResponseBodyRunConfiguration } from './GetRunConfigurationResponseBody';
|
|
40
46
|
export { GetSessionClusterResponseBodySessionClusterApplicationConfigs } from './GetSessionClusterResponseBody';
|
|
41
47
|
export { GetSessionClusterResponseBodySessionClusterAutoStartConfiguration } from './GetSessionClusterResponseBody';
|
|
42
48
|
export { GetSessionClusterResponseBodySessionClusterAutoStopConfiguration } from './GetSessionClusterResponseBody';
|
|
@@ -120,6 +126,12 @@ export { AddMembersResponse } from './AddMembersResponse';
|
|
|
120
126
|
export { CancelJobRunRequest } from './CancelJobRunRequest';
|
|
121
127
|
export { CancelJobRunResponseBody } from './CancelJobRunResponseBody';
|
|
122
128
|
export { CancelJobRunResponse } from './CancelJobRunResponse';
|
|
129
|
+
export { CancelKyuubiSparkApplicationRequest } from './CancelKyuubiSparkApplicationRequest';
|
|
130
|
+
export { CancelKyuubiSparkApplicationResponseBody } from './CancelKyuubiSparkApplicationResponseBody';
|
|
131
|
+
export { CancelKyuubiSparkApplicationResponse } from './CancelKyuubiSparkApplicationResponse';
|
|
132
|
+
export { CreateKyuubiServiceRequest } from './CreateKyuubiServiceRequest';
|
|
133
|
+
export { CreateKyuubiServiceResponseBody } from './CreateKyuubiServiceResponseBody';
|
|
134
|
+
export { CreateKyuubiServiceResponse } from './CreateKyuubiServiceResponse';
|
|
123
135
|
export { CreateKyuubiTokenRequest } from './CreateKyuubiTokenRequest';
|
|
124
136
|
export { CreateKyuubiTokenResponseBody } from './CreateKyuubiTokenResponseBody';
|
|
125
137
|
export { CreateKyuubiTokenResponse } from './CreateKyuubiTokenResponse';
|
|
@@ -142,6 +154,8 @@ export { CreateSqlStatementResponse } from './CreateSqlStatementResponse';
|
|
|
142
154
|
export { CreateWorkspaceRequest } from './CreateWorkspaceRequest';
|
|
143
155
|
export { CreateWorkspaceResponseBody } from './CreateWorkspaceResponseBody';
|
|
144
156
|
export { CreateWorkspaceResponse } from './CreateWorkspaceResponse';
|
|
157
|
+
export { DeleteKyuubiServiceResponseBody } from './DeleteKyuubiServiceResponseBody';
|
|
158
|
+
export { DeleteKyuubiServiceResponse } from './DeleteKyuubiServiceResponse';
|
|
145
159
|
export { DeleteKyuubiTokenRequest } from './DeleteKyuubiTokenRequest';
|
|
146
160
|
export { DeleteKyuubiTokenResponseBody } from './DeleteKyuubiTokenResponseBody';
|
|
147
161
|
export { DeleteKyuubiTokenResponse } from './DeleteKyuubiTokenResponse';
|
|
@@ -154,6 +168,9 @@ export { DeleteLivyComputeTokenResponse } from './DeleteLivyComputeTokenResponse
|
|
|
154
168
|
export { EditWorkspaceQueueRequest } from './EditWorkspaceQueueRequest';
|
|
155
169
|
export { EditWorkspaceQueueResponseBody } from './EditWorkspaceQueueResponseBody';
|
|
156
170
|
export { EditWorkspaceQueueResponse } from './EditWorkspaceQueueResponse';
|
|
171
|
+
export { GenerateTaskCodesRequest } from './GenerateTaskCodesRequest';
|
|
172
|
+
export { GenerateTaskCodesResponseBody } from './GenerateTaskCodesResponseBody';
|
|
173
|
+
export { GenerateTaskCodesResponse } from './GenerateTaskCodesResponse';
|
|
157
174
|
export { GetCuHoursRequest } from './GetCuHoursRequest';
|
|
158
175
|
export { GetCuHoursResponseBody } from './GetCuHoursResponseBody';
|
|
159
176
|
export { GetCuHoursResponse } from './GetCuHoursResponse';
|
|
@@ -163,6 +180,8 @@ export { GetDoctorApplicationResponse } from './GetDoctorApplicationResponse';
|
|
|
163
180
|
export { GetJobRunRequest } from './GetJobRunRequest';
|
|
164
181
|
export { GetJobRunResponseBody } from './GetJobRunResponseBody';
|
|
165
182
|
export { GetJobRunResponse } from './GetJobRunResponse';
|
|
183
|
+
export { GetKyuubiServiceResponseBody } from './GetKyuubiServiceResponseBody';
|
|
184
|
+
export { GetKyuubiServiceResponse } from './GetKyuubiServiceResponse';
|
|
166
185
|
export { GetKyuubiTokenRequest } from './GetKyuubiTokenRequest';
|
|
167
186
|
export { GetKyuubiTokenResponseBody } from './GetKyuubiTokenResponseBody';
|
|
168
187
|
export { GetKyuubiTokenResponse } from './GetKyuubiTokenResponse';
|
|
@@ -172,6 +191,9 @@ export { GetLivyComputeResponse } from './GetLivyComputeResponse';
|
|
|
172
191
|
export { GetLivyComputeTokenRequest } from './GetLivyComputeTokenRequest';
|
|
173
192
|
export { GetLivyComputeTokenResponseBody } from './GetLivyComputeTokenResponseBody';
|
|
174
193
|
export { GetLivyComputeTokenResponse } from './GetLivyComputeTokenResponse';
|
|
194
|
+
export { GetRunConfigurationRequest } from './GetRunConfigurationRequest';
|
|
195
|
+
export { GetRunConfigurationResponseBody } from './GetRunConfigurationResponseBody';
|
|
196
|
+
export { GetRunConfigurationResponse } from './GetRunConfigurationResponse';
|
|
175
197
|
export { GetSessionClusterRequest } from './GetSessionClusterRequest';
|
|
176
198
|
export { GetSessionClusterResponseBody } from './GetSessionClusterResponseBody';
|
|
177
199
|
export { GetSessionClusterResponse } from './GetSessionClusterResponse';
|
|
@@ -240,6 +262,8 @@ export { RefreshLivyComputeTokenResponse } from './RefreshLivyComputeTokenRespon
|
|
|
240
262
|
export { StartJobRunRequest } from './StartJobRunRequest';
|
|
241
263
|
export { StartJobRunResponseBody } from './StartJobRunResponseBody';
|
|
242
264
|
export { StartJobRunResponse } from './StartJobRunResponse';
|
|
265
|
+
export { StartKyuubiServiceResponseBody } from './StartKyuubiServiceResponseBody';
|
|
266
|
+
export { StartKyuubiServiceResponse } from './StartKyuubiServiceResponse';
|
|
243
267
|
export { StartLivyComputeRequest } from './StartLivyComputeRequest';
|
|
244
268
|
export { StartLivyComputeResponseBody } from './StartLivyComputeResponseBody';
|
|
245
269
|
export { StartLivyComputeResponse } from './StartLivyComputeResponse';
|
|
@@ -249,6 +273,8 @@ export { StartProcessInstanceResponse } from './StartProcessInstanceResponse';
|
|
|
249
273
|
export { StartSessionClusterRequest } from './StartSessionClusterRequest';
|
|
250
274
|
export { StartSessionClusterResponseBody } from './StartSessionClusterResponseBody';
|
|
251
275
|
export { StartSessionClusterResponse } from './StartSessionClusterResponse';
|
|
276
|
+
export { StopKyuubiServiceResponseBody } from './StopKyuubiServiceResponseBody';
|
|
277
|
+
export { StopKyuubiServiceResponse } from './StopKyuubiServiceResponse';
|
|
252
278
|
export { StopLivyComputeRequest } from './StopLivyComputeRequest';
|
|
253
279
|
export { StopLivyComputeResponseBody } from './StopLivyComputeResponseBody';
|
|
254
280
|
export { StopLivyComputeResponse } from './StopLivyComputeResponse';
|
|
@@ -258,6 +284,9 @@ export { StopSessionClusterResponse } from './StopSessionClusterResponse';
|
|
|
258
284
|
export { TerminateSqlStatementRequest } from './TerminateSqlStatementRequest';
|
|
259
285
|
export { TerminateSqlStatementResponseBody } from './TerminateSqlStatementResponseBody';
|
|
260
286
|
export { TerminateSqlStatementResponse } from './TerminateSqlStatementResponse';
|
|
287
|
+
export { UpdateKyuubiServiceRequest } from './UpdateKyuubiServiceRequest';
|
|
288
|
+
export { UpdateKyuubiServiceResponseBody } from './UpdateKyuubiServiceResponseBody';
|
|
289
|
+
export { UpdateKyuubiServiceResponse } from './UpdateKyuubiServiceResponse';
|
|
261
290
|
export { UpdateKyuubiTokenRequest } from './UpdateKyuubiTokenRequest';
|
|
262
291
|
export { UpdateKyuubiTokenResponseBody } from './UpdateKyuubiTokenResponseBody';
|
|
263
292
|
export { UpdateKyuubiTokenResponse } from './UpdateKyuubiTokenResponse';
|