Resets the password for any user in your AWS Managed Microsoft AD or Simple AD directory.
directoryservice_reset_user_password(DirectoryId, UserName, NewPassword)
[required] Identifier of the AWS Managed Microsoft AD or Simple AD directory in which the user resides.
[required] The user name of the user whose password will be reset.
[required] The new password that will be reset.
svc$reset_user_password( DirectoryId = "string", UserName = "string", NewPassword = "string" )