Function envy_store::from_client[][src]

pub fn from_client<T, C, P>(
    client: C,
    path_prefix: P
) -> impl Future<Item = T, Error = Error> + Send where
    T: DeserializeOwned + Send,
    C: Ssm + Send,
    P: AsRef<Path>, 

Resolves parameter store values and deserializes them into a typesafe struct. Similar to from_path but also accepts a customized rusoto_ssm::Ssm implementation