1// 2pub const SERVICE_NAME: &str = "rekognition"; 3 4pub mod api; 5pub mod service_endpoint; 6 7pub use service_endpoint::ServiceEndpoint;