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

service/route53: Add batched error support for ChangeResourceRecordSets #593

Merged
merged 3 commits into from
Mar 16, 2016

Commits on Mar 16, 2016

  1. aws/awserr: Deprecate BatchError in favor of BatchedErrors

    BatchError did not satisfy the awserr.Error interface like it should of. This
    update adds a new type BatchedErrors which satisfies awserr.Error.
    jasdel committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    629f172 View commit details
    Browse the repository at this point in the history
  2. service/route53: Add batched error support for ChangeResourceRecordSets

    Adds support for batched errors that ChangeResourceRecordSets can
    optionally return.
    
    Fix #438
    
    Unmarshaling and tests provided by @abustany
    jasdel committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    3265860 View commit details
    Browse the repository at this point in the history
  3. Fix integration tests

    jasdel committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    481a64c View commit details
    Browse the repository at this point in the history