@alicloud/adb20211201 4.2.4 → 4.3.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.
Files changed (71) hide show
  1. package/dist/client.d.ts +45 -0
  2. package/dist/client.js +161 -0
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/ConfigureResultExportRequest.d.ts +90 -0
  5. package/dist/models/ConfigureResultExportRequest.js +118 -0
  6. package/dist/models/ConfigureResultExportRequest.js.map +1 -0
  7. package/dist/models/ConfigureResultExportResponse.d.ts +19 -0
  8. package/dist/models/ConfigureResultExportResponse.js +69 -0
  9. package/dist/models/ConfigureResultExportResponse.js.map +1 -0
  10. package/dist/models/ConfigureResultExportResponseBody.d.ts +112 -0
  11. package/dist/models/ConfigureResultExportResponseBody.js +146 -0
  12. package/dist/models/ConfigureResultExportResponseBody.js.map +1 -0
  13. package/dist/models/ConfigureResultExportShrinkRequest.d.ts +36 -0
  14. package/dist/models/ConfigureResultExportShrinkRequest.js +66 -0
  15. package/dist/models/ConfigureResultExportShrinkRequest.js.map +1 -0
  16. package/dist/models/CreateApsKafkaHudiJobRequest.d.ts +0 -3
  17. package/dist/models/CreateApsKafkaHudiJobRequest.js.map +1 -1
  18. package/dist/models/CreateApsKafkaHudiJobShrinkRequest.d.ts +0 -3
  19. package/dist/models/CreateApsKafkaHudiJobShrinkRequest.js.map +1 -1
  20. package/dist/models/CreateBackupRequest.d.ts +30 -0
  21. package/dist/models/CreateBackupRequest.js +68 -0
  22. package/dist/models/CreateBackupRequest.js.map +1 -0
  23. package/dist/models/CreateBackupResponse.d.ts +19 -0
  24. package/dist/models/CreateBackupResponse.js +69 -0
  25. package/dist/models/CreateBackupResponse.js.map +1 -0
  26. package/dist/models/CreateBackupResponseBody.d.ts +21 -0
  27. package/dist/models/CreateBackupResponseBody.js +58 -0
  28. package/dist/models/CreateBackupResponseBody.js.map +1 -0
  29. package/dist/models/CreateDbclusterRequest.d.ts +1 -0
  30. package/dist/models/CreateDbclusterRequest.js +2 -0
  31. package/dist/models/CreateDbclusterRequest.js.map +1 -1
  32. package/dist/models/DescribeResultExportConfigRequest.d.ts +34 -0
  33. package/dist/models/DescribeResultExportConfigRequest.js +62 -0
  34. package/dist/models/DescribeResultExportConfigRequest.js.map +1 -0
  35. package/dist/models/DescribeResultExportConfigResponse.d.ts +19 -0
  36. package/dist/models/DescribeResultExportConfigResponse.js +69 -0
  37. package/dist/models/DescribeResultExportConfigResponse.js.map +1 -0
  38. package/dist/models/DescribeResultExportConfigResponseBody.d.ts +112 -0
  39. package/dist/models/DescribeResultExportConfigResponseBody.js +146 -0
  40. package/dist/models/DescribeResultExportConfigResponseBody.js.map +1 -0
  41. package/dist/models/OpenStructMvDetailModel.d.ts +3 -0
  42. package/dist/models/OpenStructMvDetailModel.js +6 -0
  43. package/dist/models/OpenStructMvDetailModel.js.map +1 -1
  44. package/dist/models/OpenStructMvRecommendSubTaskModel.d.ts +3 -0
  45. package/dist/models/OpenStructMvRecommendSubTaskModel.js +6 -0
  46. package/dist/models/OpenStructMvRecommendSubTaskModel.js.map +1 -1
  47. package/dist/models/OpenStructMvRecommendTaskModel.d.ts +3 -0
  48. package/dist/models/OpenStructMvRecommendTaskModel.js +6 -0
  49. package/dist/models/OpenStructMvRecommendTaskModel.js.map +1 -1
  50. package/dist/models/model.d.ts +18 -0
  51. package/dist/models/model.js +56 -20
  52. package/dist/models/model.js.map +1 -1
  53. package/package.json +1 -1
  54. package/src/client.ts +184 -0
  55. package/src/models/ConfigureResultExportRequest.ts +145 -0
  56. package/src/models/ConfigureResultExportResponse.ts +40 -0
  57. package/src/models/ConfigureResultExportResponseBody.ts +186 -0
  58. package/src/models/ConfigureResultExportShrinkRequest.ts +57 -0
  59. package/src/models/CreateApsKafkaHudiJobRequest.ts +0 -3
  60. package/src/models/CreateApsKafkaHudiJobShrinkRequest.ts +0 -3
  61. package/src/models/CreateBackupRequest.ts +53 -0
  62. package/src/models/CreateBackupResponse.ts +40 -0
  63. package/src/models/CreateBackupResponseBody.ts +34 -0
  64. package/src/models/CreateDbclusterRequest.ts +3 -0
  65. package/src/models/DescribeResultExportConfigRequest.ts +51 -0
  66. package/src/models/DescribeResultExportConfigResponse.ts +40 -0
  67. package/src/models/DescribeResultExportConfigResponseBody.ts +186 -0
  68. package/src/models/OpenStructMvDetailModel.ts +9 -0
  69. package/src/models/OpenStructMvRecommendSubTaskModel.ts +9 -0
  70. package/src/models/OpenStructMvRecommendTaskModel.ts +9 -0
  71. package/src/models/model.ts +18 -0
@@ -0,0 +1,90 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class ConfigureResultExportRequestOssInfo extends $dara.Model {
3
+ /**
4
+ * @example
5
+ * oss://testBucketName/data_result
6
+ */
7
+ exportBasePath?: string;
8
+ /**
9
+ * @example
10
+ * aps
11
+ */
12
+ resourceGroup?: string;
13
+ /**
14
+ * @example
15
+ * 10
16
+ */
17
+ resultFileTtl?: number;
18
+ static names(): {
19
+ [key: string]: string;
20
+ };
21
+ static types(): {
22
+ [key: string]: any;
23
+ };
24
+ validate(): void;
25
+ constructor(map?: {
26
+ [key: string]: any;
27
+ });
28
+ }
29
+ export declare class ConfigureResultExportRequestSlsInfo extends $dara.Model {
30
+ /**
31
+ * @example
32
+ * 10
33
+ */
34
+ logstoreTtl?: number;
35
+ /**
36
+ * @example
37
+ * aps
38
+ */
39
+ resourceGroup?: string;
40
+ /**
41
+ * @example
42
+ * test-project
43
+ */
44
+ slsProject?: string;
45
+ static names(): {
46
+ [key: string]: string;
47
+ };
48
+ static types(): {
49
+ [key: string]: any;
50
+ };
51
+ validate(): void;
52
+ constructor(map?: {
53
+ [key: string]: any;
54
+ });
55
+ }
56
+ export declare class ConfigureResultExportRequest extends $dara.Model {
57
+ /**
58
+ * @remarks
59
+ * This parameter is required.
60
+ *
61
+ * @example
62
+ * amv-wz9509beptiz****
63
+ */
64
+ DBClusterId?: string;
65
+ /**
66
+ * @example
67
+ * SLS
68
+ */
69
+ exportType?: string;
70
+ ossInfo?: ConfigureResultExportRequestOssInfo;
71
+ /**
72
+ * @remarks
73
+ * This parameter is required.
74
+ *
75
+ * @example
76
+ * cn-shenzhen
77
+ */
78
+ regionId?: string;
79
+ slsInfo?: ConfigureResultExportRequestSlsInfo;
80
+ static names(): {
81
+ [key: string]: string;
82
+ };
83
+ static types(): {
84
+ [key: string]: any;
85
+ };
86
+ validate(): void;
87
+ constructor(map?: {
88
+ [key: string]: any;
89
+ });
90
+ }
@@ -0,0 +1,118 @@
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.ConfigureResultExportRequest = exports.ConfigureResultExportRequestSlsInfo = exports.ConfigureResultExportRequestOssInfo = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class ConfigureResultExportRequestOssInfo extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ exportBasePath: 'ExportBasePath',
43
+ resourceGroup: 'ResourceGroup',
44
+ resultFileTtl: 'ResultFileTtl',
45
+ };
46
+ }
47
+ static types() {
48
+ return {
49
+ exportBasePath: 'string',
50
+ resourceGroup: 'string',
51
+ resultFileTtl: 'number',
52
+ };
53
+ }
54
+ validate() {
55
+ super.validate();
56
+ }
57
+ constructor(map) {
58
+ super(map);
59
+ }
60
+ }
61
+ exports.ConfigureResultExportRequestOssInfo = ConfigureResultExportRequestOssInfo;
62
+ class ConfigureResultExportRequestSlsInfo extends $dara.Model {
63
+ static names() {
64
+ return {
65
+ logstoreTtl: 'LogstoreTtl',
66
+ resourceGroup: 'ResourceGroup',
67
+ slsProject: 'SlsProject',
68
+ };
69
+ }
70
+ static types() {
71
+ return {
72
+ logstoreTtl: 'number',
73
+ resourceGroup: 'string',
74
+ slsProject: 'string',
75
+ };
76
+ }
77
+ validate() {
78
+ super.validate();
79
+ }
80
+ constructor(map) {
81
+ super(map);
82
+ }
83
+ }
84
+ exports.ConfigureResultExportRequestSlsInfo = ConfigureResultExportRequestSlsInfo;
85
+ class ConfigureResultExportRequest extends $dara.Model {
86
+ static names() {
87
+ return {
88
+ DBClusterId: 'DBClusterId',
89
+ exportType: 'ExportType',
90
+ ossInfo: 'OssInfo',
91
+ regionId: 'RegionId',
92
+ slsInfo: 'SlsInfo',
93
+ };
94
+ }
95
+ static types() {
96
+ return {
97
+ DBClusterId: 'string',
98
+ exportType: 'string',
99
+ ossInfo: ConfigureResultExportRequestOssInfo,
100
+ regionId: 'string',
101
+ slsInfo: ConfigureResultExportRequestSlsInfo,
102
+ };
103
+ }
104
+ validate() {
105
+ if (this.ossInfo && typeof this.ossInfo.validate === 'function') {
106
+ this.ossInfo.validate();
107
+ }
108
+ if (this.slsInfo && typeof this.slsInfo.validate === 'function') {
109
+ this.slsInfo.validate();
110
+ }
111
+ super.validate();
112
+ }
113
+ constructor(map) {
114
+ super(map);
115
+ }
116
+ }
117
+ exports.ConfigureResultExportRequest = ConfigureResultExportRequest;
118
+ //# sourceMappingURL=ConfigureResultExportRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfigureResultExportRequest.js","sourceRoot":"","sources":["../../src/models/ConfigureResultExportRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;IAgBlE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,gBAAgB;YAChC,aAAa,EAAE,eAAe;YAC9B,aAAa,EAAE,eAAe;SAC/B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,QAAQ;YACxB,aAAa,EAAE,QAAQ;YACvB,aAAa,EAAE,QAAQ;SACxB,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;AAvCD,kFAuCC;AAED,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;IAgBlE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,aAAa,EAAE,eAAe;YAC9B,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,aAAa,EAAE,QAAQ;YACvB,UAAU,EAAE,QAAQ;SACrB,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;AAvCD,kFAuCC;AAED,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;IAwB3D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;YACpB,OAAO,EAAE,mCAAmC;YAC5C,QAAQ,EAAE,QAAQ;YAClB,OAAO,EAAE,mCAAmC;SAC7C,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,IAAI,OAAQ,IAAI,CAAC,OAAe,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACvE,IAAI,CAAC,OAAe,CAAC,QAAQ,EAAE,CAAC;QACnC,CAAC;QACD,IAAG,IAAI,CAAC,OAAO,IAAI,OAAQ,IAAI,CAAC,OAAe,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACvE,IAAI,CAAC,OAAe,CAAC,QAAQ,EAAE,CAAC;QACnC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAzDD,oEAyDC"}
@@ -0,0 +1,19 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ import { ConfigureResultExportResponseBody } from "./ConfigureResultExportResponseBody";
3
+ export declare class ConfigureResultExportResponse extends $dara.Model {
4
+ headers?: {
5
+ [key: string]: string;
6
+ };
7
+ statusCode?: number;
8
+ body?: ConfigureResultExportResponseBody;
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.ConfigureResultExportResponse = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ const ConfigureResultExportResponseBody_1 = require("./ConfigureResultExportResponseBody");
40
+ class ConfigureResultExportResponse 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: ConfigureResultExportResponseBody_1.ConfigureResultExportResponseBody,
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.ConfigureResultExportResponse = ConfigureResultExportResponse;
69
+ //# sourceMappingURL=ConfigureResultExportResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfigureResultExportResponse.js","sourceRoot":"","sources":["../../src/models/ConfigureResultExportResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,2FAAwF;AAGxF,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;IAI5D,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,qEAAiC;SACxC,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,sEAiCC"}
@@ -0,0 +1,112 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class ConfigureResultExportResponseBodyDataOssInfo extends $dara.Model {
3
+ /**
4
+ * @example
5
+ * oss://testBucketName/data_result
6
+ */
7
+ exportBasePath?: string;
8
+ /**
9
+ * @example
10
+ * aps
11
+ */
12
+ resourceGroup?: string;
13
+ /**
14
+ * @example
15
+ * 10
16
+ */
17
+ resultFileTtl?: number;
18
+ static names(): {
19
+ [key: string]: string;
20
+ };
21
+ static types(): {
22
+ [key: string]: any;
23
+ };
24
+ validate(): void;
25
+ constructor(map?: {
26
+ [key: string]: any;
27
+ });
28
+ }
29
+ export declare class ConfigureResultExportResponseBodyDataSlsInfo extends $dara.Model {
30
+ /**
31
+ * @example
32
+ * 10
33
+ */
34
+ logstoreTtl?: number;
35
+ /**
36
+ * @example
37
+ * aps
38
+ */
39
+ resourceGroup?: string;
40
+ /**
41
+ * @example
42
+ * test-project
43
+ */
44
+ slsProject?: string;
45
+ static names(): {
46
+ [key: string]: string;
47
+ };
48
+ static types(): {
49
+ [key: string]: any;
50
+ };
51
+ validate(): void;
52
+ constructor(map?: {
53
+ [key: string]: any;
54
+ });
55
+ }
56
+ export declare class ConfigureResultExportResponseBodyData extends $dara.Model {
57
+ /**
58
+ * @example
59
+ * SLS
60
+ */
61
+ exportType?: string;
62
+ ossInfo?: ConfigureResultExportResponseBodyDataOssInfo;
63
+ slsInfo?: ConfigureResultExportResponseBodyDataSlsInfo;
64
+ static names(): {
65
+ [key: string]: string;
66
+ };
67
+ static types(): {
68
+ [key: string]: any;
69
+ };
70
+ validate(): void;
71
+ constructor(map?: {
72
+ [key: string]: any;
73
+ });
74
+ }
75
+ export declare class ConfigureResultExportResponseBody extends $dara.Model {
76
+ /**
77
+ * @example
78
+ * 200
79
+ */
80
+ code?: string;
81
+ data?: ConfigureResultExportResponseBodyData;
82
+ /**
83
+ * @example
84
+ * 200
85
+ */
86
+ httpStatusCode?: number;
87
+ /**
88
+ * @example
89
+ * OK
90
+ */
91
+ message?: string;
92
+ /**
93
+ * @example
94
+ * 1AD222E9-E606-4A42-BF6D-8A4442913CEF
95
+ */
96
+ requestId?: string;
97
+ /**
98
+ * @example
99
+ * true
100
+ */
101
+ success?: boolean;
102
+ static names(): {
103
+ [key: string]: string;
104
+ };
105
+ static types(): {
106
+ [key: string]: any;
107
+ };
108
+ validate(): void;
109
+ constructor(map?: {
110
+ [key: string]: any;
111
+ });
112
+ }
@@ -0,0 +1,146 @@
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.ConfigureResultExportResponseBody = exports.ConfigureResultExportResponseBodyData = exports.ConfigureResultExportResponseBodyDataSlsInfo = exports.ConfigureResultExportResponseBodyDataOssInfo = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class ConfigureResultExportResponseBodyDataOssInfo extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ exportBasePath: 'ExportBasePath',
43
+ resourceGroup: 'ResourceGroup',
44
+ resultFileTtl: 'ResultFileTtl',
45
+ };
46
+ }
47
+ static types() {
48
+ return {
49
+ exportBasePath: 'string',
50
+ resourceGroup: 'string',
51
+ resultFileTtl: 'number',
52
+ };
53
+ }
54
+ validate() {
55
+ super.validate();
56
+ }
57
+ constructor(map) {
58
+ super(map);
59
+ }
60
+ }
61
+ exports.ConfigureResultExportResponseBodyDataOssInfo = ConfigureResultExportResponseBodyDataOssInfo;
62
+ class ConfigureResultExportResponseBodyDataSlsInfo extends $dara.Model {
63
+ static names() {
64
+ return {
65
+ logstoreTtl: 'LogstoreTtl',
66
+ resourceGroup: 'ResourceGroup',
67
+ slsProject: 'SlsProject',
68
+ };
69
+ }
70
+ static types() {
71
+ return {
72
+ logstoreTtl: 'number',
73
+ resourceGroup: 'string',
74
+ slsProject: 'string',
75
+ };
76
+ }
77
+ validate() {
78
+ super.validate();
79
+ }
80
+ constructor(map) {
81
+ super(map);
82
+ }
83
+ }
84
+ exports.ConfigureResultExportResponseBodyDataSlsInfo = ConfigureResultExportResponseBodyDataSlsInfo;
85
+ class ConfigureResultExportResponseBodyData extends $dara.Model {
86
+ static names() {
87
+ return {
88
+ exportType: 'ExportType',
89
+ ossInfo: 'OssInfo',
90
+ slsInfo: 'SlsInfo',
91
+ };
92
+ }
93
+ static types() {
94
+ return {
95
+ exportType: 'string',
96
+ ossInfo: ConfigureResultExportResponseBodyDataOssInfo,
97
+ slsInfo: ConfigureResultExportResponseBodyDataSlsInfo,
98
+ };
99
+ }
100
+ validate() {
101
+ if (this.ossInfo && typeof this.ossInfo.validate === 'function') {
102
+ this.ossInfo.validate();
103
+ }
104
+ if (this.slsInfo && typeof this.slsInfo.validate === 'function') {
105
+ this.slsInfo.validate();
106
+ }
107
+ super.validate();
108
+ }
109
+ constructor(map) {
110
+ super(map);
111
+ }
112
+ }
113
+ exports.ConfigureResultExportResponseBodyData = ConfigureResultExportResponseBodyData;
114
+ class ConfigureResultExportResponseBody extends $dara.Model {
115
+ static names() {
116
+ return {
117
+ code: 'Code',
118
+ data: 'Data',
119
+ httpStatusCode: 'HttpStatusCode',
120
+ message: 'Message',
121
+ requestId: 'RequestId',
122
+ success: 'Success',
123
+ };
124
+ }
125
+ static types() {
126
+ return {
127
+ code: 'string',
128
+ data: ConfigureResultExportResponseBodyData,
129
+ httpStatusCode: 'number',
130
+ message: 'string',
131
+ requestId: 'string',
132
+ success: 'boolean',
133
+ };
134
+ }
135
+ validate() {
136
+ if (this.data && typeof this.data.validate === 'function') {
137
+ this.data.validate();
138
+ }
139
+ super.validate();
140
+ }
141
+ constructor(map) {
142
+ super(map);
143
+ }
144
+ }
145
+ exports.ConfigureResultExportResponseBody = ConfigureResultExportResponseBody;
146
+ //# sourceMappingURL=ConfigureResultExportResponseBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfigureResultExportResponseBody.js","sourceRoot":"","sources":["../../src/models/ConfigureResultExportResponseBody.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,36 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class ConfigureResultExportShrinkRequest extends $dara.Model {
3
+ /**
4
+ * @remarks
5
+ * This parameter is required.
6
+ *
7
+ * @example
8
+ * amv-wz9509beptiz****
9
+ */
10
+ DBClusterId?: string;
11
+ /**
12
+ * @example
13
+ * SLS
14
+ */
15
+ exportType?: string;
16
+ ossInfoShrink?: string;
17
+ /**
18
+ * @remarks
19
+ * This parameter is required.
20
+ *
21
+ * @example
22
+ * cn-shenzhen
23
+ */
24
+ regionId?: string;
25
+ slsInfoShrink?: string;
26
+ static names(): {
27
+ [key: string]: string;
28
+ };
29
+ static types(): {
30
+ [key: string]: any;
31
+ };
32
+ validate(): void;
33
+ constructor(map?: {
34
+ [key: string]: any;
35
+ });
36
+ }
@@ -0,0 +1,66 @@
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.ConfigureResultExportShrinkRequest = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class ConfigureResultExportShrinkRequest extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ DBClusterId: 'DBClusterId',
43
+ exportType: 'ExportType',
44
+ ossInfoShrink: 'OssInfo',
45
+ regionId: 'RegionId',
46
+ slsInfoShrink: 'SlsInfo',
47
+ };
48
+ }
49
+ static types() {
50
+ return {
51
+ DBClusterId: 'string',
52
+ exportType: 'string',
53
+ ossInfoShrink: 'string',
54
+ regionId: 'string',
55
+ slsInfoShrink: 'string',
56
+ };
57
+ }
58
+ validate() {
59
+ super.validate();
60
+ }
61
+ constructor(map) {
62
+ super(map);
63
+ }
64
+ }
65
+ exports.ConfigureResultExportShrinkRequest = ConfigureResultExportShrinkRequest;
66
+ //# sourceMappingURL=ConfigureResultExportShrinkRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfigureResultExportShrinkRequest.js","sourceRoot":"","sources":["../../src/models/ConfigureResultExportShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,kCAAmC,SAAQ,KAAK,CAAC,KAAK;IAwBjE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,aAAa,EAAE,SAAS;YACxB,QAAQ,EAAE,UAAU;YACpB,aAAa,EAAE,SAAS;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;YACpB,aAAa,EAAE,QAAQ;YACvB,QAAQ,EAAE,QAAQ;YAClB,aAAa,EAAE,QAAQ;SACxB,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;AAnDD,gFAmDC"}
@@ -97,9 +97,6 @@ export declare class CreateApsKafkaHudiJobRequest extends $dara.Model {
97
97
  */
98
98
  incrementalComputeUnit?: string;
99
99
  /**
100
- * @remarks
101
- * This parameter is required.
102
- *
103
100
  * @example
104
101
  * 0
105
102
  */