Skip to content

Name Query field in GetApiKeysRequest for AWS API Gateway #1732

Closed
@ShemTovYosef

Description

@ShemTovYosef

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.

Activity

added
guidanceQuestion that needs advice or information.
needs-triageThis issue or PR still needs to be triaged.
on Mar 21, 2020
added
documentationThis is a problem with documentation.
and removed
needs-triageThis issue or PR still needs to be triaged.
on Mar 27, 2020
debora-ito

debora-ito commented on Mar 27, 2020

@debora-ito
Member

@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.

added
closing-soonThis issue will close in 4 days unless further comments are made.
on Mar 27, 2020
ShemTovYosef

ShemTovYosef commented on Mar 30, 2020

@ShemTovYosef
Author

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

debora-ito commented on Mar 31, 2020

@debora-ito
Member

I will forward your feedback to the API Gateway team. If they add support for this, it will be available in the SDK.

added
service-apiThis issue is due to a problem in a service API, not the SDK implementation.
and removed
closing-soonThis issue will close in 4 days unless further comments are made.
on Mar 31, 2020
ShemTovYosef

ShemTovYosef commented on Apr 2, 2020

@ShemTovYosef
Author

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

debora-ito commented on Apr 7, 2020

@debora-ito
Member

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.

added a commit that references this issue on Oct 1, 2021

Merge pull request #1732 from aws/Bennett-Lynch-patch-1

92ba7dd
lin404

lin404 commented on Nov 1, 2022

@lin404

2 yrs, any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationThis is a problem with documentation.guidanceQuestion that needs advice or information.service-apiThis issue is due to a problem in a service API, not the SDK implementation.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @debora-ito@ShemTovYosef@lin404

        Issue actions

          Name Query field in GetApiKeysRequest for AWS API Gateway · Issue #1732 · aws/aws-sdk-java-v2