awsdocs / amazon-elasticache-docs

The open source version of the Amazon ElastiCache User Guide. You can submit feedback and requests for changes by submitting issues in this repo or by making proposed changes and submitting a pull request.
Other
26 stars 78 forks source link

Add missing command #17

Closed johnsyweb closed 4 years ago

johnsyweb commented 5 years ago

Description of changes:

Before

% aws describe-update-actions --service-update-name elc-20190604-001 --update-action-status not-applied stopped
usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters]
To see help text, you can run:

  aws help
  aws <command> help
  aws <command> <subcommand> help
aws: error: argument command: Invalid choice, valid choices are:

# [...]

After

% aws elasticache describe-update-actions --service-update-name elc-20190604-001 --update-action-status not-applied stopped
{
    "UpdateActions": []
}

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

spaethp commented 4 years ago

Thanks