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.