1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#[cfg(feature = "BatchCreateOrDeleteRabbitMqTag")]
pub mod BatchCreateOrDeleteRabbitMqTag;
#[cfg(feature = "BatchDeleteExchanges")]
pub mod BatchDeleteExchanges;
#[cfg(feature = "BatchDeleteQueues")]
pub mod BatchDeleteQueues;
#[cfg(feature = "BatchDeleteVhosts")]
pub mod BatchDeleteVhosts;
#[cfg(feature = "BatchRestartOrDeleteInstances")]
pub mod BatchRestartOrDeleteInstances;
#[cfg(feature = "CreateBinding")]
pub mod CreateBinding;
#[cfg(feature = "CreateExchange")]
pub mod CreateExchange;
#[cfg(feature = "CreatePostPaidInstanceByEngine")]
pub mod CreatePostPaidInstanceByEngine;
#[cfg(feature = "CreateQueue")]
pub mod CreateQueue;
#[cfg(feature = "CreateUser")]
pub mod CreateUser;
#[cfg(feature = "CreateVhost")]
pub mod CreateVhost;
#[cfg(feature = "DeleteBackgroundTask")]
pub mod DeleteBackgroundTask;
#[cfg(feature = "DeleteBinding")]
pub mod DeleteBinding;
#[cfg(feature = "DeleteInstance")]
pub mod DeleteInstance;
#[cfg(feature = "DeleteQueueInfo")]
pub mod DeleteQueueInfo;
#[cfg(feature = "DeleteUser")]
pub mod DeleteUser;
#[cfg(feature = "ListAvailableZones")]
pub mod ListAvailableZones;
#[cfg(feature = "ListBackgroundTasks")]
pub mod ListBackgroundTasks;
#[cfg(feature = "ListBindings")]
pub mod ListBindings;
#[cfg(feature = "ListEngineProducts")]
pub mod ListEngineProducts;
#[cfg(feature = "ListExchanges")]
pub mod ListExchanges;
#[cfg(feature = "ListInstancesDetails")]
pub mod ListInstancesDetails;
#[cfg(feature = "ListPlugins")]
pub mod ListPlugins;
#[cfg(feature = "ListQueues")]
pub mod ListQueues;
#[cfg(feature = "ListUser")]
pub mod ListUser;
#[cfg(feature = "ListVhosts")]
pub mod ListVhosts;
#[cfg(feature = "ResetPassword")]
pub mod ResetPassword;
#[cfg(feature = "ResizeEngineInstance")]
pub mod ResizeEngineInstance;
#[cfg(feature = "ShowBackgroundTask")]
pub mod ShowBackgroundTask;
#[cfg(feature = "ShowCesHierarchy")]
pub mod ShowCesHierarchy;
#[cfg(feature = "ShowEngineInstanceExtendProductInfo")]
pub mod ShowEngineInstanceExtendProductInfo;
#[cfg(feature = "ShowInstance")]
pub mod ShowInstance;
#[cfg(feature = "ShowMaintainWindows")]
pub mod ShowMaintainWindows;
#[cfg(feature = "ShowQueueDetails")]
pub mod ShowQueueDetails;
#[cfg(feature = "ShowRabbitMqProjectTags")]
pub mod ShowRabbitMqProjectTags;
#[cfg(feature = "ShowRabbitMqTags")]
pub mod ShowRabbitMqTags;
#[cfg(feature = "UpdateInstance")]
pub mod UpdateInstance;
#[cfg(feature = "UpdatePlugins")]
pub mod UpdatePlugins;
#[cfg(feature = "UpdateUser")]
pub mod UpdateUser;