@volcengine/milvus 1.0.1 → 1.0.2
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 +8 -8
- package/dist/cjs/index.js +117 -7
- package/dist/esm/api.d.ts +121 -0
- package/dist/esm/api.d.ts.map +1 -1
- package/dist/esm/index.mjs +78 -1
- package/dist/esm/types/allow-group-for-msmodify-endpoint-allow-group-input.d.ts +30 -0
- package/dist/esm/types/allow-group-for-msmodify-endpoint-allow-group-input.d.ts.map +1 -0
- package/dist/esm/types/allow-group-list-for-msdescribe-instance-output.d.ts +30 -0
- package/dist/esm/types/allow-group-list-for-msdescribe-instance-output.d.ts.map +1 -0
- package/dist/esm/types/charge-config-for-describe-price-input.d.ts +40 -0
- package/dist/esm/types/charge-config-for-describe-price-input.d.ts.map +1 -0
- package/dist/esm/types/charge-config-for-msdescribe-instance-output.d.ts +49 -0
- package/dist/esm/types/charge-config-for-msdescribe-instance-output.d.ts.map +1 -0
- package/dist/esm/types/charge-config-for-msdescribe-instances-output.d.ts +49 -0
- package/dist/esm/types/charge-config-for-msdescribe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/component-spec-list-for-describe-price-input.d.ts +45 -0
- package/dist/esm/types/component-spec-list-for-describe-price-input.d.ts.map +1 -0
- package/dist/esm/types/describe-available-spec-request.d.ts +20 -0
- package/dist/esm/types/describe-available-spec-request.d.ts.map +1 -0
- package/dist/esm/types/describe-available-spec-response.d.ts +44 -0
- package/dist/esm/types/describe-available-spec-response.d.ts.map +1 -0
- package/dist/esm/types/describe-available-version-request.d.ts +20 -0
- package/dist/esm/types/describe-available-version-request.d.ts.map +1 -0
- package/dist/esm/types/describe-available-version-response.d.ts +26 -0
- package/dist/esm/types/describe-available-version-response.d.ts.map +1 -0
- package/dist/esm/types/describe-price-request.d.ts +37 -0
- package/dist/esm/types/describe-price-request.d.ts.map +1 -0
- package/dist/esm/types/describe-price-response.d.ts +46 -0
- package/dist/esm/types/describe-price-response.d.ts.map +1 -0
- package/dist/esm/types/describe-zones-request.d.ts +20 -0
- package/dist/esm/types/describe-zones-request.d.ts.map +1 -0
- package/dist/esm/types/describe-zones-response.d.ts +26 -0
- package/dist/esm/types/describe-zones-response.d.ts.map +1 -0
- package/dist/esm/types/endpoint-list-for-msdescribe-instance-output.d.ts +72 -0
- package/dist/esm/types/endpoint-list-for-msdescribe-instance-output.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +53 -0
- package/dist/esm/types/index.d.ts.map +1 -1
- package/dist/esm/types/instance-for-msdescribe-instances-output.d.ts +100 -0
- package/dist/esm/types/instance-for-msdescribe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/instance-info-for-msdescribe-instances-output.d.ts +113 -0
- package/dist/esm/types/instance-info-for-msdescribe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/mscreate-instance-one-step-request.d.ts +65 -0
- package/dist/esm/types/mscreate-instance-one-step-request.d.ts.map +1 -0
- package/dist/esm/types/mscreate-instance-one-step-response.d.ts +45 -0
- package/dist/esm/types/mscreate-instance-one-step-response.d.ts.map +1 -0
- package/dist/esm/types/mscreate-instance-request.d.ts +98 -0
- package/dist/esm/types/mscreate-instance-request.d.ts.map +1 -0
- package/dist/esm/types/mscreate-instance-response.d.ts +45 -0
- package/dist/esm/types/mscreate-instance-response.d.ts.map +1 -0
- package/dist/esm/types/msdescribe-instance-request.d.ts +45 -0
- package/dist/esm/types/msdescribe-instance-request.d.ts.map +1 -0
- package/dist/esm/types/msdescribe-instance-response.d.ts +104 -0
- package/dist/esm/types/msdescribe-instance-response.d.ts.map +1 -0
- package/dist/esm/types/msdescribe-instances-request.d.ts +45 -0
- package/dist/esm/types/msdescribe-instances-request.d.ts.map +1 -0
- package/dist/esm/types/msdescribe-instances-response.d.ts +67 -0
- package/dist/esm/types/msdescribe-instances-response.d.ts.map +1 -0
- package/dist/esm/types/msmodify-endpoint-allow-group-request.d.ts +47 -0
- package/dist/esm/types/msmodify-endpoint-allow-group-request.d.ts.map +1 -0
- package/dist/esm/types/msmodify-endpoint-allow-group-response.d.ts +30 -0
- package/dist/esm/types/msmodify-endpoint-allow-group-response.d.ts.map +1 -0
- package/dist/esm/types/msmodify-public-domain-request.d.ts +51 -0
- package/dist/esm/types/msmodify-public-domain-request.d.ts.map +1 -0
- package/dist/esm/types/msmodify-public-domain-response.d.ts +30 -0
- package/dist/esm/types/msmodify-public-domain-response.d.ts.map +1 -0
- package/dist/esm/types/msrelease-instance-request.d.ts +25 -0
- package/dist/esm/types/msrelease-instance-request.d.ts.map +1 -0
- package/dist/esm/types/msrelease-instance-response.d.ts +30 -0
- package/dist/esm/types/msrelease-instance-response.d.ts.map +1 -0
- package/dist/esm/types/network-config-for-mscreate-instance-input.d.ts +55 -0
- package/dist/esm/types/network-config-for-mscreate-instance-input.d.ts.map +1 -0
- package/dist/esm/types/network-config-for-mscreate-instance-one-step-input.d.ts +55 -0
- package/dist/esm/types/network-config-for-mscreate-instance-one-step-input.d.ts.map +1 -0
- package/dist/esm/types/network-config-for-msdescribe-instance-output.d.ts +55 -0
- package/dist/esm/types/network-config-for-msdescribe-instance-output.d.ts.map +1 -0
- package/dist/esm/types/network-config-for-msdescribe-instances-output.d.ts +55 -0
- package/dist/esm/types/network-config-for-msdescribe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/node-cu-type-support-spec-list-for-describe-available-spec-output.d.ts +35 -0
- package/dist/esm/types/node-cu-type-support-spec-list-for-describe-available-spec-output.d.ts.map +1 -0
- package/dist/esm/types/node-price-list-for-describe-price-output.d.ts +60 -0
- package/dist/esm/types/node-price-list-for-describe-price-output.d.ts.map +1 -0
- package/dist/esm/types/node-support-spec-list-for-describe-available-spec-output.d.ts +35 -0
- package/dist/esm/types/node-support-spec-list-for-describe-available-spec-output.d.ts.map +1 -0
- package/dist/esm/types/spec-list-for-describe-available-spec-output.d.ts +50 -0
- package/dist/esm/types/spec-list-for-describe-available-spec-output.d.ts.map +1 -0
- package/dist/esm/types/subnet-info-for-mscreate-instance-input.d.ts +30 -0
- package/dist/esm/types/subnet-info-for-mscreate-instance-input.d.ts.map +1 -0
- package/dist/esm/types/subnet-info-for-mscreate-instance-one-step-input.d.ts +30 -0
- package/dist/esm/types/subnet-info-for-mscreate-instance-one-step-input.d.ts.map +1 -0
- package/dist/esm/types/subnet-info-for-msdescribe-instance-output.d.ts +30 -0
- package/dist/esm/types/subnet-info-for-msdescribe-instance-output.d.ts.map +1 -0
- package/dist/esm/types/subnet-info-for-msdescribe-instances-output.d.ts +30 -0
- package/dist/esm/types/subnet-info-for-msdescribe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-mscreate-instance-input.d.ts +35 -0
- package/dist/esm/types/tag-for-mscreate-instance-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-mscreate-instance-one-step-input.d.ts +35 -0
- package/dist/esm/types/tag-for-mscreate-instance-one-step-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-msdescribe-instance-output.d.ts +35 -0
- package/dist/esm/types/tag-for-msdescribe-instance-output.d.ts.map +1 -0
- package/dist/esm/types/version-for-describe-available-version-output.d.ts +30 -0
- package/dist/esm/types/version-for-describe-available-version-output.d.ts.map +1 -0
- package/dist/esm/types/vpc-info-for-mscreate-instance-input.d.ts +30 -0
- package/dist/esm/types/vpc-info-for-mscreate-instance-input.d.ts.map +1 -0
- package/dist/esm/types/vpc-info-for-mscreate-instance-one-step-input.d.ts +30 -0
- package/dist/esm/types/vpc-info-for-mscreate-instance-one-step-input.d.ts.map +1 -0
- package/dist/esm/types/vpc-info-for-msdescribe-instance-output.d.ts +30 -0
- package/dist/esm/types/vpc-info-for-msdescribe-instance-output.d.ts.map +1 -0
- package/dist/esm/types/vpc-info-for-msdescribe-instances-output.d.ts +30 -0
- package/dist/esm/types/vpc-info-for-msdescribe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/zone-for-describe-zones-output.d.ts +35 -0
- package/dist/esm/types/zone-for-describe-zones-output.d.ts.map +1 -0
- package/dist/esm/types/zone-support-spec-list-for-describe-available-spec-output.d.ts +30 -0
- package/dist/esm/types/zone-support-spec-list-for-describe-available-spec-output.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/api.ts +209 -1
- package/src/types/allow-group-for-msmodify-endpoint-allow-group-input.ts +34 -0
- package/src/types/allow-group-list-for-msdescribe-instance-output.ts +34 -0
- package/src/types/charge-config-for-describe-price-input.ts +46 -0
- package/src/types/charge-config-for-msdescribe-instance-output.ts +57 -0
- package/src/types/charge-config-for-msdescribe-instances-output.ts +57 -0
- package/src/types/component-spec-list-for-describe-price-input.ts +52 -0
- package/src/types/describe-available-spec-request.ts +22 -0
- package/src/types/describe-available-spec-response.ts +50 -0
- package/src/types/describe-available-version-request.ts +22 -0
- package/src/types/describe-available-version-response.ts +29 -0
- package/src/types/describe-price-request.ts +42 -0
- package/src/types/describe-price-response.ts +53 -0
- package/src/types/describe-zones-request.ts +22 -0
- package/src/types/describe-zones-response.ts +29 -0
- package/src/types/endpoint-list-for-msdescribe-instance-output.ts +84 -0
- package/src/types/index.ts +53 -0
- package/src/types/instance-for-msdescribe-instances-output.ts +114 -0
- package/src/types/instance-info-for-msdescribe-instances-output.ts +129 -0
- package/src/types/mscreate-instance-one-step-request.ts +76 -0
- package/src/types/mscreate-instance-one-step-response.ts +52 -0
- package/src/types/mscreate-instance-request.ts +114 -0
- package/src/types/mscreate-instance-response.ts +52 -0
- package/src/types/msdescribe-instance-request.ts +52 -0
- package/src/types/msdescribe-instance-response.ts +122 -0
- package/src/types/msdescribe-instances-request.ts +52 -0
- package/src/types/msdescribe-instances-response.ts +78 -0
- package/src/types/msmodify-endpoint-allow-group-request.ts +54 -0
- package/src/types/msmodify-endpoint-allow-group-response.ts +34 -0
- package/src/types/msmodify-public-domain-request.ts +59 -0
- package/src/types/msmodify-public-domain-response.ts +34 -0
- package/src/types/msrelease-instance-request.ts +28 -0
- package/src/types/msrelease-instance-response.ts +34 -0
- package/src/types/network-config-for-mscreate-instance-input.ts +64 -0
- package/src/types/network-config-for-mscreate-instance-one-step-input.ts +64 -0
- package/src/types/network-config-for-msdescribe-instance-output.ts +64 -0
- package/src/types/network-config-for-msdescribe-instances-output.ts +64 -0
- package/src/types/node-cu-type-support-spec-list-for-describe-available-spec-output.ts +40 -0
- package/src/types/node-price-list-for-describe-price-output.ts +70 -0
- package/src/types/node-support-spec-list-for-describe-available-spec-output.ts +40 -0
- package/src/types/spec-list-for-describe-available-spec-output.ts +58 -0
- package/src/types/subnet-info-for-mscreate-instance-input.ts +34 -0
- package/src/types/subnet-info-for-mscreate-instance-one-step-input.ts +34 -0
- package/src/types/subnet-info-for-msdescribe-instance-output.ts +34 -0
- package/src/types/subnet-info-for-msdescribe-instances-output.ts +34 -0
- package/src/types/tag-for-mscreate-instance-input.ts +40 -0
- package/src/types/tag-for-mscreate-instance-one-step-input.ts +40 -0
- package/src/types/tag-for-msdescribe-instance-output.ts +40 -0
- package/src/types/version-for-describe-available-version-output.ts +34 -0
- package/src/types/vpc-info-for-mscreate-instance-input.ts +34 -0
- package/src/types/vpc-info-for-mscreate-instance-one-step-input.ts +34 -0
- package/src/types/vpc-info-for-msdescribe-instance-output.ts +34 -0
- package/src/types/vpc-info-for-msdescribe-instances-output.ts +34 -0
- package/src/types/zone-for-describe-zones-output.ts +40 -0
- package/src/types/zone-support-spec-list-for-describe-available-spec-output.ts +34 -0
package/src/api.ts
CHANGED
|
@@ -18,6 +18,10 @@ import { CreateInstanceOneStepRequest } from './types/index';
|
|
|
18
18
|
import { CreateInstanceOneStepResponse } from './types/index';
|
|
19
19
|
import { CreateInstanceRequest } from './types/index';
|
|
20
20
|
import { CreateInstanceResponse } from './types/index';
|
|
21
|
+
import { DescribeAvailableSpecRequest } from './types/index';
|
|
22
|
+
import { DescribeAvailableSpecResponse } from './types/index';
|
|
23
|
+
import { DescribeAvailableVersionRequest } from './types/index';
|
|
24
|
+
import { DescribeAvailableVersionResponse } from './types/index';
|
|
21
25
|
import { DescribeConfigModulesRequest } from './types/index';
|
|
22
26
|
import { DescribeConfigModulesResponse } from './types/index';
|
|
23
27
|
import { DescribeInstanceConfigRequest } from './types/index';
|
|
@@ -28,8 +32,26 @@ import { DescribeInstancesRequest } from './types/index';
|
|
|
28
32
|
import { DescribeInstancesResponse } from './types/index';
|
|
29
33
|
import { DescribeNodeInfoRequest } from './types/index';
|
|
30
34
|
import { DescribeNodeInfoResponse } from './types/index';
|
|
35
|
+
import { DescribePriceRequest } from './types/index';
|
|
36
|
+
import { DescribePriceResponse } from './types/index';
|
|
37
|
+
import { DescribeZonesRequest } from './types/index';
|
|
38
|
+
import { DescribeZonesResponse } from './types/index';
|
|
31
39
|
import { ListTagsForResourcesRequest } from './types/index';
|
|
32
40
|
import { ListTagsForResourcesResponse } from './types/index';
|
|
41
|
+
import { MSCreateInstanceOneStepRequest } from './types/index';
|
|
42
|
+
import { MSCreateInstanceOneStepResponse } from './types/index';
|
|
43
|
+
import { MSCreateInstanceRequest } from './types/index';
|
|
44
|
+
import { MSCreateInstanceResponse } from './types/index';
|
|
45
|
+
import { MSDescribeInstanceRequest } from './types/index';
|
|
46
|
+
import { MSDescribeInstanceResponse } from './types/index';
|
|
47
|
+
import { MSDescribeInstancesRequest } from './types/index';
|
|
48
|
+
import { MSDescribeInstancesResponse } from './types/index';
|
|
49
|
+
import { MSModifyEndpointAllowGroupRequest } from './types/index';
|
|
50
|
+
import { MSModifyEndpointAllowGroupResponse } from './types/index';
|
|
51
|
+
import { MSModifyPublicDomainRequest } from './types/index';
|
|
52
|
+
import { MSModifyPublicDomainResponse } from './types/index';
|
|
53
|
+
import { MSReleaseInstanceRequest } from './types/index';
|
|
54
|
+
import { MSReleaseInstanceResponse } from './types/index';
|
|
33
55
|
import { ModifyDeleteProtectRequest } from './types/index';
|
|
34
56
|
import { ModifyDeleteProtectResponse } from './types/index';
|
|
35
57
|
import { ModifyInstanceConfigRequest } from './types/index';
|
|
@@ -56,12 +78,23 @@ import { UntagResourcesResponse } from './types/index';
|
|
|
56
78
|
// ============================================================================
|
|
57
79
|
export type CreateInstanceCommandOutput = CommandOutput<CreateInstanceResponse>;
|
|
58
80
|
export type CreateInstanceOneStepCommandOutput = CommandOutput<CreateInstanceOneStepResponse>;
|
|
81
|
+
export type DescribeAvailableSpecCommandOutput = CommandOutput<DescribeAvailableSpecResponse>;
|
|
82
|
+
export type DescribeAvailableVersionCommandOutput = CommandOutput<DescribeAvailableVersionResponse>;
|
|
59
83
|
export type DescribeConfigModulesCommandOutput = CommandOutput<DescribeConfigModulesResponse>;
|
|
60
84
|
export type DescribeInstanceConfigCommandOutput = CommandOutput<DescribeInstanceConfigResponse>;
|
|
61
85
|
export type DescribeInstanceDetailCommandOutput = CommandOutput<DescribeInstanceDetailResponse>;
|
|
62
86
|
export type DescribeInstancesCommandOutput = CommandOutput<DescribeInstancesResponse>;
|
|
63
87
|
export type DescribeNodeInfoCommandOutput = CommandOutput<DescribeNodeInfoResponse>;
|
|
88
|
+
export type DescribePriceCommandOutput = CommandOutput<DescribePriceResponse>;
|
|
89
|
+
export type DescribeZonesCommandOutput = CommandOutput<DescribeZonesResponse>;
|
|
64
90
|
export type ListTagsForResourcesCommandOutput = CommandOutput<ListTagsForResourcesResponse>;
|
|
91
|
+
export type MSCreateInstanceCommandOutput = CommandOutput<MSCreateInstanceResponse>;
|
|
92
|
+
export type MSCreateInstanceOneStepCommandOutput = CommandOutput<MSCreateInstanceOneStepResponse>;
|
|
93
|
+
export type MSDescribeInstanceCommandOutput = CommandOutput<MSDescribeInstanceResponse>;
|
|
94
|
+
export type MSDescribeInstancesCommandOutput = CommandOutput<MSDescribeInstancesResponse>;
|
|
95
|
+
export type MSModifyEndpointAllowGroupCommandOutput = CommandOutput<MSModifyEndpointAllowGroupResponse>;
|
|
96
|
+
export type MSModifyPublicDomainCommandOutput = CommandOutput<MSModifyPublicDomainResponse>;
|
|
97
|
+
export type MSReleaseInstanceCommandOutput = CommandOutput<MSReleaseInstanceResponse>;
|
|
65
98
|
export type ModifyDeleteProtectCommandOutput = CommandOutput<ModifyDeleteProtectResponse>;
|
|
66
99
|
export type ModifyInstanceConfigCommandOutput = CommandOutput<ModifyInstanceConfigResponse>;
|
|
67
100
|
export type ModifyInstanceNameCommandOutput = CommandOutput<ModifyInstanceNameResponse>;
|
|
@@ -73,7 +106,6 @@ export type ScaleInstanceCommandOutput = CommandOutput<ScaleInstanceResponse>;
|
|
|
73
106
|
export type TagResourcesCommandOutput = CommandOutput<TagResourcesResponse>;
|
|
74
107
|
export type UntagResourcesCommandOutput = CommandOutput<UntagResourcesResponse>;
|
|
75
108
|
|
|
76
|
-
|
|
77
109
|
/**
|
|
78
110
|
* MILVUSClient Service Client
|
|
79
111
|
*/
|
|
@@ -117,6 +149,36 @@ export class CreateInstanceOneStepCommand extends Command<
|
|
|
117
149
|
this.requestConfig = buildRequestConfigFromMetaPath(CreateInstanceOneStepCommand.metaPath);
|
|
118
150
|
}
|
|
119
151
|
}
|
|
152
|
+
/**
|
|
153
|
+
* Command to DescribeAvailableSpec
|
|
154
|
+
*/
|
|
155
|
+
export class DescribeAvailableSpecCommand extends Command<
|
|
156
|
+
DescribeAvailableSpecRequest,
|
|
157
|
+
DescribeAvailableSpecCommandOutput,
|
|
158
|
+
'DescribeAvailableSpecCommand'
|
|
159
|
+
> {
|
|
160
|
+
static readonly metaPath = '/DescribeAvailableSpec/2023-01-01/milvus/post/application_json/';
|
|
161
|
+
|
|
162
|
+
constructor(input: DescribeAvailableSpecRequest) {
|
|
163
|
+
super(input);
|
|
164
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeAvailableSpecCommand.metaPath);
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* Command to DescribeAvailableVersion
|
|
169
|
+
*/
|
|
170
|
+
export class DescribeAvailableVersionCommand extends Command<
|
|
171
|
+
DescribeAvailableVersionRequest,
|
|
172
|
+
DescribeAvailableVersionCommandOutput,
|
|
173
|
+
'DescribeAvailableVersionCommand'
|
|
174
|
+
> {
|
|
175
|
+
static readonly metaPath = '/DescribeAvailableVersion/2023-01-01/milvus/post/application_json/';
|
|
176
|
+
|
|
177
|
+
constructor(input: DescribeAvailableVersionRequest) {
|
|
178
|
+
super(input);
|
|
179
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeAvailableVersionCommand.metaPath);
|
|
180
|
+
}
|
|
181
|
+
}
|
|
120
182
|
/**
|
|
121
183
|
* Command to DescribeConfigModules
|
|
122
184
|
*/
|
|
@@ -192,6 +254,36 @@ export class DescribeNodeInfoCommand extends Command<
|
|
|
192
254
|
this.requestConfig = buildRequestConfigFromMetaPath(DescribeNodeInfoCommand.metaPath);
|
|
193
255
|
}
|
|
194
256
|
}
|
|
257
|
+
/**
|
|
258
|
+
* Command to DescribePrice
|
|
259
|
+
*/
|
|
260
|
+
export class DescribePriceCommand extends Command<
|
|
261
|
+
DescribePriceRequest,
|
|
262
|
+
DescribePriceCommandOutput,
|
|
263
|
+
'DescribePriceCommand'
|
|
264
|
+
> {
|
|
265
|
+
static readonly metaPath = '/DescribePrice/2023-01-01/milvus/post/application_json/';
|
|
266
|
+
|
|
267
|
+
constructor(input: DescribePriceRequest) {
|
|
268
|
+
super(input);
|
|
269
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribePriceCommand.metaPath);
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
/**
|
|
273
|
+
* Command to DescribeZones
|
|
274
|
+
*/
|
|
275
|
+
export class DescribeZonesCommand extends Command<
|
|
276
|
+
DescribeZonesRequest,
|
|
277
|
+
DescribeZonesCommandOutput,
|
|
278
|
+
'DescribeZonesCommand'
|
|
279
|
+
> {
|
|
280
|
+
static readonly metaPath = '/DescribeZones/2023-01-01/milvus/post/application_json/';
|
|
281
|
+
|
|
282
|
+
constructor(input: DescribeZonesRequest) {
|
|
283
|
+
super(input);
|
|
284
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeZonesCommand.metaPath);
|
|
285
|
+
}
|
|
286
|
+
}
|
|
195
287
|
/**
|
|
196
288
|
* Command to ListTagsForResources
|
|
197
289
|
*/
|
|
@@ -207,6 +299,111 @@ export class ListTagsForResourcesCommand extends Command<
|
|
|
207
299
|
this.requestConfig = buildRequestConfigFromMetaPath(ListTagsForResourcesCommand.metaPath);
|
|
208
300
|
}
|
|
209
301
|
}
|
|
302
|
+
/**
|
|
303
|
+
* Command to MSCreateInstance
|
|
304
|
+
*/
|
|
305
|
+
export class MSCreateInstanceCommand extends Command<
|
|
306
|
+
MSCreateInstanceRequest,
|
|
307
|
+
MSCreateInstanceCommandOutput,
|
|
308
|
+
'MSCreateInstanceCommand'
|
|
309
|
+
> {
|
|
310
|
+
static readonly metaPath = '/MSCreateInstance/2023-01-01/milvus/post/application_json/';
|
|
311
|
+
|
|
312
|
+
constructor(input: MSCreateInstanceRequest) {
|
|
313
|
+
super(input);
|
|
314
|
+
this.requestConfig = buildRequestConfigFromMetaPath(MSCreateInstanceCommand.metaPath);
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
/**
|
|
318
|
+
* Command to MSCreateInstanceOneStep
|
|
319
|
+
*/
|
|
320
|
+
export class MSCreateInstanceOneStepCommand extends Command<
|
|
321
|
+
MSCreateInstanceOneStepRequest,
|
|
322
|
+
MSCreateInstanceOneStepCommandOutput,
|
|
323
|
+
'MSCreateInstanceOneStepCommand'
|
|
324
|
+
> {
|
|
325
|
+
static readonly metaPath = '/MSCreateInstanceOneStep/2023-01-01/milvus/post/application_json/';
|
|
326
|
+
|
|
327
|
+
constructor(input: MSCreateInstanceOneStepRequest) {
|
|
328
|
+
super(input);
|
|
329
|
+
this.requestConfig = buildRequestConfigFromMetaPath(MSCreateInstanceOneStepCommand.metaPath);
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
/**
|
|
333
|
+
* Command to MSDescribeInstance
|
|
334
|
+
*/
|
|
335
|
+
export class MSDescribeInstanceCommand extends Command<
|
|
336
|
+
MSDescribeInstanceRequest,
|
|
337
|
+
MSDescribeInstanceCommandOutput,
|
|
338
|
+
'MSDescribeInstanceCommand'
|
|
339
|
+
> {
|
|
340
|
+
static readonly metaPath = '/MSDescribeInstance/2023-01-01/milvus/post/application_json/';
|
|
341
|
+
|
|
342
|
+
constructor(input: MSDescribeInstanceRequest) {
|
|
343
|
+
super(input);
|
|
344
|
+
this.requestConfig = buildRequestConfigFromMetaPath(MSDescribeInstanceCommand.metaPath);
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
/**
|
|
348
|
+
* Command to MSDescribeInstances
|
|
349
|
+
*/
|
|
350
|
+
export class MSDescribeInstancesCommand extends Command<
|
|
351
|
+
MSDescribeInstancesRequest,
|
|
352
|
+
MSDescribeInstancesCommandOutput,
|
|
353
|
+
'MSDescribeInstancesCommand'
|
|
354
|
+
> {
|
|
355
|
+
static readonly metaPath = '/MSDescribeInstances/2023-01-01/milvus/post/application_json/';
|
|
356
|
+
|
|
357
|
+
constructor(input: MSDescribeInstancesRequest) {
|
|
358
|
+
super(input);
|
|
359
|
+
this.requestConfig = buildRequestConfigFromMetaPath(MSDescribeInstancesCommand.metaPath);
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
/**
|
|
363
|
+
* Command to MSModifyEndpointAllowGroup
|
|
364
|
+
*/
|
|
365
|
+
export class MSModifyEndpointAllowGroupCommand extends Command<
|
|
366
|
+
MSModifyEndpointAllowGroupRequest,
|
|
367
|
+
MSModifyEndpointAllowGroupCommandOutput,
|
|
368
|
+
'MSModifyEndpointAllowGroupCommand'
|
|
369
|
+
> {
|
|
370
|
+
static readonly metaPath = '/MSModifyEndpointAllowGroup/2023-01-01/milvus/post/application_json/';
|
|
371
|
+
|
|
372
|
+
constructor(input: MSModifyEndpointAllowGroupRequest) {
|
|
373
|
+
super(input);
|
|
374
|
+
this.requestConfig = buildRequestConfigFromMetaPath(MSModifyEndpointAllowGroupCommand.metaPath);
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
/**
|
|
378
|
+
* Command to MSModifyPublicDomain
|
|
379
|
+
*/
|
|
380
|
+
export class MSModifyPublicDomainCommand extends Command<
|
|
381
|
+
MSModifyPublicDomainRequest,
|
|
382
|
+
MSModifyPublicDomainCommandOutput,
|
|
383
|
+
'MSModifyPublicDomainCommand'
|
|
384
|
+
> {
|
|
385
|
+
static readonly metaPath = '/MSModifyPublicDomain/2023-01-01/milvus/post/application_json/';
|
|
386
|
+
|
|
387
|
+
constructor(input: MSModifyPublicDomainRequest) {
|
|
388
|
+
super(input);
|
|
389
|
+
this.requestConfig = buildRequestConfigFromMetaPath(MSModifyPublicDomainCommand.metaPath);
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
/**
|
|
393
|
+
* Command to MSReleaseInstance
|
|
394
|
+
*/
|
|
395
|
+
export class MSReleaseInstanceCommand extends Command<
|
|
396
|
+
MSReleaseInstanceRequest,
|
|
397
|
+
MSReleaseInstanceCommandOutput,
|
|
398
|
+
'MSReleaseInstanceCommand'
|
|
399
|
+
> {
|
|
400
|
+
static readonly metaPath = '/MSReleaseInstance/2023-01-01/milvus/post/application_json/';
|
|
401
|
+
|
|
402
|
+
constructor(input: MSReleaseInstanceRequest) {
|
|
403
|
+
super(input);
|
|
404
|
+
this.requestConfig = buildRequestConfigFromMetaPath(MSReleaseInstanceCommand.metaPath);
|
|
405
|
+
}
|
|
406
|
+
}
|
|
210
407
|
/**
|
|
211
408
|
* Command to ModifyDeleteProtect
|
|
212
409
|
*/
|
|
@@ -362,12 +559,23 @@ export default {
|
|
|
362
559
|
MILVUSClient,
|
|
363
560
|
CreateInstanceCommand,
|
|
364
561
|
CreateInstanceOneStepCommand,
|
|
562
|
+
DescribeAvailableSpecCommand,
|
|
563
|
+
DescribeAvailableVersionCommand,
|
|
365
564
|
DescribeConfigModulesCommand,
|
|
366
565
|
DescribeInstanceConfigCommand,
|
|
367
566
|
DescribeInstanceDetailCommand,
|
|
368
567
|
DescribeInstancesCommand,
|
|
369
568
|
DescribeNodeInfoCommand,
|
|
569
|
+
DescribePriceCommand,
|
|
570
|
+
DescribeZonesCommand,
|
|
370
571
|
ListTagsForResourcesCommand,
|
|
572
|
+
MSCreateInstanceCommand,
|
|
573
|
+
MSCreateInstanceOneStepCommand,
|
|
574
|
+
MSDescribeInstanceCommand,
|
|
575
|
+
MSDescribeInstancesCommand,
|
|
576
|
+
MSModifyEndpointAllowGroupCommand,
|
|
577
|
+
MSModifyPublicDomainCommand,
|
|
578
|
+
MSReleaseInstanceCommand,
|
|
371
579
|
ModifyDeleteProtectCommand,
|
|
372
580
|
ModifyInstanceConfigCommand,
|
|
373
581
|
ModifyInstanceNameCommand,
|
|
@@ -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 AllowGroupForMSModifyEndpointAllowGroupInput
|
|
20
|
+
*/
|
|
21
|
+
export interface AllowGroupForMSModifyEndpointAllowGroupInput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof AllowGroupForMSModifyEndpointAllowGroupInput
|
|
26
|
+
*/
|
|
27
|
+
GroupName?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {Array<string>}
|
|
31
|
+
* @memberof AllowGroupForMSModifyEndpointAllowGroupInput
|
|
32
|
+
*/
|
|
33
|
+
List?: Array<string>;
|
|
34
|
+
}
|
|
@@ -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 AllowGroupListForMSDescribeInstanceOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface AllowGroupListForMSDescribeInstanceOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof AllowGroupListForMSDescribeInstanceOutput
|
|
26
|
+
*/
|
|
27
|
+
GroupName?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {Array<string>}
|
|
31
|
+
* @memberof AllowGroupListForMSDescribeInstanceOutput
|
|
32
|
+
*/
|
|
33
|
+
List?: Array<string>;
|
|
34
|
+
}
|
|
@@ -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 ChargeConfigForDescribePriceInput
|
|
20
|
+
*/
|
|
21
|
+
export interface ChargeConfigForDescribePriceInput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {boolean}
|
|
25
|
+
* @memberof ChargeConfigForDescribePriceInput
|
|
26
|
+
*/
|
|
27
|
+
AutoRenew?: boolean;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ChargeConfigForDescribePriceInput
|
|
32
|
+
*/
|
|
33
|
+
ChargeType?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ChargeConfigForDescribePriceInput
|
|
38
|
+
*/
|
|
39
|
+
ExpireDate?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {number}
|
|
43
|
+
* @memberof ChargeConfigForDescribePriceInput
|
|
44
|
+
*/
|
|
45
|
+
Period?: number;
|
|
46
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
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 ChargeConfigForMSDescribeInstanceOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface ChargeConfigForMSDescribeInstanceOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {boolean}
|
|
25
|
+
* @memberof ChargeConfigForMSDescribeInstanceOutput
|
|
26
|
+
*/
|
|
27
|
+
AutoRenew?: boolean;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ChargeConfigForMSDescribeInstanceOutput
|
|
32
|
+
*/
|
|
33
|
+
ChargeType?: ChargeConfigForMSDescribeInstanceOutputChargeTypeEnum;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ChargeConfigForMSDescribeInstanceOutput
|
|
38
|
+
*/
|
|
39
|
+
ExpireDate?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {number}
|
|
43
|
+
* @memberof ChargeConfigForMSDescribeInstanceOutput
|
|
44
|
+
*/
|
|
45
|
+
Period?: number;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @export
|
|
50
|
+
* @enum {string}
|
|
51
|
+
*/
|
|
52
|
+
export enum ChargeConfigForMSDescribeInstanceOutputChargeTypeEnum {
|
|
53
|
+
POST = 'POST',
|
|
54
|
+
PRE = 'PRE',
|
|
55
|
+
MIX = 'MIX'
|
|
56
|
+
}
|
|
57
|
+
|
|
@@ -0,0 +1,57 @@
|
|
|
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 ChargeConfigForMSDescribeInstancesOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface ChargeConfigForMSDescribeInstancesOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {boolean}
|
|
25
|
+
* @memberof ChargeConfigForMSDescribeInstancesOutput
|
|
26
|
+
*/
|
|
27
|
+
AutoRenew?: boolean;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ChargeConfigForMSDescribeInstancesOutput
|
|
32
|
+
*/
|
|
33
|
+
ChargeType?: ChargeConfigForMSDescribeInstancesOutputChargeTypeEnum;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ChargeConfigForMSDescribeInstancesOutput
|
|
38
|
+
*/
|
|
39
|
+
ExpireDate?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {number}
|
|
43
|
+
* @memberof ChargeConfigForMSDescribeInstancesOutput
|
|
44
|
+
*/
|
|
45
|
+
Period?: number;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @export
|
|
50
|
+
* @enum {string}
|
|
51
|
+
*/
|
|
52
|
+
export enum ChargeConfigForMSDescribeInstancesOutputChargeTypeEnum {
|
|
53
|
+
POST = 'POST',
|
|
54
|
+
PRE = 'PRE',
|
|
55
|
+
MIX = 'MIX'
|
|
56
|
+
}
|
|
57
|
+
|
|
@@ -0,0 +1,52 @@
|
|
|
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 ComponentSpecListForDescribePriceInput
|
|
20
|
+
*/
|
|
21
|
+
export interface ComponentSpecListForDescribePriceInput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof ComponentSpecListForDescribePriceInput
|
|
26
|
+
*/
|
|
27
|
+
CpuNum?: number;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof ComponentSpecListForDescribePriceInput
|
|
32
|
+
*/
|
|
33
|
+
MemSize?: number;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ComponentSpecListForDescribePriceInput
|
|
38
|
+
*/
|
|
39
|
+
NodeCUType?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {number}
|
|
43
|
+
* @memberof ComponentSpecListForDescribePriceInput
|
|
44
|
+
*/
|
|
45
|
+
NodeNum?: number;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof ComponentSpecListForDescribePriceInput
|
|
50
|
+
*/
|
|
51
|
+
NodeType?: string;
|
|
52
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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 DescribeAvailableSpecRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface DescribeAvailableSpecRequest {
|
|
22
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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 { NodeCuTypeSupportSpecListForDescribeAvailableSpecOutput } from './node-cu-type-support-spec-list-for-describe-available-spec-output';
|
|
16
|
+
import { NodeSupportSpecListForDescribeAvailableSpecOutput } from './node-support-spec-list-for-describe-available-spec-output';
|
|
17
|
+
import { SpecListForDescribeAvailableSpecOutput } from './spec-list-for-describe-available-spec-output';
|
|
18
|
+
import { ZoneSupportSpecListForDescribeAvailableSpecOutput } from './zone-support-spec-list-for-describe-available-spec-output';
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface DescribeAvailableSpecResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface DescribeAvailableSpecResponse {
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* @type {Array<NodeCuTypeSupportSpecListForDescribeAvailableSpecOutput>}
|
|
29
|
+
* @memberof DescribeAvailableSpecResponse
|
|
30
|
+
*/
|
|
31
|
+
NodeCuTypeSupportSpecList?: Array<NodeCuTypeSupportSpecListForDescribeAvailableSpecOutput>;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @type {Array<NodeSupportSpecListForDescribeAvailableSpecOutput>}
|
|
35
|
+
* @memberof DescribeAvailableSpecResponse
|
|
36
|
+
*/
|
|
37
|
+
NodeSupportSpecList?: Array<NodeSupportSpecListForDescribeAvailableSpecOutput>;
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* @type {Array<SpecListForDescribeAvailableSpecOutput>}
|
|
41
|
+
* @memberof DescribeAvailableSpecResponse
|
|
42
|
+
*/
|
|
43
|
+
SpecList?: Array<SpecListForDescribeAvailableSpecOutput>;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* @type {Array<ZoneSupportSpecListForDescribeAvailableSpecOutput>}
|
|
47
|
+
* @memberof DescribeAvailableSpecResponse
|
|
48
|
+
*/
|
|
49
|
+
ZoneSupportSpecList?: Array<ZoneSupportSpecListForDescribeAvailableSpecOutput>;
|
|
50
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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 DescribeAvailableVersionRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface DescribeAvailableVersionRequest {
|
|
22
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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 { VersionForDescribeAvailableVersionOutput } from './version-for-describe-available-version-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface DescribeAvailableVersionResponse
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeAvailableVersionResponse {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {Array<VersionForDescribeAvailableVersionOutput>}
|
|
26
|
+
* @memberof DescribeAvailableVersionResponse
|
|
27
|
+
*/
|
|
28
|
+
Versions?: Array<VersionForDescribeAvailableVersionOutput>;
|
|
29
|
+
}
|