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
#[cfg(feature = "BatchCreateResourceTags")]
pub mod BatchCreateResourceTags;
#[cfg(feature = "BatchDeleteResourceTags")]
pub mod BatchDeleteResourceTags;
#[cfg(feature = "CountResourcesByTags")]
pub mod CountResourcesByTags;
#[cfg(feature = "CreateCgw")]
pub mod CreateCgw;
#[cfg(feature = "CreateConnectionMonitor")]
pub mod CreateConnectionMonitor;
#[cfg(feature = "CreateVgw")]
pub mod CreateVgw;
#[cfg(feature = "CreateVgwCertificate")]
pub mod CreateVgwCertificate;
#[cfg(feature = "CreateVpnConnection")]
pub mod CreateVpnConnection;
#[cfg(feature = "DeleteCgw")]
pub mod DeleteCgw;
#[cfg(feature = "DeleteConnectionMonitor")]
pub mod DeleteConnectionMonitor;
#[cfg(feature = "DeleteVgw")]
pub mod DeleteVgw;
#[cfg(feature = "DeleteVpnConnection")]
pub mod DeleteVpnConnection;
#[cfg(feature = "ListAvailabilityZones")]
pub mod ListAvailabilityZones;
#[cfg(feature = "ListCgws")]
pub mod ListCgws;
#[cfg(feature = "ListConnectionMonitors")]
pub mod ListConnectionMonitors;
#[cfg(feature = "ListProjectTags")]
pub mod ListProjectTags;
#[cfg(feature = "ListResourcesByTags")]
pub mod ListResourcesByTags;
#[cfg(feature = "ListVgws")]
pub mod ListVgws;
#[cfg(feature = "ListVpnConnections")]
pub mod ListVpnConnections;
#[cfg(feature = "ShowCgw")]
pub mod ShowCgw;
#[cfg(feature = "ShowConnectionMonitor")]
pub mod ShowConnectionMonitor;
#[cfg(feature = "ShowQuotasInfo")]
pub mod ShowQuotasInfo;
#[cfg(feature = "ShowResourceTags")]
pub mod ShowResourceTags;
#[cfg(feature = "ShowVgw")]
pub mod ShowVgw;
#[cfg(feature = "ShowVpnConnection")]
pub mod ShowVpnConnection;
#[cfg(feature = "ShowVpnGatewayCertificate")]
pub mod ShowVpnGatewayCertificate;
#[cfg(feature = "UpdateCgw")]
pub mod UpdateCgw;
#[cfg(feature = "UpdateVgw")]
pub mod UpdateVgw;
#[cfg(feature = "UpdateVgwCertificate")]
pub mod UpdateVgwCertificate;
#[cfg(feature = "UpdateVpnConnection")]
pub mod UpdateVpnConnection;