-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
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
(aws 1.2.6) aws rds describe-db-subnet-groups help - no filters listed #515
Comments
What is interesting , the nomenclature ("FilterName", "FilterValue") is no consistent with other commands ("Name", "Values"). |
I agree the available filters should be documented. I'm trying to get a definitive answer on what is supported. |
This issue concerns also other rds commands, e.g. describe-db-parameter-groups. |
After doing some research we have discovered that RDS does not, in fact, support filters for these requests. The underlying service model (and thus the API documents and AWS CLI) include the parameters but the service itself ignores them and does not currently implement the filter capability. We will update the model to remove the |
…since these are not actually supported on the service side. Fixes aws/aws-cli#515.
* release-0.30.0: Bumping version to 0.30.0 Update models to the latest version Allow metadata attempts to be retried Allow configurable metadata service timeouts Add a translation to remove the Filters parameters in RDS operations since these are not actually supported on the service side. Fixes aws/aws-cli#515. Log HTTP response headers in debug logs Fix test import for py26 compat Readd empty documentation key Fix region endpoint for kinesis service Adding a test for S3 bucket website configuration.
Unlike to other commands' help there is no list of available filters for 'aws rds describe-db-subnet-groups'.
The text was updated successfully, but these errors were encountered: