aws_sdk_route53/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 `ActivateKeySigningKey` operation.
5pub mod activate_key_signing_key;
6
7/// Types for the `AssociateVPCWithHostedZone` operation.
8pub mod associate_vpc_with_hosted_zone;
9
10/// Types for the `ChangeCidrCollection` operation.
11pub mod change_cidr_collection;
12
13/// Types for the `ChangeResourceRecordSets` operation.
14pub mod change_resource_record_sets;
15
16/// Types for the `ChangeTagsForResource` operation.
17pub mod change_tags_for_resource;
18
19/// Types for the `CreateCidrCollection` operation.
20pub mod create_cidr_collection;
21
22/// Types for the `CreateHealthCheck` operation.
23pub mod create_health_check;
24
25/// Types for the `CreateHostedZone` operation.
26pub mod create_hosted_zone;
27
28/// Types for the `CreateKeySigningKey` operation.
29pub mod create_key_signing_key;
30
31/// Types for the `CreateQueryLoggingConfig` operation.
32pub mod create_query_logging_config;
33
34/// Types for the `CreateReusableDelegationSet` operation.
35pub mod create_reusable_delegation_set;
36
37/// Types for the `CreateTrafficPolicy` operation.
38pub mod create_traffic_policy;
39
40/// Types for the `CreateTrafficPolicyInstance` operation.
41pub mod create_traffic_policy_instance;
42
43/// Types for the `CreateTrafficPolicyVersion` operation.
44pub mod create_traffic_policy_version;
45
46/// Types for the `CreateVPCAssociationAuthorization` operation.
47pub mod create_vpc_association_authorization;
48
49/// Types for the `DeactivateKeySigningKey` operation.
50pub mod deactivate_key_signing_key;
51
52/// Types for the `DeleteCidrCollection` operation.
53pub mod delete_cidr_collection;
54
55/// Types for the `DeleteHealthCheck` operation.
56pub mod delete_health_check;
57
58/// Types for the `DeleteHostedZone` operation.
59pub mod delete_hosted_zone;
60
61/// Types for the `DeleteKeySigningKey` operation.
62pub mod delete_key_signing_key;
63
64/// Types for the `DeleteQueryLoggingConfig` operation.
65pub mod delete_query_logging_config;
66
67/// Types for the `DeleteReusableDelegationSet` operation.
68pub mod delete_reusable_delegation_set;
69
70/// Types for the `DeleteTrafficPolicy` operation.
71pub mod delete_traffic_policy;
72
73/// Types for the `DeleteTrafficPolicyInstance` operation.
74pub mod delete_traffic_policy_instance;
75
76/// Types for the `DeleteVPCAssociationAuthorization` operation.
77pub mod delete_vpc_association_authorization;
78
79/// Types for the `DisableHostedZoneDNSSEC` operation.
80pub mod disable_hosted_zone_dnssec;
81
82/// Types for the `DisassociateVPCFromHostedZone` operation.
83pub mod disassociate_vpc_from_hosted_zone;
84
85/// Types for the `EnableHostedZoneDNSSEC` operation.
86pub mod enable_hosted_zone_dnssec;
87
88/// Types for the `GetAccountLimit` operation.
89pub mod get_account_limit;
90
91/// Types for the `GetChange` operation.
92pub mod get_change;
93
94/// Types for the `GetCheckerIpRanges` operation.
95pub mod get_checker_ip_ranges;
96
97/// Types for the `GetDNSSEC` operation.
98pub mod get_dnssec;
99
100/// Types for the `GetGeoLocation` operation.
101pub mod get_geo_location;
102
103/// Types for the `GetHealthCheck` operation.
104pub mod get_health_check;
105
106/// Types for the `GetHealthCheckCount` operation.
107pub mod get_health_check_count;
108
109/// Types for the `GetHealthCheckLastFailureReason` operation.
110pub mod get_health_check_last_failure_reason;
111
112/// Types for the `GetHealthCheckStatus` operation.
113pub mod get_health_check_status;
114
115/// Types for the `GetHostedZone` operation.
116pub mod get_hosted_zone;
117
118/// Types for the `GetHostedZoneCount` operation.
119pub mod get_hosted_zone_count;
120
121/// Types for the `GetHostedZoneLimit` operation.
122pub mod get_hosted_zone_limit;
123
124/// Types for the `GetQueryLoggingConfig` operation.
125pub mod get_query_logging_config;
126
127/// Types for the `GetReusableDelegationSet` operation.
128pub mod get_reusable_delegation_set;
129
130/// Types for the `GetReusableDelegationSetLimit` operation.
131pub mod get_reusable_delegation_set_limit;
132
133/// Types for the `GetTrafficPolicy` operation.
134pub mod get_traffic_policy;
135
136/// Types for the `GetTrafficPolicyInstance` operation.
137pub mod get_traffic_policy_instance;
138
139/// Types for the `GetTrafficPolicyInstanceCount` operation.
140pub mod get_traffic_policy_instance_count;
141
142/// Types for the `ListCidrBlocks` operation.
143pub mod list_cidr_blocks;
144
145/// Types for the `ListCidrCollections` operation.
146pub mod list_cidr_collections;
147
148/// Types for the `ListCidrLocations` operation.
149pub mod list_cidr_locations;
150
151/// Types for the `ListGeoLocations` operation.
152pub mod list_geo_locations;
153
154/// Types for the `ListHealthChecks` operation.
155pub mod list_health_checks;
156
157/// Types for the `ListHostedZones` operation.
158pub mod list_hosted_zones;
159
160/// Types for the `ListHostedZonesByName` operation.
161pub mod list_hosted_zones_by_name;
162
163/// Types for the `ListHostedZonesByVPC` operation.
164pub mod list_hosted_zones_by_vpc;
165
166/// Types for the `ListQueryLoggingConfigs` operation.
167pub mod list_query_logging_configs;
168
169/// Types for the `ListResourceRecordSets` operation.
170pub mod list_resource_record_sets;
171
172/// Types for the `ListReusableDelegationSets` operation.
173pub mod list_reusable_delegation_sets;
174
175/// Types for the `ListTagsForResource` operation.
176pub mod list_tags_for_resource;
177
178/// Types for the `ListTagsForResources` operation.
179pub mod list_tags_for_resources;
180
181/// Types for the `ListTrafficPolicies` operation.
182pub mod list_traffic_policies;
183
184/// Types for the `ListTrafficPolicyInstances` operation.
185pub mod list_traffic_policy_instances;
186
187/// Types for the `ListTrafficPolicyInstancesByHostedZone` operation.
188pub mod list_traffic_policy_instances_by_hosted_zone;
189
190/// Types for the `ListTrafficPolicyInstancesByPolicy` operation.
191pub mod list_traffic_policy_instances_by_policy;
192
193/// Types for the `ListTrafficPolicyVersions` operation.
194pub mod list_traffic_policy_versions;
195
196/// Types for the `ListVPCAssociationAuthorizations` operation.
197pub mod list_vpc_association_authorizations;
198
199/// Types for the `TestDNSAnswer` operation.
200pub mod test_dns_answer;
201
202/// Types for the `UpdateHealthCheck` operation.
203pub mod update_health_check;
204
205/// Types for the `UpdateHostedZoneComment` operation.
206pub mod update_hosted_zone_comment;
207
208/// Types for the `UpdateHostedZoneFeatures` operation.
209pub mod update_hosted_zone_features;
210
211/// Types for the `UpdateTrafficPolicyComment` operation.
212pub mod update_traffic_policy_comment;
213
214/// Types for the `UpdateTrafficPolicyInstance` operation.
215pub mod update_traffic_policy_instance;