volc-bmq 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/dist/cjs/index.js +425 -0
- package/dist/esm/api.d.ts +430 -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 +280 -0
- package/dist/esm/types/create-group-request.d.ts +35 -0
- package/dist/esm/types/create-group-request.d.ts.map +1 -0
- package/dist/esm/types/create-group-response.d.ts +25 -0
- package/dist/esm/types/create-group-response.d.ts.map +1 -0
- package/dist/esm/types/create-instance-request.d.ts +107 -0
- package/dist/esm/types/create-instance-request.d.ts.map +1 -0
- package/dist/esm/types/create-instance-response.d.ts +25 -0
- package/dist/esm/types/create-instance-response.d.ts.map +1 -0
- package/dist/esm/types/create-topic-request.d.ts +45 -0
- package/dist/esm/types/create-topic-request.d.ts.map +1 -0
- package/dist/esm/types/create-topic-response.d.ts +25 -0
- package/dist/esm/types/create-topic-response.d.ts.map +1 -0
- package/dist/esm/types/delete-group-request.d.ts +35 -0
- package/dist/esm/types/delete-group-request.d.ts.map +1 -0
- package/dist/esm/types/delete-group-response.d.ts +30 -0
- package/dist/esm/types/delete-group-response.d.ts.map +1 -0
- package/dist/esm/types/delete-instance-request.d.ts +25 -0
- package/dist/esm/types/delete-instance-request.d.ts.map +1 -0
- package/dist/esm/types/delete-instance-response.d.ts +25 -0
- package/dist/esm/types/delete-instance-response.d.ts.map +1 -0
- package/dist/esm/types/delete-tag-for-modify-instance-tag-input.d.ts +30 -0
- package/dist/esm/types/delete-tag-for-modify-instance-tag-input.d.ts.map +1 -0
- package/dist/esm/types/delete-topic-request.d.ts +25 -0
- package/dist/esm/types/delete-topic-request.d.ts.map +1 -0
- package/dist/esm/types/delete-topic-response.d.ts +30 -0
- package/dist/esm/types/delete-topic-response.d.ts.map +1 -0
- package/dist/esm/types/describe-available-zones-request.d.ts +25 -0
- package/dist/esm/types/describe-available-zones-request.d.ts.map +1 -0
- package/dist/esm/types/describe-available-zones-response.d.ts +26 -0
- package/dist/esm/types/describe-available-zones-response.d.ts.map +1 -0
- package/dist/esm/types/describe-group-request.d.ts +35 -0
- package/dist/esm/types/describe-group-request.d.ts.map +1 -0
- package/dist/esm/types/describe-group-response.d.ts +60 -0
- package/dist/esm/types/describe-group-response.d.ts.map +1 -0
- package/dist/esm/types/describe-groups-in-topic-request.d.ts +35 -0
- package/dist/esm/types/describe-groups-in-topic-request.d.ts.map +1 -0
- package/dist/esm/types/describe-groups-in-topic-response.d.ts +26 -0
- package/dist/esm/types/describe-groups-in-topic-response.d.ts.map +1 -0
- package/dist/esm/types/describe-instance-request.d.ts +35 -0
- package/dist/esm/types/describe-instance-request.d.ts.map +1 -0
- package/dist/esm/types/describe-instance-resource-stat-request.d.ts +40 -0
- package/dist/esm/types/describe-instance-resource-stat-request.d.ts.map +1 -0
- package/dist/esm/types/describe-instance-resource-stat-response.d.ts +40 -0
- package/dist/esm/types/describe-instance-resource-stat-response.d.ts.map +1 -0
- package/dist/esm/types/describe-instance-response.d.ts +149 -0
- package/dist/esm/types/describe-instance-response.d.ts.map +1 -0
- package/dist/esm/types/describe-partitions-in-topic-request.d.ts +35 -0
- package/dist/esm/types/describe-partitions-in-topic-request.d.ts.map +1 -0
- package/dist/esm/types/describe-partitions-in-topic-response.d.ts +26 -0
- package/dist/esm/types/describe-partitions-in-topic-response.d.ts.map +1 -0
- package/dist/esm/types/describe-subscription-request.d.ts +30 -0
- package/dist/esm/types/describe-subscription-request.d.ts.map +1 -0
- package/dist/esm/types/describe-subscription-response.d.ts +26 -0
- package/dist/esm/types/describe-subscription-response.d.ts.map +1 -0
- package/dist/esm/types/describe-topic-request.d.ts +35 -0
- package/dist/esm/types/describe-topic-request.d.ts.map +1 -0
- package/dist/esm/types/describe-topic-response.d.ts +71 -0
- package/dist/esm/types/describe-topic-response.d.ts.map +1 -0
- package/dist/esm/types/describe-topic-time-range-request.d.ts +35 -0
- package/dist/esm/types/describe-topic-time-range-request.d.ts.map +1 -0
- package/dist/esm/types/describe-topic-time-range-response.d.ts +35 -0
- package/dist/esm/types/describe-topic-time-range-response.d.ts.map +1 -0
- package/dist/esm/types/describe-topics-in-group-request.d.ts +35 -0
- package/dist/esm/types/describe-topics-in-group-request.d.ts.map +1 -0
- package/dist/esm/types/describe-topics-in-group-response.d.ts +26 -0
- package/dist/esm/types/describe-topics-in-group-response.d.ts.map +1 -0
- package/dist/esm/types/disable-overlay-access-request.d.ts +25 -0
- package/dist/esm/types/disable-overlay-access-request.d.ts.map +1 -0
- package/dist/esm/types/disable-overlay-access-response.d.ts +30 -0
- package/dist/esm/types/disable-overlay-access-response.d.ts.map +1 -0
- package/dist/esm/types/disable-public-access-request.d.ts +25 -0
- package/dist/esm/types/disable-public-access-request.d.ts.map +1 -0
- package/dist/esm/types/disable-public-access-response.d.ts +30 -0
- package/dist/esm/types/disable-public-access-response.d.ts.map +1 -0
- package/dist/esm/types/enable-overlay-access-request.d.ts +25 -0
- package/dist/esm/types/enable-overlay-access-request.d.ts.map +1 -0
- package/dist/esm/types/enable-overlay-access-response.d.ts +30 -0
- package/dist/esm/types/enable-overlay-access-response.d.ts.map +1 -0
- package/dist/esm/types/enable-public-access-request.d.ts +30 -0
- package/dist/esm/types/enable-public-access-request.d.ts.map +1 -0
- package/dist/esm/types/enable-public-access-response.d.ts +30 -0
- package/dist/esm/types/enable-public-access-response.d.ts.map +1 -0
- package/dist/esm/types/endpoints-for-describe-instance-output.d.ts +32 -0
- package/dist/esm/types/endpoints-for-describe-instance-output.d.ts.map +1 -0
- package/dist/esm/types/group-exist-request.d.ts +35 -0
- package/dist/esm/types/group-exist-request.d.ts.map +1 -0
- package/dist/esm/types/group-exist-response.d.ts +25 -0
- package/dist/esm/types/group-exist-response.d.ts.map +1 -0
- package/dist/esm/types/header-for-preview-topic-data-output.d.ts +30 -0
- package/dist/esm/types/header-for-preview-topic-data-output.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +105 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/item-for-describe-available-zones-output.d.ts +40 -0
- package/dist/esm/types/item-for-describe-available-zones-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-describe-groups-in-topic-output.d.ts +35 -0
- package/dist/esm/types/item-for-describe-groups-in-topic-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-describe-partitions-in-topic-output.d.ts +45 -0
- package/dist/esm/types/item-for-describe-partitions-in-topic-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-describe-subscription-output.d.ts +50 -0
- package/dist/esm/types/item-for-describe-subscription-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-describe-topics-in-group-output.d.ts +69 -0
- package/dist/esm/types/item-for-describe-topics-in-group-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-list-available-security-groups-for-bmqoutput.d.ts +50 -0
- package/dist/esm/types/item-for-list-available-security-groups-for-bmqoutput.d.ts.map +1 -0
- package/dist/esm/types/item-for-list-available-subnets-for-bmqoutput.d.ts +60 -0
- package/dist/esm/types/item-for-list-available-subnets-for-bmqoutput.d.ts.map +1 -0
- package/dist/esm/types/item-for-list-available-vpcfor-bmqoutput.d.ts +60 -0
- package/dist/esm/types/item-for-list-available-vpcfor-bmqoutput.d.ts.map +1 -0
- package/dist/esm/types/item-for-list-instance-resource-stats-output.d.ts +40 -0
- package/dist/esm/types/item-for-list-instance-resource-stats-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-list-specifications-output.d.ts +60 -0
- package/dist/esm/types/item-for-list-specifications-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-preview-topic-data-output.d.ts +56 -0
- package/dist/esm/types/item-for-preview-topic-data-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-search-groups-output.d.ts +69 -0
- package/dist/esm/types/item-for-search-groups-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-search-instances-output.d.ts +134 -0
- package/dist/esm/types/item-for-search-instances-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-search-topics-output.d.ts +74 -0
- package/dist/esm/types/item-for-search-topics-output.d.ts.map +1 -0
- package/dist/esm/types/list-available-security-groups-for-bmqrequest.d.ts +25 -0
- package/dist/esm/types/list-available-security-groups-for-bmqrequest.d.ts.map +1 -0
- package/dist/esm/types/list-available-security-groups-for-bmqresponse.d.ts +26 -0
- package/dist/esm/types/list-available-security-groups-for-bmqresponse.d.ts.map +1 -0
- package/dist/esm/types/list-available-subnets-for-bmqrequest.d.ts +35 -0
- package/dist/esm/types/list-available-subnets-for-bmqrequest.d.ts.map +1 -0
- package/dist/esm/types/list-available-subnets-for-bmqresponse.d.ts +26 -0
- package/dist/esm/types/list-available-subnets-for-bmqresponse.d.ts.map +1 -0
- package/dist/esm/types/list-available-vpcfor-bmqrequest.d.ts +50 -0
- package/dist/esm/types/list-available-vpcfor-bmqrequest.d.ts.map +1 -0
- package/dist/esm/types/list-available-vpcfor-bmqresponse.d.ts +31 -0
- package/dist/esm/types/list-available-vpcfor-bmqresponse.d.ts.map +1 -0
- package/dist/esm/types/list-instance-resource-stats-request.d.ts +45 -0
- package/dist/esm/types/list-instance-resource-stats-request.d.ts.map +1 -0
- package/dist/esm/types/list-instance-resource-stats-response.d.ts +26 -0
- package/dist/esm/types/list-instance-resource-stats-response.d.ts.map +1 -0
- package/dist/esm/types/list-specifications-request.d.ts +25 -0
- package/dist/esm/types/list-specifications-request.d.ts.map +1 -0
- package/dist/esm/types/list-specifications-response.d.ts +26 -0
- package/dist/esm/types/list-specifications-response.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-tag-request.d.ts +37 -0
- package/dist/esm/types/modify-instance-tag-request.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-tag-response.d.ts +30 -0
- package/dist/esm/types/modify-instance-tag-response.d.ts.map +1 -0
- package/dist/esm/types/modify-overlay-access-request.d.ts +55 -0
- package/dist/esm/types/modify-overlay-access-request.d.ts.map +1 -0
- package/dist/esm/types/modify-overlay-access-response.d.ts +30 -0
- package/dist/esm/types/modify-overlay-access-response.d.ts.map +1 -0
- package/dist/esm/types/overlay-for-describe-instance-output.d.ts +70 -0
- package/dist/esm/types/overlay-for-describe-instance-output.d.ts.map +1 -0
- package/dist/esm/types/preview-topic-data-request.d.ts +60 -0
- package/dist/esm/types/preview-topic-data-request.d.ts.map +1 -0
- package/dist/esm/types/preview-topic-data-response.d.ts +26 -0
- package/dist/esm/types/preview-topic-data-response.d.ts.map +1 -0
- package/dist/esm/types/public-for-describe-instance-output.d.ts +70 -0
- package/dist/esm/types/public-for-describe-instance-output.d.ts.map +1 -0
- package/dist/esm/types/reset-subscription-offset-request.d.ts +67 -0
- package/dist/esm/types/reset-subscription-offset-request.d.ts.map +1 -0
- package/dist/esm/types/reset-subscription-offset-response.d.ts +30 -0
- package/dist/esm/types/reset-subscription-offset-response.d.ts.map +1 -0
- package/dist/esm/types/resource-tag-for-describe-instance-output.d.ts +39 -0
- package/dist/esm/types/resource-tag-for-describe-instance-output.d.ts.map +1 -0
- package/dist/esm/types/resource-tag-for-search-instances-output.d.ts +39 -0
- package/dist/esm/types/resource-tag-for-search-instances-output.d.ts.map +1 -0
- package/dist/esm/types/resources-for-describe-instance-output.d.ts +26 -0
- package/dist/esm/types/resources-for-describe-instance-output.d.ts.map +1 -0
- package/dist/esm/types/scale-up-topic-request.d.ts +30 -0
- package/dist/esm/types/scale-up-topic-request.d.ts.map +1 -0
- package/dist/esm/types/scale-up-topic-response.d.ts +30 -0
- package/dist/esm/types/scale-up-topic-response.d.ts.map +1 -0
- package/dist/esm/types/search-groups-request.d.ts +50 -0
- package/dist/esm/types/search-groups-request.d.ts.map +1 -0
- package/dist/esm/types/search-groups-response.d.ts +46 -0
- package/dist/esm/types/search-groups-response.d.ts.map +1 -0
- package/dist/esm/types/search-instances-request.d.ts +56 -0
- package/dist/esm/types/search-instances-request.d.ts.map +1 -0
- package/dist/esm/types/search-instances-response.d.ts +46 -0
- package/dist/esm/types/search-instances-response.d.ts.map +1 -0
- package/dist/esm/types/search-topics-request.d.ts +50 -0
- package/dist/esm/types/search-topics-request.d.ts.map +1 -0
- package/dist/esm/types/search-topics-response.d.ts +46 -0
- package/dist/esm/types/search-topics-response.d.ts.map +1 -0
- package/dist/esm/types/storage-for-describe-instance-output.d.ts +30 -0
- package/dist/esm/types/storage-for-describe-instance-output.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-search-instances-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-search-instances-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-describe-instance-output.d.ts +43 -0
- package/dist/esm/types/tag-for-describe-instance-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-search-instances-output.d.ts +43 -0
- package/dist/esm/types/tag-for-search-instances-output.d.ts.map +1 -0
- package/dist/esm/types/tag-kvs-for-describe-instance-output.d.ts +20 -0
- package/dist/esm/types/tag-kvs-for-describe-instance-output.d.ts.map +1 -0
- package/dist/esm/types/tag-kvs-for-search-instances-output.d.ts +20 -0
- package/dist/esm/types/tag-kvs-for-search-instances-output.d.ts.map +1 -0
- package/dist/esm/types/topic-exist-request.d.ts +35 -0
- package/dist/esm/types/topic-exist-request.d.ts.map +1 -0
- package/dist/esm/types/topic-exist-response.d.ts +25 -0
- package/dist/esm/types/topic-exist-response.d.ts.map +1 -0
- package/dist/esm/types/update-instance-message-retention-request.d.ts +30 -0
- package/dist/esm/types/update-instance-message-retention-request.d.ts.map +1 -0
- package/dist/esm/types/update-instance-message-retention-response.d.ts +30 -0
- package/dist/esm/types/update-instance-message-retention-response.d.ts.map +1 -0
- package/dist/esm/types/update-tag-for-modify-instance-tag-input.d.ts +32 -0
- package/dist/esm/types/update-tag-for-modify-instance-tag-input.d.ts.map +1 -0
- package/dist/esm/types/update-topic-message-retention-request.d.ts +30 -0
- package/dist/esm/types/update-topic-message-retention-request.d.ts.map +1 -0
- package/dist/esm/types/update-topic-message-retention-response.d.ts +30 -0
- package/dist/esm/types/update-topic-message-retention-response.d.ts.map +1 -0
- package/dist/esm/types/usage-for-describe-topic-output.d.ts +30 -0
- package/dist/esm/types/usage-for-describe-topic-output.d.ts.map +1 -0
- package/package.json +41 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* bmq
|
|
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 { OverlayForDescribeInstanceOutput } from './overlay-for-describe-instance-output';
|
|
13
|
+
import { PublicForDescribeInstanceOutput } from './public-for-describe-instance-output';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface EndpointsForDescribeInstanceOutput
|
|
19
|
+
*/
|
|
20
|
+
export interface EndpointsForDescribeInstanceOutput {
|
|
21
|
+
/**
|
|
22
|
+
* @type {OverlayForDescribeInstanceOutput}
|
|
23
|
+
* @memberof EndpointsForDescribeInstanceOutput
|
|
24
|
+
*/
|
|
25
|
+
Overlay?: OverlayForDescribeInstanceOutput;
|
|
26
|
+
/**
|
|
27
|
+
* @type {PublicForDescribeInstanceOutput}
|
|
28
|
+
* @memberof EndpointsForDescribeInstanceOutput
|
|
29
|
+
*/
|
|
30
|
+
_Public?: PublicForDescribeInstanceOutput;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=endpoints-for-describe-instance-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"endpoints-for-describe-instance-output.d.ts","sourceRoot":"","sources":["../../../src/types/endpoints-for-describe-instance-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,gCAAgC,EAAE,MAAM,wCAAwC,CAAC;AAC1F,OAAO,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC;AACvF;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,OAAO,CAAC,EAAE,gCAAgC,CAAC;IAE3C;;;OAGG;IACH,OAAO,CAAC,EAAE,+BAA+B,CAAC;CAC7C"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* bmq
|
|
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 GroupExistRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface GroupExistRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GroupExistRequest
|
|
22
|
+
*/
|
|
23
|
+
GroupId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof GroupExistRequest
|
|
27
|
+
*/
|
|
28
|
+
GroupName?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof GroupExistRequest
|
|
32
|
+
*/
|
|
33
|
+
InstanceId?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=group-exist-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"group-exist-request.d.ts","sourceRoot":"","sources":["../../../src/types/group-exist-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,iBAAiB;IAE9B;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* bmq
|
|
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 GroupExistResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface GroupExistResponse {
|
|
19
|
+
/**
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof GroupExistResponse
|
|
22
|
+
*/
|
|
23
|
+
Existed?: boolean;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=group-exist-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"group-exist-response.d.ts","sourceRoot":"","sources":["../../../src/types/group-exist-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kBAAkB;IAE/B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* bmq
|
|
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 HeaderForPreviewTopicDataOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface HeaderForPreviewTopicDataOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof HeaderForPreviewTopicDataOutput
|
|
22
|
+
*/
|
|
23
|
+
key?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof HeaderForPreviewTopicDataOutput
|
|
27
|
+
*/
|
|
28
|
+
value?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=header-for-preview-topic-data-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"header-for-preview-topic-data-output.d.ts","sourceRoot":"","sources":["../../../src/types/header-for-preview-topic-data-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,+BAA+B;IAE5C;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
export * from './create-group-request';
|
|
2
|
+
export * from './create-group-response';
|
|
3
|
+
export * from './create-instance-request';
|
|
4
|
+
export * from './create-instance-response';
|
|
5
|
+
export * from './create-topic-request';
|
|
6
|
+
export * from './create-topic-response';
|
|
7
|
+
export * from './delete-group-request';
|
|
8
|
+
export * from './delete-group-response';
|
|
9
|
+
export * from './delete-instance-request';
|
|
10
|
+
export * from './delete-instance-response';
|
|
11
|
+
export * from './delete-tag-for-modify-instance-tag-input';
|
|
12
|
+
export * from './delete-topic-request';
|
|
13
|
+
export * from './delete-topic-response';
|
|
14
|
+
export * from './describe-available-zones-request';
|
|
15
|
+
export * from './describe-available-zones-response';
|
|
16
|
+
export * from './describe-group-request';
|
|
17
|
+
export * from './describe-group-response';
|
|
18
|
+
export * from './describe-groups-in-topic-request';
|
|
19
|
+
export * from './describe-groups-in-topic-response';
|
|
20
|
+
export * from './describe-instance-request';
|
|
21
|
+
export * from './describe-instance-resource-stat-request';
|
|
22
|
+
export * from './describe-instance-resource-stat-response';
|
|
23
|
+
export * from './describe-instance-response';
|
|
24
|
+
export * from './describe-partitions-in-topic-request';
|
|
25
|
+
export * from './describe-partitions-in-topic-response';
|
|
26
|
+
export * from './describe-subscription-request';
|
|
27
|
+
export * from './describe-subscription-response';
|
|
28
|
+
export * from './describe-topic-request';
|
|
29
|
+
export * from './describe-topic-response';
|
|
30
|
+
export * from './describe-topic-time-range-request';
|
|
31
|
+
export * from './describe-topic-time-range-response';
|
|
32
|
+
export * from './describe-topics-in-group-request';
|
|
33
|
+
export * from './describe-topics-in-group-response';
|
|
34
|
+
export * from './disable-overlay-access-request';
|
|
35
|
+
export * from './disable-overlay-access-response';
|
|
36
|
+
export * from './disable-public-access-request';
|
|
37
|
+
export * from './disable-public-access-response';
|
|
38
|
+
export * from './enable-overlay-access-request';
|
|
39
|
+
export * from './enable-overlay-access-response';
|
|
40
|
+
export * from './enable-public-access-request';
|
|
41
|
+
export * from './enable-public-access-response';
|
|
42
|
+
export * from './endpoints-for-describe-instance-output';
|
|
43
|
+
export * from './group-exist-request';
|
|
44
|
+
export * from './group-exist-response';
|
|
45
|
+
export * from './header-for-preview-topic-data-output';
|
|
46
|
+
export * from './item-for-describe-available-zones-output';
|
|
47
|
+
export * from './item-for-describe-groups-in-topic-output';
|
|
48
|
+
export * from './item-for-describe-partitions-in-topic-output';
|
|
49
|
+
export * from './item-for-describe-subscription-output';
|
|
50
|
+
export * from './item-for-describe-topics-in-group-output';
|
|
51
|
+
export * from './item-for-list-available-security-groups-for-bmqoutput';
|
|
52
|
+
export * from './item-for-list-available-subnets-for-bmqoutput';
|
|
53
|
+
export * from './item-for-list-available-vpcfor-bmqoutput';
|
|
54
|
+
export * from './item-for-list-instance-resource-stats-output';
|
|
55
|
+
export * from './item-for-list-specifications-output';
|
|
56
|
+
export * from './item-for-preview-topic-data-output';
|
|
57
|
+
export * from './item-for-search-groups-output';
|
|
58
|
+
export * from './item-for-search-instances-output';
|
|
59
|
+
export * from './item-for-search-topics-output';
|
|
60
|
+
export * from './list-available-security-groups-for-bmqrequest';
|
|
61
|
+
export * from './list-available-security-groups-for-bmqresponse';
|
|
62
|
+
export * from './list-available-subnets-for-bmqrequest';
|
|
63
|
+
export * from './list-available-subnets-for-bmqresponse';
|
|
64
|
+
export * from './list-available-vpcfor-bmqrequest';
|
|
65
|
+
export * from './list-available-vpcfor-bmqresponse';
|
|
66
|
+
export * from './list-instance-resource-stats-request';
|
|
67
|
+
export * from './list-instance-resource-stats-response';
|
|
68
|
+
export * from './list-specifications-request';
|
|
69
|
+
export * from './list-specifications-response';
|
|
70
|
+
export * from './modify-instance-tag-request';
|
|
71
|
+
export * from './modify-instance-tag-response';
|
|
72
|
+
export * from './modify-overlay-access-request';
|
|
73
|
+
export * from './modify-overlay-access-response';
|
|
74
|
+
export * from './overlay-for-describe-instance-output';
|
|
75
|
+
export * from './preview-topic-data-request';
|
|
76
|
+
export * from './preview-topic-data-response';
|
|
77
|
+
export * from './public-for-describe-instance-output';
|
|
78
|
+
export * from './reset-subscription-offset-request';
|
|
79
|
+
export * from './reset-subscription-offset-response';
|
|
80
|
+
export * from './resource-tag-for-describe-instance-output';
|
|
81
|
+
export * from './resource-tag-for-search-instances-output';
|
|
82
|
+
export * from './resources-for-describe-instance-output';
|
|
83
|
+
export * from './scale-up-topic-request';
|
|
84
|
+
export * from './scale-up-topic-response';
|
|
85
|
+
export * from './search-groups-request';
|
|
86
|
+
export * from './search-groups-response';
|
|
87
|
+
export * from './search-instances-request';
|
|
88
|
+
export * from './search-instances-response';
|
|
89
|
+
export * from './search-topics-request';
|
|
90
|
+
export * from './search-topics-response';
|
|
91
|
+
export * from './storage-for-describe-instance-output';
|
|
92
|
+
export * from './tag-filter-for-search-instances-input';
|
|
93
|
+
export * from './tag-for-describe-instance-output';
|
|
94
|
+
export * from './tag-for-search-instances-output';
|
|
95
|
+
export * from './tag-kvs-for-describe-instance-output';
|
|
96
|
+
export * from './tag-kvs-for-search-instances-output';
|
|
97
|
+
export * from './topic-exist-request';
|
|
98
|
+
export * from './topic-exist-response';
|
|
99
|
+
export * from './update-instance-message-retention-request';
|
|
100
|
+
export * from './update-instance-message-retention-response';
|
|
101
|
+
export * from './update-tag-for-modify-instance-tag-input';
|
|
102
|
+
export * from './update-topic-message-retention-request';
|
|
103
|
+
export * from './update-topic-message-retention-response';
|
|
104
|
+
export * from './usage-for-describe-topic-output';
|
|
105
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* bmq
|
|
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 ItemForDescribeAvailableZonesOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ItemForDescribeAvailableZonesOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ItemForDescribeAvailableZonesOutput
|
|
22
|
+
*/
|
|
23
|
+
Name?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ItemForDescribeAvailableZonesOutput
|
|
27
|
+
*/
|
|
28
|
+
RegionId?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {boolean}
|
|
31
|
+
* @memberof ItemForDescribeAvailableZonesOutput
|
|
32
|
+
*/
|
|
33
|
+
Sellout?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof ItemForDescribeAvailableZonesOutput
|
|
37
|
+
*/
|
|
38
|
+
ZoneId?: string;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=item-for-describe-available-zones-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"item-for-describe-available-zones-output.d.ts","sourceRoot":"","sources":["../../../src/types/item-for-describe-available-zones-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,mCAAmC;IAEhD;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* bmq
|
|
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 ItemForDescribeGroupsInTopicOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ItemForDescribeGroupsInTopicOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ItemForDescribeGroupsInTopicOutput
|
|
22
|
+
*/
|
|
23
|
+
Description?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ItemForDescribeGroupsInTopicOutput
|
|
27
|
+
*/
|
|
28
|
+
GroupId?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ItemForDescribeGroupsInTopicOutput
|
|
32
|
+
*/
|
|
33
|
+
GroupName?: string;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=item-for-describe-groups-in-topic-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"item-for-describe-groups-in-topic-output.d.ts","sourceRoot":"","sources":["../../../src/types/item-for-describe-groups-in-topic-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* bmq
|
|
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 ItemForDescribePartitionsInTopicOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ItemForDescribePartitionsInTopicOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ItemForDescribePartitionsInTopicOutput
|
|
22
|
+
*/
|
|
23
|
+
EarliestOffset?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ItemForDescribePartitionsInTopicOutput
|
|
27
|
+
*/
|
|
28
|
+
LatestOffset?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof ItemForDescribePartitionsInTopicOutput
|
|
32
|
+
*/
|
|
33
|
+
PartitionId?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof ItemForDescribePartitionsInTopicOutput
|
|
37
|
+
*/
|
|
38
|
+
TopicId?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ItemForDescribePartitionsInTopicOutput
|
|
42
|
+
*/
|
|
43
|
+
TopicName?: string;
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=item-for-describe-partitions-in-topic-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"item-for-describe-partitions-in-topic-output.d.ts","sourceRoot":"","sources":["../../../src/types/item-for-describe-partitions-in-topic-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sCAAsC;IAEnD;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* bmq
|
|
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 ItemForDescribeSubscriptionOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ItemForDescribeSubscriptionOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ItemForDescribeSubscriptionOutput
|
|
22
|
+
*/
|
|
23
|
+
CurrentOffset?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ItemForDescribeSubscriptionOutput
|
|
27
|
+
*/
|
|
28
|
+
GroupName?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof ItemForDescribeSubscriptionOutput
|
|
32
|
+
*/
|
|
33
|
+
Lag?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {number}
|
|
36
|
+
* @memberof ItemForDescribeSubscriptionOutput
|
|
37
|
+
*/
|
|
38
|
+
LatestOffset?: number;
|
|
39
|
+
/**
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof ItemForDescribeSubscriptionOutput
|
|
42
|
+
*/
|
|
43
|
+
PartitionId?: number;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ItemForDescribeSubscriptionOutput
|
|
47
|
+
*/
|
|
48
|
+
TopicName?: string;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=item-for-describe-subscription-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"item-for-describe-subscription-output.d.ts","sourceRoot":"","sources":["../../../src/types/item-for-describe-subscription-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,iCAAiC;IAE9C;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* bmq
|
|
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 ItemForDescribeTopicsInGroupOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ItemForDescribeTopicsInGroupOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ItemForDescribeTopicsInGroupOutput
|
|
22
|
+
*/
|
|
23
|
+
CreateTime?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ItemForDescribeTopicsInGroupOutput
|
|
27
|
+
*/
|
|
28
|
+
Description?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof ItemForDescribeTopicsInGroupOutput
|
|
32
|
+
*/
|
|
33
|
+
Lag?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {number}
|
|
36
|
+
* @memberof ItemForDescribeTopicsInGroupOutput
|
|
37
|
+
*/
|
|
38
|
+
Partitions?: number;
|
|
39
|
+
/**
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof ItemForDescribeTopicsInGroupOutput
|
|
42
|
+
*/
|
|
43
|
+
Retention?: number;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ItemForDescribeTopicsInGroupOutput
|
|
47
|
+
*/
|
|
48
|
+
Status?: ItemForDescribeTopicsInGroupOutputStatusEnum;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof ItemForDescribeTopicsInGroupOutput
|
|
52
|
+
*/
|
|
53
|
+
TopicId?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof ItemForDescribeTopicsInGroupOutput
|
|
57
|
+
*/
|
|
58
|
+
TopicName?: string;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* @export
|
|
62
|
+
* @enum {string}
|
|
63
|
+
*/
|
|
64
|
+
export declare enum ItemForDescribeTopicsInGroupOutputStatusEnum {
|
|
65
|
+
CREATING = "CREATING",
|
|
66
|
+
RUNNING = "RUNNING",
|
|
67
|
+
DELETING = "DELETING"
|
|
68
|
+
}
|
|
69
|
+
//# sourceMappingURL=item-for-describe-topics-in-group-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"item-for-describe-topics-in-group-output.d.ts","sourceRoot":"","sources":["../../../src/types/item-for-describe-topics-in-group-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,MAAM,CAAC,EAAE,4CAA4C,CAAC;IAEtD;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;;GAGG;AACH,oBAAY,4CAA4C;IACpD,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,QAAQ,aAAa;CACxB"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* bmq
|
|
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 ItemForListAvailableSecurityGroupsForBMQOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ItemForListAvailableSecurityGroupsForBMQOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ItemForListAvailableSecurityGroupsForBMQOutput
|
|
22
|
+
*/
|
|
23
|
+
CreationTime?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ItemForListAvailableSecurityGroupsForBMQOutput
|
|
27
|
+
*/
|
|
28
|
+
Description?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ItemForListAvailableSecurityGroupsForBMQOutput
|
|
32
|
+
*/
|
|
33
|
+
SecurityGroupId?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof ItemForListAvailableSecurityGroupsForBMQOutput
|
|
37
|
+
*/
|
|
38
|
+
SecurityGroupName?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ItemForListAvailableSecurityGroupsForBMQOutput
|
|
42
|
+
*/
|
|
43
|
+
Type?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ItemForListAvailableSecurityGroupsForBMQOutput
|
|
47
|
+
*/
|
|
48
|
+
VpcId?: string;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=item-for-list-available-security-groups-for-bmqoutput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"item-for-list-available-security-groups-for-bmqoutput.d.ts","sourceRoot":"","sources":["../../../src/types/item-for-list-available-security-groups-for-bmqoutput.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,8CAA8C;IAE3D;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* bmq
|
|
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 ItemForListAvailableSubnetsForBMQOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ItemForListAvailableSubnetsForBMQOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ItemForListAvailableSubnetsForBMQOutput
|
|
22
|
+
*/
|
|
23
|
+
AvailableIpAddressCount?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ItemForListAvailableSubnetsForBMQOutput
|
|
27
|
+
*/
|
|
28
|
+
CidrBlock?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ItemForListAvailableSubnetsForBMQOutput
|
|
32
|
+
*/
|
|
33
|
+
RegionId?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof ItemForListAvailableSubnetsForBMQOutput
|
|
37
|
+
*/
|
|
38
|
+
Status?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ItemForListAvailableSubnetsForBMQOutput
|
|
42
|
+
*/
|
|
43
|
+
SubnetId?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ItemForListAvailableSubnetsForBMQOutput
|
|
47
|
+
*/
|
|
48
|
+
SubnetName?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof ItemForListAvailableSubnetsForBMQOutput
|
|
52
|
+
*/
|
|
53
|
+
VpcId?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof ItemForListAvailableSubnetsForBMQOutput
|
|
57
|
+
*/
|
|
58
|
+
ZoneId?: string;
|
|
59
|
+
}
|
|
60
|
+
//# sourceMappingURL=item-for-list-available-subnets-for-bmqoutput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"item-for-list-available-subnets-for-bmqoutput.d.ts","sourceRoot":"","sources":["../../../src/types/item-for-list-available-subnets-for-bmqoutput.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uCAAuC;IAEpD;;;OAGG;IACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAEjC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|