- AWS api-change: Added
PasswordHistoryPolicyViolationException
exception. - AWS api-change: Added email MFA option to user pools with advanced security features.
- Enable compiler optimization for the
sprintf
function. - AWS enhancement: Documentation updates.
- Add
Accept: application/json
header in request to fix incompatibility with 3rd party providers
- AWS api-change: Add LimitExceededException to SignUp errors
- AWS api-change: Add EXTERNAL_PROVIDER enum value to UserStatusType.
- AWS enhancement: Documentation updates.
- AWS enhancement: Documentation updates.
- AWS enhancement: Documentation updates.
- Allow passing explicit null values for optional fields of input objects
- AWS enhancement: Documentation updates.
- AWS enhancement: Documentation updates.
- Avoid overriding the exception message with the raw message
- Improve parameter type and return type in phpdoc
- Added operation
AdminDisableUser
- Added operation
AdminEnableUser
- AWS api-change: Add a new exception type, ForbiddenException, that is returned when request is not allowed
- Added operation
AdminAddUserToGroup
- Added operation
AdminRemoveUserFromGroup
- Added operation
CreateGroup
- Added operation
ListGroups
- Added operation
RevokeToken
- AWS api-change: Amazon Cognito now supports IP Address propagation for all unauthenticated APIs (e.g. SignUp, ForgotPassword).
- AWS enhancement: Documentation updates.
- Added operation
confirmSignUp
- AWS api-change: Use specific configuration for
us
regions - Added operation
adminResetUserPassword
- AWS enhancement: Documentation updates.
- Added operation
adminUserGlobalSignOut
- AWS api-change: Added
fips-us-west-1
region - AWS enhancement: Documentation updates for cognito-idp
- Added operation
getUser
- Assert the provided Input can be json-encoded.
- Changed case of object's properties to camelCase.
- Added documentation in class headers.
- Added domain exceptions.
- AWS api-change: Added regions eu-north-1 and eu-west-3.
- AWS api-change: Improve documentation about configuring Cognito User Pools with third party sms and email providers.
- Make sure required Map properties are validated before sending the request
- Make sure empty Map properties are converted to
{}
in Json request. - If provided an unrecognized region, then fallback to default region config
- Make sure we throw exception from async-aws/core
- Added operation
adminConfirmSignUp
- Added operation
adminSetUserPassword
- Added operation
adminInitiateAuth
- Added operation
signUp
- Added operation
initiateAuth
- Added operation
respondToAuthChallenge
- Added operation
forgotPassword
- Added operation
confirmForgotPassword
- Added operation
resendConfirmationCode
- Removes methods
getServiceCode
,getSignatureVersion
andgetSignatureScopeName
from Client.
- Add return typehint for
listUsers
First version