Profile
fun CredentialsChain.Companion.Profile(profileName: ProfileName, credentialsPath: Path, configPath: Path = credentialsPath.resolveSibling("config")): CredentialsChain
fun CredentialsChain.Companion.Profile(env: Environment = Environment.ENV, profileName: ProfileName = AWS_PROFILE(env), credentialsPath: Path = AWS_CREDENTIAL_PROFILES_FILE(env), configPath: Path = AWS_CONFIG_FILE(env)): CredentialsChain
fun CredentialsProvider.Companion.Profile(env: Environment = Environment.ENV, profileName: ProfileName = AWS_PROFILE(env), credentialsPath: Path = AWS_CREDENTIAL_PROFILES_FILE(env), configPath: Path = AWS_CONFIG_FILE(env)): CredentialsProvider
fun RegionProvider.Companion.Profile(profileName: ProfileName, credentialsPath: Path, configPath: Path = credentialsPath.resolveSibling("config")): RegionProvider