Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update generated code #1748

Merged
merged 2 commits into from
Aug 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"variables": {
"${LATEST}": "3.318.0"
"${LATEST}": "3.319.2"
},
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
"services": {
Expand Down
4 changes: 4 additions & 0 deletions src/Service/Athena/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Added

- AWS api-change: TODO
jderusse marked this conversation as resolved.
Show resolved Hide resolved

### Changed

- Enable compiler optimization for the `sprintf` function.
Expand Down
2 changes: 1 addition & 1 deletion src/Service/Athena/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
"dev-master": "2.3-dev"
}
}
}
14 changes: 14 additions & 0 deletions src/Service/Athena/src/AthenaClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,20 @@ protected function getEndpointMetadata(?string $region): array
'signService' => 'athena',
'signVersions' => ['v4'],
];
case 'fips-ca-central-1':
return [
'endpoint' => 'https://athena-fips.ca-central-1.amazonaws.com',
'signRegion' => 'ca-central-1',
'signService' => 'athena',
'signVersions' => ['v4'],
];
case 'fips-ca-west-1':
return [
'endpoint' => 'https://athena-fips.ca-west-1.amazonaws.com',
'signRegion' => 'ca-west-1',
'signService' => 'athena',
'signVersions' => ['v4'],
];
case 'fips-us-east-1':
return [
'endpoint' => 'https://athena-fips.us-east-1.amazonaws.com',
Expand Down
1 change: 1 addition & 0 deletions src/Service/CognitoIdentityProvider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Changed

- Enable compiler optimization for the `sprintf` function.
- AWS enhancement: Documentation updates.

## 1.8.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,11 @@ public function adminConfirmSignUp($input): AdminConfirmSignUpResponse
* > number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up,
* > activate their accounts, or sign in.
* >
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple
* > Notification Service might place your account in the SMS sandbox. In *sandbox mode [^2]*, you can send messages
* > only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the
* > sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools [^3] in
* > the *Amazon Cognito Developer Guide*.
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Services service, Amazon
* > Simple Notification Service might place your account in the SMS sandbox. In *sandbox mode [^2]*, you can send
* > messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out
* > of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools
* > [^3] in the *Amazon Cognito Developer Guide*.
*
* This message is based on a template that you configured in your call to create or update a user pool. This template
* includes your custom sign-up instructions and placeholders for user name and temporary password.
Expand Down Expand Up @@ -522,11 +522,11 @@ public function adminGetUser($input): AdminGetUserResponse
* > number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up,
* > activate their accounts, or sign in.
* >
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple
* > Notification Service might place your account in the SMS sandbox. In *sandbox mode [^2]*, you can send messages
* > only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the
* > sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools [^3] in
* > the *Amazon Cognito Developer Guide*.
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Services service, Amazon
* > Simple Notification Service might place your account in the SMS sandbox. In *sandbox mode [^2]*, you can send
* > messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out
* > of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools
* > [^3] in the *Amazon Cognito Developer Guide*.
*
* > Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For this
* > operation, you must use IAM credentials to authorize requests, and you must grant yourself the corresponding IAM
Expand Down Expand Up @@ -658,11 +658,11 @@ public function adminRemoveUserFromGroup($input): Result
* > number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up,
* > activate their accounts, or sign in.
* >
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple
* > Notification Service might place your account in the SMS sandbox. In *sandbox mode [^3]*, you can send messages
* > only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the
* > sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools [^4] in
* > the *Amazon Cognito Developer Guide*.
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Services service, Amazon
* > Simple Notification Service might place your account in the SMS sandbox. In *sandbox mode [^3]*, you can send
* > messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out
* > of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools
* > [^4] in the *Amazon Cognito Developer Guide*.
*
* Deactivates a user's password, requiring them to change it. If a user tries to sign in after the API is called,
* Amazon Cognito responds with a `PasswordResetRequiredException` error. Your app must then perform the actions that
Expand Down Expand Up @@ -810,11 +810,11 @@ public function adminSetUserPassword($input): AdminSetUserPasswordResponse
* > number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up,
* > activate their accounts, or sign in.
* >
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple
* > Notification Service might place your account in the SMS sandbox. In *sandbox mode [^2]*, you can send messages
* > only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the
* > sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools [^3] in
* > the *Amazon Cognito Developer Guide*.
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Services service, Amazon
* > Simple Notification Service might place your account in the SMS sandbox. In *sandbox mode [^2]*, you can send
* > messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out
* > of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools
* > [^3] in the *Amazon Cognito Developer Guide*.
*
* Updates the specified user's attributes, including developer attributes, as an administrator. Works on any user. To
* delete an attribute from your user, submit the attribute in your API request with a blank value.
Expand Down Expand Up @@ -1283,11 +1283,11 @@ public function createGroup($input): CreateGroupResponse
* > number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up,
* > activate their accounts, or sign in.
* >
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple
* > Notification Service might place your account in the SMS sandbox. In *sandbox mode [^6]*, you can send messages
* > only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the
* > sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools [^7] in
* > the *Amazon Cognito Developer Guide*.
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Services service, Amazon
* > Simple Notification Service might place your account in the SMS sandbox. In *sandbox mode [^6]*, you can send
* > messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out
* > of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools
* > [^7] in the *Amazon Cognito Developer Guide*.
*
* [^1]: https://docs.aws.amazon.com/cognito/latest/developerguide/how-to-recover-a-user-account.html
* [^2]: https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ConfirmForgotPassword.html
Expand Down Expand Up @@ -1414,11 +1414,11 @@ public function getUser($input): GetUserResponse
* > number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up,
* > activate their accounts, or sign in.
* >
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple
* > Notification Service might place your account in the SMS sandbox. In *sandbox mode [^4]*, you can send messages
* > only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the
* > sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools [^5] in
* > the *Amazon Cognito Developer Guide*.
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Services service, Amazon
* > Simple Notification Service might place your account in the SMS sandbox. In *sandbox mode [^4]*, you can send
* > messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out
* > of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools
* > [^5] in the *Amazon Cognito Developer Guide*.
*
* [^1]: https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-identity-federation.html
* [^2]: https://docs.aws.amazon.com/cognito/latest/developerguide/user-pools-API-operations.html
Expand Down Expand Up @@ -1587,11 +1587,11 @@ public function listUsers($input): ListUsersResponse
* > number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up,
* > activate their accounts, or sign in.
* >
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple
* > Notification Service might place your account in the SMS sandbox. In *sandbox mode [^3]*, you can send messages
* > only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the
* > sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools [^4] in
* > the *Amazon Cognito Developer Guide*.
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Services service, Amazon
* > Simple Notification Service might place your account in the SMS sandbox. In *sandbox mode [^3]*, you can send
* > messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out
* > of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools
* > [^4] in the *Amazon Cognito Developer Guide*.
*
* [^1]: https://docs.aws.amazon.com/cognito/latest/developerguide/user-pools-API-operations.html
* [^2]: https://console.aws.amazon.com/pinpoint/home/
Expand Down Expand Up @@ -1671,11 +1671,11 @@ public function resendConfirmationCode($input): ResendConfirmationCodeResponse
* > number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up,
* > activate their accounts, or sign in.
* >
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple
* > Notification Service might place your account in the SMS sandbox. In *sandbox mode [^4]*, you can send messages
* > only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the
* > sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools [^5] in
* > the *Amazon Cognito Developer Guide*.
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Services service, Amazon
* > Simple Notification Service might place your account in the SMS sandbox. In *sandbox mode [^4]*, you can send
* > messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out
* > of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools
* > [^5] in the *Amazon Cognito Developer Guide*.
*
* [^1]: https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-challenge.html
* [^2]: https://docs.aws.amazon.com/cognito/latest/developerguide/user-pools-API-operations.html
Expand Down Expand Up @@ -1866,11 +1866,11 @@ public function setUserMfaPreference($input): SetUserMFAPreferenceResponse
* > number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up,
* > activate their accounts, or sign in.
* >
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple
* > Notification Service might place your account in the SMS sandbox. In *sandbox mode [^3]*, you can send messages
* > only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the
* > sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools [^4] in
* > the *Amazon Cognito Developer Guide*.
* > If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Services service, Amazon
* > Simple Notification Service might place your account in the SMS sandbox. In *sandbox mode [^3]*, you can send
* > messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out
* > of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools
* > [^4] in the *Amazon Cognito Developer Guide*.
*
* [^1]: https://docs.aws.amazon.com/cognito/latest/developerguide/user-pools-API-operations.html
* [^2]: https://console.aws.amazon.com/pinpoint/home/
Expand Down
Loading