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
131
132
133
134
#[cfg(feature = "ApplyCentralNetworkPolicy")]
pub mod ApplyCentralNetworkPolicy;
#[cfg(feature = "AssociateBandwidthPackage")]
pub mod AssociateBandwidthPackage;
#[cfg(feature = "BatchCreateDeleteTags")]
pub mod BatchCreateDeleteTags;
#[cfg(feature = "CreateAuthorisation")]
pub mod CreateAuthorisation;
#[cfg(feature = "CreateBandwidthPackage")]
pub mod CreateBandwidthPackage;
#[cfg(feature = "CreateCentralNetwork")]
pub mod CreateCentralNetwork;
#[cfg(feature = "CreateCentralNetworkGdgwAttachment")]
pub mod CreateCentralNetworkGdgwAttachment;
#[cfg(feature = "CreateCentralNetworkPolicy")]
pub mod CreateCentralNetworkPolicy;
#[cfg(feature = "CreateCloudConnection")]
pub mod CreateCloudConnection;
#[cfg(feature = "CreateInterRegionBandwidth")]
pub mod CreateInterRegionBandwidth;
#[cfg(feature = "CreateNetworkInstance")]
pub mod CreateNetworkInstance;
#[cfg(feature = "CreateTag")]
pub mod CreateTag;
#[cfg(feature = "DeleteAuthorisation")]
pub mod DeleteAuthorisation;
#[cfg(feature = "DeleteBandwidthPackage")]
pub mod DeleteBandwidthPackage;
#[cfg(feature = "DeleteCentralNetwork")]
pub mod DeleteCentralNetwork;
#[cfg(feature = "DeleteCentralNetworkAttachment")]
pub mod DeleteCentralNetworkAttachment;
#[cfg(feature = "DeleteCentralNetworkPolicy")]
pub mod DeleteCentralNetworkPolicy;
#[cfg(feature = "DeleteCloudConnection")]
pub mod DeleteCloudConnection;
#[cfg(feature = "DeleteInterRegionBandwidth")]
pub mod DeleteInterRegionBandwidth;
#[cfg(feature = "DeleteNetworkInstance")]
pub mod DeleteNetworkInstance;
#[cfg(feature = "DeleteTag")]
pub mod DeleteTag;
#[cfg(feature = "DisassociateBandwidthPackage")]
pub mod DisassociateBandwidthPackage;
#[cfg(feature = "ListAuthorisations")]
pub mod ListAuthorisations;
#[cfg(feature = "ListBandwidthPackages")]
pub mod ListBandwidthPackages;
#[cfg(feature = "ListBandwidthPackagesByTags")]
pub mod ListBandwidthPackagesByTags;
#[cfg(feature = "ListBandwidthPackageTags")]
pub mod ListBandwidthPackageTags;
#[cfg(feature = "ListCentralNetworkAttachments")]
pub mod ListCentralNetworkAttachments;
#[cfg(feature = "ListCentralNetworkCapabilities")]
pub mod ListCentralNetworkCapabilities;
#[cfg(feature = "ListCentralNetworkConnections")]
pub mod ListCentralNetworkConnections;
#[cfg(feature = "ListCentralNetworkGdgwAttachments")]
pub mod ListCentralNetworkGdgwAttachments;
#[cfg(feature = "ListCentralNetworkPolicies")]
pub mod ListCentralNetworkPolicies;
#[cfg(feature = "ListCentralNetworkPolicyChangeSet")]
pub mod ListCentralNetworkPolicyChangeSet;
#[cfg(feature = "ListCentralNetworkQuotas")]
pub mod ListCentralNetworkQuotas;
#[cfg(feature = "ListCentralNetworks")]
pub mod ListCentralNetworks;
#[cfg(feature = "ListCentralNetworkTags")]
pub mod ListCentralNetworkTags;
#[cfg(feature = "ListCloudConnectionQuotas")]
pub mod ListCloudConnectionQuotas;
#[cfg(feature = "ListCloudConnectionRoutes")]
pub mod ListCloudConnectionRoutes;
#[cfg(feature = "ListCloudConnections")]
pub mod ListCloudConnections;
#[cfg(feature = "ListCloudConnectionsByTags")]
pub mod ListCloudConnectionsByTags;
#[cfg(feature = "ListCloudConnectionTags")]
pub mod ListCloudConnectionTags;
#[cfg(feature = "ListDomainTags")]
pub mod ListDomainTags;
#[cfg(feature = "ListInterRegionBandwidths")]
pub mod ListInterRegionBandwidths;
#[cfg(feature = "ListNetworkInstances")]
pub mod ListNetworkInstances;
#[cfg(feature = "ListPermissions")]
pub mod ListPermissions;
#[cfg(feature = "ListResourceByFilterTag")]
pub mod ListResourceByFilterTag;
#[cfg(feature = "ListTags")]
pub mod ListTags;
#[cfg(feature = "ShowBandwidthPackage")]
pub mod ShowBandwidthPackage;
#[cfg(feature = "ShowCentralNetwork")]
pub mod ShowCentralNetwork;
#[cfg(feature = "ShowCentralNetworkGdgwAttachment")]
pub mod ShowCentralNetworkGdgwAttachment;
#[cfg(feature = "ShowCloudConnection")]
pub mod ShowCloudConnection;
#[cfg(feature = "ShowCloudConnectionRoutes")]
pub mod ShowCloudConnectionRoutes;
#[cfg(feature = "ShowInterRegionBandwidth")]
pub mod ShowInterRegionBandwidth;
#[cfg(feature = "ShowNetworkInstance")]
pub mod ShowNetworkInstance;
#[cfg(feature = "TagBandwidthPackage")]
pub mod TagBandwidthPackage;
#[cfg(feature = "TagCentralNetwork")]
pub mod TagCentralNetwork;
#[cfg(feature = "TagCloudConnection")]
pub mod TagCloudConnection;
#[cfg(feature = "UntagBandwidthPackage")]
pub mod UntagBandwidthPackage;
#[cfg(feature = "UntagCentralNetwork")]
pub mod UntagCentralNetwork;
#[cfg(feature = "UntagCloudConnection")]
pub mod UntagCloudConnection;
#[cfg(feature = "UpdateAuthorisation")]
pub mod UpdateAuthorisation;
#[cfg(feature = "UpdateBandwidthPackage")]
pub mod UpdateBandwidthPackage;
#[cfg(feature = "UpdateCentralNetwork")]
pub mod UpdateCentralNetwork;
#[cfg(feature = "UpdateCentralNetworkConnection")]
pub mod UpdateCentralNetworkConnection;
#[cfg(feature = "UpdateCentralNetworkGdgwAttachment")]
pub mod UpdateCentralNetworkGdgwAttachment;
#[cfg(feature = "UpdateCloudConnection")]
pub mod UpdateCloudConnection;
#[cfg(feature = "UpdateInterRegionBandwidth")]
pub mod UpdateInterRegionBandwidth;
#[cfg(feature = "UpdateNetworkInstance")]
pub mod UpdateNetworkInstance;