aws-sdk-route53 1.52.0

AWS SDK for Amazon Route 53
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::_traffic_policy_instance::TrafficPolicyInstance;

pub use crate::types::_rr_type::RrType;

pub use crate::types::_traffic_policy::TrafficPolicy;

pub use crate::types::_hosted_zone::HostedZone;

pub use crate::types::_linked_service::LinkedService;

pub use crate::types::_hosted_zone_config::HostedZoneConfig;

pub use crate::types::_health_check::HealthCheck;

pub use crate::types::_cloud_watch_alarm_configuration::CloudWatchAlarmConfiguration;

pub use crate::types::_dimension::Dimension;

pub use crate::types::_statistic::Statistic;

pub use crate::types::_comparison_operator::ComparisonOperator;

pub use crate::types::_health_check_config::HealthCheckConfig;

pub use crate::types::_insufficient_data_health_status::InsufficientDataHealthStatus;

pub use crate::types::_alarm_identifier::AlarmIdentifier;

pub use crate::types::_cloud_watch_region::CloudWatchRegion;

pub use crate::types::_health_check_region::HealthCheckRegion;

pub use crate::types::_health_check_type::HealthCheckType;

pub use crate::types::_resettable_element_name::ResettableElementName;

pub use crate::types::_vpc::Vpc;

pub use crate::types::_vpc_region::VpcRegion;

pub use crate::types::_traffic_policy_summary::TrafficPolicySummary;

pub use crate::types::_resource_tag_set::ResourceTagSet;

pub use crate::types::_tag::Tag;

pub use crate::types::_tag_resource_type::TagResourceType;

pub use crate::types::_delegation_set::DelegationSet;

pub use crate::types::_resource_record_set::ResourceRecordSet;

pub use crate::types::_geo_proximity_location::GeoProximityLocation;

pub use crate::types::_coordinates::Coordinates;

pub use crate::types::_cidr_routing_config::CidrRoutingConfig;

pub use crate::types::_alias_target::AliasTarget;

pub use crate::types::_resource_record::ResourceRecord;

pub use crate::types::_resource_record_set_failover::ResourceRecordSetFailover;

pub use crate::types::_geo_location::GeoLocation;

pub use crate::types::_resource_record_set_region::ResourceRecordSetRegion;

pub use crate::types::_query_logging_config::QueryLoggingConfig;

pub use crate::types::_hosted_zone_summary::HostedZoneSummary;

pub use crate::types::_hosted_zone_owner::HostedZoneOwner;

pub use crate::types::_hosted_zone_type::HostedZoneType;

pub use crate::types::_geo_location_details::GeoLocationDetails;

pub use crate::types::_location_summary::LocationSummary;

pub use crate::types::_collection_summary::CollectionSummary;

pub use crate::types::_cidr_block_summary::CidrBlockSummary;

pub use crate::types::_reusable_delegation_set_limit::ReusableDelegationSetLimit;

pub use crate::types::_reusable_delegation_set_limit_type::ReusableDelegationSetLimitType;

pub use crate::types::_hosted_zone_limit::HostedZoneLimit;

pub use crate::types::_hosted_zone_limit_type::HostedZoneLimitType;

pub use crate::types::_health_check_observation::HealthCheckObservation;

pub use crate::types::_status_report::StatusReport;

pub use crate::types::_key_signing_key::KeySigningKey;

pub use crate::types::_dnssec_status::DnssecStatus;

pub use crate::types::_change_info::ChangeInfo;

pub use crate::types::_change_status::ChangeStatus;

pub use crate::types::_account_limit::AccountLimit;

pub use crate::types::_account_limit_type::AccountLimitType;

pub use crate::types::_cidr_collection::CidrCollection;

pub use crate::types::_change_batch::ChangeBatch;

pub use crate::types::_change::Change;

pub use crate::types::_change_action::ChangeAction;

pub use crate::types::_cidr_collection_change::CidrCollectionChange;

pub use crate::types::_cidr_collection_change_action::CidrCollectionChangeAction;

mod _account_limit;

mod _account_limit_type;

mod _alarm_identifier;

mod _alias_target;

mod _change;

mod _change_action;

mod _change_batch;

mod _change_info;

mod _change_status;

mod _cidr_block_summary;

mod _cidr_collection;

mod _cidr_collection_change;

mod _cidr_collection_change_action;

mod _cidr_routing_config;

mod _cloud_watch_alarm_configuration;

mod _cloud_watch_region;

mod _collection_summary;

mod _comparison_operator;

mod _coordinates;

mod _delegation_set;

mod _dimension;

mod _dnssec_status;

mod _geo_location;

mod _geo_location_details;

mod _geo_proximity_location;

mod _health_check;

mod _health_check_config;

mod _health_check_observation;

mod _health_check_region;

mod _health_check_type;

mod _hosted_zone;

mod _hosted_zone_config;

mod _hosted_zone_limit;

mod _hosted_zone_limit_type;

mod _hosted_zone_owner;

mod _hosted_zone_summary;

mod _hosted_zone_type;

mod _insufficient_data_health_status;

mod _key_signing_key;

mod _linked_service;

mod _location_summary;

mod _query_logging_config;

mod _resettable_element_name;

mod _resource_record;

mod _resource_record_set;

mod _resource_record_set_failover;

mod _resource_record_set_region;

mod _resource_tag_set;

mod _reusable_delegation_set_limit;

mod _reusable_delegation_set_limit_type;

mod _rr_type;

mod _statistic;

mod _status_report;

mod _tag;

mod _tag_resource_type;

mod _traffic_policy;

mod _traffic_policy_instance;

mod _traffic_policy_summary;

mod _vpc;

mod _vpc_region;

/// Builders
pub mod builders;

/// Error types that Amazon Route 53 can respond with.
pub mod error;