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,425 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __webpack_require__ = {};
|
|
3
|
+
(()=>{
|
|
4
|
+
__webpack_require__.d = (exports1, definition)=>{
|
|
5
|
+
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: definition[key]
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
})();
|
|
11
|
+
(()=>{
|
|
12
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
13
|
+
})();
|
|
14
|
+
(()=>{
|
|
15
|
+
__webpack_require__.r = (exports1)=>{
|
|
16
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
17
|
+
value: 'Module'
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports1, '__esModule', {
|
|
20
|
+
value: true
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
})();
|
|
24
|
+
var __webpack_exports__ = {};
|
|
25
|
+
__webpack_require__.r(__webpack_exports__);
|
|
26
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
27
|
+
UpdateTopicMessageRetentionCommand: ()=>UpdateTopicMessageRetentionCommand,
|
|
28
|
+
DescribeGroupsInTopicCommand: ()=>DescribeGroupsInTopicCommand,
|
|
29
|
+
ListInstanceResourceStatsCommand: ()=>ListInstanceResourceStatsCommand,
|
|
30
|
+
BMQClient: ()=>BMQClient,
|
|
31
|
+
ListAvailableVPCForBMQCommand: ()=>ListAvailableVPCForBMQCommand,
|
|
32
|
+
EnablePublicAccessCommand: ()=>EnablePublicAccessCommand,
|
|
33
|
+
ListSpecificationsCommand: ()=>ListSpecificationsCommand,
|
|
34
|
+
DescribeSubscriptionCommand: ()=>DescribeSubscriptionCommand,
|
|
35
|
+
DeleteTopicCommand: ()=>DeleteTopicCommand,
|
|
36
|
+
CreateTopicCommand: ()=>CreateTopicCommand,
|
|
37
|
+
ModifyInstanceTagCommand: ()=>ModifyInstanceTagCommand,
|
|
38
|
+
SearchGroupsCommand: ()=>SearchGroupsCommand,
|
|
39
|
+
DescribePartitionsInTopicCommand: ()=>DescribePartitionsInTopicCommand,
|
|
40
|
+
DeleteInstanceCommand: ()=>DeleteInstanceCommand,
|
|
41
|
+
ListAvailableSecurityGroupsForBMQCommand: ()=>ListAvailableSecurityGroupsForBMQCommand,
|
|
42
|
+
CreateGroupCommand: ()=>CreateGroupCommand,
|
|
43
|
+
ScaleUpTopicCommand: ()=>ScaleUpTopicCommand,
|
|
44
|
+
DeleteGroupCommand: ()=>DeleteGroupCommand,
|
|
45
|
+
DescribeAvailableZonesCommand: ()=>DescribeAvailableZonesCommand,
|
|
46
|
+
CreateInstanceCommand: ()=>CreateInstanceCommand,
|
|
47
|
+
DescribeTopicTimeRangeCommand: ()=>DescribeTopicTimeRangeCommand,
|
|
48
|
+
DescribeTopicsInGroupCommand: ()=>DescribeTopicsInGroupCommand,
|
|
49
|
+
ListAvailableSubnetsForBMQCommand: ()=>ListAvailableSubnetsForBMQCommand,
|
|
50
|
+
SearchTopicsCommand: ()=>SearchTopicsCommand,
|
|
51
|
+
TopicExistCommand: ()=>TopicExistCommand,
|
|
52
|
+
PreviewTopicDataCommand: ()=>PreviewTopicDataCommand,
|
|
53
|
+
GroupExistCommand: ()=>GroupExistCommand,
|
|
54
|
+
UpdateInstanceMessageRetentionCommand: ()=>UpdateInstanceMessageRetentionCommand,
|
|
55
|
+
DescribeTopicCommand: ()=>DescribeTopicCommand,
|
|
56
|
+
DescribeInstanceCommand: ()=>DescribeInstanceCommand,
|
|
57
|
+
DescribeInstanceResourceStatCommand: ()=>DescribeInstanceResourceStatCommand,
|
|
58
|
+
ResetSubscriptionOffsetCommand: ()=>ResetSubscriptionOffsetCommand,
|
|
59
|
+
DescribeGroupCommand: ()=>DescribeGroupCommand,
|
|
60
|
+
DisablePublicAccessCommand: ()=>DisablePublicAccessCommand,
|
|
61
|
+
EnableOverlayAccessCommand: ()=>EnableOverlayAccessCommand,
|
|
62
|
+
ModifyOverlayAccessCommand: ()=>ModifyOverlayAccessCommand,
|
|
63
|
+
SearchInstancesCommand: ()=>SearchInstancesCommand,
|
|
64
|
+
DisableOverlayAccessCommand: ()=>DisableOverlayAccessCommand
|
|
65
|
+
});
|
|
66
|
+
const sdk_core_namespaceObject = require("@volcengine/sdk-core");
|
|
67
|
+
function _define_property(obj, key, value) {
|
|
68
|
+
if (key in obj) Object.defineProperty(obj, key, {
|
|
69
|
+
value: value,
|
|
70
|
+
enumerable: true,
|
|
71
|
+
configurable: true,
|
|
72
|
+
writable: true
|
|
73
|
+
});
|
|
74
|
+
else obj[key] = value;
|
|
75
|
+
return obj;
|
|
76
|
+
}
|
|
77
|
+
class BMQClient extends sdk_core_namespaceObject.Client {
|
|
78
|
+
constructor(config = {}){
|
|
79
|
+
super({
|
|
80
|
+
protocol: 'https',
|
|
81
|
+
region: 'cn-beijing',
|
|
82
|
+
...config
|
|
83
|
+
});
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
class CreateGroupCommand extends sdk_core_namespaceObject.Command {
|
|
87
|
+
constructor(input){
|
|
88
|
+
super(input);
|
|
89
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateGroupCommand.metaPath);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
_define_property(CreateGroupCommand, "metaPath", '/CreateGroup/2023-06-01/bmq/post/application_json/');
|
|
93
|
+
class CreateInstanceCommand extends sdk_core_namespaceObject.Command {
|
|
94
|
+
constructor(input){
|
|
95
|
+
super(input);
|
|
96
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateInstanceCommand.metaPath);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
_define_property(CreateInstanceCommand, "metaPath", '/CreateInstance/2023-06-01/bmq/post/application_json/');
|
|
100
|
+
class CreateTopicCommand extends sdk_core_namespaceObject.Command {
|
|
101
|
+
constructor(input){
|
|
102
|
+
super(input);
|
|
103
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateTopicCommand.metaPath);
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
_define_property(CreateTopicCommand, "metaPath", '/CreateTopic/2023-06-01/bmq/post/application_json/');
|
|
107
|
+
class DeleteGroupCommand extends sdk_core_namespaceObject.Command {
|
|
108
|
+
constructor(input){
|
|
109
|
+
super(input);
|
|
110
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteGroupCommand.metaPath);
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
_define_property(DeleteGroupCommand, "metaPath", '/DeleteGroup/2023-06-01/bmq/post/application_json/');
|
|
114
|
+
class DeleteInstanceCommand extends sdk_core_namespaceObject.Command {
|
|
115
|
+
constructor(input){
|
|
116
|
+
super(input);
|
|
117
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteInstanceCommand.metaPath);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
_define_property(DeleteInstanceCommand, "metaPath", '/DeleteInstance/2023-06-01/bmq/post/application_json/');
|
|
121
|
+
class DeleteTopicCommand extends sdk_core_namespaceObject.Command {
|
|
122
|
+
constructor(input){
|
|
123
|
+
super(input);
|
|
124
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteTopicCommand.metaPath);
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
_define_property(DeleteTopicCommand, "metaPath", '/DeleteTopic/2023-06-01/bmq/post/application_json/');
|
|
128
|
+
class DescribeAvailableZonesCommand extends sdk_core_namespaceObject.Command {
|
|
129
|
+
constructor(input){
|
|
130
|
+
super(input);
|
|
131
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeAvailableZonesCommand.metaPath);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
_define_property(DescribeAvailableZonesCommand, "metaPath", '/DescribeAvailableZones/2023-06-01/bmq/post/application_json/');
|
|
135
|
+
class DescribeGroupCommand extends sdk_core_namespaceObject.Command {
|
|
136
|
+
constructor(input){
|
|
137
|
+
super(input);
|
|
138
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeGroupCommand.metaPath);
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
_define_property(DescribeGroupCommand, "metaPath", '/DescribeGroup/2023-06-01/bmq/post/application_json/');
|
|
142
|
+
class DescribeGroupsInTopicCommand extends sdk_core_namespaceObject.Command {
|
|
143
|
+
constructor(input){
|
|
144
|
+
super(input);
|
|
145
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeGroupsInTopicCommand.metaPath);
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
_define_property(DescribeGroupsInTopicCommand, "metaPath", '/DescribeGroupsInTopic/2023-06-01/bmq/post/application_json/');
|
|
149
|
+
class DescribeInstanceCommand extends sdk_core_namespaceObject.Command {
|
|
150
|
+
constructor(input){
|
|
151
|
+
super(input);
|
|
152
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeInstanceCommand.metaPath);
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
_define_property(DescribeInstanceCommand, "metaPath", '/DescribeInstance/2023-06-01/bmq/post/application_json/');
|
|
156
|
+
class DescribeInstanceResourceStatCommand extends sdk_core_namespaceObject.Command {
|
|
157
|
+
constructor(input){
|
|
158
|
+
super(input);
|
|
159
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeInstanceResourceStatCommand.metaPath);
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
_define_property(DescribeInstanceResourceStatCommand, "metaPath", '/DescribeInstanceResourceStat/2023-06-01/bmq/post/application_json/');
|
|
163
|
+
class DescribePartitionsInTopicCommand extends sdk_core_namespaceObject.Command {
|
|
164
|
+
constructor(input){
|
|
165
|
+
super(input);
|
|
166
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribePartitionsInTopicCommand.metaPath);
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
_define_property(DescribePartitionsInTopicCommand, "metaPath", '/DescribePartitionsInTopic/2023-06-01/bmq/post/application_json/');
|
|
170
|
+
class DescribeSubscriptionCommand extends sdk_core_namespaceObject.Command {
|
|
171
|
+
constructor(input){
|
|
172
|
+
super(input);
|
|
173
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeSubscriptionCommand.metaPath);
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
_define_property(DescribeSubscriptionCommand, "metaPath", "/DescribeSubscription/2023-06-01/bmq/post/application_json/");
|
|
177
|
+
class DescribeTopicCommand extends sdk_core_namespaceObject.Command {
|
|
178
|
+
constructor(input){
|
|
179
|
+
super(input);
|
|
180
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeTopicCommand.metaPath);
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
_define_property(DescribeTopicCommand, "metaPath", '/DescribeTopic/2023-06-01/bmq/post/application_json/');
|
|
184
|
+
class DescribeTopicTimeRangeCommand extends sdk_core_namespaceObject.Command {
|
|
185
|
+
constructor(input){
|
|
186
|
+
super(input);
|
|
187
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeTopicTimeRangeCommand.metaPath);
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
_define_property(DescribeTopicTimeRangeCommand, "metaPath", '/DescribeTopicTimeRange/2023-06-01/bmq/post/application_json/');
|
|
191
|
+
class DescribeTopicsInGroupCommand extends sdk_core_namespaceObject.Command {
|
|
192
|
+
constructor(input){
|
|
193
|
+
super(input);
|
|
194
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeTopicsInGroupCommand.metaPath);
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
_define_property(DescribeTopicsInGroupCommand, "metaPath", '/DescribeTopicsInGroup/2023-06-01/bmq/post/application_json/');
|
|
198
|
+
class DisableOverlayAccessCommand extends sdk_core_namespaceObject.Command {
|
|
199
|
+
constructor(input){
|
|
200
|
+
super(input);
|
|
201
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DisableOverlayAccessCommand.metaPath);
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
_define_property(DisableOverlayAccessCommand, "metaPath", '/DisableOverlayAccess/2023-06-01/bmq/post/application_json/');
|
|
205
|
+
class DisablePublicAccessCommand extends sdk_core_namespaceObject.Command {
|
|
206
|
+
constructor(input){
|
|
207
|
+
super(input);
|
|
208
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DisablePublicAccessCommand.metaPath);
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
_define_property(DisablePublicAccessCommand, "metaPath", '/DisablePublicAccess/2023-06-01/bmq/post/application_json/');
|
|
212
|
+
class EnableOverlayAccessCommand extends sdk_core_namespaceObject.Command {
|
|
213
|
+
constructor(input){
|
|
214
|
+
super(input);
|
|
215
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EnableOverlayAccessCommand.metaPath);
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
_define_property(EnableOverlayAccessCommand, "metaPath", '/EnableOverlayAccess/2023-06-01/bmq/post/application_json/');
|
|
219
|
+
class EnablePublicAccessCommand extends sdk_core_namespaceObject.Command {
|
|
220
|
+
constructor(input){
|
|
221
|
+
super(input);
|
|
222
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EnablePublicAccessCommand.metaPath);
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
_define_property(EnablePublicAccessCommand, "metaPath", '/EnablePublicAccess/2023-06-01/bmq/post/application_json/');
|
|
226
|
+
class GroupExistCommand extends sdk_core_namespaceObject.Command {
|
|
227
|
+
constructor(input){
|
|
228
|
+
super(input);
|
|
229
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GroupExistCommand.metaPath);
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
_define_property(GroupExistCommand, "metaPath", '/GroupExist/2023-06-01/bmq/post/application_json/');
|
|
233
|
+
class ListAvailableSecurityGroupsForBMQCommand extends sdk_core_namespaceObject.Command {
|
|
234
|
+
constructor(input){
|
|
235
|
+
super(input);
|
|
236
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAvailableSecurityGroupsForBMQCommand.metaPath);
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
_define_property(ListAvailableSecurityGroupsForBMQCommand, "metaPath", '/ListAvailableSecurityGroupsForBMQ/2023-06-01/bmq/post/application_json/');
|
|
240
|
+
class ListAvailableSubnetsForBMQCommand extends sdk_core_namespaceObject.Command {
|
|
241
|
+
constructor(input){
|
|
242
|
+
super(input);
|
|
243
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAvailableSubnetsForBMQCommand.metaPath);
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
_define_property(ListAvailableSubnetsForBMQCommand, "metaPath", '/ListAvailableSubnetsForBMQ/2023-06-01/bmq/post/application_json/');
|
|
247
|
+
class ListAvailableVPCForBMQCommand extends sdk_core_namespaceObject.Command {
|
|
248
|
+
constructor(input){
|
|
249
|
+
super(input);
|
|
250
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAvailableVPCForBMQCommand.metaPath);
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
_define_property(ListAvailableVPCForBMQCommand, "metaPath", '/ListAvailableVPCForBMQ/2023-06-01/bmq/post/application_json/');
|
|
254
|
+
class ListInstanceResourceStatsCommand extends sdk_core_namespaceObject.Command {
|
|
255
|
+
constructor(input){
|
|
256
|
+
super(input);
|
|
257
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListInstanceResourceStatsCommand.metaPath);
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
_define_property(ListInstanceResourceStatsCommand, "metaPath", '/ListInstanceResourceStats/2023-06-01/bmq/post/application_json/');
|
|
261
|
+
class ListSpecificationsCommand extends sdk_core_namespaceObject.Command {
|
|
262
|
+
constructor(input){
|
|
263
|
+
super(input);
|
|
264
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListSpecificationsCommand.metaPath);
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
_define_property(ListSpecificationsCommand, "metaPath", '/ListSpecifications/2023-06-01/bmq/post/application_json/');
|
|
268
|
+
class ModifyInstanceTagCommand extends sdk_core_namespaceObject.Command {
|
|
269
|
+
constructor(input){
|
|
270
|
+
super(input);
|
|
271
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyInstanceTagCommand.metaPath);
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
_define_property(ModifyInstanceTagCommand, "metaPath", '/ModifyInstanceTag/2023-06-01/bmq/post/application_json/');
|
|
275
|
+
class ModifyOverlayAccessCommand extends sdk_core_namespaceObject.Command {
|
|
276
|
+
constructor(input){
|
|
277
|
+
super(input);
|
|
278
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyOverlayAccessCommand.metaPath);
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
_define_property(ModifyOverlayAccessCommand, "metaPath", '/ModifyOverlayAccess/2023-06-01/bmq/post/application_json/');
|
|
282
|
+
class PreviewTopicDataCommand extends sdk_core_namespaceObject.Command {
|
|
283
|
+
constructor(input){
|
|
284
|
+
super(input);
|
|
285
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(PreviewTopicDataCommand.metaPath);
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
_define_property(PreviewTopicDataCommand, "metaPath", '/PreviewTopicData/2023-06-01/bmq/post/application_json/');
|
|
289
|
+
class ResetSubscriptionOffsetCommand extends sdk_core_namespaceObject.Command {
|
|
290
|
+
constructor(input){
|
|
291
|
+
super(input);
|
|
292
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ResetSubscriptionOffsetCommand.metaPath);
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
_define_property(ResetSubscriptionOffsetCommand, "metaPath", "/ResetSubscriptionOffset/2023-06-01/bmq/post/application_json/");
|
|
296
|
+
class ScaleUpTopicCommand extends sdk_core_namespaceObject.Command {
|
|
297
|
+
constructor(input){
|
|
298
|
+
super(input);
|
|
299
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ScaleUpTopicCommand.metaPath);
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
_define_property(ScaleUpTopicCommand, "metaPath", '/ScaleUpTopic/2023-06-01/bmq/post/application_json/');
|
|
303
|
+
class SearchGroupsCommand extends sdk_core_namespaceObject.Command {
|
|
304
|
+
constructor(input){
|
|
305
|
+
super(input);
|
|
306
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(SearchGroupsCommand.metaPath);
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
_define_property(SearchGroupsCommand, "metaPath", '/SearchGroups/2023-06-01/bmq/post/application_json/');
|
|
310
|
+
class SearchInstancesCommand extends sdk_core_namespaceObject.Command {
|
|
311
|
+
constructor(input){
|
|
312
|
+
super(input);
|
|
313
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(SearchInstancesCommand.metaPath);
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
_define_property(SearchInstancesCommand, "metaPath", '/SearchInstances/2023-06-01/bmq/post/application_json/');
|
|
317
|
+
class SearchTopicsCommand extends sdk_core_namespaceObject.Command {
|
|
318
|
+
constructor(input){
|
|
319
|
+
super(input);
|
|
320
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(SearchTopicsCommand.metaPath);
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
_define_property(SearchTopicsCommand, "metaPath", '/SearchTopics/2023-06-01/bmq/post/application_json/');
|
|
324
|
+
class TopicExistCommand extends sdk_core_namespaceObject.Command {
|
|
325
|
+
constructor(input){
|
|
326
|
+
super(input);
|
|
327
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(TopicExistCommand.metaPath);
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
_define_property(TopicExistCommand, "metaPath", '/TopicExist/2023-06-01/bmq/get/text_plain/');
|
|
331
|
+
class UpdateInstanceMessageRetentionCommand extends sdk_core_namespaceObject.Command {
|
|
332
|
+
constructor(input){
|
|
333
|
+
super(input);
|
|
334
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateInstanceMessageRetentionCommand.metaPath);
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
_define_property(UpdateInstanceMessageRetentionCommand, "metaPath", '/UpdateInstanceMessageRetention/2023-06-01/bmq/post/application_json/');
|
|
338
|
+
class UpdateTopicMessageRetentionCommand extends sdk_core_namespaceObject.Command {
|
|
339
|
+
constructor(input){
|
|
340
|
+
super(input);
|
|
341
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateTopicMessageRetentionCommand.metaPath);
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
_define_property(UpdateTopicMessageRetentionCommand, "metaPath", '/UpdateTopicMessageRetention/2023-06-01/bmq/post/application_json/');
|
|
345
|
+
exports.BMQClient = __webpack_exports__.BMQClient;
|
|
346
|
+
exports.CreateGroupCommand = __webpack_exports__.CreateGroupCommand;
|
|
347
|
+
exports.CreateInstanceCommand = __webpack_exports__.CreateInstanceCommand;
|
|
348
|
+
exports.CreateTopicCommand = __webpack_exports__.CreateTopicCommand;
|
|
349
|
+
exports.DeleteGroupCommand = __webpack_exports__.DeleteGroupCommand;
|
|
350
|
+
exports.DeleteInstanceCommand = __webpack_exports__.DeleteInstanceCommand;
|
|
351
|
+
exports.DeleteTopicCommand = __webpack_exports__.DeleteTopicCommand;
|
|
352
|
+
exports.DescribeAvailableZonesCommand = __webpack_exports__.DescribeAvailableZonesCommand;
|
|
353
|
+
exports.DescribeGroupCommand = __webpack_exports__.DescribeGroupCommand;
|
|
354
|
+
exports.DescribeGroupsInTopicCommand = __webpack_exports__.DescribeGroupsInTopicCommand;
|
|
355
|
+
exports.DescribeInstanceCommand = __webpack_exports__.DescribeInstanceCommand;
|
|
356
|
+
exports.DescribeInstanceResourceStatCommand = __webpack_exports__.DescribeInstanceResourceStatCommand;
|
|
357
|
+
exports.DescribePartitionsInTopicCommand = __webpack_exports__.DescribePartitionsInTopicCommand;
|
|
358
|
+
exports.DescribeSubscriptionCommand = __webpack_exports__.DescribeSubscriptionCommand;
|
|
359
|
+
exports.DescribeTopicCommand = __webpack_exports__.DescribeTopicCommand;
|
|
360
|
+
exports.DescribeTopicTimeRangeCommand = __webpack_exports__.DescribeTopicTimeRangeCommand;
|
|
361
|
+
exports.DescribeTopicsInGroupCommand = __webpack_exports__.DescribeTopicsInGroupCommand;
|
|
362
|
+
exports.DisableOverlayAccessCommand = __webpack_exports__.DisableOverlayAccessCommand;
|
|
363
|
+
exports.DisablePublicAccessCommand = __webpack_exports__.DisablePublicAccessCommand;
|
|
364
|
+
exports.EnableOverlayAccessCommand = __webpack_exports__.EnableOverlayAccessCommand;
|
|
365
|
+
exports.EnablePublicAccessCommand = __webpack_exports__.EnablePublicAccessCommand;
|
|
366
|
+
exports.GroupExistCommand = __webpack_exports__.GroupExistCommand;
|
|
367
|
+
exports.ListAvailableSecurityGroupsForBMQCommand = __webpack_exports__.ListAvailableSecurityGroupsForBMQCommand;
|
|
368
|
+
exports.ListAvailableSubnetsForBMQCommand = __webpack_exports__.ListAvailableSubnetsForBMQCommand;
|
|
369
|
+
exports.ListAvailableVPCForBMQCommand = __webpack_exports__.ListAvailableVPCForBMQCommand;
|
|
370
|
+
exports.ListInstanceResourceStatsCommand = __webpack_exports__.ListInstanceResourceStatsCommand;
|
|
371
|
+
exports.ListSpecificationsCommand = __webpack_exports__.ListSpecificationsCommand;
|
|
372
|
+
exports.ModifyInstanceTagCommand = __webpack_exports__.ModifyInstanceTagCommand;
|
|
373
|
+
exports.ModifyOverlayAccessCommand = __webpack_exports__.ModifyOverlayAccessCommand;
|
|
374
|
+
exports.PreviewTopicDataCommand = __webpack_exports__.PreviewTopicDataCommand;
|
|
375
|
+
exports.ResetSubscriptionOffsetCommand = __webpack_exports__.ResetSubscriptionOffsetCommand;
|
|
376
|
+
exports.ScaleUpTopicCommand = __webpack_exports__.ScaleUpTopicCommand;
|
|
377
|
+
exports.SearchGroupsCommand = __webpack_exports__.SearchGroupsCommand;
|
|
378
|
+
exports.SearchInstancesCommand = __webpack_exports__.SearchInstancesCommand;
|
|
379
|
+
exports.SearchTopicsCommand = __webpack_exports__.SearchTopicsCommand;
|
|
380
|
+
exports.TopicExistCommand = __webpack_exports__.TopicExistCommand;
|
|
381
|
+
exports.UpdateInstanceMessageRetentionCommand = __webpack_exports__.UpdateInstanceMessageRetentionCommand;
|
|
382
|
+
exports.UpdateTopicMessageRetentionCommand = __webpack_exports__.UpdateTopicMessageRetentionCommand;
|
|
383
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
384
|
+
"BMQClient",
|
|
385
|
+
"CreateGroupCommand",
|
|
386
|
+
"CreateInstanceCommand",
|
|
387
|
+
"CreateTopicCommand",
|
|
388
|
+
"DeleteGroupCommand",
|
|
389
|
+
"DeleteInstanceCommand",
|
|
390
|
+
"DeleteTopicCommand",
|
|
391
|
+
"DescribeAvailableZonesCommand",
|
|
392
|
+
"DescribeGroupCommand",
|
|
393
|
+
"DescribeGroupsInTopicCommand",
|
|
394
|
+
"DescribeInstanceCommand",
|
|
395
|
+
"DescribeInstanceResourceStatCommand",
|
|
396
|
+
"DescribePartitionsInTopicCommand",
|
|
397
|
+
"DescribeSubscriptionCommand",
|
|
398
|
+
"DescribeTopicCommand",
|
|
399
|
+
"DescribeTopicTimeRangeCommand",
|
|
400
|
+
"DescribeTopicsInGroupCommand",
|
|
401
|
+
"DisableOverlayAccessCommand",
|
|
402
|
+
"DisablePublicAccessCommand",
|
|
403
|
+
"EnableOverlayAccessCommand",
|
|
404
|
+
"EnablePublicAccessCommand",
|
|
405
|
+
"GroupExistCommand",
|
|
406
|
+
"ListAvailableSecurityGroupsForBMQCommand",
|
|
407
|
+
"ListAvailableSubnetsForBMQCommand",
|
|
408
|
+
"ListAvailableVPCForBMQCommand",
|
|
409
|
+
"ListInstanceResourceStatsCommand",
|
|
410
|
+
"ListSpecificationsCommand",
|
|
411
|
+
"ModifyInstanceTagCommand",
|
|
412
|
+
"ModifyOverlayAccessCommand",
|
|
413
|
+
"PreviewTopicDataCommand",
|
|
414
|
+
"ResetSubscriptionOffsetCommand",
|
|
415
|
+
"ScaleUpTopicCommand",
|
|
416
|
+
"SearchGroupsCommand",
|
|
417
|
+
"SearchInstancesCommand",
|
|
418
|
+
"SearchTopicsCommand",
|
|
419
|
+
"TopicExistCommand",
|
|
420
|
+
"UpdateInstanceMessageRetentionCommand",
|
|
421
|
+
"UpdateTopicMessageRetentionCommand"
|
|
422
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
423
|
+
Object.defineProperty(exports, '__esModule', {
|
|
424
|
+
value: true
|
|
425
|
+
});
|