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 `AssociateFirewallPolicy` operation.
5pub mod associate_firewall_policy;
6
7/// Types for the `AssociateSubnets` operation.
8pub mod associate_subnets;
9
10/// Types for the `CreateFirewall` operation.
11pub mod create_firewall;
12
13/// Types for the `CreateFirewallPolicy` operation.
14pub mod create_firewall_policy;
15
16/// Types for the `CreateRuleGroup` operation.
17pub mod create_rule_group;
18
19/// Types for the `CreateTLSInspectionConfiguration` operation.
20pub mod create_tls_inspection_configuration;
21
22/// Types for the `DeleteFirewall` operation.
23pub mod delete_firewall;
24
25/// Types for the `DeleteFirewallPolicy` operation.
26pub mod delete_firewall_policy;
27
28/// Types for the `DeleteResourcePolicy` operation.
29pub mod delete_resource_policy;
30
31/// Types for the `DeleteRuleGroup` operation.
32pub mod delete_rule_group;
33
34/// Types for the `DeleteTLSInspectionConfiguration` operation.
35pub mod delete_tls_inspection_configuration;
36
37/// Types for the `DescribeFirewall` operation.
38pub mod describe_firewall;
39
40/// Types for the `DescribeFirewallPolicy` operation.
41pub mod describe_firewall_policy;
42
43/// Types for the `DescribeLoggingConfiguration` operation.
44pub mod describe_logging_configuration;
45
46/// Types for the `DescribeResourcePolicy` operation.
47pub mod describe_resource_policy;
48
49/// Types for the `DescribeRuleGroup` operation.
50pub mod describe_rule_group;
51
52/// Types for the `DescribeRuleGroupMetadata` operation.
53pub mod describe_rule_group_metadata;
54
55/// Types for the `DescribeTLSInspectionConfiguration` operation.
56pub mod describe_tls_inspection_configuration;
57
58/// Types for the `DisassociateSubnets` operation.
59pub mod disassociate_subnets;
60
61/// Types for the `GetAnalysisReportResults` operation.
62pub mod get_analysis_report_results;
63
64/// Types for the `ListAnalysisReports` operation.
65pub mod list_analysis_reports;
66
67/// Types for the `ListFirewallPolicies` operation.
68pub mod list_firewall_policies;
69
70/// Types for the `ListFirewalls` operation.
71pub mod list_firewalls;
72
73/// Types for the `ListRuleGroups` operation.
74pub mod list_rule_groups;
75
76/// Types for the `ListTagsForResource` operation.
77pub mod list_tags_for_resource;
78
79/// Types for the `ListTLSInspectionConfigurations` operation.
80pub mod list_tls_inspection_configurations;
81
82/// Types for the `PutResourcePolicy` operation.
83pub mod put_resource_policy;
84
85/// Types for the `StartAnalysisReport` operation.
86pub mod start_analysis_report;
87
88/// Types for the `TagResource` operation.
89pub mod tag_resource;
90
91/// Types for the `UntagResource` operation.
92pub mod untag_resource;
93
94/// Types for the `UpdateFirewallAnalysisSettings` operation.
95pub mod update_firewall_analysis_settings;
96
97/// Types for the `UpdateFirewallDeleteProtection` operation.
98pub mod update_firewall_delete_protection;
99
100/// Types for the `UpdateFirewallDescription` operation.
101pub mod update_firewall_description;
102
103/// Types for the `UpdateFirewallEncryptionConfiguration` operation.
104pub mod update_firewall_encryption_configuration;
105
106/// Types for the `UpdateFirewallPolicy` operation.
107pub mod update_firewall_policy;
108
109/// Types for the `UpdateFirewallPolicyChangeProtection` operation.
110pub mod update_firewall_policy_change_protection;
111
112/// Types for the `UpdateLoggingConfiguration` operation.
113pub mod update_logging_configuration;
114
115/// Types for the `UpdateRuleGroup` operation.
116pub mod update_rule_group;
117
118/// Types for the `UpdateSubnetChangeProtection` operation.
119pub mod update_subnet_change_protection;
120
121/// Types for the `UpdateTLSInspectionConfiguration` operation.
122pub mod update_tls_inspection_configuration;