Skip to content

Commit

Permalink
Merge branch 'main' into feature/banji/hostedUICacheFix
Browse files Browse the repository at this point in the history
  • Loading branch information
banji180 authored Aug 15, 2022
2 parents 176863b + 5e25687 commit a97d09f
Show file tree
Hide file tree
Showing 170 changed files with 6,649 additions and 2,659 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
## [Release 2.51.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.51.0)

### Features
- **aws-android-sdk-iot:** update models to latest (#2968)
- **aws-android-sdk-cognitoidentityprovider:** update models to latest (#2966)
- **aws-android-sdk-polly:** update models to latest (#2959)
- **aws-android-sdk-rekognition:** update models to latest (#2957)
- **aws-android-sdk-transcribe:** update models to latest (#2953)
- **aws-android-sdk-kms:** update models to latest (#2948)
- **aws-android-sdk-location:** update models to latest (#2975)

### Miscellaneous
- Remove behavior of stopping TransferService on transfers completed, since this could be unsafe (#2973)
- Fix Javadocs jar file publishing using buildspec file. (#2971)

[See all changes between 2.50.1 and 2.51.0](https://github.com/aws-amplify/aws-sdk-android/compare/release_v2.50.1...release_v2.51.0)

## [Release 2.50.1](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.50.1)

### Miscellaneous
- Fix: Prevent startForeground crash and TransferService stopping while transfers ongoing (#2961)

[See all changes between 2.50.0 and 2.50.1](https://github.com/aws-amplify/aws-sdk-android/compare/release_v2.50.0...release_v2.50.1)

## [Release 2.50.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.50.0)

### Features
- **aws-android-sdk-iot:** update models to latest (#2936)
- **aws-android-sdk-translate:** update models to latest (#2940)
- **aws-android-sdk-polly:** update models to latest (#2938)

### Miscellaneous
- Stop transfer service if all transfers complete (#2950)

[See all changes between 2.49.0 and 2.50.0](https://github.com/aws-amplify/aws-sdk-android/compare/release_v2.49.0...release_v2.50.0)

## [Release 2.49.0](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.49.0)

### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1227,9 +1227,9 @@ AdminUserGlobalSignOutResult adminUserGlobalSignOut(

/**
* <p>
* Begins setup of time-based one-time password multi-factor authentication
* (TOTP MFA) for a user, with a unique private key that Amazon Cognito
* generates and returns in the API response. You can authorize an
* Begins setup of time-based one-time password (TOTP) multi-factor
* authentication (MFA) for a user, with a unique private key that Amazon
* Cognito generates and returns in the API response. You can authorize an
* <code>AssociateSoftwareToken</code> request with either the user's access
* token, or a session string from a challenge response that you received
* from Amazon Cognito.
Expand Down Expand Up @@ -1264,6 +1264,7 @@ AdminUserGlobalSignOutResult adminUserGlobalSignOut(
* @throws ResourceNotFoundException
* @throws InternalErrorException
* @throws SoftwareTokenMFANotFoundException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -1296,6 +1297,7 @@ AssociateSoftwareTokenResult associateSoftwareToken(
* @throws UserNotFoundException
* @throws UserNotConfirmedException
* @throws InternalErrorException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -1330,6 +1332,7 @@ ChangePasswordResult changePassword(ChangePasswordRequest changePasswordRequest)
* @throws UserNotFoundException
* @throws UserNotConfirmedException
* @throws InternalErrorException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -1368,6 +1371,7 @@ ConfirmDeviceResult confirmDevice(ConfirmDeviceRequest confirmDeviceRequest)
* @throws UserNotFoundException
* @throws UserNotConfirmedException
* @throws InternalErrorException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -1404,6 +1408,7 @@ ConfirmForgotPasswordResult confirmForgotPassword(
* @throws LimitExceededException
* @throws UserNotFoundException
* @throws InternalErrorException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -1735,6 +1740,7 @@ void deleteResourceServer(DeleteResourceServerRequest deleteResourceServerReques
* @throws UserNotFoundException
* @throws UserNotConfirmedException
* @throws InternalErrorException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -1765,6 +1771,7 @@ void deleteUser(DeleteUserRequest deleteUserRequest) throws AmazonClientExceptio
* @throws UserNotFoundException
* @throws UserNotConfirmedException
* @throws InternalErrorException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -2057,6 +2064,7 @@ DescribeUserPoolDomainResult describeUserPoolDomain(
* @throws UserNotFoundException
* @throws UserNotConfirmedException
* @throws InternalErrorException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -2128,6 +2136,7 @@ void forgetDevice(ForgetDeviceRequest forgetDeviceRequest) throws AmazonClientEx
* @throws CodeDeliveryFailureException
* @throws UserNotFoundException
* @throws InternalErrorException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -2186,6 +2195,7 @@ GetCSVHeaderResult getCSVHeader(GetCSVHeaderRequest getCSVHeaderRequest)
* @throws UserNotFoundException
* @throws UserNotConfirmedException
* @throws InternalErrorException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -2323,6 +2333,7 @@ GetUICustomizationResult getUICustomization(GetUICustomizationRequest getUICusto
* @throws UserNotFoundException
* @throws UserNotConfirmedException
* @throws InternalErrorException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -2388,6 +2399,7 @@ GetUserResult getUser(GetUserRequest getUserRequest) throws AmazonClientExceptio
* @throws UserNotFoundException
* @throws UserNotConfirmedException
* @throws InternalErrorException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -2448,6 +2460,7 @@ GetUserPoolMfaConfigResult getUserPoolMfaConfig(
* @throws PasswordResetRequiredException
* @throws UserNotConfirmedException
* @throws InternalErrorException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -2512,6 +2525,7 @@ GlobalSignOutResult globalSignOut(GlobalSignOutRequest globalSignOutRequest)
* @throws InternalErrorException
* @throws InvalidSmsRoleAccessPolicyException
* @throws InvalidSmsRoleTrustRelationshipException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -2543,6 +2557,7 @@ InitiateAuthResult initiateAuth(InitiateAuthRequest initiateAuthRequest)
* @throws UserNotFoundException
* @throws UserNotConfirmedException
* @throws InternalErrorException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -2850,6 +2865,7 @@ ListUsersInGroupResult listUsersInGroup(ListUsersInGroupRequest listUsersInGroup
* @throws CodeDeliveryFailureException
* @throws UserNotFoundException
* @throws InternalErrorException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -2918,6 +2934,7 @@ ResendConfirmationCodeResult resendConfirmationCode(
* @throws AliasExistsException
* @throws InternalErrorException
* @throws SoftwareTokenMFANotFoundException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -2946,6 +2963,7 @@ RespondToAuthChallengeResult respondToAuthChallenge(
* @throws InvalidParameterException
* @throws UnsupportedOperationException
* @throws UnsupportedTokenTypeException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -3060,6 +3078,7 @@ SetUICustomizationResult setUICustomization(SetUICustomizationRequest setUICusto
* @throws UserNotFoundException
* @throws UserNotConfirmedException
* @throws InternalErrorException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -3146,6 +3165,7 @@ SetUserPoolMfaConfigResult setUserPoolMfaConfig(
* @throws UserNotFoundException
* @throws UserNotConfirmedException
* @throws InternalErrorException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -3207,6 +3227,7 @@ SetUserSettingsResult setUserSettings(SetUserSettingsRequest setUserSettingsRequ
* @throws InvalidSmsRoleTrustRelationshipException
* @throws InvalidEmailRoleAccessPolicyException
* @throws CodeDeliveryFailureException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -3392,6 +3413,7 @@ UpdateAuthEventFeedbackResult updateAuthEventFeedback(
* @throws UserNotFoundException
* @throws UserNotConfirmedException
* @throws InternalErrorException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -3544,6 +3566,7 @@ UpdateResourceServerResult updateResourceServer(
* @throws UserNotFoundException
* @throws UserNotConfirmedException
* @throws InternalErrorException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -3755,6 +3778,7 @@ UpdateUserPoolDomainResult updateUserPoolDomain(
* @throws NotAuthorizedException
* @throws SoftwareTokenMFANotFoundException
* @throws CodeMismatchException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down Expand Up @@ -3797,6 +3821,7 @@ VerifySoftwareTokenResult verifySoftwareToken(
* @throws UserNotConfirmedException
* @throws InternalErrorException
* @throws AliasExistsException
* @throws ForbiddenException
* @throws AmazonClientException If any internal errors are encountered
* inside the client while attempting to make the request or
* handle the response. For example if a network connection is
Expand Down
Loading

0 comments on commit a97d09f

Please sign in to comment.