Skip to content

Commit edd6066

Browse files
Update generated code (#1748)
* update generated code * Update src/Service/Athena/CHANGELOG.md --------- Co-authored-by: Jérémy Derussé <[email protected]>
1 parent 960d09a commit edd6066

File tree

2 files changed

+46
-45
lines changed

2 files changed

+46
-45
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
### Changed
1010

1111
- Enable compiler optimization for the `sprintf` function.
12+
- AWS enhancement: Documentation updates.
1213

1314
## 1.8.1
1415

src/CognitoIdentityProviderClient.php

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,11 @@ public function adminConfirmSignUp($input): AdminConfirmSignUpResponse
236236
* > number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up,
237237
* > activate their accounts, or sign in.
238238
* >
239-
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple
240-
* > Notification Service might place your account in the SMS sandbox. In *sandbox mode [^2]*, you can send messages
241-
* > only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the
242-
* > sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools [^3] in
243-
* > the *Amazon Cognito Developer Guide*.
239+
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Services service, Amazon
240+
* > Simple Notification Service might place your account in the SMS sandbox. In *sandbox mode [^2]*, you can send
241+
* > messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out
242+
* > of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools
243+
* > [^3] in the *Amazon Cognito Developer Guide*.
244244
*
245245
* This message is based on a template that you configured in your call to create or update a user pool. This template
246246
* includes your custom sign-up instructions and placeholders for user name and temporary password.
@@ -522,11 +522,11 @@ public function adminGetUser($input): AdminGetUserResponse
522522
* > number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up,
523523
* > activate their accounts, or sign in.
524524
* >
525-
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple
526-
* > Notification Service might place your account in the SMS sandbox. In *sandbox mode [^2]*, you can send messages
527-
* > only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the
528-
* > sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools [^3] in
529-
* > the *Amazon Cognito Developer Guide*.
525+
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Services service, Amazon
526+
* > Simple Notification Service might place your account in the SMS sandbox. In *sandbox mode [^2]*, you can send
527+
* > messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out
528+
* > of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools
529+
* > [^3] in the *Amazon Cognito Developer Guide*.
530530
*
531531
* > Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For this
532532
* > operation, you must use IAM credentials to authorize requests, and you must grant yourself the corresponding IAM
@@ -658,11 +658,11 @@ public function adminRemoveUserFromGroup($input): Result
658658
* > number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up,
659659
* > activate their accounts, or sign in.
660660
* >
661-
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple
662-
* > Notification Service might place your account in the SMS sandbox. In *sandbox mode [^3]*, you can send messages
663-
* > only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the
664-
* > sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools [^4] in
665-
* > the *Amazon Cognito Developer Guide*.
661+
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Services service, Amazon
662+
* > Simple Notification Service might place your account in the SMS sandbox. In *sandbox mode [^3]*, you can send
663+
* > messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out
664+
* > of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools
665+
* > [^4] in the *Amazon Cognito Developer Guide*.
666666
*
667667
* Deactivates a user's password, requiring them to change it. If a user tries to sign in after the API is called,
668668
* Amazon Cognito responds with a `PasswordResetRequiredException` error. Your app must then perform the actions that
@@ -810,11 +810,11 @@ public function adminSetUserPassword($input): AdminSetUserPasswordResponse
810810
* > number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up,
811811
* > activate their accounts, or sign in.
812812
* >
813-
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple
814-
* > Notification Service might place your account in the SMS sandbox. In *sandbox mode [^2]*, you can send messages
815-
* > only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the
816-
* > sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools [^3] in
817-
* > the *Amazon Cognito Developer Guide*.
813+
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Services service, Amazon
814+
* > Simple Notification Service might place your account in the SMS sandbox. In *sandbox mode [^2]*, you can send
815+
* > messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out
816+
* > of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools
817+
* > [^3] in the *Amazon Cognito Developer Guide*.
818818
*
819819
* Updates the specified user's attributes, including developer attributes, as an administrator. Works on any user. To
820820
* delete an attribute from your user, submit the attribute in your API request with a blank value.
@@ -1283,11 +1283,11 @@ public function createGroup($input): CreateGroupResponse
12831283
* > number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up,
12841284
* > activate their accounts, or sign in.
12851285
* >
1286-
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple
1287-
* > Notification Service might place your account in the SMS sandbox. In *sandbox mode [^6]*, you can send messages
1288-
* > only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the
1289-
* > sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools [^7] in
1290-
* > the *Amazon Cognito Developer Guide*.
1286+
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Services service, Amazon
1287+
* > Simple Notification Service might place your account in the SMS sandbox. In *sandbox mode [^6]*, you can send
1288+
* > messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out
1289+
* > of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools
1290+
* > [^7] in the *Amazon Cognito Developer Guide*.
12911291
*
12921292
* [^1]: https://docs.aws.amazon.com/cognito/latest/developerguide/how-to-recover-a-user-account.html
12931293
* [^2]: https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ConfirmForgotPassword.html
@@ -1414,11 +1414,11 @@ public function getUser($input): GetUserResponse
14141414
* > number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up,
14151415
* > activate their accounts, or sign in.
14161416
* >
1417-
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple
1418-
* > Notification Service might place your account in the SMS sandbox. In *sandbox mode [^4]*, you can send messages
1419-
* > only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the
1420-
* > sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools [^5] in
1421-
* > the *Amazon Cognito Developer Guide*.
1417+
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Services service, Amazon
1418+
* > Simple Notification Service might place your account in the SMS sandbox. In *sandbox mode [^4]*, you can send
1419+
* > messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out
1420+
* > of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools
1421+
* > [^5] in the *Amazon Cognito Developer Guide*.
14221422
*
14231423
* [^1]: https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-identity-federation.html
14241424
* [^2]: https://docs.aws.amazon.com/cognito/latest/developerguide/user-pools-API-operations.html
@@ -1587,11 +1587,11 @@ public function listUsers($input): ListUsersResponse
15871587
* > number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up,
15881588
* > activate their accounts, or sign in.
15891589
* >
1590-
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple
1591-
* > Notification Service might place your account in the SMS sandbox. In *sandbox mode [^3]*, you can send messages
1592-
* > only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the
1593-
* > sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools [^4] in
1594-
* > the *Amazon Cognito Developer Guide*.
1590+
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Services service, Amazon
1591+
* > Simple Notification Service might place your account in the SMS sandbox. In *sandbox mode [^3]*, you can send
1592+
* > messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out
1593+
* > of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools
1594+
* > [^4] in the *Amazon Cognito Developer Guide*.
15951595
*
15961596
* [^1]: https://docs.aws.amazon.com/cognito/latest/developerguide/user-pools-API-operations.html
15971597
* [^2]: https://console.aws.amazon.com/pinpoint/home/
@@ -1671,11 +1671,11 @@ public function resendConfirmationCode($input): ResendConfirmationCodeResponse
16711671
* > number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up,
16721672
* > activate their accounts, or sign in.
16731673
* >
1674-
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple
1675-
* > Notification Service might place your account in the SMS sandbox. In *sandbox mode [^4]*, you can send messages
1676-
* > only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the
1677-
* > sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools [^5] in
1678-
* > the *Amazon Cognito Developer Guide*.
1674+
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Services service, Amazon
1675+
* > Simple Notification Service might place your account in the SMS sandbox. In *sandbox mode [^4]*, you can send
1676+
* > messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out
1677+
* > of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools
1678+
* > [^5] in the *Amazon Cognito Developer Guide*.
16791679
*
16801680
* [^1]: https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-challenge.html
16811681
* [^2]: https://docs.aws.amazon.com/cognito/latest/developerguide/user-pools-API-operations.html
@@ -1866,11 +1866,11 @@ public function setUserMfaPreference($input): SetUserMFAPreferenceResponse
18661866
* > number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up,
18671867
* > activate their accounts, or sign in.
18681868
* >
1869-
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple
1870-
* > Notification Service might place your account in the SMS sandbox. In *sandbox mode [^3]*, you can send messages
1871-
* > only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the
1872-
* > sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools [^4] in
1873-
* > the *Amazon Cognito Developer Guide*.
1869+
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Services service, Amazon
1870+
* > Simple Notification Service might place your account in the SMS sandbox. In *sandbox mode [^3]*, you can send
1871+
* > messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out
1872+
* > of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools
1873+
* > [^4] in the *Amazon Cognito Developer Guide*.
18741874
*
18751875
* [^1]: https://docs.aws.amazon.com/cognito/latest/developerguide/user-pools-API-operations.html
18761876
* [^2]: https://console.aws.amazon.com/pinpoint/home/

0 commit comments

Comments
 (0)