Awso_sso.UtilSourceval get_sso_role_request_and_cfg_exn :
cfg:Awso.Cfg.t ->
cached_sso_token_file:string ->
string ->
Values.GetRoleCredentialsRequest.t * Awso.Cfg.tval get_sso_role_request_and_cfg :
cfg:Awso.Cfg.t ->
cached_sso_token_file:string ->
string ->
(Values.GetRoleCredentialsRequest.t * Awso.Cfg.t, exn) Awso.Import.Result.tval parse_role_credentials_response_exn :
(Values.GetRoleCredentialsResponse.t,
Values.GetRoleCredentialsResponse.error)
Awso.Import.Result.t ->
Values.RoleCredentials.t optionval update_cfg_with_role_credentials_exn :
cfg:Awso.Cfg.t ->
Values.RoleCredentials.t option ->
Awso.Cfg.tval update_cfg_with_role_credentials :
cfg:Awso.Cfg.t ->
Values.RoleCredentials.t option ->
(Awso.Cfg.t, exn) Awso.Import.Result.t