aws_sdk_route53globalresolver/
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 `AssociateHostedZone` operation.
5pub mod associate_hosted_zone;
6
7/// Types for the `BatchCreateFirewallRule` operation.
8pub mod batch_create_firewall_rule;
9
10/// Types for the `BatchDeleteFirewallRule` operation.
11pub mod batch_delete_firewall_rule;
12
13/// Types for the `BatchUpdateFirewallRule` operation.
14pub mod batch_update_firewall_rule;
15
16/// Types for the `CreateAccessSource` operation.
17pub mod create_access_source;
18
19/// Types for the `CreateAccessToken` operation.
20pub mod create_access_token;
21
22/// Types for the `CreateDNSView` operation.
23pub mod create_dns_view;
24
25/// Types for the `CreateFirewallDomainList` operation.
26pub mod create_firewall_domain_list;
27
28/// Types for the `CreateFirewallRule` operation.
29pub mod create_firewall_rule;
30
31/// Types for the `CreateGlobalResolver` operation.
32pub mod create_global_resolver;
33
34/// Types for the `DeleteAccessSource` operation.
35pub mod delete_access_source;
36
37/// Types for the `DeleteAccessToken` operation.
38pub mod delete_access_token;
39
40/// Types for the `DeleteDNSView` operation.
41pub mod delete_dns_view;
42
43/// Types for the `DeleteFirewallDomainList` operation.
44pub mod delete_firewall_domain_list;
45
46/// Types for the `DeleteFirewallRule` operation.
47pub mod delete_firewall_rule;
48
49/// Types for the `DeleteGlobalResolver` operation.
50pub mod delete_global_resolver;
51
52/// Types for the `DisableDNSView` operation.
53pub mod disable_dns_view;
54
55/// Types for the `DisassociateHostedZone` operation.
56pub mod disassociate_hosted_zone;
57
58/// Types for the `EnableDNSView` operation.
59pub mod enable_dns_view;
60
61/// Types for the `GetAccessSource` operation.
62pub mod get_access_source;
63
64/// Types for the `GetAccessToken` operation.
65pub mod get_access_token;
66
67/// Types for the `GetDNSView` operation.
68pub mod get_dns_view;
69
70/// Types for the `GetFirewallDomainList` operation.
71pub mod get_firewall_domain_list;
72
73/// Types for the `GetFirewallRule` operation.
74pub mod get_firewall_rule;
75
76/// Types for the `GetGlobalResolver` operation.
77pub mod get_global_resolver;
78
79/// Types for the `GetHostedZoneAssociation` operation.
80pub mod get_hosted_zone_association;
81
82/// Types for the `GetManagedFirewallDomainList` operation.
83pub mod get_managed_firewall_domain_list;
84
85/// Types for the `ImportFirewallDomains` operation.
86pub mod import_firewall_domains;
87
88/// Types for the `ListAccessSources` operation.
89pub mod list_access_sources;
90
91/// Types for the `ListAccessTokens` operation.
92pub mod list_access_tokens;
93
94/// Types for the `ListDNSViews` operation.
95pub mod list_dns_views;
96
97/// Types for the `ListFirewallDomainLists` operation.
98pub mod list_firewall_domain_lists;
99
100/// Types for the `ListFirewallDomains` operation.
101pub mod list_firewall_domains;
102
103/// Types for the `ListFirewallRules` operation.
104pub mod list_firewall_rules;
105
106/// Types for the `ListGlobalResolvers` operation.
107pub mod list_global_resolvers;
108
109/// Types for the `ListHostedZoneAssociations` operation.
110pub mod list_hosted_zone_associations;
111
112/// Types for the `ListManagedFirewallDomainLists` operation.
113pub mod list_managed_firewall_domain_lists;
114
115/// Types for the `ListTagsForResource` operation.
116pub mod list_tags_for_resource;
117
118/// Types for the `TagResource` operation.
119pub mod tag_resource;
120
121/// Types for the `UntagResource` operation.
122pub mod untag_resource;
123
124/// Types for the `UpdateAccessSource` operation.
125pub mod update_access_source;
126
127/// Types for the `UpdateAccessToken` operation.
128pub mod update_access_token;
129
130/// Types for the `UpdateDNSView` operation.
131pub mod update_dns_view;
132
133/// Types for the `UpdateFirewallDomains` operation.
134pub mod update_firewall_domains;
135
136/// Types for the `UpdateFirewallRule` operation.
137pub mod update_firewall_rule;
138
139/// Types for the `UpdateGlobalResolver` operation.
140pub mod update_global_resolver;
141
142/// Types for the `UpdateHostedZoneAssociation` operation.
143pub mod update_hosted_zone_association;