pub async fn create_client<T>(
builder: &T,
auth: &AwsAuthentication,
region: Option<Region>,
endpoint: Option<String>,
proxy: &ProxyConfig,
tls_options: Option<&TlsConfig>,
timeout: Option<&AwsTimeout>,
) -> Result<T::Client>where
T: ClientBuilder,
Expand description
Create the SDK client using the provided settings.