tencentcloud-sdk-nodejs 4.1.210 → 4.1.211

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 (56) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/btoe/index.js +2 -2
  3. package/es/services/dbbrain/index.js +2 -2
  4. package/es/services/dts/index.js +2 -2
  5. package/es/services/eis/index.js +2 -2
  6. package/es/services/facefusion/index.js +2 -2
  7. package/es/services/iai/index.js +2 -2
  8. package/es/services/iotvideo/index.js +2 -2
  9. package/es/services/irp/index.js +2 -2
  10. package/es/services/monitor/index.js +2 -2
  11. package/es/services/omics/v20221128/omics_client.js +18 -0
  12. package/es/services/rce/index.js +2 -2
  13. package/es/services/tbp/index.js +2 -2
  14. package/es/services/thpc/index.js +4 -4
  15. package/es/services/tke/index.js +2 -2
  16. package/es/services/tsw/index.js +2 -2
  17. package/es/services/vod/index.js +2 -2
  18. package/es/services/wedata/index.js +2 -2
  19. package/package.json +1 -1
  20. package/tencentcloud/common/sdk_version.d.ts +1 -1
  21. package/tencentcloud/common/sdk_version.js +1 -1
  22. package/tencentcloud/services/btoe/index.d.ts +4 -4
  23. package/tencentcloud/services/btoe/index.js +2 -2
  24. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  25. package/tencentcloud/services/dbbrain/index.js +2 -2
  26. package/tencentcloud/services/dts/index.d.ts +4 -4
  27. package/tencentcloud/services/dts/index.js +2 -2
  28. package/tencentcloud/services/eis/index.d.ts +4 -4
  29. package/tencentcloud/services/eis/index.js +2 -2
  30. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  31. package/tencentcloud/services/facefusion/index.js +2 -2
  32. package/tencentcloud/services/iai/index.d.ts +4 -4
  33. package/tencentcloud/services/iai/index.js +2 -2
  34. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  35. package/tencentcloud/services/iotvideo/index.js +2 -2
  36. package/tencentcloud/services/irp/index.d.ts +4 -4
  37. package/tencentcloud/services/irp/index.js +2 -2
  38. package/tencentcloud/services/monitor/index.d.ts +4 -4
  39. package/tencentcloud/services/monitor/index.js +2 -2
  40. package/tencentcloud/services/omics/v20221128/omics_client.d.ts +25 -1
  41. package/tencentcloud/services/omics/v20221128/omics_client.js +36 -0
  42. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +543 -142
  43. package/tencentcloud/services/rce/index.d.ts +4 -4
  44. package/tencentcloud/services/rce/index.js +2 -2
  45. package/tencentcloud/services/tbp/index.d.ts +4 -4
  46. package/tencentcloud/services/tbp/index.js +2 -2
  47. package/tencentcloud/services/thpc/index.d.ts +6 -6
  48. package/tencentcloud/services/thpc/index.js +4 -4
  49. package/tencentcloud/services/tke/index.d.ts +4 -4
  50. package/tencentcloud/services/tke/index.js +2 -2
  51. package/tencentcloud/services/tsw/index.d.ts +4 -4
  52. package/tencentcloud/services/tsw/index.js +2 -2
  53. package/tencentcloud/services/vod/index.d.ts +4 -4
  54. package/tencentcloud/services/vod/index.js +2 -2
  55. package/tencentcloud/services/wedata/index.d.ts +4 -4
  56. package/tencentcloud/services/wedata/index.js +2 -2
@@ -1 +1 @@
1
- export const sdkVersion = "4.1.210";
1
+ export const sdkVersion = "4.1.211";
@@ -1,6 +1,6 @@
1
- import { v20210303 } from "./v20210303";
2
1
  import { v20210514 } from "./v20210514";
2
+ import { v20210303 } from "./v20210303";
3
3
  export const btoe = {
4
- v20210303: v20210303,
5
4
  v20210514: v20210514,
5
+ v20210303: v20210303,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20191016 } from "./v20191016";
2
1
  import { v20210527 } from "./v20210527";
2
+ import { v20191016 } from "./v20191016";
3
3
  export const dbbrain = {
4
- v20191016: v20191016,
5
4
  v20210527: v20210527,
5
+ v20191016: v20191016,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20211206 } from "./v20211206";
2
1
  import { v20180330 } from "./v20180330";
2
+ import { v20211206 } from "./v20211206";
3
3
  export const dts = {
4
- v20211206: v20211206,
5
4
  v20180330: v20180330,
5
+ v20211206: v20211206,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20200715 } from "./v20200715";
2
1
  import { v20210601 } from "./v20210601";
2
+ import { v20200715 } from "./v20200715";
3
3
  export const eis = {
4
- v20200715: v20200715,
5
4
  v20210601: v20210601,
5
+ v20200715: v20200715,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20181201 } from "./v20181201";
2
1
  import { v20220927 } from "./v20220927";
2
+ import { v20181201 } from "./v20181201";
3
3
  export const facefusion = {
4
- v20181201: v20181201,
5
4
  v20220927: v20220927,
5
+ v20181201: v20181201,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20200303 } from "./v20200303";
2
1
  import { v20180301 } from "./v20180301";
2
+ import { v20200303 } from "./v20200303";
3
3
  export const iai = {
4
- v20200303: v20200303,
5
4
  v20180301: v20180301,
5
+ v20200303: v20200303,
6
6
  };
@@ -1,8 +1,8 @@
1
+ import { v20211125 } from "./v20211125";
1
2
  import { v20201215 } from "./v20201215";
2
3
  import { v20191126 } from "./v20191126";
3
- import { v20211125 } from "./v20211125";
4
4
  export const iotvideo = {
5
+ v20211125: v20211125,
5
6
  v20201215: v20201215,
6
7
  v20191126: v20191126,
7
- v20211125: v20211125,
8
8
  };
@@ -1,6 +1,6 @@
1
- import { v20220324 } from "./v20220324";
2
1
  import { v20220805 } from "./v20220805";
2
+ import { v20220324 } from "./v20220324";
3
3
  export const irp = {
4
- v20220324: v20220324,
5
4
  v20220805: v20220805,
5
+ v20220324: v20220324,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20230616 } from "./v20230616";
2
1
  import { v20180724 } from "./v20180724";
2
+ import { v20230616 } from "./v20230616";
3
3
  export const monitor = {
4
- v20230616: v20230616,
5
4
  v20180724: v20180724,
5
+ v20230616: v20230616,
6
6
  };
@@ -3,12 +3,21 @@ export class Client extends AbstractClient {
3
3
  constructor(clientConfig) {
4
4
  super("omics.tencentcloudapi.com", "2022-11-28", clientConfig);
5
5
  }
6
+ async ImportCommonApplication(req, cb) {
7
+ return this.request("ImportCommonApplication", req, cb);
8
+ }
9
+ async DescribeApplicationVersions(req, cb) {
10
+ return this.request("DescribeApplicationVersions", req, cb);
11
+ }
6
12
  async GetRunStatus(req, cb) {
7
13
  return this.request("GetRunStatus", req, cb);
8
14
  }
9
15
  async CreateVolume(req, cb) {
10
16
  return this.request("CreateVolume", req, cb);
11
17
  }
18
+ async GetInputTemplateFile(req, cb) {
19
+ return this.request("GetInputTemplateFile", req, cb);
20
+ }
12
21
  async RetryRuns(req, cb) {
13
22
  return this.request("RetryRuns", req, cb);
14
23
  }
@@ -39,6 +48,9 @@ export class Client extends AbstractClient {
39
48
  async RebootHPCNodes(req, cb) {
40
49
  return this.request("RebootHPCNodes", req, cb);
41
50
  }
51
+ async DescribeProjects(req, cb) {
52
+ return this.request("DescribeProjects", req, cb);
53
+ }
42
54
  async RunWorkflow(req, cb) {
43
55
  return this.request("RunWorkflow", req, cb);
44
56
  }
@@ -57,12 +69,18 @@ export class Client extends AbstractClient {
57
69
  async GetRunCalls(req, cb) {
58
70
  return this.request("GetRunCalls", req, cb);
59
71
  }
72
+ async DescribeApplications(req, cb) {
73
+ return this.request("DescribeApplications", req, cb);
74
+ }
60
75
  async DeleteVolumeData(req, cb) {
61
76
  return this.request("DeleteVolumeData", req, cb);
62
77
  }
63
78
  async DescribeVolumes(req, cb) {
64
79
  return this.request("DescribeVolumes", req, cb);
65
80
  }
81
+ async DescribeInputTemplates(req, cb) {
82
+ return this.request("DescribeInputTemplates", req, cb);
83
+ }
66
84
  async DescribeHPCNodes(req, cb) {
67
85
  return this.request("DescribeHPCNodes", req, cb);
68
86
  }
@@ -1,6 +1,6 @@
1
- import { v20201103 } from "./v20201103";
2
1
  import { v20250425 } from "./v20250425";
2
+ import { v20201103 } from "./v20201103";
3
3
  export const rce = {
4
- v20201103: v20201103,
5
4
  v20250425: v20250425,
5
+ v20201103: v20201103,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20190311 } from "./v20190311";
2
1
  import { v20190627 } from "./v20190627";
2
+ import { v20190311 } from "./v20190311";
3
3
  export const tbp = {
4
- v20190311: v20190311,
5
4
  v20190627: v20190627,
5
+ v20190311: v20190311,
6
6
  };
@@ -1,8 +1,8 @@
1
- import { v20211109 } from "./v20211109";
2
- import { v20220401 } from "./v20220401";
3
1
  import { v20230321 } from "./v20230321";
2
+ import { v20220401 } from "./v20220401";
3
+ import { v20211109 } from "./v20211109";
4
4
  export const thpc = {
5
- v20211109: v20211109,
6
- v20220401: v20220401,
7
5
  v20230321: v20230321,
6
+ v20220401: v20220401,
7
+ v20211109: v20211109,
8
8
  };
@@ -1,6 +1,6 @@
1
- import { v20180525 } from "./v20180525";
2
1
  import { v20220501 } from "./v20220501";
2
+ import { v20180525 } from "./v20180525";
3
3
  export const tke = {
4
- v20180525: v20180525,
5
4
  v20220501: v20220501,
5
+ v20180525: v20180525,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20200924 } from "./v20200924";
2
1
  import { v20210412 } from "./v20210412";
2
+ import { v20200924 } from "./v20200924";
3
3
  export const tsw = {
4
- v20200924: v20200924,
5
4
  v20210412: v20210412,
5
+ v20200924: v20200924,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20180717 } from "./v20180717";
2
1
  import { v20240718 } from "./v20240718";
2
+ import { v20180717 } from "./v20180717";
3
3
  export const vod = {
4
- v20180717: v20180717,
5
4
  v20240718: v20240718,
5
+ v20180717: v20180717,
6
6
  };
@@ -1,6 +1,6 @@
1
- import { v20210820 } from "./v20210820";
2
1
  import { v20250806 } from "./v20250806";
2
+ import { v20210820 } from "./v20210820";
3
3
  export const wedata = {
4
- v20210820: v20210820,
5
4
  v20250806: v20250806,
5
+ v20210820: v20210820,
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.1.210",
3
+ "version": "4.1.211",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.1.210";
1
+ export declare const sdkVersion = "4.1.211";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.1.210";
4
+ exports.sdkVersion = "4.1.211";
@@ -1,10 +1,10 @@
1
1
  export declare const btoe: {
2
- v20210303: {
3
- Client: typeof import("./v20210303/btoe_client").Client;
4
- Models: typeof import("./v20210303/btoe_models");
5
- };
6
2
  v20210514: {
7
3
  Client: typeof import("./v20210514/btoe_client").Client;
8
4
  Models: typeof import("./v20210514/btoe_models");
9
5
  };
6
+ v20210303: {
7
+ Client: typeof import("./v20210303/btoe_client").Client;
8
+ Models: typeof import("./v20210303/btoe_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.btoe = void 0;
4
- const v20210303_1 = require("./v20210303");
5
4
  const v20210514_1 = require("./v20210514");
5
+ const v20210303_1 = require("./v20210303");
6
6
  exports.btoe = {
7
- v20210303: v20210303_1.v20210303,
8
7
  v20210514: v20210514_1.v20210514,
8
+ v20210303: v20210303_1.v20210303,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const dbbrain: {
2
- v20191016: {
3
- Client: typeof import("./v20191016/dbbrain_client").Client;
4
- Models: typeof import("./v20191016/dbbrain_models");
5
- };
6
2
  v20210527: {
7
3
  Client: typeof import("./v20210527/dbbrain_client").Client;
8
4
  Models: typeof import("./v20210527/dbbrain_models");
9
5
  };
6
+ v20191016: {
7
+ Client: typeof import("./v20191016/dbbrain_client").Client;
8
+ Models: typeof import("./v20191016/dbbrain_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.dbbrain = void 0;
4
- const v20191016_1 = require("./v20191016");
5
4
  const v20210527_1 = require("./v20210527");
5
+ const v20191016_1 = require("./v20191016");
6
6
  exports.dbbrain = {
7
- v20191016: v20191016_1.v20191016,
8
7
  v20210527: v20210527_1.v20210527,
8
+ v20191016: v20191016_1.v20191016,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const dts: {
2
- v20211206: {
3
- Client: typeof import("./v20211206/dts_client").Client;
4
- Models: typeof import("./v20211206/dts_models");
5
- };
6
2
  v20180330: {
7
3
  Client: typeof import("./v20180330/dts_client").Client;
8
4
  Models: typeof import("./v20180330/dts_models");
9
5
  };
6
+ v20211206: {
7
+ Client: typeof import("./v20211206/dts_client").Client;
8
+ Models: typeof import("./v20211206/dts_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.dts = void 0;
4
- const v20211206_1 = require("./v20211206");
5
4
  const v20180330_1 = require("./v20180330");
5
+ const v20211206_1 = require("./v20211206");
6
6
  exports.dts = {
7
- v20211206: v20211206_1.v20211206,
8
7
  v20180330: v20180330_1.v20180330,
8
+ v20211206: v20211206_1.v20211206,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const eis: {
2
- v20200715: {
3
- Client: typeof import("./v20200715/eis_client").Client;
4
- Models: typeof import("./v20200715/eis_models");
5
- };
6
2
  v20210601: {
7
3
  Client: typeof import("./v20210601/eis_client").Client;
8
4
  Models: typeof import("./v20210601/eis_models");
9
5
  };
6
+ v20200715: {
7
+ Client: typeof import("./v20200715/eis_client").Client;
8
+ Models: typeof import("./v20200715/eis_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.eis = void 0;
4
- const v20200715_1 = require("./v20200715");
5
4
  const v20210601_1 = require("./v20210601");
5
+ const v20200715_1 = require("./v20200715");
6
6
  exports.eis = {
7
- v20200715: v20200715_1.v20200715,
8
7
  v20210601: v20210601_1.v20210601,
8
+ v20200715: v20200715_1.v20200715,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const facefusion: {
2
- v20181201: {
3
- Client: typeof import("./v20181201/facefusion_client").Client;
4
- Models: typeof import("./v20181201/facefusion_models");
5
- };
6
2
  v20220927: {
7
3
  Client: typeof import("./v20220927/facefusion_client").Client;
8
4
  Models: typeof import("./v20220927/facefusion_models");
9
5
  };
6
+ v20181201: {
7
+ Client: typeof import("./v20181201/facefusion_client").Client;
8
+ Models: typeof import("./v20181201/facefusion_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.facefusion = void 0;
4
- const v20181201_1 = require("./v20181201");
5
4
  const v20220927_1 = require("./v20220927");
5
+ const v20181201_1 = require("./v20181201");
6
6
  exports.facefusion = {
7
- v20181201: v20181201_1.v20181201,
8
7
  v20220927: v20220927_1.v20220927,
8
+ v20181201: v20181201_1.v20181201,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const iai: {
2
- v20200303: {
3
- Client: typeof import("./v20200303/iai_client").Client;
4
- Models: typeof import("./v20200303/iai_models");
5
- };
6
2
  v20180301: {
7
3
  Client: typeof import("./v20180301/iai_client").Client;
8
4
  Models: typeof import("./v20180301/iai_models");
9
5
  };
6
+ v20200303: {
7
+ Client: typeof import("./v20200303/iai_client").Client;
8
+ Models: typeof import("./v20200303/iai_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.iai = void 0;
4
- const v20200303_1 = require("./v20200303");
5
4
  const v20180301_1 = require("./v20180301");
5
+ const v20200303_1 = require("./v20200303");
6
6
  exports.iai = {
7
- v20200303: v20200303_1.v20200303,
8
7
  v20180301: v20180301_1.v20180301,
8
+ v20200303: v20200303_1.v20200303,
9
9
  };
@@ -1,4 +1,8 @@
1
1
  export declare const iotvideo: {
2
+ v20211125: {
3
+ Client: typeof import("./v20211125/iotvideo_client").Client;
4
+ Models: typeof import("./v20211125/iotvideo_models");
5
+ };
2
6
  v20201215: {
3
7
  Client: typeof import("./v20201215/iotvideo_client").Client;
4
8
  Models: typeof import("./v20201215/iotvideo_models");
@@ -7,8 +11,4 @@ export declare const iotvideo: {
7
11
  Client: typeof import("./v20191126/iotvideo_client").Client;
8
12
  Models: typeof import("./v20191126/iotvideo_models");
9
13
  };
10
- v20211125: {
11
- Client: typeof import("./v20211125/iotvideo_client").Client;
12
- Models: typeof import("./v20211125/iotvideo_models");
13
- };
14
14
  };
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.iotvideo = void 0;
4
+ const v20211125_1 = require("./v20211125");
4
5
  const v20201215_1 = require("./v20201215");
5
6
  const v20191126_1 = require("./v20191126");
6
- const v20211125_1 = require("./v20211125");
7
7
  exports.iotvideo = {
8
+ v20211125: v20211125_1.v20211125,
8
9
  v20201215: v20201215_1.v20201215,
9
10
  v20191126: v20191126_1.v20191126,
10
- v20211125: v20211125_1.v20211125,
11
11
  };
@@ -1,10 +1,10 @@
1
1
  export declare const irp: {
2
- v20220324: {
3
- Client: typeof import("./v20220324/irp_client").Client;
4
- Models: typeof import("./v20220324/irp_models");
5
- };
6
2
  v20220805: {
7
3
  Client: typeof import("./v20220805/irp_client").Client;
8
4
  Models: typeof import("./v20220805/irp_models");
9
5
  };
6
+ v20220324: {
7
+ Client: typeof import("./v20220324/irp_client").Client;
8
+ Models: typeof import("./v20220324/irp_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.irp = void 0;
4
- const v20220324_1 = require("./v20220324");
5
4
  const v20220805_1 = require("./v20220805");
5
+ const v20220324_1 = require("./v20220324");
6
6
  exports.irp = {
7
- v20220324: v20220324_1.v20220324,
8
7
  v20220805: v20220805_1.v20220805,
8
+ v20220324: v20220324_1.v20220324,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const monitor: {
2
- v20230616: {
3
- Client: typeof import("./v20230616/monitor_client").Client;
4
- Models: typeof import("./v20230616/monitor_models");
5
- };
6
2
  v20180724: {
7
3
  Client: typeof import("./v20180724/monitor_client").Client;
8
4
  Models: typeof import("./v20180724/monitor_models");
9
5
  };
6
+ v20230616: {
7
+ Client: typeof import("./v20230616/monitor_client").Client;
8
+ Models: typeof import("./v20230616/monitor_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.monitor = void 0;
4
- const v20230616_1 = require("./v20230616");
5
4
  const v20180724_1 = require("./v20180724");
5
+ const v20230616_1 = require("./v20230616");
6
6
  exports.monitor = {
7
- v20230616: v20230616_1.v20230616,
8
7
  v20180724: v20180724_1.v20180724,
8
+ v20230616: v20230616_1.v20230616,
9
9
  };
@@ -1,12 +1,20 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DeleteVolumeDataRequest, RetryRunsResponse, ImportTableFileResponse, CreateVolumeRequest, DescribeTablesResponse, RetryRunsRequest, TerminateRunGroupResponse, DescribeVolumesResponse, GetRunStatusRequest, CreateEnvironmentResponse, RebootHPCNodesRequest, CreateEnvironmentRequest, DescribeTablesRowsResponse, DescribeTablesRowsRequest, DescribeEnvironmentsRequest, GetRunCallsResponse, GetRunMetadataFileRequest, DescribeHPCNodesResponse, GetRunMetadataFileResponse, DeleteEnvironmentResponse, GetRunCallsRequest, RunWorkflowRequest, DescribeRunsRequest, RebootHPCNodesResponse, DescribeHPCNodesRequest, DescribeEnvironmentsResponse, RunApplicationResponse, DescribeHPCClustersResponse, DeleteEnvironmentRequest, TerminateRunGroupRequest, GetRunStatusResponse, DescribeTablesRequest, DeleteVolumeDataResponse, DescribeVolumesRequest, RunWorkflowResponse, DescribeHPCClustersRequest, DescribeRunsResponse, CreateVolumeResponse, DeleteVolumeRequest, ModifyVolumeResponse, ImportTableFileRequest, DeleteVolumeResponse, RunApplicationRequest, DescribeRunGroupsResponse, ModifyVolumeRequest, DescribeRunGroupsRequest } from "./omics_models";
3
+ import { DeleteVolumeDataRequest, RetryRunsResponse, RebootHPCNodesRequest, CreateVolumeRequest, DescribeTablesResponse, RetryRunsRequest, TerminateRunGroupResponse, DescribeVolumesResponse, DescribeApplicationVersionsRequest, ImportCommonApplicationResponse, GetRunStatusRequest, CreateEnvironmentResponse, ImportTableFileResponse, ImportTableFileRequest, DescribeApplicationsResponse, DescribeEnvironmentsRequest, CreateEnvironmentRequest, DescribeInputTemplatesRequest, DescribeTablesRowsRequest, GetRunCallsResponse, GetRunMetadataFileRequest, DescribeHPCNodesResponse, GetRunMetadataFileResponse, DeleteEnvironmentResponse, GetRunCallsRequest, RunWorkflowRequest, DescribeRunsRequest, RebootHPCNodesResponse, DescribeHPCNodesRequest, DescribeEnvironmentsResponse, RunApplicationResponse, DescribeInputTemplatesResponse, DescribeHPCClustersResponse, DeleteEnvironmentRequest, TerminateRunGroupRequest, GetRunStatusResponse, DescribeTablesRequest, DeleteVolumeDataResponse, DescribeVolumesRequest, RunWorkflowResponse, GetInputTemplateFileResponse, DescribeHPCClustersRequest, DescribeApplicationVersionsResponse, DescribeTablesRowsResponse, DescribeProjectsRequest, CreateVolumeResponse, DeleteVolumeRequest, DescribeProjectsResponse, ModifyVolumeResponse, DescribeApplicationsRequest, GetInputTemplateFileRequest, DeleteVolumeResponse, RunApplicationRequest, DescribeRunGroupsResponse, DescribeRunsResponse, ModifyVolumeRequest, DescribeRunGroupsRequest, ImportCommonApplicationRequest } from "./omics_models";
4
4
  /**
5
5
  * omics client
6
6
  * @class
7
7
  */
8
8
  export declare class Client extends AbstractClient {
9
9
  constructor(clientConfig: ClientConfig);
10
+ /**
11
+ * 导入公共应用到项目
12
+ */
13
+ ImportCommonApplication(req: ImportCommonApplicationRequest, cb?: (error: string, rep: ImportCommonApplicationResponse) => void): Promise<ImportCommonApplicationResponse>;
14
+ /**
15
+ * 查询应用版本列表
16
+ */
17
+ DescribeApplicationVersions(req: DescribeApplicationVersionsRequest, cb?: (error: string, rep: DescribeApplicationVersionsResponse) => void): Promise<DescribeApplicationVersionsResponse>;
10
18
  /**
11
19
  * 查询任务详情。
12
20
  */
@@ -15,6 +23,10 @@ export declare class Client extends AbstractClient {
15
23
  * 创建缓存卷。
16
24
  */
17
25
  CreateVolume(req: CreateVolumeRequest, cb?: (error: string, rep: CreateVolumeResponse) => void): Promise<CreateVolumeResponse>;
26
+ /**
27
+ * 查询运行参数模板内容
28
+ */
29
+ GetInputTemplateFile(req: GetInputTemplateFileRequest, cb?: (error: string, rep: GetInputTemplateFileResponse) => void): Promise<GetInputTemplateFileResponse>;
18
30
  /**
19
31
  * 重试任务。
20
32
  */
@@ -55,6 +67,10 @@ export declare class Client extends AbstractClient {
55
67
  * 重启HPC节点
56
68
  */
57
69
  RebootHPCNodes(req: RebootHPCNodesRequest, cb?: (error: string, rep: RebootHPCNodesResponse) => void): Promise<RebootHPCNodesResponse>;
70
+ /**
71
+ * 查询项目列表
72
+ */
73
+ DescribeProjects(req: DescribeProjectsRequest, cb?: (error: string, rep: DescribeProjectsResponse) => void): Promise<DescribeProjectsResponse>;
58
74
  /**
59
75
  * 运行工作流。
60
76
  */
@@ -79,6 +95,10 @@ export declare class Client extends AbstractClient {
79
95
  * 查询作业详情。
80
96
  */
81
97
  GetRunCalls(req: GetRunCallsRequest, cb?: (error: string, rep: GetRunCallsResponse) => void): Promise<GetRunCallsResponse>;
98
+ /**
99
+ * 查询项目应用列表
100
+ */
101
+ DescribeApplications(req: DescribeApplicationsRequest, cb?: (error: string, rep: DescribeApplicationsResponse) => void): Promise<DescribeApplicationsResponse>;
82
102
  /**
83
103
  * 删除缓存卷数据。
84
104
  */
@@ -87,6 +107,10 @@ export declare class Client extends AbstractClient {
87
107
  * 查询缓存卷列表。
88
108
  */
89
109
  DescribeVolumes(req: DescribeVolumesRequest, cb?: (error: string, rep: DescribeVolumesResponse) => void): Promise<DescribeVolumesResponse>;
110
+ /**
111
+ * 查询运行参数模板列表
112
+ */
113
+ DescribeInputTemplates(req: DescribeInputTemplatesRequest, cb?: (error: string, rep: DescribeInputTemplatesResponse) => void): Promise<DescribeInputTemplatesResponse>;
90
114
  /**
91
115
  * 查询HPC节点列表。
92
116
  */
@@ -27,6 +27,18 @@ class Client extends abstract_client_1.AbstractClient {
27
27
  constructor(clientConfig) {
28
28
  super("omics.tencentcloudapi.com", "2022-11-28", clientConfig);
29
29
  }
30
+ /**
31
+ * 导入公共应用到项目
32
+ */
33
+ async ImportCommonApplication(req, cb) {
34
+ return this.request("ImportCommonApplication", req, cb);
35
+ }
36
+ /**
37
+ * 查询应用版本列表
38
+ */
39
+ async DescribeApplicationVersions(req, cb) {
40
+ return this.request("DescribeApplicationVersions", req, cb);
41
+ }
30
42
  /**
31
43
  * 查询任务详情。
32
44
  */
@@ -39,6 +51,12 @@ class Client extends abstract_client_1.AbstractClient {
39
51
  async CreateVolume(req, cb) {
40
52
  return this.request("CreateVolume", req, cb);
41
53
  }
54
+ /**
55
+ * 查询运行参数模板内容
56
+ */
57
+ async GetInputTemplateFile(req, cb) {
58
+ return this.request("GetInputTemplateFile", req, cb);
59
+ }
42
60
  /**
43
61
  * 重试任务。
44
62
  */
@@ -99,6 +117,12 @@ class Client extends abstract_client_1.AbstractClient {
99
117
  async RebootHPCNodes(req, cb) {
100
118
  return this.request("RebootHPCNodes", req, cb);
101
119
  }
120
+ /**
121
+ * 查询项目列表
122
+ */
123
+ async DescribeProjects(req, cb) {
124
+ return this.request("DescribeProjects", req, cb);
125
+ }
102
126
  /**
103
127
  * 运行工作流。
104
128
  */
@@ -135,6 +159,12 @@ class Client extends abstract_client_1.AbstractClient {
135
159
  async GetRunCalls(req, cb) {
136
160
  return this.request("GetRunCalls", req, cb);
137
161
  }
162
+ /**
163
+ * 查询项目应用列表
164
+ */
165
+ async DescribeApplications(req, cb) {
166
+ return this.request("DescribeApplications", req, cb);
167
+ }
138
168
  /**
139
169
  * 删除缓存卷数据。
140
170
  */
@@ -147,6 +177,12 @@ class Client extends abstract_client_1.AbstractClient {
147
177
  async DescribeVolumes(req, cb) {
148
178
  return this.request("DescribeVolumes", req, cb);
149
179
  }
180
+ /**
181
+ * 查询运行参数模板列表
182
+ */
183
+ async DescribeInputTemplates(req, cb) {
184
+ return this.request("DescribeInputTemplates", req, cb);
185
+ }
150
186
  /**
151
187
  * 查询HPC节点列表。
152
188
  */