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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociateFirewallRuleGroup` operation.
pub mod associate_firewall_rule_group;

/// Types for the `AssociateResolverEndpointIpAddress` operation.
pub mod associate_resolver_endpoint_ip_address;

/// Types for the `AssociateResolverQueryLogConfig` operation.
pub mod associate_resolver_query_log_config;

/// Types for the `AssociateResolverRule` operation.
pub mod associate_resolver_rule;

/// Types for the `CreateFirewallDomainList` operation.
pub mod create_firewall_domain_list;

/// Types for the `CreateFirewallRule` operation.
pub mod create_firewall_rule;

/// Types for the `CreateFirewallRuleGroup` operation.
pub mod create_firewall_rule_group;

/// Types for the `CreateOutpostResolver` operation.
pub mod create_outpost_resolver;

/// Types for the `CreateResolverEndpoint` operation.
pub mod create_resolver_endpoint;

/// Types for the `CreateResolverQueryLogConfig` operation.
pub mod create_resolver_query_log_config;

/// Types for the `CreateResolverRule` operation.
pub mod create_resolver_rule;

/// Types for the `DeleteFirewallDomainList` operation.
pub mod delete_firewall_domain_list;

/// Types for the `DeleteFirewallRule` operation.
pub mod delete_firewall_rule;

/// Types for the `DeleteFirewallRuleGroup` operation.
pub mod delete_firewall_rule_group;

/// Types for the `DeleteOutpostResolver` operation.
pub mod delete_outpost_resolver;

/// Types for the `DeleteResolverEndpoint` operation.
pub mod delete_resolver_endpoint;

/// Types for the `DeleteResolverQueryLogConfig` operation.
pub mod delete_resolver_query_log_config;

/// Types for the `DeleteResolverRule` operation.
pub mod delete_resolver_rule;

/// Types for the `DisassociateFirewallRuleGroup` operation.
pub mod disassociate_firewall_rule_group;

/// Types for the `DisassociateResolverEndpointIpAddress` operation.
pub mod disassociate_resolver_endpoint_ip_address;

/// Types for the `DisassociateResolverQueryLogConfig` operation.
pub mod disassociate_resolver_query_log_config;

/// Types for the `DisassociateResolverRule` operation.
pub mod disassociate_resolver_rule;

/// Types for the `GetFirewallConfig` operation.
pub mod get_firewall_config;

/// Types for the `GetFirewallDomainList` operation.
pub mod get_firewall_domain_list;

/// Types for the `GetFirewallRuleGroup` operation.
pub mod get_firewall_rule_group;

/// Types for the `GetFirewallRuleGroupAssociation` operation.
pub mod get_firewall_rule_group_association;

/// Types for the `GetFirewallRuleGroupPolicy` operation.
pub mod get_firewall_rule_group_policy;

/// Types for the `GetOutpostResolver` operation.
pub mod get_outpost_resolver;

/// Types for the `GetResolverConfig` operation.
pub mod get_resolver_config;

/// Types for the `GetResolverDnssecConfig` operation.
pub mod get_resolver_dnssec_config;

/// Types for the `GetResolverEndpoint` operation.
pub mod get_resolver_endpoint;

/// Types for the `GetResolverQueryLogConfig` operation.
pub mod get_resolver_query_log_config;

/// Types for the `GetResolverQueryLogConfigAssociation` operation.
pub mod get_resolver_query_log_config_association;

/// Types for the `GetResolverQueryLogConfigPolicy` operation.
pub mod get_resolver_query_log_config_policy;

/// Types for the `GetResolverRule` operation.
pub mod get_resolver_rule;

/// Types for the `GetResolverRuleAssociation` operation.
pub mod get_resolver_rule_association;

/// Types for the `GetResolverRulePolicy` operation.
pub mod get_resolver_rule_policy;

/// Types for the `ImportFirewallDomains` operation.
pub mod import_firewall_domains;

/// Types for the `ListFirewallConfigs` operation.
pub mod list_firewall_configs;

/// Types for the `ListFirewallDomainLists` operation.
pub mod list_firewall_domain_lists;

/// Types for the `ListFirewallDomains` operation.
pub mod list_firewall_domains;

/// Types for the `ListFirewallRuleGroupAssociations` operation.
pub mod list_firewall_rule_group_associations;

/// Types for the `ListFirewallRuleGroups` operation.
pub mod list_firewall_rule_groups;

/// Types for the `ListFirewallRules` operation.
pub mod list_firewall_rules;

/// Types for the `ListOutpostResolvers` operation.
pub mod list_outpost_resolvers;

/// Types for the `ListResolverConfigs` operation.
pub mod list_resolver_configs;

/// Types for the `ListResolverDnssecConfigs` operation.
pub mod list_resolver_dnssec_configs;

/// Types for the `ListResolverEndpointIpAddresses` operation.
pub mod list_resolver_endpoint_ip_addresses;

/// Types for the `ListResolverEndpoints` operation.
pub mod list_resolver_endpoints;

/// Types for the `ListResolverQueryLogConfigAssociations` operation.
pub mod list_resolver_query_log_config_associations;

/// Types for the `ListResolverQueryLogConfigs` operation.
pub mod list_resolver_query_log_configs;

/// Types for the `ListResolverRuleAssociations` operation.
pub mod list_resolver_rule_associations;

/// Types for the `ListResolverRules` operation.
pub mod list_resolver_rules;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `PutFirewallRuleGroupPolicy` operation.
pub mod put_firewall_rule_group_policy;

/// Types for the `PutResolverQueryLogConfigPolicy` operation.
pub mod put_resolver_query_log_config_policy;

/// Types for the `PutResolverRulePolicy` operation.
pub mod put_resolver_rule_policy;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateFirewallConfig` operation.
pub mod update_firewall_config;

/// Types for the `UpdateFirewallDomains` operation.
pub mod update_firewall_domains;

/// Types for the `UpdateFirewallRule` operation.
pub mod update_firewall_rule;

/// Types for the `UpdateFirewallRuleGroupAssociation` operation.
pub mod update_firewall_rule_group_association;

/// Types for the `UpdateOutpostResolver` operation.
pub mod update_outpost_resolver;

/// Types for the `UpdateResolverConfig` operation.
pub mod update_resolver_config;

/// Types for the `UpdateResolverDnssecConfig` operation.
pub mod update_resolver_dnssec_config;

/// Types for the `UpdateResolverEndpoint` operation.
pub mod update_resolver_endpoint;

/// Types for the `UpdateResolverRule` operation.
pub mod update_resolver_rule;