Return the [`SharedHttpClient`](crate::config::SharedHttpClient) to use when making requests, if any.
(&self)
| 55 | /// Return the [`SharedHttpClient`](crate::config::SharedHttpClient) to use when making |
| 56 | /// requests, if any. |
| 57 | pub fn http_client(&self) -> Option<crate::config::SharedHttpClient> { |
| 58 | self.runtime_components.http_client() |
| 59 | } |
| 60 | |
| 61 | /// Returns the endpoint resolver. |
| 62 | pub fn endpoint_resolver(&self) -> ::aws_smithy_runtime_api::client::endpoint::SharedEndpointResolver { |
no test coverage detected