aws-sdk-globalaccelerator 1.97.0

AWS SDK for AWS Global Accelerator
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::_byoip_cidr::ByoipCidr;

pub use crate::types::_ip_address_type::IpAddressType;

pub use crate::types::_accelerator::Accelerator;

pub use crate::types::_attachment::Attachment;

pub use crate::types::_custom_routing_accelerator::CustomRoutingAccelerator;

pub use crate::types::_custom_routing_endpoint_group::CustomRoutingEndpointGroup;

pub use crate::types::_custom_routing_listener::CustomRoutingListener;

pub use crate::types::_health_check_protocol::HealthCheckProtocol;

pub use crate::types::_endpoint_group::EndpointGroup;

pub use crate::types::_protocol::Protocol;

pub use crate::types::_client_affinity::ClientAffinity;

pub use crate::types::_listener::Listener;

pub use crate::types::_accelerator_attributes::AcceleratorAttributes;

pub use crate::types::_custom_routing_accelerator_attributes::CustomRoutingAcceleratorAttributes;

pub use crate::types::_cidr_authorization_context::CidrAuthorizationContext;

pub use crate::types::_custom_routing_endpoint_configuration::CustomRoutingEndpointConfiguration;

pub use crate::types::_custom_routing_endpoint_description::CustomRoutingEndpointDescription;

pub use crate::types::_endpoint_configuration::EndpointConfiguration;

pub use crate::types::_endpoint_description::EndpointDescription;

pub use crate::types::_byoip_cidr_state::ByoipCidrState;

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

pub use crate::types::_accelerator_status::AcceleratorStatus;

pub use crate::types::_resource::Resource;

pub use crate::types::_custom_routing_accelerator_status::CustomRoutingAcceleratorStatus;

pub use crate::types::_custom_routing_destination_configuration::CustomRoutingDestinationConfiguration;

pub use crate::types::_port_range::PortRange;

pub use crate::types::_port_override::PortOverride;

pub use crate::types::_cross_account_resource::CrossAccountResource;

pub use crate::types::_port_mapping::PortMapping;

pub use crate::types::_destination_port_mapping::DestinationPortMapping;

pub use crate::types::_endpoint_identifier::EndpointIdentifier;

pub use crate::types::_health_state::HealthState;

pub use crate::types::_byoip_cidr_event::ByoipCidrEvent;

pub use crate::types::_ip_set::IpSet;

pub use crate::types::_accelerator_event::AcceleratorEvent;

pub use crate::types::_custom_routing_destination_description::CustomRoutingDestinationDescription;

pub use crate::types::_socket_address::SocketAddress;

pub use crate::types::_custom_routing_destination_traffic_state::CustomRoutingDestinationTrafficState;

pub use crate::types::_ip_address_family::IpAddressFamily;

pub use crate::types::_custom_routing_protocol::CustomRoutingProtocol;

mod _accelerator;

mod _accelerator_attributes;

mod _accelerator_event;

mod _accelerator_status;

mod _attachment;

mod _byoip_cidr;

mod _byoip_cidr_event;

mod _byoip_cidr_state;

mod _cidr_authorization_context;

mod _client_affinity;

mod _cross_account_resource;

mod _custom_routing_accelerator;

mod _custom_routing_accelerator_attributes;

mod _custom_routing_accelerator_status;

mod _custom_routing_destination_configuration;

mod _custom_routing_destination_description;

mod _custom_routing_destination_traffic_state;

mod _custom_routing_endpoint_configuration;

mod _custom_routing_endpoint_description;

mod _custom_routing_endpoint_group;

mod _custom_routing_listener;

mod _custom_routing_protocol;

mod _destination_port_mapping;

mod _endpoint_configuration;

mod _endpoint_description;

mod _endpoint_group;

mod _endpoint_identifier;

mod _health_check_protocol;

mod _health_state;

mod _ip_address_family;

mod _ip_address_type;

mod _ip_set;

mod _listener;

mod _port_mapping;

mod _port_override;

mod _port_range;

mod _protocol;

mod _resource;

mod _socket_address;

mod _tag;

/// Builders
pub mod builders;

/// Error types that AWS Global Accelerator can respond with.
pub mod error;