Values.GetRoleCredentialsRequestSourceReturns the STS short-term credentials for a given role name that is assigned to the user.
type nonrec t = {roleName : RoleNameType.t;The friendly name of the role that is assigned to the user.
*)accountId : AccountIdType.t;The identifier for the AWS account that is assigned to the user.
*)accessToken : AccessTokenType.t;The token issued by the CreateToken API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.
*)}val make :
roleName:RoleNameType.t ->
accountId:AccountIdType.t ->
accessToken:AccessTokenType.t ->
unit ->
t