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

Add support for the awsQueryCompatible trait #2398

Merged
merged 10 commits into from
Feb 22, 2023

Commits on Feb 21, 2023

  1. Add support for the awsQueryCompatible trait

    This commit adds support for the awsQueryCompatible trait. This allows
    services already supporting custom error codes through the AWS Query
    protocol with the awsQueryError trait to continue supporting them after
    the services switch to the AWS JSON 1.0 protocol.
    ysaito1001 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    8916d9d View commit details
    Browse the repository at this point in the history
  2. Add copyright header

    ysaito1001 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    6e41d00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ae325e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    467060b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2950b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Update CHANGELOG.next.toml

    ysaito1001 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    fdd98b1 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.next.toml

    ysaito1001 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    e0d0f46 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.next.toml

    ysaito1001 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    a8386bd View commit details
    Browse the repository at this point in the history
  4. Remove unused variables from errorScope

    This commit addresses #2398 (comment)
    ysaito1001 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    dd1c312 View commit details
    Browse the repository at this point in the history
  5. Reorder arguments for test verification

    This commit addresses #2398 (comment)
    ysaito1001 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    befa41c View commit details
    Browse the repository at this point in the history