@volcengine/milvus 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +19 -0
- package/LICENSE.txt +202 -0
- package/dist/cjs/index.js +235 -0
- package/dist/esm/api.d.ts +221 -0
- package/dist/esm/api.d.ts.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +147 -0
- package/dist/esm/types/allow-group-list-for-describe-instance-detail-output.d.ts +30 -0
- package/dist/esm/types/allow-group-list-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/base-instance-for-describe-instance-detail-output.d.ts +85 -0
- package/dist/esm/types/base-instance-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/charge-config-for-create-instance-input.d.ts +40 -0
- package/dist/esm/types/charge-config-for-create-instance-input.d.ts.map +1 -0
- package/dist/esm/types/charge-config-for-create-instance-one-step-input.d.ts +40 -0
- package/dist/esm/types/charge-config-for-create-instance-one-step-input.d.ts.map +1 -0
- package/dist/esm/types/charge-config-for-describe-instance-detail-output.d.ts +40 -0
- package/dist/esm/types/charge-config-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/charge-config-for-describe-instances-output.d.ts +40 -0
- package/dist/esm/types/charge-config-for-describe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/component-spec-list-for-create-instance-input.d.ts +50 -0
- package/dist/esm/types/component-spec-list-for-create-instance-input.d.ts.map +1 -0
- package/dist/esm/types/component-spec-list-for-create-instance-one-step-input.d.ts +50 -0
- package/dist/esm/types/component-spec-list-for-create-instance-one-step-input.d.ts.map +1 -0
- package/dist/esm/types/component-spec-list-for-scale-instance-input.d.ts +45 -0
- package/dist/esm/types/component-spec-list-for-scale-instance-input.d.ts.map +1 -0
- package/dist/esm/types/config-assign-list-for-modify-instance-config-input.d.ts +30 -0
- package/dist/esm/types/config-assign-list-for-modify-instance-config-input.d.ts.map +1 -0
- package/dist/esm/types/configuration-for-describe-instance-config-output.d.ts +65 -0
- package/dist/esm/types/configuration-for-describe-instance-config-output.d.ts.map +1 -0
- package/dist/esm/types/create-instance-one-step-request.d.ts +64 -0
- package/dist/esm/types/create-instance-one-step-request.d.ts.map +1 -0
- package/dist/esm/types/create-instance-one-step-response.d.ts +45 -0
- package/dist/esm/types/create-instance-one-step-response.d.ts.map +1 -0
- package/dist/esm/types/create-instance-request.d.ts +64 -0
- package/dist/esm/types/create-instance-request.d.ts.map +1 -0
- package/dist/esm/types/create-instance-response.d.ts +45 -0
- package/dist/esm/types/create-instance-response.d.ts.map +1 -0
- package/dist/esm/types/describe-config-modules-request.d.ts +25 -0
- package/dist/esm/types/describe-config-modules-request.d.ts.map +1 -0
- package/dist/esm/types/describe-config-modules-response.d.ts +25 -0
- package/dist/esm/types/describe-config-modules-response.d.ts.map +1 -0
- package/dist/esm/types/describe-instance-config-request.d.ts +25 -0
- package/dist/esm/types/describe-instance-config-request.d.ts.map +1 -0
- package/dist/esm/types/describe-instance-config-response.d.ts +26 -0
- package/dist/esm/types/describe-instance-config-response.d.ts.map +1 -0
- package/dist/esm/types/describe-instance-detail-request.d.ts +25 -0
- package/dist/esm/types/describe-instance-detail-request.d.ts.map +1 -0
- package/dist/esm/types/describe-instance-detail-response.d.ts +86 -0
- package/dist/esm/types/describe-instance-detail-response.d.ts.map +1 -0
- package/dist/esm/types/describe-instances-request.d.ts +51 -0
- package/dist/esm/types/describe-instances-request.d.ts.map +1 -0
- package/dist/esm/types/describe-instances-response.d.ts +46 -0
- package/dist/esm/types/describe-instances-response.d.ts.map +1 -0
- package/dist/esm/types/describe-node-info-request.d.ts +25 -0
- package/dist/esm/types/describe-node-info-request.d.ts.map +1 -0
- package/dist/esm/types/describe-node-info-response.d.ts +26 -0
- package/dist/esm/types/describe-node-info-response.d.ts.map +1 -0
- package/dist/esm/types/endpoint-list-for-describe-instance-detail-output.d.ts +61 -0
- package/dist/esm/types/endpoint-list-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +75 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/instance-configuration-for-create-instance-input.d.ts +46 -0
- package/dist/esm/types/instance-configuration-for-create-instance-input.d.ts.map +1 -0
- package/dist/esm/types/instance-configuration-for-create-instance-one-step-input.d.ts +46 -0
- package/dist/esm/types/instance-configuration-for-create-instance-one-step-input.d.ts.map +1 -0
- package/dist/esm/types/instance-info-for-describe-instances-output.d.ts +83 -0
- package/dist/esm/types/instance-info-for-describe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/list-tags-for-resources-request.d.ts +46 -0
- package/dist/esm/types/list-tags-for-resources-request.d.ts.map +1 -0
- package/dist/esm/types/list-tags-for-resources-response.d.ts +31 -0
- package/dist/esm/types/list-tags-for-resources-response.d.ts.map +1 -0
- package/dist/esm/types/modify-delete-protect-request.d.ts +30 -0
- package/dist/esm/types/modify-delete-protect-request.d.ts.map +1 -0
- package/dist/esm/types/modify-delete-protect-response.d.ts +25 -0
- package/dist/esm/types/modify-delete-protect-response.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-config-request.d.ts +31 -0
- package/dist/esm/types/modify-instance-config-request.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-config-response.d.ts +25 -0
- package/dist/esm/types/modify-instance-config-response.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-name-request.d.ts +30 -0
- package/dist/esm/types/modify-instance-name-request.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-name-response.d.ts +25 -0
- package/dist/esm/types/modify-instance-name-response.d.ts.map +1 -0
- package/dist/esm/types/modify-post-paid-request.d.ts +40 -0
- package/dist/esm/types/modify-post-paid-request.d.ts.map +1 -0
- package/dist/esm/types/modify-post-paid-response.d.ts +50 -0
- package/dist/esm/types/modify-post-paid-response.d.ts.map +1 -0
- package/dist/esm/types/modify-pre-paid-request.d.ts +40 -0
- package/dist/esm/types/modify-pre-paid-request.d.ts.map +1 -0
- package/dist/esm/types/modify-pre-paid-response.d.ts +50 -0
- package/dist/esm/types/modify-pre-paid-response.d.ts.map +1 -0
- package/dist/esm/types/modify-resource-tags-request.d.ts +36 -0
- package/dist/esm/types/modify-resource-tags-request.d.ts.map +1 -0
- package/dist/esm/types/modify-resource-tags-response.d.ts +25 -0
- package/dist/esm/types/modify-resource-tags-response.d.ts.map +1 -0
- package/dist/esm/types/network-config-for-create-instance-input.d.ts +37 -0
- package/dist/esm/types/network-config-for-create-instance-input.d.ts.map +1 -0
- package/dist/esm/types/network-config-for-create-instance-one-step-input.d.ts +37 -0
- package/dist/esm/types/network-config-for-create-instance-one-step-input.d.ts.map +1 -0
- package/dist/esm/types/network-config-for-describe-instance-detail-output.d.ts +37 -0
- package/dist/esm/types/network-config-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/network-config-for-describe-instances-output.d.ts +37 -0
- package/dist/esm/types/network-config-for-describe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/node-info-list-for-describe-node-info-output.d.ts +70 -0
- package/dist/esm/types/node-info-list-for-describe-node-info-output.d.ts.map +1 -0
- package/dist/esm/types/release-instance-request.d.ts +25 -0
- package/dist/esm/types/release-instance-request.d.ts.map +1 -0
- package/dist/esm/types/release-instance-response.d.ts +25 -0
- package/dist/esm/types/release-instance-response.d.ts.map +1 -0
- package/dist/esm/types/scale-instance-request.d.ts +41 -0
- package/dist/esm/types/scale-instance-request.d.ts.map +1 -0
- package/dist/esm/types/scale-instance-response.d.ts +35 -0
- package/dist/esm/types/scale-instance-response.d.ts.map +1 -0
- package/dist/esm/types/spec-config-for-describe-instance-detail-output.d.ts +45 -0
- package/dist/esm/types/spec-config-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/subnet-info-for-create-instance-input.d.ts +30 -0
- package/dist/esm/types/subnet-info-for-create-instance-input.d.ts.map +1 -0
- package/dist/esm/types/subnet-info-for-create-instance-one-step-input.d.ts +30 -0
- package/dist/esm/types/subnet-info-for-create-instance-one-step-input.d.ts.map +1 -0
- package/dist/esm/types/subnet-info-for-describe-instance-detail-output.d.ts +30 -0
- package/dist/esm/types/subnet-info-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/subnet-info-for-describe-instances-output.d.ts +30 -0
- package/dist/esm/types/subnet-info-for-describe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-describe-instances-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-describe-instances-input.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-list-tags-for-resources-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-list-tags-for-resources-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-create-instance-input.d.ts +30 -0
- package/dist/esm/types/tag-for-create-instance-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-create-instance-one-step-input.d.ts +30 -0
- package/dist/esm/types/tag-for-create-instance-one-step-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-describe-instance-detail-output.d.ts +30 -0
- package/dist/esm/types/tag-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-describe-instances-output.d.ts +30 -0
- package/dist/esm/types/tag-for-describe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-modify-resource-tags-input.d.ts +30 -0
- package/dist/esm/types/tag-for-modify-resource-tags-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-tag-resources-input.d.ts +30 -0
- package/dist/esm/types/tag-for-tag-resources-input.d.ts.map +1 -0
- package/dist/esm/types/tag-resource-for-list-tags-for-resources-output.d.ts +40 -0
- package/dist/esm/types/tag-resource-for-list-tags-for-resources-output.d.ts.map +1 -0
- package/dist/esm/types/tag-resources-request.d.ts +36 -0
- package/dist/esm/types/tag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/tag-resources-response.d.ts +25 -0
- package/dist/esm/types/tag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/untag-resources-request.d.ts +35 -0
- package/dist/esm/types/untag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/untag-resources-response.d.ts +25 -0
- package/dist/esm/types/untag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/vpc-info-for-create-instance-input.d.ts +30 -0
- package/dist/esm/types/vpc-info-for-create-instance-input.d.ts.map +1 -0
- package/dist/esm/types/vpc-info-for-create-instance-one-step-input.d.ts +30 -0
- package/dist/esm/types/vpc-info-for-create-instance-one-step-input.d.ts.map +1 -0
- package/dist/esm/types/vpc-info-for-describe-instance-detail-output.d.ts +30 -0
- package/dist/esm/types/vpc-info-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/vpc-info-for-describe-instances-output.d.ts +30 -0
- package/dist/esm/types/vpc-info-for-describe-instances-output.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +37 -0
- package/rslib.config.ts +26 -0
- package/src/api.ts +381 -0
- package/src/index.ts +14 -0
- package/src/types/allow-group-list-for-describe-instance-detail-output.ts +34 -0
- package/src/types/base-instance-for-describe-instance-detail-output.ts +100 -0
- package/src/types/charge-config-for-create-instance-input.ts +46 -0
- package/src/types/charge-config-for-create-instance-one-step-input.ts +46 -0
- package/src/types/charge-config-for-describe-instance-detail-output.ts +46 -0
- package/src/types/charge-config-for-describe-instances-output.ts +46 -0
- package/src/types/component-spec-list-for-create-instance-input.ts +58 -0
- package/src/types/component-spec-list-for-create-instance-one-step-input.ts +58 -0
- package/src/types/component-spec-list-for-scale-instance-input.ts +52 -0
- package/src/types/config-assign-list-for-modify-instance-config-input.ts +34 -0
- package/src/types/configuration-for-describe-instance-config-output.ts +76 -0
- package/src/types/create-instance-one-step-request.ts +74 -0
- package/src/types/create-instance-one-step-response.ts +52 -0
- package/src/types/create-instance-request.ts +74 -0
- package/src/types/create-instance-response.ts +52 -0
- package/src/types/describe-config-modules-request.ts +28 -0
- package/src/types/describe-config-modules-response.ts +28 -0
- package/src/types/describe-instance-config-request.ts +28 -0
- package/src/types/describe-instance-config-response.ts +29 -0
- package/src/types/describe-instance-detail-request.ts +28 -0
- package/src/types/describe-instance-detail-response.ts +100 -0
- package/src/types/describe-instances-request.ts +59 -0
- package/src/types/describe-instances-response.ts +53 -0
- package/src/types/describe-node-info-request.ts +28 -0
- package/src/types/describe-node-info-response.ts +29 -0
- package/src/types/endpoint-list-for-describe-instance-detail-output.ts +71 -0
- package/src/types/index.ts +74 -0
- package/src/types/instance-configuration-for-create-instance-input.ts +53 -0
- package/src/types/instance-configuration-for-create-instance-one-step-input.ts +53 -0
- package/src/types/instance-info-for-describe-instances-output.ts +97 -0
- package/src/types/list-tags-for-resources-request.ts +53 -0
- package/src/types/list-tags-for-resources-response.ts +35 -0
- package/src/types/modify-delete-protect-request.ts +34 -0
- package/src/types/modify-delete-protect-response.ts +28 -0
- package/src/types/modify-instance-config-request.ts +35 -0
- package/src/types/modify-instance-config-response.ts +28 -0
- package/src/types/modify-instance-name-request.ts +34 -0
- package/src/types/modify-instance-name-response.ts +28 -0
- package/src/types/modify-post-paid-request.ts +46 -0
- package/src/types/modify-post-paid-response.ts +58 -0
- package/src/types/modify-pre-paid-request.ts +46 -0
- package/src/types/modify-pre-paid-response.ts +58 -0
- package/src/types/modify-resource-tags-request.ts +41 -0
- package/src/types/modify-resource-tags-response.ts +28 -0
- package/src/types/network-config-for-create-instance-input.ts +42 -0
- package/src/types/network-config-for-create-instance-one-step-input.ts +42 -0
- package/src/types/network-config-for-describe-instance-detail-output.ts +42 -0
- package/src/types/network-config-for-describe-instances-output.ts +42 -0
- package/src/types/node-info-list-for-describe-node-info-output.ts +82 -0
- package/src/types/release-instance-request.ts +28 -0
- package/src/types/release-instance-response.ts +28 -0
- package/src/types/scale-instance-request.ts +47 -0
- package/src/types/scale-instance-response.ts +40 -0
- package/src/types/spec-config-for-describe-instance-detail-output.ts +52 -0
- package/src/types/subnet-info-for-create-instance-input.ts +34 -0
- package/src/types/subnet-info-for-create-instance-one-step-input.ts +34 -0
- package/src/types/subnet-info-for-describe-instance-detail-output.ts +34 -0
- package/src/types/subnet-info-for-describe-instances-output.ts +34 -0
- package/src/types/tag-filter-for-describe-instances-input.ts +34 -0
- package/src/types/tag-filter-for-list-tags-for-resources-input.ts +34 -0
- package/src/types/tag-for-create-instance-input.ts +34 -0
- package/src/types/tag-for-create-instance-one-step-input.ts +34 -0
- package/src/types/tag-for-describe-instance-detail-output.ts +34 -0
- package/src/types/tag-for-describe-instances-output.ts +34 -0
- package/src/types/tag-for-modify-resource-tags-input.ts +34 -0
- package/src/types/tag-for-tag-resources-input.ts +34 -0
- package/src/types/tag-resource-for-list-tags-for-resources-output.ts +46 -0
- package/src/types/tag-resources-request.ts +41 -0
- package/src/types/tag-resources-response.ts +28 -0
- package/src/types/untag-resources-request.ts +40 -0
- package/src/types/untag-resources-response.ts +28 -0
- package/src/types/vpc-info-for-create-instance-input.ts +34 -0
- package/src/types/vpc-info-for-create-instance-one-step-input.ts +34 -0
- package/src/types/vpc-info-for-describe-instance-detail-output.ts +34 -0
- package/src/types/vpc-info-for-describe-instances-output.ts +34 -0
- package/tsconfig.json +12 -0
package/rslib.config.ts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
|
|
2
|
+
import { defineConfig } from "@rslib/core";
|
|
3
|
+
|
|
4
|
+
export default defineConfig({
|
|
5
|
+
lib: [
|
|
6
|
+
{
|
|
7
|
+
format: "esm",
|
|
8
|
+
syntax: "es2020",
|
|
9
|
+
dts: true,
|
|
10
|
+
output: {
|
|
11
|
+
distPath: {
|
|
12
|
+
root: "./dist/esm",
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
format: "cjs",
|
|
18
|
+
syntax: "es2020",
|
|
19
|
+
output: {
|
|
20
|
+
distPath: {
|
|
21
|
+
root: "./dist/cjs",
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
},
|
|
25
|
+
],
|
|
26
|
+
});
|
package/src/api.ts
ADDED
|
@@ -0,0 +1,381 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* milvus
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { Client, ClientConfig, Command, buildRequestConfigFromMetaPath, CommandOutput } from '@volcengine/sdk-core';
|
|
16
|
+
|
|
17
|
+
import { CreateInstanceOneStepRequest } from './types/index';
|
|
18
|
+
import { CreateInstanceOneStepResponse } from './types/index';
|
|
19
|
+
import { CreateInstanceRequest } from './types/index';
|
|
20
|
+
import { CreateInstanceResponse } from './types/index';
|
|
21
|
+
import { DescribeConfigModulesRequest } from './types/index';
|
|
22
|
+
import { DescribeConfigModulesResponse } from './types/index';
|
|
23
|
+
import { DescribeInstanceConfigRequest } from './types/index';
|
|
24
|
+
import { DescribeInstanceConfigResponse } from './types/index';
|
|
25
|
+
import { DescribeInstanceDetailRequest } from './types/index';
|
|
26
|
+
import { DescribeInstanceDetailResponse } from './types/index';
|
|
27
|
+
import { DescribeInstancesRequest } from './types/index';
|
|
28
|
+
import { DescribeInstancesResponse } from './types/index';
|
|
29
|
+
import { DescribeNodeInfoRequest } from './types/index';
|
|
30
|
+
import { DescribeNodeInfoResponse } from './types/index';
|
|
31
|
+
import { ListTagsForResourcesRequest } from './types/index';
|
|
32
|
+
import { ListTagsForResourcesResponse } from './types/index';
|
|
33
|
+
import { ModifyDeleteProtectRequest } from './types/index';
|
|
34
|
+
import { ModifyDeleteProtectResponse } from './types/index';
|
|
35
|
+
import { ModifyInstanceConfigRequest } from './types/index';
|
|
36
|
+
import { ModifyInstanceConfigResponse } from './types/index';
|
|
37
|
+
import { ModifyInstanceNameRequest } from './types/index';
|
|
38
|
+
import { ModifyInstanceNameResponse } from './types/index';
|
|
39
|
+
import { ModifyPostPaidRequest } from './types/index';
|
|
40
|
+
import { ModifyPostPaidResponse } from './types/index';
|
|
41
|
+
import { ModifyPrePaidRequest } from './types/index';
|
|
42
|
+
import { ModifyPrePaidResponse } from './types/index';
|
|
43
|
+
import { ModifyResourceTagsRequest } from './types/index';
|
|
44
|
+
import { ModifyResourceTagsResponse } from './types/index';
|
|
45
|
+
import { ReleaseInstanceRequest } from './types/index';
|
|
46
|
+
import { ReleaseInstanceResponse } from './types/index';
|
|
47
|
+
import { ScaleInstanceRequest } from './types/index';
|
|
48
|
+
import { ScaleInstanceResponse } from './types/index';
|
|
49
|
+
import { TagResourcesRequest } from './types/index';
|
|
50
|
+
import { TagResourcesResponse } from './types/index';
|
|
51
|
+
import { UntagResourcesRequest } from './types/index';
|
|
52
|
+
import { UntagResourcesResponse } from './types/index';
|
|
53
|
+
|
|
54
|
+
// ============================================================================
|
|
55
|
+
// Output Type Definitions
|
|
56
|
+
// ============================================================================
|
|
57
|
+
export type CreateInstanceCommandOutput = CommandOutput<CreateInstanceResponse>;
|
|
58
|
+
export type CreateInstanceOneStepCommandOutput = CommandOutput<CreateInstanceOneStepResponse>;
|
|
59
|
+
export type DescribeConfigModulesCommandOutput = CommandOutput<DescribeConfigModulesResponse>;
|
|
60
|
+
export type DescribeInstanceConfigCommandOutput = CommandOutput<DescribeInstanceConfigResponse>;
|
|
61
|
+
export type DescribeInstanceDetailCommandOutput = CommandOutput<DescribeInstanceDetailResponse>;
|
|
62
|
+
export type DescribeInstancesCommandOutput = CommandOutput<DescribeInstancesResponse>;
|
|
63
|
+
export type DescribeNodeInfoCommandOutput = CommandOutput<DescribeNodeInfoResponse>;
|
|
64
|
+
export type ListTagsForResourcesCommandOutput = CommandOutput<ListTagsForResourcesResponse>;
|
|
65
|
+
export type ModifyDeleteProtectCommandOutput = CommandOutput<ModifyDeleteProtectResponse>;
|
|
66
|
+
export type ModifyInstanceConfigCommandOutput = CommandOutput<ModifyInstanceConfigResponse>;
|
|
67
|
+
export type ModifyInstanceNameCommandOutput = CommandOutput<ModifyInstanceNameResponse>;
|
|
68
|
+
export type ModifyPostPaidCommandOutput = CommandOutput<ModifyPostPaidResponse>;
|
|
69
|
+
export type ModifyPrePaidCommandOutput = CommandOutput<ModifyPrePaidResponse>;
|
|
70
|
+
export type ModifyResourceTagsCommandOutput = CommandOutput<ModifyResourceTagsResponse>;
|
|
71
|
+
export type ReleaseInstanceCommandOutput = CommandOutput<ReleaseInstanceResponse>;
|
|
72
|
+
export type ScaleInstanceCommandOutput = CommandOutput<ScaleInstanceResponse>;
|
|
73
|
+
export type TagResourcesCommandOutput = CommandOutput<TagResourcesResponse>;
|
|
74
|
+
export type UntagResourcesCommandOutput = CommandOutput<UntagResourcesResponse>;
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* MILVUSClient Service Client
|
|
79
|
+
*/
|
|
80
|
+
export class MILVUSClient extends Client {
|
|
81
|
+
constructor(config: ClientConfig = {}) {
|
|
82
|
+
super({
|
|
83
|
+
protocol: 'https',
|
|
84
|
+
region: 'cn-beijing',
|
|
85
|
+
...config,
|
|
86
|
+
});
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* Command to CreateInstance
|
|
92
|
+
*/
|
|
93
|
+
export class CreateInstanceCommand extends Command<
|
|
94
|
+
CreateInstanceRequest,
|
|
95
|
+
CreateInstanceCommandOutput,
|
|
96
|
+
'CreateInstanceCommand'
|
|
97
|
+
> {
|
|
98
|
+
static readonly metaPath = '/CreateInstance/2023-01-01/milvus/post/application_json/';
|
|
99
|
+
|
|
100
|
+
constructor(input: CreateInstanceRequest) {
|
|
101
|
+
super(input);
|
|
102
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateInstanceCommand.metaPath);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Command to CreateInstanceOneStep
|
|
107
|
+
*/
|
|
108
|
+
export class CreateInstanceOneStepCommand extends Command<
|
|
109
|
+
CreateInstanceOneStepRequest,
|
|
110
|
+
CreateInstanceOneStepCommandOutput,
|
|
111
|
+
'CreateInstanceOneStepCommand'
|
|
112
|
+
> {
|
|
113
|
+
static readonly metaPath = '/CreateInstanceOneStep/2023-01-01/milvus/post/application_json/';
|
|
114
|
+
|
|
115
|
+
constructor(input: CreateInstanceOneStepRequest) {
|
|
116
|
+
super(input);
|
|
117
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateInstanceOneStepCommand.metaPath);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* Command to DescribeConfigModules
|
|
122
|
+
*/
|
|
123
|
+
export class DescribeConfigModulesCommand extends Command<
|
|
124
|
+
DescribeConfigModulesRequest,
|
|
125
|
+
DescribeConfigModulesCommandOutput,
|
|
126
|
+
'DescribeConfigModulesCommand'
|
|
127
|
+
> {
|
|
128
|
+
static readonly metaPath = '/DescribeConfigModules/2023-01-01/milvus/post/application_json/';
|
|
129
|
+
|
|
130
|
+
constructor(input: DescribeConfigModulesRequest) {
|
|
131
|
+
super(input);
|
|
132
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeConfigModulesCommand.metaPath);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* Command to DescribeInstanceConfig
|
|
137
|
+
*/
|
|
138
|
+
export class DescribeInstanceConfigCommand extends Command<
|
|
139
|
+
DescribeInstanceConfigRequest,
|
|
140
|
+
DescribeInstanceConfigCommandOutput,
|
|
141
|
+
'DescribeInstanceConfigCommand'
|
|
142
|
+
> {
|
|
143
|
+
static readonly metaPath = '/DescribeInstanceConfig/2023-01-01/milvus/post/application_json/';
|
|
144
|
+
|
|
145
|
+
constructor(input: DescribeInstanceConfigRequest) {
|
|
146
|
+
super(input);
|
|
147
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeInstanceConfigCommand.metaPath);
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* Command to DescribeInstanceDetail
|
|
152
|
+
*/
|
|
153
|
+
export class DescribeInstanceDetailCommand extends Command<
|
|
154
|
+
DescribeInstanceDetailRequest,
|
|
155
|
+
DescribeInstanceDetailCommandOutput,
|
|
156
|
+
'DescribeInstanceDetailCommand'
|
|
157
|
+
> {
|
|
158
|
+
static readonly metaPath = '/DescribeInstanceDetail/2023-01-01/milvus/post/application_json/';
|
|
159
|
+
|
|
160
|
+
constructor(input: DescribeInstanceDetailRequest) {
|
|
161
|
+
super(input);
|
|
162
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeInstanceDetailCommand.metaPath);
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* Command to DescribeInstances
|
|
167
|
+
*/
|
|
168
|
+
export class DescribeInstancesCommand extends Command<
|
|
169
|
+
DescribeInstancesRequest,
|
|
170
|
+
DescribeInstancesCommandOutput,
|
|
171
|
+
'DescribeInstancesCommand'
|
|
172
|
+
> {
|
|
173
|
+
static readonly metaPath = '/DescribeInstances/2023-01-01/milvus/post/application_json/';
|
|
174
|
+
|
|
175
|
+
constructor(input: DescribeInstancesRequest) {
|
|
176
|
+
super(input);
|
|
177
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeInstancesCommand.metaPath);
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* Command to DescribeNodeInfo
|
|
182
|
+
*/
|
|
183
|
+
export class DescribeNodeInfoCommand extends Command<
|
|
184
|
+
DescribeNodeInfoRequest,
|
|
185
|
+
DescribeNodeInfoCommandOutput,
|
|
186
|
+
'DescribeNodeInfoCommand'
|
|
187
|
+
> {
|
|
188
|
+
static readonly metaPath = '/DescribeNodeInfo/2023-01-01/milvus/post/application_json/';
|
|
189
|
+
|
|
190
|
+
constructor(input: DescribeNodeInfoRequest) {
|
|
191
|
+
super(input);
|
|
192
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeNodeInfoCommand.metaPath);
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* Command to ListTagsForResources
|
|
197
|
+
*/
|
|
198
|
+
export class ListTagsForResourcesCommand extends Command<
|
|
199
|
+
ListTagsForResourcesRequest,
|
|
200
|
+
ListTagsForResourcesCommandOutput,
|
|
201
|
+
'ListTagsForResourcesCommand'
|
|
202
|
+
> {
|
|
203
|
+
static readonly metaPath = '/ListTagsForResources/2023-01-01/milvus/post/application_json/';
|
|
204
|
+
|
|
205
|
+
constructor(input: ListTagsForResourcesRequest) {
|
|
206
|
+
super(input);
|
|
207
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListTagsForResourcesCommand.metaPath);
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* Command to ModifyDeleteProtect
|
|
212
|
+
*/
|
|
213
|
+
export class ModifyDeleteProtectCommand extends Command<
|
|
214
|
+
ModifyDeleteProtectRequest,
|
|
215
|
+
ModifyDeleteProtectCommandOutput,
|
|
216
|
+
'ModifyDeleteProtectCommand'
|
|
217
|
+
> {
|
|
218
|
+
static readonly metaPath = '/ModifyDeleteProtect/2023-01-01/milvus/post/application_json/';
|
|
219
|
+
|
|
220
|
+
constructor(input: ModifyDeleteProtectRequest) {
|
|
221
|
+
super(input);
|
|
222
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyDeleteProtectCommand.metaPath);
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
/**
|
|
226
|
+
* Command to ModifyInstanceConfig
|
|
227
|
+
*/
|
|
228
|
+
export class ModifyInstanceConfigCommand extends Command<
|
|
229
|
+
ModifyInstanceConfigRequest,
|
|
230
|
+
ModifyInstanceConfigCommandOutput,
|
|
231
|
+
'ModifyInstanceConfigCommand'
|
|
232
|
+
> {
|
|
233
|
+
static readonly metaPath = '/ModifyInstanceConfig/2023-01-01/milvus/post/application_json/';
|
|
234
|
+
|
|
235
|
+
constructor(input: ModifyInstanceConfigRequest) {
|
|
236
|
+
super(input);
|
|
237
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyInstanceConfigCommand.metaPath);
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
/**
|
|
241
|
+
* Command to ModifyInstanceName
|
|
242
|
+
*/
|
|
243
|
+
export class ModifyInstanceNameCommand extends Command<
|
|
244
|
+
ModifyInstanceNameRequest,
|
|
245
|
+
ModifyInstanceNameCommandOutput,
|
|
246
|
+
'ModifyInstanceNameCommand'
|
|
247
|
+
> {
|
|
248
|
+
static readonly metaPath = '/ModifyInstanceName/2023-01-01/milvus/post/application_json/';
|
|
249
|
+
|
|
250
|
+
constructor(input: ModifyInstanceNameRequest) {
|
|
251
|
+
super(input);
|
|
252
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyInstanceNameCommand.metaPath);
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
/**
|
|
256
|
+
* Command to ModifyPostPaid
|
|
257
|
+
*/
|
|
258
|
+
export class ModifyPostPaidCommand extends Command<
|
|
259
|
+
ModifyPostPaidRequest,
|
|
260
|
+
ModifyPostPaidCommandOutput,
|
|
261
|
+
'ModifyPostPaidCommand'
|
|
262
|
+
> {
|
|
263
|
+
static readonly metaPath = '/ModifyPostPaid/2023-01-01/milvus/post/application_json/';
|
|
264
|
+
|
|
265
|
+
constructor(input: ModifyPostPaidRequest) {
|
|
266
|
+
super(input);
|
|
267
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyPostPaidCommand.metaPath);
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
/**
|
|
271
|
+
* Command to ModifyPrePaid
|
|
272
|
+
*/
|
|
273
|
+
export class ModifyPrePaidCommand extends Command<
|
|
274
|
+
ModifyPrePaidRequest,
|
|
275
|
+
ModifyPrePaidCommandOutput,
|
|
276
|
+
'ModifyPrePaidCommand'
|
|
277
|
+
> {
|
|
278
|
+
static readonly metaPath = '/ModifyPrePaid/2023-01-01/milvus/post/application_json/';
|
|
279
|
+
|
|
280
|
+
constructor(input: ModifyPrePaidRequest) {
|
|
281
|
+
super(input);
|
|
282
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyPrePaidCommand.metaPath);
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
/**
|
|
286
|
+
* Command to ModifyResourceTags
|
|
287
|
+
*/
|
|
288
|
+
export class ModifyResourceTagsCommand extends Command<
|
|
289
|
+
ModifyResourceTagsRequest,
|
|
290
|
+
ModifyResourceTagsCommandOutput,
|
|
291
|
+
'ModifyResourceTagsCommand'
|
|
292
|
+
> {
|
|
293
|
+
static readonly metaPath = '/ModifyResourceTags/2023-01-01/milvus/post/application_json/';
|
|
294
|
+
|
|
295
|
+
constructor(input: ModifyResourceTagsRequest) {
|
|
296
|
+
super(input);
|
|
297
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyResourceTagsCommand.metaPath);
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
/**
|
|
301
|
+
* Command to ReleaseInstance
|
|
302
|
+
*/
|
|
303
|
+
export class ReleaseInstanceCommand extends Command<
|
|
304
|
+
ReleaseInstanceRequest,
|
|
305
|
+
ReleaseInstanceCommandOutput,
|
|
306
|
+
'ReleaseInstanceCommand'
|
|
307
|
+
> {
|
|
308
|
+
static readonly metaPath = '/ReleaseInstance/2023-01-01/milvus/post/application_json/';
|
|
309
|
+
|
|
310
|
+
constructor(input: ReleaseInstanceRequest) {
|
|
311
|
+
super(input);
|
|
312
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ReleaseInstanceCommand.metaPath);
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
/**
|
|
316
|
+
* Command to ScaleInstance
|
|
317
|
+
*/
|
|
318
|
+
export class ScaleInstanceCommand extends Command<
|
|
319
|
+
ScaleInstanceRequest,
|
|
320
|
+
ScaleInstanceCommandOutput,
|
|
321
|
+
'ScaleInstanceCommand'
|
|
322
|
+
> {
|
|
323
|
+
static readonly metaPath = '/ScaleInstance/2023-01-01/milvus/post/application_json/';
|
|
324
|
+
|
|
325
|
+
constructor(input: ScaleInstanceRequest) {
|
|
326
|
+
super(input);
|
|
327
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ScaleInstanceCommand.metaPath);
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
/**
|
|
331
|
+
* Command to TagResources
|
|
332
|
+
*/
|
|
333
|
+
export class TagResourcesCommand extends Command<
|
|
334
|
+
TagResourcesRequest,
|
|
335
|
+
TagResourcesCommandOutput,
|
|
336
|
+
'TagResourcesCommand'
|
|
337
|
+
> {
|
|
338
|
+
static readonly metaPath = '/TagResources/2023-01-01/milvus/post/application_json/';
|
|
339
|
+
|
|
340
|
+
constructor(input: TagResourcesRequest) {
|
|
341
|
+
super(input);
|
|
342
|
+
this.requestConfig = buildRequestConfigFromMetaPath(TagResourcesCommand.metaPath);
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
/**
|
|
346
|
+
* Command to UntagResources
|
|
347
|
+
*/
|
|
348
|
+
export class UntagResourcesCommand extends Command<
|
|
349
|
+
UntagResourcesRequest,
|
|
350
|
+
UntagResourcesCommandOutput,
|
|
351
|
+
'UntagResourcesCommand'
|
|
352
|
+
> {
|
|
353
|
+
static readonly metaPath = '/UntagResources/2023-01-01/milvus/post/application_json/';
|
|
354
|
+
|
|
355
|
+
constructor(input: UntagResourcesRequest) {
|
|
356
|
+
super(input);
|
|
357
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UntagResourcesCommand.metaPath);
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
export default {
|
|
362
|
+
MILVUSClient,
|
|
363
|
+
CreateInstanceCommand,
|
|
364
|
+
CreateInstanceOneStepCommand,
|
|
365
|
+
DescribeConfigModulesCommand,
|
|
366
|
+
DescribeInstanceConfigCommand,
|
|
367
|
+
DescribeInstanceDetailCommand,
|
|
368
|
+
DescribeInstancesCommand,
|
|
369
|
+
DescribeNodeInfoCommand,
|
|
370
|
+
ListTagsForResourcesCommand,
|
|
371
|
+
ModifyDeleteProtectCommand,
|
|
372
|
+
ModifyInstanceConfigCommand,
|
|
373
|
+
ModifyInstanceNameCommand,
|
|
374
|
+
ModifyPostPaidCommand,
|
|
375
|
+
ModifyPrePaidCommand,
|
|
376
|
+
ModifyResourceTagsCommand,
|
|
377
|
+
ReleaseInstanceCommand,
|
|
378
|
+
ScaleInstanceCommand,
|
|
379
|
+
TagResourcesCommand,
|
|
380
|
+
UntagResourcesCommand,
|
|
381
|
+
};
|
package/src/index.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// tslint:disable
|
|
2
|
+
/**
|
|
3
|
+
* milvus
|
|
4
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
+
*
|
|
6
|
+
* OpenAPI spec version: common-version
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
10
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
export * from "./api";
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* milvus
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface AllowGroupListForDescribeInstanceDetailOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface AllowGroupListForDescribeInstanceDetailOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof AllowGroupListForDescribeInstanceDetailOutput
|
|
26
|
+
*/
|
|
27
|
+
GroupName?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {Array<string>}
|
|
31
|
+
* @memberof AllowGroupListForDescribeInstanceDetailOutput
|
|
32
|
+
*/
|
|
33
|
+
List?: Array<string>;
|
|
34
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* milvus
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface BaseInstanceForDescribeInstanceDetailOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface BaseInstanceForDescribeInstanceDetailOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
26
|
+
*/
|
|
27
|
+
AccountId?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
32
|
+
*/
|
|
33
|
+
DeployClusterId?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
38
|
+
*/
|
|
39
|
+
Id?: number;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
44
|
+
*/
|
|
45
|
+
InstanceId?: string;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
50
|
+
*/
|
|
51
|
+
InstanceName?: string;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
56
|
+
*/
|
|
57
|
+
InstanceVersion?: string;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
62
|
+
*/
|
|
63
|
+
Namespace?: string;
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
68
|
+
*/
|
|
69
|
+
ProjectName?: string;
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* @type {string}
|
|
73
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
74
|
+
*/
|
|
75
|
+
Region?: string;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* @type {string}
|
|
79
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
80
|
+
*/
|
|
81
|
+
Status?: string;
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* @type {string}
|
|
85
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
86
|
+
*/
|
|
87
|
+
SubAccountId?: string;
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* @type {string}
|
|
91
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
92
|
+
*/
|
|
93
|
+
TaskId?: string;
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* @type {number}
|
|
97
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
98
|
+
*/
|
|
99
|
+
Version?: number;
|
|
100
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* milvus
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ChargeConfigForCreateInstanceInput
|
|
20
|
+
*/
|
|
21
|
+
export interface ChargeConfigForCreateInstanceInput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {boolean}
|
|
25
|
+
* @memberof ChargeConfigForCreateInstanceInput
|
|
26
|
+
*/
|
|
27
|
+
AutoRenew?: boolean;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ChargeConfigForCreateInstanceInput
|
|
32
|
+
*/
|
|
33
|
+
ChargeType?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ChargeConfigForCreateInstanceInput
|
|
38
|
+
*/
|
|
39
|
+
ExpireDate?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {number}
|
|
43
|
+
* @memberof ChargeConfigForCreateInstanceInput
|
|
44
|
+
*/
|
|
45
|
+
Period?: number;
|
|
46
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* milvus
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ChargeConfigForCreateInstanceOneStepInput
|
|
20
|
+
*/
|
|
21
|
+
export interface ChargeConfigForCreateInstanceOneStepInput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {boolean}
|
|
25
|
+
* @memberof ChargeConfigForCreateInstanceOneStepInput
|
|
26
|
+
*/
|
|
27
|
+
AutoRenew?: boolean;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ChargeConfigForCreateInstanceOneStepInput
|
|
32
|
+
*/
|
|
33
|
+
ChargeType?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ChargeConfigForCreateInstanceOneStepInput
|
|
38
|
+
*/
|
|
39
|
+
ExpireDate?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {number}
|
|
43
|
+
* @memberof ChargeConfigForCreateInstanceOneStepInput
|
|
44
|
+
*/
|
|
45
|
+
Period?: number;
|
|
46
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* milvus
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ChargeConfigForDescribeInstanceDetailOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface ChargeConfigForDescribeInstanceDetailOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {boolean}
|
|
25
|
+
* @memberof ChargeConfigForDescribeInstanceDetailOutput
|
|
26
|
+
*/
|
|
27
|
+
AutoRenew?: boolean;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ChargeConfigForDescribeInstanceDetailOutput
|
|
32
|
+
*/
|
|
33
|
+
ChargeType?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ChargeConfigForDescribeInstanceDetailOutput
|
|
38
|
+
*/
|
|
39
|
+
ExpireDate?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {number}
|
|
43
|
+
* @memberof ChargeConfigForDescribeInstanceDetailOutput
|
|
44
|
+
*/
|
|
45
|
+
Period?: number;
|
|
46
|
+
}
|