We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think AWS changed their endpoint for using the LocationService from geo to places.geo. I had to override the endpoint URL to get it to work:
... my $REGION = 'eu-west-1'; my $geo = Paws->service( 'LocationService', ..., region => $REGION, endpoint => URI->new("https://places.geo.${REGION}.amazonaws.com"), ); my $response = $geo->SearchPlaceIndexForText( ... ); ...
aws-sdk-perl/auto-lib/Paws/LocationService.pm
Line 3 in 9b61192
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think AWS changed their endpoint for using the LocationService from geo to places.geo.
I had to override the endpoint URL to get it to work:
aws-sdk-perl/auto-lib/Paws/LocationService.pm
Line 3 in 9b61192
The text was updated successfully, but these errors were encountered: