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

[CLIv2] Remove backcompat shim in shorthand parser #3589

Merged
merged 2 commits into from
Sep 20, 2018

Commits on Sep 19, 2018

  1. Remove backcompat shim in shorthand parser

    Now foo=bar will parse to {'foo': 'bar'}, which resolves
    an inconsistency that you can't tell how a shorthand snippet
    is parsed without also knowing the underlying types in the service
    model.
    
    There were some changes I had to make in the EMR tests, but that
    was primarily related to the expected messages in the error cases.
    
    CLIv2: aws#3587
    jamesls committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    52e6c0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2744c79 View commit details
    Browse the repository at this point in the history