aws_sdk_networkfirewall/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `AcceptNetworkFirewallTransitGatewayAttachment` operation.
5pub mod accept_network_firewall_transit_gateway_attachment;
6
7/// Types for the `AssociateAvailabilityZones` operation.
8pub mod associate_availability_zones;
9
10/// Types for the `AssociateFirewallPolicy` operation.
11pub mod associate_firewall_policy;
12
13/// Types for the `AssociateSubnets` operation.
14pub mod associate_subnets;
15
16/// Types for the `CreateFirewall` operation.
17pub mod create_firewall;
18
19/// Types for the `CreateFirewallPolicy` operation.
20pub mod create_firewall_policy;
21
22/// Types for the `CreateRuleGroup` operation.
23pub mod create_rule_group;
24
25/// Types for the `CreateTLSInspectionConfiguration` operation.
26pub mod create_tls_inspection_configuration;
27
28/// Types for the `CreateVpcEndpointAssociation` operation.
29pub mod create_vpc_endpoint_association;
30
31/// Types for the `DeleteFirewall` operation.
32pub mod delete_firewall;
33
34/// Types for the `DeleteFirewallPolicy` operation.
35pub mod delete_firewall_policy;
36
37/// Types for the `DeleteNetworkFirewallTransitGatewayAttachment` operation.
38pub mod delete_network_firewall_transit_gateway_attachment;
39
40/// Types for the `DeleteResourcePolicy` operation.
41pub mod delete_resource_policy;
42
43/// Types for the `DeleteRuleGroup` operation.
44pub mod delete_rule_group;
45
46/// Types for the `DeleteTLSInspectionConfiguration` operation.
47pub mod delete_tls_inspection_configuration;
48
49/// Types for the `DeleteVpcEndpointAssociation` operation.
50pub mod delete_vpc_endpoint_association;
51
52/// Types for the `DescribeFirewall` operation.
53pub mod describe_firewall;
54
55/// Types for the `DescribeFirewallMetadata` operation.
56pub mod describe_firewall_metadata;
57
58/// Types for the `DescribeFirewallPolicy` operation.
59pub mod describe_firewall_policy;
60
61/// Types for the `DescribeFlowOperation` operation.
62pub mod describe_flow_operation;
63
64/// Types for the `DescribeLoggingConfiguration` operation.
65pub mod describe_logging_configuration;
66
67/// Types for the `DescribeResourcePolicy` operation.
68pub mod describe_resource_policy;
69
70/// Types for the `DescribeRuleGroup` operation.
71pub mod describe_rule_group;
72
73/// Types for the `DescribeRuleGroupMetadata` operation.
74pub mod describe_rule_group_metadata;
75
76/// Types for the `DescribeRuleGroupSummary` operation.
77pub mod describe_rule_group_summary;
78
79/// Types for the `DescribeTLSInspectionConfiguration` operation.
80pub mod describe_tls_inspection_configuration;
81
82/// Types for the `DescribeVpcEndpointAssociation` operation.
83pub mod describe_vpc_endpoint_association;
84
85/// Types for the `DisassociateAvailabilityZones` operation.
86pub mod disassociate_availability_zones;
87
88/// Types for the `DisassociateSubnets` operation.
89pub mod disassociate_subnets;
90
91/// Types for the `GetAnalysisReportResults` operation.
92pub mod get_analysis_report_results;
93
94/// Types for the `ListAnalysisReports` operation.
95pub mod list_analysis_reports;
96
97/// Types for the `ListFirewallPolicies` operation.
98pub mod list_firewall_policies;
99
100/// Types for the `ListFirewalls` operation.
101pub mod list_firewalls;
102
103/// Types for the `ListFlowOperationResults` operation.
104pub mod list_flow_operation_results;
105
106/// Types for the `ListFlowOperations` operation.
107pub mod list_flow_operations;
108
109/// Types for the `ListRuleGroups` operation.
110pub mod list_rule_groups;
111
112/// Types for the `ListTagsForResource` operation.
113pub mod list_tags_for_resource;
114
115/// Types for the `ListTLSInspectionConfigurations` operation.
116pub mod list_tls_inspection_configurations;
117
118/// Types for the `ListVpcEndpointAssociations` operation.
119pub mod list_vpc_endpoint_associations;
120
121/// Types for the `PutResourcePolicy` operation.
122pub mod put_resource_policy;
123
124/// Types for the `RejectNetworkFirewallTransitGatewayAttachment` operation.
125pub mod reject_network_firewall_transit_gateway_attachment;
126
127/// Types for the `StartAnalysisReport` operation.
128pub mod start_analysis_report;
129
130/// Types for the `StartFlowCapture` operation.
131pub mod start_flow_capture;
132
133/// Types for the `StartFlowFlush` operation.
134pub mod start_flow_flush;
135
136/// Types for the `TagResource` operation.
137pub mod tag_resource;
138
139/// Types for the `UntagResource` operation.
140pub mod untag_resource;
141
142/// Types for the `UpdateAvailabilityZoneChangeProtection` operation.
143pub mod update_availability_zone_change_protection;
144
145/// Types for the `UpdateFirewallAnalysisSettings` operation.
146pub mod update_firewall_analysis_settings;
147
148/// Types for the `UpdateFirewallDeleteProtection` operation.
149pub mod update_firewall_delete_protection;
150
151/// Types for the `UpdateFirewallDescription` operation.
152pub mod update_firewall_description;
153
154/// Types for the `UpdateFirewallEncryptionConfiguration` operation.
155pub mod update_firewall_encryption_configuration;
156
157/// Types for the `UpdateFirewallPolicy` operation.
158pub mod update_firewall_policy;
159
160/// Types for the `UpdateFirewallPolicyChangeProtection` operation.
161pub mod update_firewall_policy_change_protection;
162
163/// Types for the `UpdateLoggingConfiguration` operation.
164pub mod update_logging_configuration;
165
166/// Types for the `UpdateRuleGroup` operation.
167pub mod update_rule_group;
168
169/// Types for the `UpdateSubnetChangeProtection` operation.
170pub mod update_subnet_change_protection;
171
172/// Types for the `UpdateTLSInspectionConfiguration` operation.
173pub mod update_tls_inspection_configuration;