huawei_cloud_api_definitions_EG/
lib.rs

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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
#[cfg(feature = "CheckPutEvents")]
pub mod CheckPutEvents;
#[cfg(feature = "CreateAgencies")]
pub mod CreateAgencies;
#[cfg(feature = "CreateChannel")]
pub mod CreateChannel;
#[cfg(feature = "CreateConnection")]
pub mod CreateConnection;
#[cfg(feature = "CreateEndpoint")]
pub mod CreateEndpoint;
#[cfg(feature = "CreateEventSchema")]
pub mod CreateEventSchema;
#[cfg(feature = "CreateEventSchemaVersion")]
pub mod CreateEventSchemaVersion;
#[cfg(feature = "CreateEventSource")]
pub mod CreateEventSource;
#[cfg(feature = "CreateEventStreaming")]
pub mod CreateEventStreaming;
#[cfg(feature = "CreateSubscription")]
pub mod CreateSubscription;
#[cfg(feature = "CreateSubscriptionTarget")]
pub mod CreateSubscriptionTarget;
#[cfg(feature = "DeleteChannel")]
pub mod DeleteChannel;
#[cfg(feature = "DeleteConnection")]
pub mod DeleteConnection;
#[cfg(feature = "DeleteEndpoint")]
pub mod DeleteEndpoint;
#[cfg(feature = "DeleteEventSchema")]
pub mod DeleteEventSchema;
#[cfg(feature = "DeleteEventSchemaVersion")]
pub mod DeleteEventSchemaVersion;
#[cfg(feature = "DeleteEventSource")]
pub mod DeleteEventSource;
#[cfg(feature = "DeleteEventStreaming")]
pub mod DeleteEventStreaming;
#[cfg(feature = "DeleteSubscription")]
pub mod DeleteSubscription;
#[cfg(feature = "DeleteSubscriptionTarget")]
pub mod DeleteSubscriptionTarget;
#[cfg(feature = "DiscoverEventSchemaFromData")]
pub mod DiscoverEventSchemaFromData;
#[cfg(feature = "ListAgencies")]
pub mod ListAgencies;
#[cfg(feature = "ListApiVersions")]
pub mod ListApiVersions;
#[cfg(feature = "ListChannels")]
pub mod ListChannels;
#[cfg(feature = "ListConnections")]
pub mod ListConnections;
#[cfg(feature = "ListEndpoints")]
pub mod ListEndpoints;
#[cfg(feature = "ListEventSchema")]
pub mod ListEventSchema;
#[cfg(feature = "ListEventSchemaVersions")]
pub mod ListEventSchemaVersions;
#[cfg(feature = "ListEventSources")]
pub mod ListEventSources;
#[cfg(feature = "ListEventStreaming")]
pub mod ListEventStreaming;
#[cfg(feature = "ListEventTarget")]
pub mod ListEventTarget;
#[cfg(feature = "ListObsBuckets")]
pub mod ListObsBuckets;
#[cfg(feature = "ListPubMetrics")]
pub mod ListPubMetrics;
#[cfg(feature = "ListQuotas")]
pub mod ListQuotas;
#[cfg(feature = "ListSubMetrics")]
pub mod ListSubMetrics;
#[cfg(feature = "ListSubscriptions")]
pub mod ListSubscriptions;
#[cfg(feature = "ListTracedEvents")]
pub mod ListTracedEvents;
#[cfg(feature = "ListTriggers")]
pub mod ListTriggers;
#[cfg(feature = "ListWorkflowTriggers")]
pub mod ListWorkflowTriggers;
#[cfg(feature = "OperateSubscription")]
pub mod OperateSubscription;
#[cfg(feature = "PutEvents")]
pub mod PutEvents;
#[cfg(feature = "PutOfficialEvents")]
pub mod PutOfficialEvents;
#[cfg(feature = "QuerySupportFeature")]
pub mod QuerySupportFeature;
#[cfg(feature = "Refurbishobs")]
pub mod Refurbishobs;
#[cfg(feature = "ResumeEventStreaming")]
pub mod ResumeEventStreaming;
#[cfg(feature = "ShowDetailOfChannel")]
pub mod ShowDetailOfChannel;
#[cfg(feature = "ShowDetailOfConnection")]
pub mod ShowDetailOfConnection;
#[cfg(feature = "ShowDetailOfEvent")]
pub mod ShowDetailOfEvent;
#[cfg(feature = "ShowDetailOfEventSchema")]
pub mod ShowDetailOfEventSchema;
#[cfg(feature = "ShowDetailOfEventSchemaVersion")]
pub mod ShowDetailOfEventSchemaVersion;
#[cfg(feature = "ShowDetailOfEventSource")]
pub mod ShowDetailOfEventSource;
#[cfg(feature = "ShowDetailOfEventTrace")]
pub mod ShowDetailOfEventTrace;
#[cfg(feature = "ShowDetailOfSubscription")]
pub mod ShowDetailOfSubscription;
#[cfg(feature = "ShowDetailOfSubscriptionTarget")]
pub mod ShowDetailOfSubscriptionTarget;
#[cfg(feature = "ShowEventStreaming")]
pub mod ShowEventStreaming;
#[cfg(feature = "ShowListOfEventSample")]
pub mod ShowListOfEventSample;
#[cfg(feature = "UpdateChannel")]
pub mod UpdateChannel;
#[cfg(feature = "UpdateConnection")]
pub mod UpdateConnection;
#[cfg(feature = "UpdateEndpoint")]
pub mod UpdateEndpoint;
#[cfg(feature = "UpdateEventSchema")]
pub mod UpdateEventSchema;
#[cfg(feature = "UpdateEventSource")]
pub mod UpdateEventSource;
#[cfg(feature = "UpdateEventStreaming")]
pub mod UpdateEventStreaming;
#[cfg(feature = "UpdateSubscription")]
pub mod UpdateSubscription;
#[cfg(feature = "UpdateSubscriptionSource")]
pub mod UpdateSubscriptionSource;
#[cfg(feature = "UpdateSubscriptionTarget")]
pub mod UpdateSubscriptionTarget;