@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
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* milvus
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Client, ClientConfig, Command, CommandOutput } from '@volcengine/sdk-core';
|
|
13
|
+
import { CreateInstanceOneStepRequest } from './types/index';
|
|
14
|
+
import { CreateInstanceOneStepResponse } from './types/index';
|
|
15
|
+
import { CreateInstanceRequest } from './types/index';
|
|
16
|
+
import { CreateInstanceResponse } from './types/index';
|
|
17
|
+
import { DescribeConfigModulesRequest } from './types/index';
|
|
18
|
+
import { DescribeConfigModulesResponse } from './types/index';
|
|
19
|
+
import { DescribeInstanceConfigRequest } from './types/index';
|
|
20
|
+
import { DescribeInstanceConfigResponse } from './types/index';
|
|
21
|
+
import { DescribeInstanceDetailRequest } from './types/index';
|
|
22
|
+
import { DescribeInstanceDetailResponse } from './types/index';
|
|
23
|
+
import { DescribeInstancesRequest } from './types/index';
|
|
24
|
+
import { DescribeInstancesResponse } from './types/index';
|
|
25
|
+
import { DescribeNodeInfoRequest } from './types/index';
|
|
26
|
+
import { DescribeNodeInfoResponse } from './types/index';
|
|
27
|
+
import { ListTagsForResourcesRequest } from './types/index';
|
|
28
|
+
import { ListTagsForResourcesResponse } from './types/index';
|
|
29
|
+
import { ModifyDeleteProtectRequest } from './types/index';
|
|
30
|
+
import { ModifyDeleteProtectResponse } from './types/index';
|
|
31
|
+
import { ModifyInstanceConfigRequest } from './types/index';
|
|
32
|
+
import { ModifyInstanceConfigResponse } from './types/index';
|
|
33
|
+
import { ModifyInstanceNameRequest } from './types/index';
|
|
34
|
+
import { ModifyInstanceNameResponse } from './types/index';
|
|
35
|
+
import { ModifyPostPaidRequest } from './types/index';
|
|
36
|
+
import { ModifyPostPaidResponse } from './types/index';
|
|
37
|
+
import { ModifyPrePaidRequest } from './types/index';
|
|
38
|
+
import { ModifyPrePaidResponse } from './types/index';
|
|
39
|
+
import { ModifyResourceTagsRequest } from './types/index';
|
|
40
|
+
import { ModifyResourceTagsResponse } from './types/index';
|
|
41
|
+
import { ReleaseInstanceRequest } from './types/index';
|
|
42
|
+
import { ReleaseInstanceResponse } from './types/index';
|
|
43
|
+
import { ScaleInstanceRequest } from './types/index';
|
|
44
|
+
import { ScaleInstanceResponse } from './types/index';
|
|
45
|
+
import { TagResourcesRequest } from './types/index';
|
|
46
|
+
import { TagResourcesResponse } from './types/index';
|
|
47
|
+
import { UntagResourcesRequest } from './types/index';
|
|
48
|
+
import { UntagResourcesResponse } from './types/index';
|
|
49
|
+
export type CreateInstanceCommandOutput = CommandOutput<CreateInstanceResponse>;
|
|
50
|
+
export type CreateInstanceOneStepCommandOutput = CommandOutput<CreateInstanceOneStepResponse>;
|
|
51
|
+
export type DescribeConfigModulesCommandOutput = CommandOutput<DescribeConfigModulesResponse>;
|
|
52
|
+
export type DescribeInstanceConfigCommandOutput = CommandOutput<DescribeInstanceConfigResponse>;
|
|
53
|
+
export type DescribeInstanceDetailCommandOutput = CommandOutput<DescribeInstanceDetailResponse>;
|
|
54
|
+
export type DescribeInstancesCommandOutput = CommandOutput<DescribeInstancesResponse>;
|
|
55
|
+
export type DescribeNodeInfoCommandOutput = CommandOutput<DescribeNodeInfoResponse>;
|
|
56
|
+
export type ListTagsForResourcesCommandOutput = CommandOutput<ListTagsForResourcesResponse>;
|
|
57
|
+
export type ModifyDeleteProtectCommandOutput = CommandOutput<ModifyDeleteProtectResponse>;
|
|
58
|
+
export type ModifyInstanceConfigCommandOutput = CommandOutput<ModifyInstanceConfigResponse>;
|
|
59
|
+
export type ModifyInstanceNameCommandOutput = CommandOutput<ModifyInstanceNameResponse>;
|
|
60
|
+
export type ModifyPostPaidCommandOutput = CommandOutput<ModifyPostPaidResponse>;
|
|
61
|
+
export type ModifyPrePaidCommandOutput = CommandOutput<ModifyPrePaidResponse>;
|
|
62
|
+
export type ModifyResourceTagsCommandOutput = CommandOutput<ModifyResourceTagsResponse>;
|
|
63
|
+
export type ReleaseInstanceCommandOutput = CommandOutput<ReleaseInstanceResponse>;
|
|
64
|
+
export type ScaleInstanceCommandOutput = CommandOutput<ScaleInstanceResponse>;
|
|
65
|
+
export type TagResourcesCommandOutput = CommandOutput<TagResourcesResponse>;
|
|
66
|
+
export type UntagResourcesCommandOutput = CommandOutput<UntagResourcesResponse>;
|
|
67
|
+
/**
|
|
68
|
+
* MILVUSClient Service Client
|
|
69
|
+
*/
|
|
70
|
+
export declare class MILVUSClient extends Client {
|
|
71
|
+
constructor(config?: ClientConfig);
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Command to CreateInstance
|
|
75
|
+
*/
|
|
76
|
+
export declare class CreateInstanceCommand extends Command<CreateInstanceRequest, CreateInstanceCommandOutput, 'CreateInstanceCommand'> {
|
|
77
|
+
static readonly metaPath = "/CreateInstance/2023-01-01/milvus/post/application_json/";
|
|
78
|
+
constructor(input: CreateInstanceRequest);
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Command to CreateInstanceOneStep
|
|
82
|
+
*/
|
|
83
|
+
export declare class CreateInstanceOneStepCommand extends Command<CreateInstanceOneStepRequest, CreateInstanceOneStepCommandOutput, 'CreateInstanceOneStepCommand'> {
|
|
84
|
+
static readonly metaPath = "/CreateInstanceOneStep/2023-01-01/milvus/post/application_json/";
|
|
85
|
+
constructor(input: CreateInstanceOneStepRequest);
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Command to DescribeConfigModules
|
|
89
|
+
*/
|
|
90
|
+
export declare class DescribeConfigModulesCommand extends Command<DescribeConfigModulesRequest, DescribeConfigModulesCommandOutput, 'DescribeConfigModulesCommand'> {
|
|
91
|
+
static readonly metaPath = "/DescribeConfigModules/2023-01-01/milvus/post/application_json/";
|
|
92
|
+
constructor(input: DescribeConfigModulesRequest);
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* Command to DescribeInstanceConfig
|
|
96
|
+
*/
|
|
97
|
+
export declare class DescribeInstanceConfigCommand extends Command<DescribeInstanceConfigRequest, DescribeInstanceConfigCommandOutput, 'DescribeInstanceConfigCommand'> {
|
|
98
|
+
static readonly metaPath = "/DescribeInstanceConfig/2023-01-01/milvus/post/application_json/";
|
|
99
|
+
constructor(input: DescribeInstanceConfigRequest);
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* Command to DescribeInstanceDetail
|
|
103
|
+
*/
|
|
104
|
+
export declare class DescribeInstanceDetailCommand extends Command<DescribeInstanceDetailRequest, DescribeInstanceDetailCommandOutput, 'DescribeInstanceDetailCommand'> {
|
|
105
|
+
static readonly metaPath = "/DescribeInstanceDetail/2023-01-01/milvus/post/application_json/";
|
|
106
|
+
constructor(input: DescribeInstanceDetailRequest);
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* Command to DescribeInstances
|
|
110
|
+
*/
|
|
111
|
+
export declare class DescribeInstancesCommand extends Command<DescribeInstancesRequest, DescribeInstancesCommandOutput, 'DescribeInstancesCommand'> {
|
|
112
|
+
static readonly metaPath = "/DescribeInstances/2023-01-01/milvus/post/application_json/";
|
|
113
|
+
constructor(input: DescribeInstancesRequest);
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* Command to DescribeNodeInfo
|
|
117
|
+
*/
|
|
118
|
+
export declare class DescribeNodeInfoCommand extends Command<DescribeNodeInfoRequest, DescribeNodeInfoCommandOutput, 'DescribeNodeInfoCommand'> {
|
|
119
|
+
static readonly metaPath = "/DescribeNodeInfo/2023-01-01/milvus/post/application_json/";
|
|
120
|
+
constructor(input: DescribeNodeInfoRequest);
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* Command to ListTagsForResources
|
|
124
|
+
*/
|
|
125
|
+
export declare class ListTagsForResourcesCommand extends Command<ListTagsForResourcesRequest, ListTagsForResourcesCommandOutput, 'ListTagsForResourcesCommand'> {
|
|
126
|
+
static readonly metaPath = "/ListTagsForResources/2023-01-01/milvus/post/application_json/";
|
|
127
|
+
constructor(input: ListTagsForResourcesRequest);
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* Command to ModifyDeleteProtect
|
|
131
|
+
*/
|
|
132
|
+
export declare class ModifyDeleteProtectCommand extends Command<ModifyDeleteProtectRequest, ModifyDeleteProtectCommandOutput, 'ModifyDeleteProtectCommand'> {
|
|
133
|
+
static readonly metaPath = "/ModifyDeleteProtect/2023-01-01/milvus/post/application_json/";
|
|
134
|
+
constructor(input: ModifyDeleteProtectRequest);
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* Command to ModifyInstanceConfig
|
|
138
|
+
*/
|
|
139
|
+
export declare class ModifyInstanceConfigCommand extends Command<ModifyInstanceConfigRequest, ModifyInstanceConfigCommandOutput, 'ModifyInstanceConfigCommand'> {
|
|
140
|
+
static readonly metaPath = "/ModifyInstanceConfig/2023-01-01/milvus/post/application_json/";
|
|
141
|
+
constructor(input: ModifyInstanceConfigRequest);
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* Command to ModifyInstanceName
|
|
145
|
+
*/
|
|
146
|
+
export declare class ModifyInstanceNameCommand extends Command<ModifyInstanceNameRequest, ModifyInstanceNameCommandOutput, 'ModifyInstanceNameCommand'> {
|
|
147
|
+
static readonly metaPath = "/ModifyInstanceName/2023-01-01/milvus/post/application_json/";
|
|
148
|
+
constructor(input: ModifyInstanceNameRequest);
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* Command to ModifyPostPaid
|
|
152
|
+
*/
|
|
153
|
+
export declare class ModifyPostPaidCommand extends Command<ModifyPostPaidRequest, ModifyPostPaidCommandOutput, 'ModifyPostPaidCommand'> {
|
|
154
|
+
static readonly metaPath = "/ModifyPostPaid/2023-01-01/milvus/post/application_json/";
|
|
155
|
+
constructor(input: ModifyPostPaidRequest);
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* Command to ModifyPrePaid
|
|
159
|
+
*/
|
|
160
|
+
export declare class ModifyPrePaidCommand extends Command<ModifyPrePaidRequest, ModifyPrePaidCommandOutput, 'ModifyPrePaidCommand'> {
|
|
161
|
+
static readonly metaPath = "/ModifyPrePaid/2023-01-01/milvus/post/application_json/";
|
|
162
|
+
constructor(input: ModifyPrePaidRequest);
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* Command to ModifyResourceTags
|
|
166
|
+
*/
|
|
167
|
+
export declare class ModifyResourceTagsCommand extends Command<ModifyResourceTagsRequest, ModifyResourceTagsCommandOutput, 'ModifyResourceTagsCommand'> {
|
|
168
|
+
static readonly metaPath = "/ModifyResourceTags/2023-01-01/milvus/post/application_json/";
|
|
169
|
+
constructor(input: ModifyResourceTagsRequest);
|
|
170
|
+
}
|
|
171
|
+
/**
|
|
172
|
+
* Command to ReleaseInstance
|
|
173
|
+
*/
|
|
174
|
+
export declare class ReleaseInstanceCommand extends Command<ReleaseInstanceRequest, ReleaseInstanceCommandOutput, 'ReleaseInstanceCommand'> {
|
|
175
|
+
static readonly metaPath = "/ReleaseInstance/2023-01-01/milvus/post/application_json/";
|
|
176
|
+
constructor(input: ReleaseInstanceRequest);
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* Command to ScaleInstance
|
|
180
|
+
*/
|
|
181
|
+
export declare class ScaleInstanceCommand extends Command<ScaleInstanceRequest, ScaleInstanceCommandOutput, 'ScaleInstanceCommand'> {
|
|
182
|
+
static readonly metaPath = "/ScaleInstance/2023-01-01/milvus/post/application_json/";
|
|
183
|
+
constructor(input: ScaleInstanceRequest);
|
|
184
|
+
}
|
|
185
|
+
/**
|
|
186
|
+
* Command to TagResources
|
|
187
|
+
*/
|
|
188
|
+
export declare class TagResourcesCommand extends Command<TagResourcesRequest, TagResourcesCommandOutput, 'TagResourcesCommand'> {
|
|
189
|
+
static readonly metaPath = "/TagResources/2023-01-01/milvus/post/application_json/";
|
|
190
|
+
constructor(input: TagResourcesRequest);
|
|
191
|
+
}
|
|
192
|
+
/**
|
|
193
|
+
* Command to UntagResources
|
|
194
|
+
*/
|
|
195
|
+
export declare class UntagResourcesCommand extends Command<UntagResourcesRequest, UntagResourcesCommandOutput, 'UntagResourcesCommand'> {
|
|
196
|
+
static readonly metaPath = "/UntagResources/2023-01-01/milvus/post/application_json/";
|
|
197
|
+
constructor(input: UntagResourcesRequest);
|
|
198
|
+
}
|
|
199
|
+
declare const _default: {
|
|
200
|
+
MILVUSClient: typeof MILVUSClient;
|
|
201
|
+
CreateInstanceCommand: typeof CreateInstanceCommand;
|
|
202
|
+
CreateInstanceOneStepCommand: typeof CreateInstanceOneStepCommand;
|
|
203
|
+
DescribeConfigModulesCommand: typeof DescribeConfigModulesCommand;
|
|
204
|
+
DescribeInstanceConfigCommand: typeof DescribeInstanceConfigCommand;
|
|
205
|
+
DescribeInstanceDetailCommand: typeof DescribeInstanceDetailCommand;
|
|
206
|
+
DescribeInstancesCommand: typeof DescribeInstancesCommand;
|
|
207
|
+
DescribeNodeInfoCommand: typeof DescribeNodeInfoCommand;
|
|
208
|
+
ListTagsForResourcesCommand: typeof ListTagsForResourcesCommand;
|
|
209
|
+
ModifyDeleteProtectCommand: typeof ModifyDeleteProtectCommand;
|
|
210
|
+
ModifyInstanceConfigCommand: typeof ModifyInstanceConfigCommand;
|
|
211
|
+
ModifyInstanceNameCommand: typeof ModifyInstanceNameCommand;
|
|
212
|
+
ModifyPostPaidCommand: typeof ModifyPostPaidCommand;
|
|
213
|
+
ModifyPrePaidCommand: typeof ModifyPrePaidCommand;
|
|
214
|
+
ModifyResourceTagsCommand: typeof ModifyResourceTagsCommand;
|
|
215
|
+
ReleaseInstanceCommand: typeof ReleaseInstanceCommand;
|
|
216
|
+
ScaleInstanceCommand: typeof ScaleInstanceCommand;
|
|
217
|
+
TagResourcesCommand: typeof TagResourcesCommand;
|
|
218
|
+
UntagResourcesCommand: typeof UntagResourcesCommand;
|
|
219
|
+
};
|
|
220
|
+
export default _default;
|
|
221
|
+
//# sourceMappingURL=api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/api.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* milvus
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export * from "./api";
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA;;;;;;;;;;GAUG;AAEH,cAAc,OAAO,CAAC"}
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
import { Client, Command, buildRequestConfigFromMetaPath } from "@volcengine/sdk-core";
|
|
2
|
+
function _define_property(obj, key, value) {
|
|
3
|
+
if (key in obj) Object.defineProperty(obj, key, {
|
|
4
|
+
value: value,
|
|
5
|
+
enumerable: true,
|
|
6
|
+
configurable: true,
|
|
7
|
+
writable: true
|
|
8
|
+
});
|
|
9
|
+
else obj[key] = value;
|
|
10
|
+
return obj;
|
|
11
|
+
}
|
|
12
|
+
class MILVUSClient extends Client {
|
|
13
|
+
constructor(config = {}){
|
|
14
|
+
super({
|
|
15
|
+
protocol: 'https',
|
|
16
|
+
region: 'cn-beijing',
|
|
17
|
+
...config
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
class CreateInstanceCommand extends Command {
|
|
22
|
+
constructor(input){
|
|
23
|
+
super(input);
|
|
24
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateInstanceCommand.metaPath);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
_define_property(CreateInstanceCommand, "metaPath", '/CreateInstance/2023-01-01/milvus/post/application_json/');
|
|
28
|
+
class CreateInstanceOneStepCommand extends Command {
|
|
29
|
+
constructor(input){
|
|
30
|
+
super(input);
|
|
31
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateInstanceOneStepCommand.metaPath);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
_define_property(CreateInstanceOneStepCommand, "metaPath", '/CreateInstanceOneStep/2023-01-01/milvus/post/application_json/');
|
|
35
|
+
class DescribeConfigModulesCommand extends Command {
|
|
36
|
+
constructor(input){
|
|
37
|
+
super(input);
|
|
38
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeConfigModulesCommand.metaPath);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
_define_property(DescribeConfigModulesCommand, "metaPath", '/DescribeConfigModules/2023-01-01/milvus/post/application_json/');
|
|
42
|
+
class DescribeInstanceConfigCommand extends Command {
|
|
43
|
+
constructor(input){
|
|
44
|
+
super(input);
|
|
45
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeInstanceConfigCommand.metaPath);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
_define_property(DescribeInstanceConfigCommand, "metaPath", '/DescribeInstanceConfig/2023-01-01/milvus/post/application_json/');
|
|
49
|
+
class DescribeInstanceDetailCommand extends Command {
|
|
50
|
+
constructor(input){
|
|
51
|
+
super(input);
|
|
52
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeInstanceDetailCommand.metaPath);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
_define_property(DescribeInstanceDetailCommand, "metaPath", '/DescribeInstanceDetail/2023-01-01/milvus/post/application_json/');
|
|
56
|
+
class DescribeInstancesCommand extends Command {
|
|
57
|
+
constructor(input){
|
|
58
|
+
super(input);
|
|
59
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeInstancesCommand.metaPath);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
_define_property(DescribeInstancesCommand, "metaPath", '/DescribeInstances/2023-01-01/milvus/post/application_json/');
|
|
63
|
+
class DescribeNodeInfoCommand extends Command {
|
|
64
|
+
constructor(input){
|
|
65
|
+
super(input);
|
|
66
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeNodeInfoCommand.metaPath);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
_define_property(DescribeNodeInfoCommand, "metaPath", '/DescribeNodeInfo/2023-01-01/milvus/post/application_json/');
|
|
70
|
+
class ListTagsForResourcesCommand extends Command {
|
|
71
|
+
constructor(input){
|
|
72
|
+
super(input);
|
|
73
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListTagsForResourcesCommand.metaPath);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
_define_property(ListTagsForResourcesCommand, "metaPath", '/ListTagsForResources/2023-01-01/milvus/post/application_json/');
|
|
77
|
+
class ModifyDeleteProtectCommand extends Command {
|
|
78
|
+
constructor(input){
|
|
79
|
+
super(input);
|
|
80
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyDeleteProtectCommand.metaPath);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
_define_property(ModifyDeleteProtectCommand, "metaPath", '/ModifyDeleteProtect/2023-01-01/milvus/post/application_json/');
|
|
84
|
+
class ModifyInstanceConfigCommand extends Command {
|
|
85
|
+
constructor(input){
|
|
86
|
+
super(input);
|
|
87
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyInstanceConfigCommand.metaPath);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
_define_property(ModifyInstanceConfigCommand, "metaPath", '/ModifyInstanceConfig/2023-01-01/milvus/post/application_json/');
|
|
91
|
+
class ModifyInstanceNameCommand extends Command {
|
|
92
|
+
constructor(input){
|
|
93
|
+
super(input);
|
|
94
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyInstanceNameCommand.metaPath);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
_define_property(ModifyInstanceNameCommand, "metaPath", '/ModifyInstanceName/2023-01-01/milvus/post/application_json/');
|
|
98
|
+
class ModifyPostPaidCommand extends Command {
|
|
99
|
+
constructor(input){
|
|
100
|
+
super(input);
|
|
101
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyPostPaidCommand.metaPath);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
_define_property(ModifyPostPaidCommand, "metaPath", '/ModifyPostPaid/2023-01-01/milvus/post/application_json/');
|
|
105
|
+
class ModifyPrePaidCommand extends Command {
|
|
106
|
+
constructor(input){
|
|
107
|
+
super(input);
|
|
108
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyPrePaidCommand.metaPath);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
_define_property(ModifyPrePaidCommand, "metaPath", '/ModifyPrePaid/2023-01-01/milvus/post/application_json/');
|
|
112
|
+
class ModifyResourceTagsCommand extends Command {
|
|
113
|
+
constructor(input){
|
|
114
|
+
super(input);
|
|
115
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyResourceTagsCommand.metaPath);
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
_define_property(ModifyResourceTagsCommand, "metaPath", '/ModifyResourceTags/2023-01-01/milvus/post/application_json/');
|
|
119
|
+
class ReleaseInstanceCommand extends Command {
|
|
120
|
+
constructor(input){
|
|
121
|
+
super(input);
|
|
122
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ReleaseInstanceCommand.metaPath);
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
_define_property(ReleaseInstanceCommand, "metaPath", '/ReleaseInstance/2023-01-01/milvus/post/application_json/');
|
|
126
|
+
class ScaleInstanceCommand extends Command {
|
|
127
|
+
constructor(input){
|
|
128
|
+
super(input);
|
|
129
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ScaleInstanceCommand.metaPath);
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
_define_property(ScaleInstanceCommand, "metaPath", '/ScaleInstance/2023-01-01/milvus/post/application_json/');
|
|
133
|
+
class TagResourcesCommand extends Command {
|
|
134
|
+
constructor(input){
|
|
135
|
+
super(input);
|
|
136
|
+
this.requestConfig = buildRequestConfigFromMetaPath(TagResourcesCommand.metaPath);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
_define_property(TagResourcesCommand, "metaPath", '/TagResources/2023-01-01/milvus/post/application_json/');
|
|
140
|
+
class UntagResourcesCommand extends Command {
|
|
141
|
+
constructor(input){
|
|
142
|
+
super(input);
|
|
143
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UntagResourcesCommand.metaPath);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
_define_property(UntagResourcesCommand, "metaPath", '/UntagResources/2023-01-01/milvus/post/application_json/');
|
|
147
|
+
export { CreateInstanceCommand, CreateInstanceOneStepCommand, DescribeConfigModulesCommand, DescribeInstanceConfigCommand, DescribeInstanceDetailCommand, DescribeInstancesCommand, DescribeNodeInfoCommand, ListTagsForResourcesCommand, MILVUSClient, ModifyDeleteProtectCommand, ModifyInstanceConfigCommand, ModifyInstanceNameCommand, ModifyPostPaidCommand, ModifyPrePaidCommand, ModifyResourceTagsCommand, ReleaseInstanceCommand, ScaleInstanceCommand, TagResourcesCommand, UntagResourcesCommand };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* milvus
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AllowGroupListForDescribeInstanceDetailOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface AllowGroupListForDescribeInstanceDetailOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AllowGroupListForDescribeInstanceDetailOutput
|
|
22
|
+
*/
|
|
23
|
+
GroupName?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {Array<string>}
|
|
26
|
+
* @memberof AllowGroupListForDescribeInstanceDetailOutput
|
|
27
|
+
*/
|
|
28
|
+
List?: Array<string>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=allow-group-list-for-describe-instance-detail-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"allow-group-list-for-describe-instance-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/allow-group-list-for-describe-instance-detail-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,6CAA6C;IAE1D;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACxB"}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* milvus
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface BaseInstanceForDescribeInstanceDetailOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface BaseInstanceForDescribeInstanceDetailOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
22
|
+
*/
|
|
23
|
+
AccountId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
27
|
+
*/
|
|
28
|
+
DeployClusterId?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
32
|
+
*/
|
|
33
|
+
Id?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
37
|
+
*/
|
|
38
|
+
InstanceId?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
42
|
+
*/
|
|
43
|
+
InstanceName?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
47
|
+
*/
|
|
48
|
+
InstanceVersion?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
52
|
+
*/
|
|
53
|
+
Namespace?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
57
|
+
*/
|
|
58
|
+
ProjectName?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
62
|
+
*/
|
|
63
|
+
Region?: string;
|
|
64
|
+
/**
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
67
|
+
*/
|
|
68
|
+
Status?: string;
|
|
69
|
+
/**
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
72
|
+
*/
|
|
73
|
+
SubAccountId?: string;
|
|
74
|
+
/**
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
77
|
+
*/
|
|
78
|
+
TaskId?: string;
|
|
79
|
+
/**
|
|
80
|
+
* @type {number}
|
|
81
|
+
* @memberof BaseInstanceForDescribeInstanceDetailOutput
|
|
82
|
+
*/
|
|
83
|
+
Version?: number;
|
|
84
|
+
}
|
|
85
|
+
//# sourceMappingURL=base-instance-for-describe-instance-detail-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base-instance-for-describe-instance-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/base-instance-for-describe-instance-detail-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,2CAA2C;IAExD;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* milvus
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ChargeConfigForCreateInstanceInput
|
|
17
|
+
*/
|
|
18
|
+
export interface ChargeConfigForCreateInstanceInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof ChargeConfigForCreateInstanceInput
|
|
22
|
+
*/
|
|
23
|
+
AutoRenew?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ChargeConfigForCreateInstanceInput
|
|
27
|
+
*/
|
|
28
|
+
ChargeType?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ChargeConfigForCreateInstanceInput
|
|
32
|
+
*/
|
|
33
|
+
ExpireDate?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {number}
|
|
36
|
+
* @memberof ChargeConfigForCreateInstanceInput
|
|
37
|
+
*/
|
|
38
|
+
Period?: number;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=charge-config-for-create-instance-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charge-config-for-create-instance-input.d.ts","sourceRoot":"","sources":["../../../src/types/charge-config-for-create-instance-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* milvus
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ChargeConfigForCreateInstanceOneStepInput
|
|
17
|
+
*/
|
|
18
|
+
export interface ChargeConfigForCreateInstanceOneStepInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof ChargeConfigForCreateInstanceOneStepInput
|
|
22
|
+
*/
|
|
23
|
+
AutoRenew?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ChargeConfigForCreateInstanceOneStepInput
|
|
27
|
+
*/
|
|
28
|
+
ChargeType?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ChargeConfigForCreateInstanceOneStepInput
|
|
32
|
+
*/
|
|
33
|
+
ExpireDate?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {number}
|
|
36
|
+
* @memberof ChargeConfigForCreateInstanceOneStepInput
|
|
37
|
+
*/
|
|
38
|
+
Period?: number;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=charge-config-for-create-instance-one-step-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charge-config-for-create-instance-one-step-input.d.ts","sourceRoot":"","sources":["../../../src/types/charge-config-for-create-instance-one-step-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yCAAyC;IAEtD;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* milvus
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ChargeConfigForDescribeInstanceDetailOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ChargeConfigForDescribeInstanceDetailOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof ChargeConfigForDescribeInstanceDetailOutput
|
|
22
|
+
*/
|
|
23
|
+
AutoRenew?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ChargeConfigForDescribeInstanceDetailOutput
|
|
27
|
+
*/
|
|
28
|
+
ChargeType?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ChargeConfigForDescribeInstanceDetailOutput
|
|
32
|
+
*/
|
|
33
|
+
ExpireDate?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {number}
|
|
36
|
+
* @memberof ChargeConfigForDescribeInstanceDetailOutput
|
|
37
|
+
*/
|
|
38
|
+
Period?: number;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=charge-config-for-describe-instance-detail-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charge-config-for-describe-instance-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/charge-config-for-describe-instance-detail-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,2CAA2C;IAExD;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|