Skip to main content

profiles_list

Function profiles_list 

Source
pub async fn profiles_list(
    store: State<'_, ProfileStoreHandle>,
) -> Result<Vec<ProfileSummary>, AppError>
Expand description

Return the aggregated list of all profiles.

Union of ~/.aws/credentials, ~/.aws/config, env-derived, and manual profiles. See crate::profiles::ProfileStore::list for aggregation rules.