Closed
Description
Hi, Could you describe how does namequery is working in GetApiKeysRequest for AWS API Gateway?
Does it support special masks? How to get the exact result of the requested API Key by name? Now it returns all keys which names start with "value" but I want only that which equal to this value.
Describe the issue
Request GetApiKeysRequest.builder().nameQuery(keyName).build(); returns all keys started with this name instead of exact API Key that equals to this name.
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
debora-ito commentedon Mar 27, 2020
@hinews the documentation does not describe options for searching for an exact match, so based on the response of the GetApiKeys API call and seeing it is the same behavior found in the AWS Console > Amazon Api Gateway > API Keys search, I would say this is the expected behavior.
We can definitely improve the documentation to make this more clear, I'll contact the docs team.
ShemTovYosef commentedon Mar 30, 2020
Hi @debora-ito
Can I expect for API improvement? For example, by adding an additional parameter in the request like boolean for exact matching?
debora-ito commentedon Mar 31, 2020
I will forward your feedback to the API Gateway team. If they add support for this, it will be available in the SDK.
ShemTovYosef commentedon Apr 2, 2020
Thank you for your help. Could you tell me if they have a public issue tracker so I can follow for updates about this feature?
debora-ito commentedon Apr 7, 2020
There's no public issue tracker, unfortunately.
The API Gateway team acknowledged the issue and it is now in their backlog, so I'll go ahead and close this. I will update the issue here if there is any change.
Merge pull request #1732 from aws/Bennett-Lynch-patch-1
lin404 commentedon Nov 1, 2022
2 yrs, any update on this?