@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
|
@@ -0,0 +1,60 @@
|
|
|
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 NodePriceListForDescribePriceOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface NodePriceListForDescribePriceOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof NodePriceListForDescribePriceOutput
|
|
22
|
+
*/
|
|
23
|
+
ChargeItemCode?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof NodePriceListForDescribePriceOutput
|
|
27
|
+
*/
|
|
28
|
+
ChargeItemNum?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof NodePriceListForDescribePriceOutput
|
|
32
|
+
*/
|
|
33
|
+
DiscountAmount?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof NodePriceListForDescribePriceOutput
|
|
37
|
+
*/
|
|
38
|
+
NodeCUType?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof NodePriceListForDescribePriceOutput
|
|
42
|
+
*/
|
|
43
|
+
NodeNum?: number;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof NodePriceListForDescribePriceOutput
|
|
47
|
+
*/
|
|
48
|
+
NodeType?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof NodePriceListForDescribePriceOutput
|
|
52
|
+
*/
|
|
53
|
+
OriginalAmount?: number;
|
|
54
|
+
/**
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof NodePriceListForDescribePriceOutput
|
|
57
|
+
*/
|
|
58
|
+
PayableAmount?: number;
|
|
59
|
+
}
|
|
60
|
+
//# sourceMappingURL=node-price-list-for-describe-price-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"node-price-list-for-describe-price-output.d.ts","sourceRoot":"","sources":["../../../src/types/node-price-list-for-describe-price-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,mCAAmC;IAEhD;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 NodeSupportSpecListForDescribeAvailableSpecOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface NodeSupportSpecListForDescribeAvailableSpecOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof NodeSupportSpecListForDescribeAvailableSpecOutput
|
|
22
|
+
*/
|
|
23
|
+
MaxNodeNum?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof NodeSupportSpecListForDescribeAvailableSpecOutput
|
|
27
|
+
*/
|
|
28
|
+
NodeType?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {Array<string>}
|
|
31
|
+
* @memberof NodeSupportSpecListForDescribeAvailableSpecOutput
|
|
32
|
+
*/
|
|
33
|
+
SpecName?: Array<string>;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=node-support-spec-list-for-describe-available-spec-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"node-support-spec-list-for-describe-available-spec-output.d.ts","sourceRoot":"","sources":["../../../src/types/node-support-spec-list-for-describe-available-spec-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,iDAAiD;IAE9D;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B"}
|
|
@@ -0,0 +1,50 @@
|
|
|
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 SpecListForDescribeAvailableSpecOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface SpecListForDescribeAvailableSpecOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof SpecListForDescribeAvailableSpecOutput
|
|
22
|
+
*/
|
|
23
|
+
Cpu?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SpecListForDescribeAvailableSpecOutput
|
|
27
|
+
*/
|
|
28
|
+
DisplayName?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof SpecListForDescribeAvailableSpecOutput
|
|
32
|
+
*/
|
|
33
|
+
Memory?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof SpecListForDescribeAvailableSpecOutput
|
|
37
|
+
*/
|
|
38
|
+
SpecName?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof SpecListForDescribeAvailableSpecOutput
|
|
42
|
+
*/
|
|
43
|
+
SpecType?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof SpecListForDescribeAvailableSpecOutput
|
|
47
|
+
*/
|
|
48
|
+
TradeCode?: string;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=spec-list-for-describe-available-spec-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spec-list-for-describe-available-spec-output.d.ts","sourceRoot":"","sources":["../../../src/types/spec-list-for-describe-available-spec-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sCAAsC;IAEnD;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -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 SubnetInfoForMSCreateInstanceInput
|
|
17
|
+
*/
|
|
18
|
+
export interface SubnetInfoForMSCreateInstanceInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SubnetInfoForMSCreateInstanceInput
|
|
22
|
+
*/
|
|
23
|
+
SubnetId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SubnetInfoForMSCreateInstanceInput
|
|
27
|
+
*/
|
|
28
|
+
SubnetName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=subnet-info-for-mscreate-instance-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subnet-info-for-mscreate-instance-input.d.ts","sourceRoot":"","sources":["../../../src/types/subnet-info-for-mscreate-instance-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -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 SubnetInfoForMSCreateInstanceOneStepInput
|
|
17
|
+
*/
|
|
18
|
+
export interface SubnetInfoForMSCreateInstanceOneStepInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SubnetInfoForMSCreateInstanceOneStepInput
|
|
22
|
+
*/
|
|
23
|
+
SubnetId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SubnetInfoForMSCreateInstanceOneStepInput
|
|
27
|
+
*/
|
|
28
|
+
SubnetName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=subnet-info-for-mscreate-instance-one-step-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subnet-info-for-mscreate-instance-one-step-input.d.ts","sourceRoot":"","sources":["../../../src/types/subnet-info-for-mscreate-instance-one-step-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yCAAyC;IAEtD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -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 SubnetInfoForMSDescribeInstanceOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface SubnetInfoForMSDescribeInstanceOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SubnetInfoForMSDescribeInstanceOutput
|
|
22
|
+
*/
|
|
23
|
+
SubnetId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SubnetInfoForMSDescribeInstanceOutput
|
|
27
|
+
*/
|
|
28
|
+
SubnetName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=subnet-info-for-msdescribe-instance-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subnet-info-for-msdescribe-instance-output.d.ts","sourceRoot":"","sources":["../../../src/types/subnet-info-for-msdescribe-instance-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qCAAqC;IAElD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -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 SubnetInfoForMSDescribeInstancesOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface SubnetInfoForMSDescribeInstancesOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SubnetInfoForMSDescribeInstancesOutput
|
|
22
|
+
*/
|
|
23
|
+
SubnetId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SubnetInfoForMSDescribeInstancesOutput
|
|
27
|
+
*/
|
|
28
|
+
SubnetName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=subnet-info-for-msdescribe-instances-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subnet-info-for-msdescribe-instances-output.d.ts","sourceRoot":"","sources":["../../../src/types/subnet-info-for-msdescribe-instances-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sCAAsC;IAEnD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 TagForMSCreateInstanceInput
|
|
17
|
+
*/
|
|
18
|
+
export interface TagForMSCreateInstanceInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TagForMSCreateInstanceInput
|
|
22
|
+
*/
|
|
23
|
+
Key?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {boolean}
|
|
26
|
+
* @memberof TagForMSCreateInstanceInput
|
|
27
|
+
*/
|
|
28
|
+
SystemTag?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof TagForMSCreateInstanceInput
|
|
32
|
+
*/
|
|
33
|
+
Value?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=tag-for-mscreate-instance-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-for-mscreate-instance-input.d.ts","sourceRoot":"","sources":["../../../src/types/tag-for-mscreate-instance-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,2BAA2B;IAExC;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 TagForMSCreateInstanceOneStepInput
|
|
17
|
+
*/
|
|
18
|
+
export interface TagForMSCreateInstanceOneStepInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TagForMSCreateInstanceOneStepInput
|
|
22
|
+
*/
|
|
23
|
+
Key?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {boolean}
|
|
26
|
+
* @memberof TagForMSCreateInstanceOneStepInput
|
|
27
|
+
*/
|
|
28
|
+
SystemTag?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof TagForMSCreateInstanceOneStepInput
|
|
32
|
+
*/
|
|
33
|
+
Value?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=tag-for-mscreate-instance-one-step-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-for-mscreate-instance-one-step-input.d.ts","sourceRoot":"","sources":["../../../src/types/tag-for-mscreate-instance-one-step-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 TagForMSDescribeInstanceOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface TagForMSDescribeInstanceOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TagForMSDescribeInstanceOutput
|
|
22
|
+
*/
|
|
23
|
+
Key?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {boolean}
|
|
26
|
+
* @memberof TagForMSDescribeInstanceOutput
|
|
27
|
+
*/
|
|
28
|
+
SystemTag?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof TagForMSDescribeInstanceOutput
|
|
32
|
+
*/
|
|
33
|
+
Value?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=tag-for-msdescribe-instance-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag-for-msdescribe-instance-output.d.ts","sourceRoot":"","sources":["../../../src/types/tag-for-msdescribe-instance-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,8BAA8B;IAE3C;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -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 VersionForDescribeAvailableVersionOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface VersionForDescribeAvailableVersionOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof VersionForDescribeAvailableVersionOutput
|
|
22
|
+
*/
|
|
23
|
+
DisplayName?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof VersionForDescribeAvailableVersionOutput
|
|
27
|
+
*/
|
|
28
|
+
Version?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=version-for-describe-available-version-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"version-for-describe-available-version-output.d.ts","sourceRoot":"","sources":["../../../src/types/version-for-describe-available-version-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,wCAAwC;IAErD;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -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 VpcInfoForMSCreateInstanceInput
|
|
17
|
+
*/
|
|
18
|
+
export interface VpcInfoForMSCreateInstanceInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof VpcInfoForMSCreateInstanceInput
|
|
22
|
+
*/
|
|
23
|
+
VpcId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof VpcInfoForMSCreateInstanceInput
|
|
27
|
+
*/
|
|
28
|
+
VpcName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=vpc-info-for-mscreate-instance-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vpc-info-for-mscreate-instance-input.d.ts","sourceRoot":"","sources":["../../../src/types/vpc-info-for-mscreate-instance-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,+BAA+B;IAE5C;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -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 VpcInfoForMSCreateInstanceOneStepInput
|
|
17
|
+
*/
|
|
18
|
+
export interface VpcInfoForMSCreateInstanceOneStepInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof VpcInfoForMSCreateInstanceOneStepInput
|
|
22
|
+
*/
|
|
23
|
+
VpcId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof VpcInfoForMSCreateInstanceOneStepInput
|
|
27
|
+
*/
|
|
28
|
+
VpcName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=vpc-info-for-mscreate-instance-one-step-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vpc-info-for-mscreate-instance-one-step-input.d.ts","sourceRoot":"","sources":["../../../src/types/vpc-info-for-mscreate-instance-one-step-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sCAAsC;IAEnD;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -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 VpcInfoForMSDescribeInstanceOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface VpcInfoForMSDescribeInstanceOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof VpcInfoForMSDescribeInstanceOutput
|
|
22
|
+
*/
|
|
23
|
+
VpcId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof VpcInfoForMSDescribeInstanceOutput
|
|
27
|
+
*/
|
|
28
|
+
VpcName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=vpc-info-for-msdescribe-instance-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vpc-info-for-msdescribe-instance-output.d.ts","sourceRoot":"","sources":["../../../src/types/vpc-info-for-msdescribe-instance-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -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 VpcInfoForMSDescribeInstancesOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface VpcInfoForMSDescribeInstancesOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof VpcInfoForMSDescribeInstancesOutput
|
|
22
|
+
*/
|
|
23
|
+
VpcId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof VpcInfoForMSDescribeInstancesOutput
|
|
27
|
+
*/
|
|
28
|
+
VpcName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=vpc-info-for-msdescribe-instances-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vpc-info-for-msdescribe-instances-output.d.ts","sourceRoot":"","sources":["../../../src/types/vpc-info-for-msdescribe-instances-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,mCAAmC;IAEhD;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 ZoneForDescribeZonesOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ZoneForDescribeZonesOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ZoneForDescribeZonesOutput
|
|
22
|
+
*/
|
|
23
|
+
ZoneId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ZoneForDescribeZonesOutput
|
|
27
|
+
*/
|
|
28
|
+
ZoneName?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ZoneForDescribeZonesOutput
|
|
32
|
+
*/
|
|
33
|
+
ZoneStatus?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=zone-for-describe-zones-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zone-for-describe-zones-output.d.ts","sourceRoot":"","sources":["../../../src/types/zone-for-describe-zones-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,0BAA0B;IAEvC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -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 ZoneSupportSpecListForDescribeAvailableSpecOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ZoneSupportSpecListForDescribeAvailableSpecOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {Array<string>}
|
|
21
|
+
* @memberof ZoneSupportSpecListForDescribeAvailableSpecOutput
|
|
22
|
+
*/
|
|
23
|
+
SpecName?: Array<string>;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ZoneSupportSpecListForDescribeAvailableSpecOutput
|
|
27
|
+
*/
|
|
28
|
+
ZoneId?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=zone-support-spec-list-for-describe-available-spec-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zone-support-spec-list-for-describe-available-spec-output.d.ts","sourceRoot":"","sources":["../../../src/types/zone-support-spec-list-for-describe-available-spec-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,iDAAiD;IAE9D;;;OAGG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEzB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|