aws-sdk-perl icon indicating copy to clipboard operation
aws-sdk-perl copied to clipboard

AdminDeleteUser expects an empty response

Open FCO opened this issue 8 months ago • 0 comments

->AdminDeleteUser is failing when validating _request_id, but it should be an empty response.

https://github.com/pplu/aws-sdk-perl/blob/32162669277ccc789e113361d7802af83ecfeb98/auto-lib/Paws/CognitoIdp/AdminDeleteUserAttributesResponse.pm#L5

https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminDeleteUser.html

FCO avatar May 15 '25 14:05 FCO