Skip to content
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

Closed
marekjagielski opened this issue Nov 27, 2013 · 4 comments · Fixed by boto/botocore#201
Closed

Comments

@marekjagielski
Copy link

Unlike to other commands' help there is no list of available filters for 'aws rds describe-db-subnet-groups'.

@marekjagielski
Copy link
Author

What is interesting , the nomenclature ("FilterName", "FilterValue") is no consistent with other commands ("Name", "Values").

@garnaat
Copy link
Contributor

garnaat commented Nov 27, 2013

I agree the available filters should be documented. I'm trying to get a definitive answer on what is supported.

@marekjagielski
Copy link
Author

This issue concerns also other rds commands, e.g. describe-db-parameter-groups.

@garnaat
Copy link
Contributor

garnaat commented Jan 3, 2014

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 filters parameter.

garnaat added a commit to garnaat/botocore that referenced this issue Jan 7, 2014
…since these are not actually supported on the service side. Fixes aws/aws-cli#515.
jamesls added a commit to boto/botocore that referenced this issue Jan 9, 2014
* 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants