@@ -181,99 +181,99 @@ namespace Model
181181
182182
183183 /* *
184- * <p>The confirmation code sent by a user's request to retrieve a forgotten
185- * password. For more information, see <a
184+ * <p>The confirmation code from your user's request to reset their password. For
185+ * more information, see <a
186186 * href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ForgotPassword.html">ForgotPassword</a>.</p>
187187 */
188188 inline const Aws::String& GetConfirmationCode () const { return m_confirmationCode; }
189189
190190 /* *
191- * <p>The confirmation code sent by a user's request to retrieve a forgotten
192- * password. For more information, see <a
191+ * <p>The confirmation code from your user's request to reset their password. For
192+ * more information, see <a
193193 * href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ForgotPassword.html">ForgotPassword</a>.</p>
194194 */
195195 inline bool ConfirmationCodeHasBeenSet () const { return m_confirmationCodeHasBeenSet; }
196196
197197 /* *
198- * <p>The confirmation code sent by a user's request to retrieve a forgotten
199- * password. For more information, see <a
198+ * <p>The confirmation code from your user's request to reset their password. For
199+ * more information, see <a
200200 * href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ForgotPassword.html">ForgotPassword</a>.</p>
201201 */
202202 inline void SetConfirmationCode (const Aws::String& value) { m_confirmationCodeHasBeenSet = true ; m_confirmationCode = value; }
203203
204204 /* *
205- * <p>The confirmation code sent by a user's request to retrieve a forgotten
206- * password. For more information, see <a
205+ * <p>The confirmation code from your user's request to reset their password. For
206+ * more information, see <a
207207 * href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ForgotPassword.html">ForgotPassword</a>.</p>
208208 */
209209 inline void SetConfirmationCode (Aws::String&& value) { m_confirmationCodeHasBeenSet = true ; m_confirmationCode = std::move (value); }
210210
211211 /* *
212- * <p>The confirmation code sent by a user's request to retrieve a forgotten
213- * password. For more information, see <a
212+ * <p>The confirmation code from your user's request to reset their password. For
213+ * more information, see <a
214214 * href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ForgotPassword.html">ForgotPassword</a>.</p>
215215 */
216216 inline void SetConfirmationCode (const char * value) { m_confirmationCodeHasBeenSet = true ; m_confirmationCode.assign (value); }
217217
218218 /* *
219- * <p>The confirmation code sent by a user's request to retrieve a forgotten
220- * password. For more information, see <a
219+ * <p>The confirmation code from your user's request to reset their password. For
220+ * more information, see <a
221221 * href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ForgotPassword.html">ForgotPassword</a>.</p>
222222 */
223223 inline ConfirmForgotPasswordRequest& WithConfirmationCode (const Aws::String& value) { SetConfirmationCode (value); return *this ;}
224224
225225 /* *
226- * <p>The confirmation code sent by a user's request to retrieve a forgotten
227- * password. For more information, see <a
226+ * <p>The confirmation code from your user's request to reset their password. For
227+ * more information, see <a
228228 * href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ForgotPassword.html">ForgotPassword</a>.</p>
229229 */
230230 inline ConfirmForgotPasswordRequest& WithConfirmationCode (Aws::String&& value) { SetConfirmationCode (std::move (value)); return *this ;}
231231
232232 /* *
233- * <p>The confirmation code sent by a user's request to retrieve a forgotten
234- * password. For more information, see <a
233+ * <p>The confirmation code from your user's request to reset their password. For
234+ * more information, see <a
235235 * href="https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ForgotPassword.html">ForgotPassword</a>.</p>
236236 */
237237 inline ConfirmForgotPasswordRequest& WithConfirmationCode (const char * value) { SetConfirmationCode (value); return *this ;}
238238
239239
240240 /* *
241- * <p>The password sent by a user's request to retrieve a forgotten password .</p>
241+ * <p>The new password that your user wants to set .</p>
242242 */
243243 inline const Aws::String& GetPassword () const { return m_password; }
244244
245245 /* *
246- * <p>The password sent by a user's request to retrieve a forgotten password .</p>
246+ * <p>The new password that your user wants to set .</p>
247247 */
248248 inline bool PasswordHasBeenSet () const { return m_passwordHasBeenSet; }
249249
250250 /* *
251- * <p>The password sent by a user's request to retrieve a forgotten password .</p>
251+ * <p>The new password that your user wants to set .</p>
252252 */
253253 inline void SetPassword (const Aws::String& value) { m_passwordHasBeenSet = true ; m_password = value; }
254254
255255 /* *
256- * <p>The password sent by a user's request to retrieve a forgotten password .</p>
256+ * <p>The new password that your user wants to set .</p>
257257 */
258258 inline void SetPassword (Aws::String&& value) { m_passwordHasBeenSet = true ; m_password = std::move (value); }
259259
260260 /* *
261- * <p>The password sent by a user's request to retrieve a forgotten password .</p>
261+ * <p>The new password that your user wants to set .</p>
262262 */
263263 inline void SetPassword (const char * value) { m_passwordHasBeenSet = true ; m_password.assign (value); }
264264
265265 /* *
266- * <p>The password sent by a user's request to retrieve a forgotten password .</p>
266+ * <p>The new password that your user wants to set .</p>
267267 */
268268 inline ConfirmForgotPasswordRequest& WithPassword (const Aws::String& value) { SetPassword (value); return *this ;}
269269
270270 /* *
271- * <p>The password sent by a user's request to retrieve a forgotten password .</p>
271+ * <p>The new password that your user wants to set .</p>
272272 */
273273 inline ConfirmForgotPasswordRequest& WithPassword (Aws::String&& value) { SetPassword (std::move (value)); return *this ;}
274274
275275 /* *
276- * <p>The password sent by a user's request to retrieve a forgotten password .</p>
276+ * <p>The new password that your user wants to set .</p>
277277 */
278278 inline ConfirmForgotPasswordRequest& WithPassword (const char * value) { SetPassword (value); return *this ;}
279279
0 commit comments