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

Allow tcp, udp, icmp, all for --protocol param of ec2 create-network-acl-entry #532

Merged
merged 1 commit into from
Dec 5, 2013
Merged

Conversation

garnaat
Copy link
Contributor

@garnaat garnaat commented Dec 5, 2013

Allow the --protocol option of ec2 create-network-acl-entry command to accept tcp|udp|icmp|all in addition to the numeric protocol numbers. The docs for the command already say it does this but the actual EC2 operation supports only integer values.

…o accept tcp|udp|icmp|all in addition to the numeric protocol numbers. The docs for the command already say it does this but the actual EC2 operation supports only integer values.
@garnaat
Copy link
Contributor Author

garnaat commented Dec 5, 2013

Fixes #508

@toastdriven
Copy link
Contributor

LGTM.

@jamesls
Copy link
Member

jamesls commented Dec 5, 2013

:shipit: Looks good.

@garnaat garnaat merged commit 6bba10d into aws:develop Dec 5, 2013
@garnaat garnaat deleted the fix-508 branch December 5, 2013 18:05
thoward-godaddy pushed a commit to thoward-godaddy/aws-cli that referenced this pull request Feb 12, 2022
Details:
* Handling for when lambda returns an error
* Handled payload could not be parsed as JSON
* Abstracted if the lambda output is an error from the container into LambdaOutputParser
* Added handling for X-Amz-Log-Type
* Added handling for X-Amz-Invocation-Type
* Moved all Request validate to flask.before_request call
* Added handling for Query parameters (not supported)
* Added handling for unsupported_media_type
* Added handling for ServiceError
* Added handling for generic 404 Error handling
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 this pull request may close these issues.

3 participants