@alicloud/emr-serverless-spark20230808 1.16.0 → 1.17.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 +132 -0
- package/dist/client.js +357 -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/EditWorkspaceQueueRequest.d.ts +5 -0
- package/dist/models/EditWorkspaceQueueRequest.js +2 -0
- package/dist/models/EditWorkspaceQueueRequest.js.map +1 -1
- 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/GetJobRunResponseBody.d.ts +5 -0
- package/dist/models/GetJobRunResponseBody.js +2 -0
- package/dist/models/GetJobRunResponseBody.js.map +1 -1
- 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/ListJobRunsResponseBody.d.ts +5 -0
- package/dist/models/ListJobRunsResponseBody.js +2 -0
- package/dist/models/ListJobRunsResponseBody.js.map +1 -1
- package/dist/models/ListKyuubiSparkApplicationsResponseBody.d.ts +15 -0
- package/dist/models/ListKyuubiSparkApplicationsResponseBody.js +8 -0
- package/dist/models/ListKyuubiSparkApplicationsResponseBody.js.map +1 -1
- package/dist/models/ListWorkspaceQueuesResponseBody.d.ts +1 -0
- package/dist/models/ListWorkspaceQueuesResponseBody.js +2 -0
- package/dist/models/ListWorkspaceQueuesResponseBody.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 +23 -0
- package/dist/models/model.js +52 -6
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +396 -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/EditWorkspaceQueueRequest.ts +7 -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/GetJobRunResponseBody.ts +7 -0
- package/src/models/GetKyuubiServiceResponse.ts +40 -0
- package/src/models/GetKyuubiServiceResponseBody.ts +172 -0
- package/src/models/ListJobRunsResponseBody.ts +7 -0
- package/src/models/ListKyuubiSparkApplicationsResponseBody.ts +22 -0
- package/src/models/ListWorkspaceQueuesResponseBody.ts +3 -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 +23 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StopKyuubiServiceResponseBody.js","sourceRoot":"","sources":["../../src/models/StopKyuubiServiceResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;IAW5D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,KAAK;YACX,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhCD,sEAgCC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class UpdateKyuubiServiceRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* 2c8g
|
|
6
|
+
*/
|
|
7
|
+
computeInstance?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* []
|
|
11
|
+
*/
|
|
12
|
+
kyuubiConfigs?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* 1.9.2-0.0.2
|
|
16
|
+
*/
|
|
17
|
+
kyuubiReleaseVersion?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @example
|
|
20
|
+
* dev_serverless_spark
|
|
21
|
+
*/
|
|
22
|
+
name?: string;
|
|
23
|
+
/**
|
|
24
|
+
* @example
|
|
25
|
+
* true
|
|
26
|
+
*/
|
|
27
|
+
publicEndpointEnabled?: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* @example
|
|
30
|
+
* dev_queue
|
|
31
|
+
*/
|
|
32
|
+
queue?: string;
|
|
33
|
+
/**
|
|
34
|
+
* @example
|
|
35
|
+
* esr-4.6.0 (Spark 3.5.2, Scala 2.12)
|
|
36
|
+
*/
|
|
37
|
+
releaseVersion?: string;
|
|
38
|
+
/**
|
|
39
|
+
* @example
|
|
40
|
+
* 0
|
|
41
|
+
*/
|
|
42
|
+
replica?: number;
|
|
43
|
+
/**
|
|
44
|
+
* @example
|
|
45
|
+
* false
|
|
46
|
+
*/
|
|
47
|
+
restart?: boolean;
|
|
48
|
+
/**
|
|
49
|
+
* @example
|
|
50
|
+
* []
|
|
51
|
+
*/
|
|
52
|
+
sparkConfigs?: string;
|
|
53
|
+
static names(): {
|
|
54
|
+
[key: string]: string;
|
|
55
|
+
};
|
|
56
|
+
static types(): {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
};
|
|
59
|
+
validate(): void;
|
|
60
|
+
constructor(map?: {
|
|
61
|
+
[key: string]: any;
|
|
62
|
+
});
|
|
63
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.UpdateKyuubiServiceRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class UpdateKyuubiServiceRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
computeInstance: 'computeInstance',
|
|
43
|
+
kyuubiConfigs: 'kyuubiConfigs',
|
|
44
|
+
kyuubiReleaseVersion: 'kyuubiReleaseVersion',
|
|
45
|
+
name: 'name',
|
|
46
|
+
publicEndpointEnabled: 'publicEndpointEnabled',
|
|
47
|
+
queue: 'queue',
|
|
48
|
+
releaseVersion: 'releaseVersion',
|
|
49
|
+
replica: 'replica',
|
|
50
|
+
restart: 'restart',
|
|
51
|
+
sparkConfigs: 'sparkConfigs',
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
static types() {
|
|
55
|
+
return {
|
|
56
|
+
computeInstance: 'string',
|
|
57
|
+
kyuubiConfigs: 'string',
|
|
58
|
+
kyuubiReleaseVersion: 'string',
|
|
59
|
+
name: 'string',
|
|
60
|
+
publicEndpointEnabled: 'boolean',
|
|
61
|
+
queue: 'string',
|
|
62
|
+
releaseVersion: 'string',
|
|
63
|
+
replica: 'number',
|
|
64
|
+
restart: 'boolean',
|
|
65
|
+
sparkConfigs: 'string',
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
validate() {
|
|
69
|
+
super.validate();
|
|
70
|
+
}
|
|
71
|
+
constructor(map) {
|
|
72
|
+
super(map);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
exports.UpdateKyuubiServiceRequest = UpdateKyuubiServiceRequest;
|
|
76
|
+
//# sourceMappingURL=UpdateKyuubiServiceRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateKyuubiServiceRequest.js","sourceRoot":"","sources":["../../src/models/UpdateKyuubiServiceRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0BAA2B,SAAQ,KAAK,CAAC,KAAK;IAmDzD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,iBAAiB;YAClC,aAAa,EAAE,eAAe;YAC9B,oBAAoB,EAAE,sBAAsB;YAC5C,IAAI,EAAE,MAAM;YACZ,qBAAqB,EAAE,uBAAuB;YAC9C,KAAK,EAAE,OAAO;YACd,cAAc,EAAE,gBAAgB;YAChC,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;YAClB,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,QAAQ;YACzB,aAAa,EAAE,QAAQ;YACvB,oBAAoB,EAAE,QAAQ;YAC9B,IAAI,EAAE,QAAQ;YACd,qBAAqB,EAAE,SAAS;YAChC,KAAK,EAAE,QAAQ;YACf,cAAc,EAAE,QAAQ;YACxB,OAAO,EAAE,QAAQ;YACjB,OAAO,EAAE,SAAS;YAClB,YAAY,EAAE,QAAQ;SACvB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxFD,gEAwFC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { UpdateKyuubiServiceResponseBody } from "./UpdateKyuubiServiceResponseBody";
|
|
3
|
+
export declare class UpdateKyuubiServiceResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: UpdateKyuubiServiceResponseBody;
|
|
9
|
+
static names(): {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
static types(): {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
validate(): void;
|
|
16
|
+
constructor(map?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
});
|
|
19
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.UpdateKyuubiServiceResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const UpdateKyuubiServiceResponseBody_1 = require("./UpdateKyuubiServiceResponseBody");
|
|
40
|
+
class UpdateKyuubiServiceResponse extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
headers: 'headers',
|
|
44
|
+
statusCode: 'statusCode',
|
|
45
|
+
body: 'body',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
51
|
+
statusCode: 'number',
|
|
52
|
+
body: UpdateKyuubiServiceResponseBody_1.UpdateKyuubiServiceResponseBody,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
validate() {
|
|
56
|
+
if (this.headers) {
|
|
57
|
+
$dara.Model.validateMap(this.headers);
|
|
58
|
+
}
|
|
59
|
+
if (this.body && typeof this.body.validate === 'function') {
|
|
60
|
+
this.body.validate();
|
|
61
|
+
}
|
|
62
|
+
super.validate();
|
|
63
|
+
}
|
|
64
|
+
constructor(map) {
|
|
65
|
+
super(map);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.UpdateKyuubiServiceResponse = UpdateKyuubiServiceResponse;
|
|
69
|
+
//# sourceMappingURL=UpdateKyuubiServiceResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateKyuubiServiceResponse.js","sourceRoot":"","sources":["../../src/models/UpdateKyuubiServiceResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,uFAAoF;AAGpF,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;IAI1D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,iEAA+B;SACtC,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,kEAiCC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class UpdateKyuubiServiceResponseBody extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* true
|
|
6
|
+
*/
|
|
7
|
+
data?: any;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* DD6B1B2A-5837-5237-ABE4-FF0C8944****
|
|
11
|
+
*/
|
|
12
|
+
requestId?: string;
|
|
13
|
+
static names(): {
|
|
14
|
+
[key: string]: string;
|
|
15
|
+
};
|
|
16
|
+
static types(): {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
};
|
|
19
|
+
validate(): void;
|
|
20
|
+
constructor(map?: {
|
|
21
|
+
[key: string]: any;
|
|
22
|
+
});
|
|
23
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.UpdateKyuubiServiceResponseBody = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class UpdateKyuubiServiceResponseBody extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
data: 'data',
|
|
43
|
+
requestId: 'requestId',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
static types() {
|
|
47
|
+
return {
|
|
48
|
+
data: 'any',
|
|
49
|
+
requestId: 'string',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
validate() {
|
|
53
|
+
super.validate();
|
|
54
|
+
}
|
|
55
|
+
constructor(map) {
|
|
56
|
+
super(map);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
exports.UpdateKyuubiServiceResponseBody = UpdateKyuubiServiceResponseBody;
|
|
60
|
+
//# sourceMappingURL=UpdateKyuubiServiceResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateKyuubiServiceResponseBody.js","sourceRoot":"","sources":["../../src/models/UpdateKyuubiServiceResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,+BAAgC,SAAQ,KAAK,CAAC,KAAK;IAW9D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,KAAK;YACX,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhCD,0EAgCC"}
|
package/dist/models/model.d.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,6 +33,7 @@ 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';
|
|
@@ -120,6 +123,12 @@ export { AddMembersResponse } from './AddMembersResponse';
|
|
|
120
123
|
export { CancelJobRunRequest } from './CancelJobRunRequest';
|
|
121
124
|
export { CancelJobRunResponseBody } from './CancelJobRunResponseBody';
|
|
122
125
|
export { CancelJobRunResponse } from './CancelJobRunResponse';
|
|
126
|
+
export { CancelKyuubiSparkApplicationRequest } from './CancelKyuubiSparkApplicationRequest';
|
|
127
|
+
export { CancelKyuubiSparkApplicationResponseBody } from './CancelKyuubiSparkApplicationResponseBody';
|
|
128
|
+
export { CancelKyuubiSparkApplicationResponse } from './CancelKyuubiSparkApplicationResponse';
|
|
129
|
+
export { CreateKyuubiServiceRequest } from './CreateKyuubiServiceRequest';
|
|
130
|
+
export { CreateKyuubiServiceResponseBody } from './CreateKyuubiServiceResponseBody';
|
|
131
|
+
export { CreateKyuubiServiceResponse } from './CreateKyuubiServiceResponse';
|
|
123
132
|
export { CreateKyuubiTokenRequest } from './CreateKyuubiTokenRequest';
|
|
124
133
|
export { CreateKyuubiTokenResponseBody } from './CreateKyuubiTokenResponseBody';
|
|
125
134
|
export { CreateKyuubiTokenResponse } from './CreateKyuubiTokenResponse';
|
|
@@ -142,6 +151,8 @@ export { CreateSqlStatementResponse } from './CreateSqlStatementResponse';
|
|
|
142
151
|
export { CreateWorkspaceRequest } from './CreateWorkspaceRequest';
|
|
143
152
|
export { CreateWorkspaceResponseBody } from './CreateWorkspaceResponseBody';
|
|
144
153
|
export { CreateWorkspaceResponse } from './CreateWorkspaceResponse';
|
|
154
|
+
export { DeleteKyuubiServiceResponseBody } from './DeleteKyuubiServiceResponseBody';
|
|
155
|
+
export { DeleteKyuubiServiceResponse } from './DeleteKyuubiServiceResponse';
|
|
145
156
|
export { DeleteKyuubiTokenRequest } from './DeleteKyuubiTokenRequest';
|
|
146
157
|
export { DeleteKyuubiTokenResponseBody } from './DeleteKyuubiTokenResponseBody';
|
|
147
158
|
export { DeleteKyuubiTokenResponse } from './DeleteKyuubiTokenResponse';
|
|
@@ -154,6 +165,9 @@ export { DeleteLivyComputeTokenResponse } from './DeleteLivyComputeTokenResponse
|
|
|
154
165
|
export { EditWorkspaceQueueRequest } from './EditWorkspaceQueueRequest';
|
|
155
166
|
export { EditWorkspaceQueueResponseBody } from './EditWorkspaceQueueResponseBody';
|
|
156
167
|
export { EditWorkspaceQueueResponse } from './EditWorkspaceQueueResponse';
|
|
168
|
+
export { GenerateTaskCodesRequest } from './GenerateTaskCodesRequest';
|
|
169
|
+
export { GenerateTaskCodesResponseBody } from './GenerateTaskCodesResponseBody';
|
|
170
|
+
export { GenerateTaskCodesResponse } from './GenerateTaskCodesResponse';
|
|
157
171
|
export { GetCuHoursRequest } from './GetCuHoursRequest';
|
|
158
172
|
export { GetCuHoursResponseBody } from './GetCuHoursResponseBody';
|
|
159
173
|
export { GetCuHoursResponse } from './GetCuHoursResponse';
|
|
@@ -163,6 +177,8 @@ export { GetDoctorApplicationResponse } from './GetDoctorApplicationResponse';
|
|
|
163
177
|
export { GetJobRunRequest } from './GetJobRunRequest';
|
|
164
178
|
export { GetJobRunResponseBody } from './GetJobRunResponseBody';
|
|
165
179
|
export { GetJobRunResponse } from './GetJobRunResponse';
|
|
180
|
+
export { GetKyuubiServiceResponseBody } from './GetKyuubiServiceResponseBody';
|
|
181
|
+
export { GetKyuubiServiceResponse } from './GetKyuubiServiceResponse';
|
|
166
182
|
export { GetKyuubiTokenRequest } from './GetKyuubiTokenRequest';
|
|
167
183
|
export { GetKyuubiTokenResponseBody } from './GetKyuubiTokenResponseBody';
|
|
168
184
|
export { GetKyuubiTokenResponse } from './GetKyuubiTokenResponse';
|
|
@@ -240,6 +256,8 @@ export { RefreshLivyComputeTokenResponse } from './RefreshLivyComputeTokenRespon
|
|
|
240
256
|
export { StartJobRunRequest } from './StartJobRunRequest';
|
|
241
257
|
export { StartJobRunResponseBody } from './StartJobRunResponseBody';
|
|
242
258
|
export { StartJobRunResponse } from './StartJobRunResponse';
|
|
259
|
+
export { StartKyuubiServiceResponseBody } from './StartKyuubiServiceResponseBody';
|
|
260
|
+
export { StartKyuubiServiceResponse } from './StartKyuubiServiceResponse';
|
|
243
261
|
export { StartLivyComputeRequest } from './StartLivyComputeRequest';
|
|
244
262
|
export { StartLivyComputeResponseBody } from './StartLivyComputeResponseBody';
|
|
245
263
|
export { StartLivyComputeResponse } from './StartLivyComputeResponse';
|
|
@@ -249,6 +267,8 @@ export { StartProcessInstanceResponse } from './StartProcessInstanceResponse';
|
|
|
249
267
|
export { StartSessionClusterRequest } from './StartSessionClusterRequest';
|
|
250
268
|
export { StartSessionClusterResponseBody } from './StartSessionClusterResponseBody';
|
|
251
269
|
export { StartSessionClusterResponse } from './StartSessionClusterResponse';
|
|
270
|
+
export { StopKyuubiServiceResponseBody } from './StopKyuubiServiceResponseBody';
|
|
271
|
+
export { StopKyuubiServiceResponse } from './StopKyuubiServiceResponse';
|
|
252
272
|
export { StopLivyComputeRequest } from './StopLivyComputeRequest';
|
|
253
273
|
export { StopLivyComputeResponseBody } from './StopLivyComputeResponseBody';
|
|
254
274
|
export { StopLivyComputeResponse } from './StopLivyComputeResponse';
|
|
@@ -258,6 +278,9 @@ export { StopSessionClusterResponse } from './StopSessionClusterResponse';
|
|
|
258
278
|
export { TerminateSqlStatementRequest } from './TerminateSqlStatementRequest';
|
|
259
279
|
export { TerminateSqlStatementResponseBody } from './TerminateSqlStatementResponseBody';
|
|
260
280
|
export { TerminateSqlStatementResponse } from './TerminateSqlStatementResponse';
|
|
281
|
+
export { UpdateKyuubiServiceRequest } from './UpdateKyuubiServiceRequest';
|
|
282
|
+
export { UpdateKyuubiServiceResponseBody } from './UpdateKyuubiServiceResponseBody';
|
|
283
|
+
export { UpdateKyuubiServiceResponse } from './UpdateKyuubiServiceResponse';
|
|
261
284
|
export { UpdateKyuubiTokenRequest } from './UpdateKyuubiTokenRequest';
|
|
262
285
|
export { UpdateKyuubiTokenResponseBody } from './UpdateKyuubiTokenResponseBody';
|
|
263
286
|
export { UpdateKyuubiTokenResponse } from './UpdateKyuubiTokenResponse';
|
package/dist/models/model.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.UpdateProcessDefinitionWithScheduleResponse = exports.UpdateProcessDefinitionWithScheduleResponseBody = exports.UpdateProcessDefinitionWithScheduleShrinkRequest = exports.UpdateProcessDefinitionWithScheduleRequest = exports.UpdateLivyComputeResponse = exports.UpdateLivyComputeResponseBody = exports.UpdateLivyComputeRequest = exports.UpdateKyuubiTokenResponse = exports.UpdateKyuubiTokenResponseBody = exports.UpdateKyuubiTokenRequest = exports.TerminateSqlStatementResponse = exports.TerminateSqlStatementResponseBody = exports.TerminateSqlStatementRequest = exports.StopSessionClusterResponse = exports.StopSessionClusterResponseBody = exports.StopSessionClusterRequest = exports.StopLivyComputeResponse = exports.StopLivyComputeResponseBody = exports.StopLivyComputeRequest = exports.StartSessionClusterResponse = void 0;
|
|
3
|
+
exports.ListCatalogsResponseBodyCatalogs = exports.GetSqlStatementResponseBodyData = exports.GetSqlStatementResponseBodyDataSqlOutputs = exports.GetSessionClusterResponseBodySessionCluster = exports.GetSessionClusterResponseBodySessionClusterStateChangeReason = exports.GetSessionClusterResponseBodySessionClusterAutoStopConfiguration = exports.GetSessionClusterResponseBodySessionClusterAutoStartConfiguration = exports.GetSessionClusterResponseBodySessionClusterApplicationConfigs = exports.GetLivyComputeTokenResponseBodyData = exports.GetLivyComputeTokenResponseBodyDataAutoExpireConfiguration = exports.GetLivyComputeResponseBodyData = exports.GetLivyComputeResponseBodyDataAutoStopConfiguration = exports.GetKyuubiTokenResponseBodyData = exports.GetKyuubiTokenResponseBodyDataAutoExpireConfiguration = exports.GetKyuubiServiceResponseBodyData = exports.GetJobRunResponseBodyJobRun = exports.GetJobRunResponseBodyJobRunStateChangeReason = exports.GetJobRunResponseBodyJobRunConfigurationOverrides = exports.GetDoctorApplicationResponseBodyData = exports.GetCuHoursResponseBodyData = exports.EditWorkspaceQueueRequestResourceSpec = exports.CreateWorkspaceRequestTag = exports.CreateWorkspaceRequestResourceSpec = exports.CreateSqlStatementResponseBodyData = exports.CreateSessionClusterRequestAutoStopConfiguration = exports.CreateSessionClusterRequestAutoStartConfiguration = exports.CreateSessionClusterRequestApplicationConfigs = exports.CreateProcessDefinitionWithScheduleResponseBodyData = exports.CreateProcessDefinitionWithScheduleRequestTaskRelationJson = exports.CreateProcessDefinitionWithScheduleRequestTaskDefinitionJson = exports.CreateProcessDefinitionWithScheduleRequestTaskDefinitionJsonTaskParams = exports.CreateProcessDefinitionWithScheduleRequestTaskDefinitionJsonTaskParamsSparkConf = exports.CreateProcessDefinitionWithScheduleRequestTaskDefinitionJsonTaskParamsLocalParams = exports.CreateProcessDefinitionWithScheduleRequestSchedule = exports.CreateProcessDefinitionWithScheduleRequestGlobalParams = exports.CreateLivyComputeTokenResponseBodyData = exports.CreateLivyComputeTokenRequestAutoExpireConfiguration = exports.CreateLivyComputeResponseBodyData = exports.CreateLivyComputeRequestAutoStopConfiguration = exports.CreateLivyComputeRequestAutoStartConfiguration = exports.CreateKyuubiTokenResponseBodyData = exports.CreateKyuubiTokenRequestAutoExpireConfiguration = exports.CreateKyuubiServiceResponseBodyData = exports.CancelKyuubiSparkApplicationResponseBodyBody = exports.TaskCredential = exports.SqlOutputSchema = exports.SqlOutputSchemaFields = exports.SqlOutputRows = exports.JobDriverSparkSubmit = exports.ConfigurationOverridesConfigurations = void 0;
|
|
4
|
+
exports.UpdateProcessDefinitionWithScheduleRequestTaskRelationJson = exports.UpdateProcessDefinitionWithScheduleRequestTaskDefinitionJson = exports.UpdateProcessDefinitionWithScheduleRequestTaskDefinitionJsonTaskParams = exports.UpdateProcessDefinitionWithScheduleRequestTaskDefinitionJsonTaskParamsSparkConf = exports.UpdateProcessDefinitionWithScheduleRequestTaskDefinitionJsonTaskParamsLocalParams = exports.UpdateProcessDefinitionWithScheduleRequestSchedule = exports.UpdateProcessDefinitionWithScheduleRequestGlobalParams = exports.UpdateLivyComputeRequestAutoStopConfiguration = exports.UpdateLivyComputeRequestAutoStartConfiguration = exports.UpdateKyuubiTokenRequestAutoExpireConfiguration = exports.StartJobRunRequestConfigurationOverrides = exports.StartJobRunRequestConfigurationOverridesConfigurations = exports.RefreshLivyComputeTokenRequestAutoExpireConfiguration = exports.ListWorkspacesResponseBodyWorkspaces = exports.ListWorkspacesResponseBodyWorkspacesTags = exports.ListWorkspacesResponseBodyWorkspacesStateChangeReason = exports.ListWorkspacesResponseBodyWorkspacesPrePaidQuota = exports.ListWorkspacesRequestTag = exports.ListWorkspaceQueuesResponseBodyQueues = exports.ListWorkspaceQueuesResponseBodyQueuesAllowActions = exports.ListSqlStatementContentsResponseBodySqlStatementContents = exports.ListSessionClustersResponseBodySessionClusters = exports.ListSessionClustersResponseBodySessionClustersStateChangeReason = exports.ListSessionClustersResponseBodySessionClustersAutoStopConfiguration = exports.ListSessionClustersResponseBodySessionClustersAutoStartConfiguration = exports.ListSessionClustersResponseBodySessionClustersApplicationConfigs = exports.ListReleaseVersionsResponseBodyReleaseVersions = exports.ListMembersResponseBodyMembers = exports.ListMembersResponseBodyMembersRoles = exports.ListMembersResponseBodyMembersRolesActions = exports.ListMembersResponseBodyMembersActions = exports.ListLogContentsResponseBodyListLogContent = exports.ListLogContentsResponseBodyListLogContentContents = exports.ListLivyComputeTokenResponseBodyData = exports.ListLivyComputeTokenResponseBodyDataTokens = exports.ListLivyComputeResponseBodyData = exports.ListLivyComputeResponseBodyDataLivyComputes = exports.ListKyuubiTokenResponseBodyData = exports.ListKyuubiTokenResponseBodyDataTokens = exports.ListKyuubiSparkApplicationsResponseBodyApplications = exports.ListKyuubiSparkApplicationsRequestStartTime = exports.ListKyuubiServicesResponseBodyData = exports.ListKyuubiServicesResponseBodyDataKyuubiServices = exports.ListJobRunsResponseBodyJobRuns = exports.ListJobRunsResponseBodyJobRunsStateChangeReason = exports.ListJobRunsResponseBodyJobRunsConfigurationOverrides = exports.ListJobRunsRequestTags = exports.ListJobRunsRequestStartTime = exports.ListJobRunsRequestEndTime = exports.ListJobExecutorsResponseBodyExexutors = void 0;
|
|
5
|
+
exports.CreateSqlStatementResponse = exports.CreateSqlStatementResponseBody = exports.CreateSqlStatementRequest = exports.CreateSessionClusterResponse = exports.CreateSessionClusterResponseBody = exports.CreateSessionClusterRequest = exports.CreateProcessDefinitionWithScheduleResponse = exports.CreateProcessDefinitionWithScheduleResponseBody = exports.CreateProcessDefinitionWithScheduleShrinkRequest = exports.CreateProcessDefinitionWithScheduleRequest = exports.CreateLivyComputeTokenResponse = exports.CreateLivyComputeTokenResponseBody = exports.CreateLivyComputeTokenRequest = exports.CreateLivyComputeResponse = exports.CreateLivyComputeResponseBody = exports.CreateLivyComputeRequest = exports.CreateKyuubiTokenResponse = exports.CreateKyuubiTokenResponseBody = exports.CreateKyuubiTokenRequest = exports.CreateKyuubiServiceResponse = exports.CreateKyuubiServiceResponseBody = exports.CreateKyuubiServiceRequest = exports.CancelKyuubiSparkApplicationResponse = exports.CancelKyuubiSparkApplicationResponseBody = exports.CancelKyuubiSparkApplicationRequest = exports.CancelJobRunResponse = exports.CancelJobRunResponseBody = exports.CancelJobRunRequest = exports.AddMembersResponse = exports.AddMembersResponseBody = exports.AddMembersRequest = exports.TimeRange = exports.Template = exports.TaskSnapshot = exports.TaskInstance = exports.Task = exports.Tag = exports.SqlOutput = exports.SparkConf = exports.RunLog = exports.ReleaseVersionImage = exports.PrincipalAction = exports.KerberosConf = exports.JobDriver = exports.Credential = exports.ConfigurationOverrides = exports.Configuration = exports.Category = exports.Artifact = exports.UpdateProcessDefinitionWithScheduleResponseBodyData = void 0;
|
|
6
|
+
exports.GrantRoleToUsersRequest = exports.GetTemplateResponse = exports.GetTemplateResponseBody = exports.GetTemplateRequest = exports.GetSqlStatementResponse = exports.GetSqlStatementResponseBody = exports.GetSqlStatementRequest = exports.GetSessionClusterResponse = exports.GetSessionClusterResponseBody = exports.GetSessionClusterRequest = exports.GetLivyComputeTokenResponse = exports.GetLivyComputeTokenResponseBody = exports.GetLivyComputeTokenRequest = exports.GetLivyComputeResponse = exports.GetLivyComputeResponseBody = exports.GetLivyComputeRequest = exports.GetKyuubiTokenResponse = exports.GetKyuubiTokenResponseBody = exports.GetKyuubiTokenRequest = exports.GetKyuubiServiceResponse = exports.GetKyuubiServiceResponseBody = exports.GetJobRunResponse = exports.GetJobRunResponseBody = exports.GetJobRunRequest = exports.GetDoctorApplicationResponse = exports.GetDoctorApplicationResponseBody = exports.GetDoctorApplicationRequest = exports.GetCuHoursResponse = exports.GetCuHoursResponseBody = exports.GetCuHoursRequest = exports.GenerateTaskCodesResponse = exports.GenerateTaskCodesResponseBody = exports.GenerateTaskCodesRequest = exports.EditWorkspaceQueueResponse = exports.EditWorkspaceQueueResponseBody = exports.EditWorkspaceQueueRequest = exports.DeleteLivyComputeTokenResponse = exports.DeleteLivyComputeTokenResponseBody = exports.DeleteLivyComputeTokenRequest = exports.DeleteLivyComputeResponse = exports.DeleteLivyComputeResponseBody = exports.DeleteLivyComputeRequest = exports.DeleteKyuubiTokenResponse = exports.DeleteKyuubiTokenResponseBody = exports.DeleteKyuubiTokenRequest = exports.DeleteKyuubiServiceResponse = exports.DeleteKyuubiServiceResponseBody = exports.CreateWorkspaceResponse = exports.CreateWorkspaceResponseBody = exports.CreateWorkspaceRequest = void 0;
|
|
7
|
+
exports.ListWorkspacesShrinkRequest = exports.ListWorkspacesRequest = exports.ListWorkspaceQueuesResponse = exports.ListWorkspaceQueuesResponseBody = exports.ListWorkspaceQueuesRequest = exports.ListTemplateResponse = exports.ListTemplateResponseBody = exports.ListTemplateRequest = exports.ListSqlStatementContentsResponse = exports.ListSqlStatementContentsResponseBody = exports.ListSqlStatementContentsRequest = exports.ListSessionClustersResponse = exports.ListSessionClustersResponseBody = exports.ListSessionClustersRequest = exports.ListReleaseVersionsResponse = exports.ListReleaseVersionsResponseBody = exports.ListReleaseVersionsRequest = exports.ListMembersResponse = exports.ListMembersResponseBody = exports.ListMembersRequest = exports.ListLogContentsResponse = exports.ListLogContentsResponseBody = exports.ListLogContentsRequest = exports.ListLivyComputeTokenResponse = exports.ListLivyComputeTokenResponseBody = exports.ListLivyComputeTokenRequest = exports.ListLivyComputeResponse = exports.ListLivyComputeResponseBody = exports.ListLivyComputeRequest = exports.ListKyuubiTokenResponse = exports.ListKyuubiTokenResponseBody = exports.ListKyuubiTokenRequest = exports.ListKyuubiSparkApplicationsResponse = exports.ListKyuubiSparkApplicationsResponseBody = exports.ListKyuubiSparkApplicationsShrinkRequest = exports.ListKyuubiSparkApplicationsRequest = exports.ListKyuubiServicesResponse = exports.ListKyuubiServicesResponseBody = exports.ListJobRunsResponse = exports.ListJobRunsResponseBody = exports.ListJobRunsShrinkRequest = exports.ListJobRunsRequest = exports.ListJobExecutorsResponse = exports.ListJobExecutorsResponseBody = exports.ListJobExecutorsRequest = exports.ListCatalogsResponse = exports.ListCatalogsResponseBody = exports.ListCatalogsRequest = exports.GrantRoleToUsersResponse = exports.GrantRoleToUsersResponseBody = void 0;
|
|
8
|
+
exports.UpdateProcessDefinitionWithScheduleResponse = exports.UpdateProcessDefinitionWithScheduleResponseBody = exports.UpdateProcessDefinitionWithScheduleShrinkRequest = exports.UpdateProcessDefinitionWithScheduleRequest = exports.UpdateLivyComputeResponse = exports.UpdateLivyComputeResponseBody = exports.UpdateLivyComputeRequest = exports.UpdateKyuubiTokenResponse = exports.UpdateKyuubiTokenResponseBody = exports.UpdateKyuubiTokenRequest = exports.UpdateKyuubiServiceResponse = exports.UpdateKyuubiServiceResponseBody = exports.UpdateKyuubiServiceRequest = exports.TerminateSqlStatementResponse = exports.TerminateSqlStatementResponseBody = exports.TerminateSqlStatementRequest = exports.StopSessionClusterResponse = exports.StopSessionClusterResponseBody = exports.StopSessionClusterRequest = exports.StopLivyComputeResponse = exports.StopLivyComputeResponseBody = exports.StopLivyComputeRequest = exports.StopKyuubiServiceResponse = exports.StopKyuubiServiceResponseBody = exports.StartSessionClusterResponse = exports.StartSessionClusterResponseBody = exports.StartSessionClusterRequest = exports.StartProcessInstanceResponse = exports.StartProcessInstanceResponseBody = exports.StartProcessInstanceRequest = exports.StartLivyComputeResponse = exports.StartLivyComputeResponseBody = exports.StartLivyComputeRequest = exports.StartKyuubiServiceResponse = exports.StartKyuubiServiceResponseBody = exports.StartJobRunResponse = exports.StartJobRunResponseBody = exports.StartJobRunRequest = exports.RefreshLivyComputeTokenResponse = exports.RefreshLivyComputeTokenResponseBody = exports.RefreshLivyComputeTokenRequest = exports.ListWorkspacesResponse = exports.ListWorkspacesResponseBody = void 0;
|
|
9
9
|
var ConfigurationOverrides_1 = require("./ConfigurationOverrides");
|
|
10
10
|
Object.defineProperty(exports, "ConfigurationOverridesConfigurations", { enumerable: true, get: function () { return ConfigurationOverrides_1.ConfigurationOverridesConfigurations; } });
|
|
11
11
|
var JobDriver_1 = require("./JobDriver");
|
|
@@ -18,6 +18,10 @@ var SqlOutput_3 = require("./SqlOutput");
|
|
|
18
18
|
Object.defineProperty(exports, "SqlOutputSchema", { enumerable: true, get: function () { return SqlOutput_3.SqlOutputSchema; } });
|
|
19
19
|
var Task_1 = require("./Task");
|
|
20
20
|
Object.defineProperty(exports, "TaskCredential", { enumerable: true, get: function () { return Task_1.TaskCredential; } });
|
|
21
|
+
var CancelKyuubiSparkApplicationResponseBody_1 = require("./CancelKyuubiSparkApplicationResponseBody");
|
|
22
|
+
Object.defineProperty(exports, "CancelKyuubiSparkApplicationResponseBodyBody", { enumerable: true, get: function () { return CancelKyuubiSparkApplicationResponseBody_1.CancelKyuubiSparkApplicationResponseBodyBody; } });
|
|
23
|
+
var CreateKyuubiServiceResponseBody_1 = require("./CreateKyuubiServiceResponseBody");
|
|
24
|
+
Object.defineProperty(exports, "CreateKyuubiServiceResponseBodyData", { enumerable: true, get: function () { return CreateKyuubiServiceResponseBody_1.CreateKyuubiServiceResponseBodyData; } });
|
|
21
25
|
var CreateKyuubiTokenRequest_1 = require("./CreateKyuubiTokenRequest");
|
|
22
26
|
Object.defineProperty(exports, "CreateKyuubiTokenRequestAutoExpireConfiguration", { enumerable: true, get: function () { return CreateKyuubiTokenRequest_1.CreateKyuubiTokenRequestAutoExpireConfiguration; } });
|
|
23
27
|
var CreateKyuubiTokenResponseBody_1 = require("./CreateKyuubiTokenResponseBody");
|
|
@@ -72,6 +76,8 @@ var GetJobRunResponseBody_2 = require("./GetJobRunResponseBody");
|
|
|
72
76
|
Object.defineProperty(exports, "GetJobRunResponseBodyJobRunStateChangeReason", { enumerable: true, get: function () { return GetJobRunResponseBody_2.GetJobRunResponseBodyJobRunStateChangeReason; } });
|
|
73
77
|
var GetJobRunResponseBody_3 = require("./GetJobRunResponseBody");
|
|
74
78
|
Object.defineProperty(exports, "GetJobRunResponseBodyJobRun", { enumerable: true, get: function () { return GetJobRunResponseBody_3.GetJobRunResponseBodyJobRun; } });
|
|
79
|
+
var GetKyuubiServiceResponseBody_1 = require("./GetKyuubiServiceResponseBody");
|
|
80
|
+
Object.defineProperty(exports, "GetKyuubiServiceResponseBodyData", { enumerable: true, get: function () { return GetKyuubiServiceResponseBody_1.GetKyuubiServiceResponseBodyData; } });
|
|
75
81
|
var GetKyuubiTokenResponseBody_1 = require("./GetKyuubiTokenResponseBody");
|
|
76
82
|
Object.defineProperty(exports, "GetKyuubiTokenResponseBodyDataAutoExpireConfiguration", { enumerable: true, get: function () { return GetKyuubiTokenResponseBody_1.GetKyuubiTokenResponseBodyDataAutoExpireConfiguration; } });
|
|
77
83
|
var GetKyuubiTokenResponseBody_2 = require("./GetKyuubiTokenResponseBody");
|
|
@@ -250,6 +256,18 @@ var CancelJobRunResponseBody_1 = require("./CancelJobRunResponseBody");
|
|
|
250
256
|
Object.defineProperty(exports, "CancelJobRunResponseBody", { enumerable: true, get: function () { return CancelJobRunResponseBody_1.CancelJobRunResponseBody; } });
|
|
251
257
|
var CancelJobRunResponse_1 = require("./CancelJobRunResponse");
|
|
252
258
|
Object.defineProperty(exports, "CancelJobRunResponse", { enumerable: true, get: function () { return CancelJobRunResponse_1.CancelJobRunResponse; } });
|
|
259
|
+
var CancelKyuubiSparkApplicationRequest_1 = require("./CancelKyuubiSparkApplicationRequest");
|
|
260
|
+
Object.defineProperty(exports, "CancelKyuubiSparkApplicationRequest", { enumerable: true, get: function () { return CancelKyuubiSparkApplicationRequest_1.CancelKyuubiSparkApplicationRequest; } });
|
|
261
|
+
var CancelKyuubiSparkApplicationResponseBody_2 = require("./CancelKyuubiSparkApplicationResponseBody");
|
|
262
|
+
Object.defineProperty(exports, "CancelKyuubiSparkApplicationResponseBody", { enumerable: true, get: function () { return CancelKyuubiSparkApplicationResponseBody_2.CancelKyuubiSparkApplicationResponseBody; } });
|
|
263
|
+
var CancelKyuubiSparkApplicationResponse_1 = require("./CancelKyuubiSparkApplicationResponse");
|
|
264
|
+
Object.defineProperty(exports, "CancelKyuubiSparkApplicationResponse", { enumerable: true, get: function () { return CancelKyuubiSparkApplicationResponse_1.CancelKyuubiSparkApplicationResponse; } });
|
|
265
|
+
var CreateKyuubiServiceRequest_1 = require("./CreateKyuubiServiceRequest");
|
|
266
|
+
Object.defineProperty(exports, "CreateKyuubiServiceRequest", { enumerable: true, get: function () { return CreateKyuubiServiceRequest_1.CreateKyuubiServiceRequest; } });
|
|
267
|
+
var CreateKyuubiServiceResponseBody_2 = require("./CreateKyuubiServiceResponseBody");
|
|
268
|
+
Object.defineProperty(exports, "CreateKyuubiServiceResponseBody", { enumerable: true, get: function () { return CreateKyuubiServiceResponseBody_2.CreateKyuubiServiceResponseBody; } });
|
|
269
|
+
var CreateKyuubiServiceResponse_1 = require("./CreateKyuubiServiceResponse");
|
|
270
|
+
Object.defineProperty(exports, "CreateKyuubiServiceResponse", { enumerable: true, get: function () { return CreateKyuubiServiceResponse_1.CreateKyuubiServiceResponse; } });
|
|
253
271
|
var CreateKyuubiTokenRequest_2 = require("./CreateKyuubiTokenRequest");
|
|
254
272
|
Object.defineProperty(exports, "CreateKyuubiTokenRequest", { enumerable: true, get: function () { return CreateKyuubiTokenRequest_2.CreateKyuubiTokenRequest; } });
|
|
255
273
|
var CreateKyuubiTokenResponseBody_2 = require("./CreateKyuubiTokenResponseBody");
|
|
@@ -294,6 +312,10 @@ var CreateWorkspaceResponseBody_1 = require("./CreateWorkspaceResponseBody");
|
|
|
294
312
|
Object.defineProperty(exports, "CreateWorkspaceResponseBody", { enumerable: true, get: function () { return CreateWorkspaceResponseBody_1.CreateWorkspaceResponseBody; } });
|
|
295
313
|
var CreateWorkspaceResponse_1 = require("./CreateWorkspaceResponse");
|
|
296
314
|
Object.defineProperty(exports, "CreateWorkspaceResponse", { enumerable: true, get: function () { return CreateWorkspaceResponse_1.CreateWorkspaceResponse; } });
|
|
315
|
+
var DeleteKyuubiServiceResponseBody_1 = require("./DeleteKyuubiServiceResponseBody");
|
|
316
|
+
Object.defineProperty(exports, "DeleteKyuubiServiceResponseBody", { enumerable: true, get: function () { return DeleteKyuubiServiceResponseBody_1.DeleteKyuubiServiceResponseBody; } });
|
|
317
|
+
var DeleteKyuubiServiceResponse_1 = require("./DeleteKyuubiServiceResponse");
|
|
318
|
+
Object.defineProperty(exports, "DeleteKyuubiServiceResponse", { enumerable: true, get: function () { return DeleteKyuubiServiceResponse_1.DeleteKyuubiServiceResponse; } });
|
|
297
319
|
var DeleteKyuubiTokenRequest_1 = require("./DeleteKyuubiTokenRequest");
|
|
298
320
|
Object.defineProperty(exports, "DeleteKyuubiTokenRequest", { enumerable: true, get: function () { return DeleteKyuubiTokenRequest_1.DeleteKyuubiTokenRequest; } });
|
|
299
321
|
var DeleteKyuubiTokenResponseBody_1 = require("./DeleteKyuubiTokenResponseBody");
|
|
@@ -318,6 +340,12 @@ var EditWorkspaceQueueResponseBody_1 = require("./EditWorkspaceQueueResponseBody
|
|
|
318
340
|
Object.defineProperty(exports, "EditWorkspaceQueueResponseBody", { enumerable: true, get: function () { return EditWorkspaceQueueResponseBody_1.EditWorkspaceQueueResponseBody; } });
|
|
319
341
|
var EditWorkspaceQueueResponse_1 = require("./EditWorkspaceQueueResponse");
|
|
320
342
|
Object.defineProperty(exports, "EditWorkspaceQueueResponse", { enumerable: true, get: function () { return EditWorkspaceQueueResponse_1.EditWorkspaceQueueResponse; } });
|
|
343
|
+
var GenerateTaskCodesRequest_1 = require("./GenerateTaskCodesRequest");
|
|
344
|
+
Object.defineProperty(exports, "GenerateTaskCodesRequest", { enumerable: true, get: function () { return GenerateTaskCodesRequest_1.GenerateTaskCodesRequest; } });
|
|
345
|
+
var GenerateTaskCodesResponseBody_1 = require("./GenerateTaskCodesResponseBody");
|
|
346
|
+
Object.defineProperty(exports, "GenerateTaskCodesResponseBody", { enumerable: true, get: function () { return GenerateTaskCodesResponseBody_1.GenerateTaskCodesResponseBody; } });
|
|
347
|
+
var GenerateTaskCodesResponse_1 = require("./GenerateTaskCodesResponse");
|
|
348
|
+
Object.defineProperty(exports, "GenerateTaskCodesResponse", { enumerable: true, get: function () { return GenerateTaskCodesResponse_1.GenerateTaskCodesResponse; } });
|
|
321
349
|
var GetCuHoursRequest_1 = require("./GetCuHoursRequest");
|
|
322
350
|
Object.defineProperty(exports, "GetCuHoursRequest", { enumerable: true, get: function () { return GetCuHoursRequest_1.GetCuHoursRequest; } });
|
|
323
351
|
var GetCuHoursResponseBody_2 = require("./GetCuHoursResponseBody");
|
|
@@ -336,6 +364,10 @@ var GetJobRunResponseBody_4 = require("./GetJobRunResponseBody");
|
|
|
336
364
|
Object.defineProperty(exports, "GetJobRunResponseBody", { enumerable: true, get: function () { return GetJobRunResponseBody_4.GetJobRunResponseBody; } });
|
|
337
365
|
var GetJobRunResponse_1 = require("./GetJobRunResponse");
|
|
338
366
|
Object.defineProperty(exports, "GetJobRunResponse", { enumerable: true, get: function () { return GetJobRunResponse_1.GetJobRunResponse; } });
|
|
367
|
+
var GetKyuubiServiceResponseBody_2 = require("./GetKyuubiServiceResponseBody");
|
|
368
|
+
Object.defineProperty(exports, "GetKyuubiServiceResponseBody", { enumerable: true, get: function () { return GetKyuubiServiceResponseBody_2.GetKyuubiServiceResponseBody; } });
|
|
369
|
+
var GetKyuubiServiceResponse_1 = require("./GetKyuubiServiceResponse");
|
|
370
|
+
Object.defineProperty(exports, "GetKyuubiServiceResponse", { enumerable: true, get: function () { return GetKyuubiServiceResponse_1.GetKyuubiServiceResponse; } });
|
|
339
371
|
var GetKyuubiTokenRequest_1 = require("./GetKyuubiTokenRequest");
|
|
340
372
|
Object.defineProperty(exports, "GetKyuubiTokenRequest", { enumerable: true, get: function () { return GetKyuubiTokenRequest_1.GetKyuubiTokenRequest; } });
|
|
341
373
|
var GetKyuubiTokenResponseBody_3 = require("./GetKyuubiTokenResponseBody");
|
|
@@ -490,6 +522,10 @@ var StartJobRunResponseBody_1 = require("./StartJobRunResponseBody");
|
|
|
490
522
|
Object.defineProperty(exports, "StartJobRunResponseBody", { enumerable: true, get: function () { return StartJobRunResponseBody_1.StartJobRunResponseBody; } });
|
|
491
523
|
var StartJobRunResponse_1 = require("./StartJobRunResponse");
|
|
492
524
|
Object.defineProperty(exports, "StartJobRunResponse", { enumerable: true, get: function () { return StartJobRunResponse_1.StartJobRunResponse; } });
|
|
525
|
+
var StartKyuubiServiceResponseBody_1 = require("./StartKyuubiServiceResponseBody");
|
|
526
|
+
Object.defineProperty(exports, "StartKyuubiServiceResponseBody", { enumerable: true, get: function () { return StartKyuubiServiceResponseBody_1.StartKyuubiServiceResponseBody; } });
|
|
527
|
+
var StartKyuubiServiceResponse_1 = require("./StartKyuubiServiceResponse");
|
|
528
|
+
Object.defineProperty(exports, "StartKyuubiServiceResponse", { enumerable: true, get: function () { return StartKyuubiServiceResponse_1.StartKyuubiServiceResponse; } });
|
|
493
529
|
var StartLivyComputeRequest_1 = require("./StartLivyComputeRequest");
|
|
494
530
|
Object.defineProperty(exports, "StartLivyComputeRequest", { enumerable: true, get: function () { return StartLivyComputeRequest_1.StartLivyComputeRequest; } });
|
|
495
531
|
var StartLivyComputeResponseBody_1 = require("./StartLivyComputeResponseBody");
|
|
@@ -508,6 +544,10 @@ var StartSessionClusterResponseBody_1 = require("./StartSessionClusterResponseBo
|
|
|
508
544
|
Object.defineProperty(exports, "StartSessionClusterResponseBody", { enumerable: true, get: function () { return StartSessionClusterResponseBody_1.StartSessionClusterResponseBody; } });
|
|
509
545
|
var StartSessionClusterResponse_1 = require("./StartSessionClusterResponse");
|
|
510
546
|
Object.defineProperty(exports, "StartSessionClusterResponse", { enumerable: true, get: function () { return StartSessionClusterResponse_1.StartSessionClusterResponse; } });
|
|
547
|
+
var StopKyuubiServiceResponseBody_1 = require("./StopKyuubiServiceResponseBody");
|
|
548
|
+
Object.defineProperty(exports, "StopKyuubiServiceResponseBody", { enumerable: true, get: function () { return StopKyuubiServiceResponseBody_1.StopKyuubiServiceResponseBody; } });
|
|
549
|
+
var StopKyuubiServiceResponse_1 = require("./StopKyuubiServiceResponse");
|
|
550
|
+
Object.defineProperty(exports, "StopKyuubiServiceResponse", { enumerable: true, get: function () { return StopKyuubiServiceResponse_1.StopKyuubiServiceResponse; } });
|
|
511
551
|
var StopLivyComputeRequest_1 = require("./StopLivyComputeRequest");
|
|
512
552
|
Object.defineProperty(exports, "StopLivyComputeRequest", { enumerable: true, get: function () { return StopLivyComputeRequest_1.StopLivyComputeRequest; } });
|
|
513
553
|
var StopLivyComputeResponseBody_1 = require("./StopLivyComputeResponseBody");
|
|
@@ -526,6 +566,12 @@ var TerminateSqlStatementResponseBody_1 = require("./TerminateSqlStatementRespon
|
|
|
526
566
|
Object.defineProperty(exports, "TerminateSqlStatementResponseBody", { enumerable: true, get: function () { return TerminateSqlStatementResponseBody_1.TerminateSqlStatementResponseBody; } });
|
|
527
567
|
var TerminateSqlStatementResponse_1 = require("./TerminateSqlStatementResponse");
|
|
528
568
|
Object.defineProperty(exports, "TerminateSqlStatementResponse", { enumerable: true, get: function () { return TerminateSqlStatementResponse_1.TerminateSqlStatementResponse; } });
|
|
569
|
+
var UpdateKyuubiServiceRequest_1 = require("./UpdateKyuubiServiceRequest");
|
|
570
|
+
Object.defineProperty(exports, "UpdateKyuubiServiceRequest", { enumerable: true, get: function () { return UpdateKyuubiServiceRequest_1.UpdateKyuubiServiceRequest; } });
|
|
571
|
+
var UpdateKyuubiServiceResponseBody_1 = require("./UpdateKyuubiServiceResponseBody");
|
|
572
|
+
Object.defineProperty(exports, "UpdateKyuubiServiceResponseBody", { enumerable: true, get: function () { return UpdateKyuubiServiceResponseBody_1.UpdateKyuubiServiceResponseBody; } });
|
|
573
|
+
var UpdateKyuubiServiceResponse_1 = require("./UpdateKyuubiServiceResponse");
|
|
574
|
+
Object.defineProperty(exports, "UpdateKyuubiServiceResponse", { enumerable: true, get: function () { return UpdateKyuubiServiceResponse_1.UpdateKyuubiServiceResponse; } });
|
|
529
575
|
var UpdateKyuubiTokenRequest_2 = require("./UpdateKyuubiTokenRequest");
|
|
530
576
|
Object.defineProperty(exports, "UpdateKyuubiTokenRequest", { enumerable: true, get: function () { return UpdateKyuubiTokenRequest_2.UpdateKyuubiTokenRequest; } });
|
|
531
577
|
var UpdateKyuubiTokenResponseBody_1 = require("./UpdateKyuubiTokenResponseBody");
|