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

fix: supporte moving default lists for xml parser #3087

Merged
merged 3 commits into from
Feb 3, 2020

Commits on Feb 3, 2020

  1. fix: supporte moving default lists for xml parser

    Currently for all xml service, the parser inserts empty
    array [] when a list member doesn't exist in xml string.
    It was introduced long ago: aws@eae5b32
    This change introduce a new key in metadata called
    xmlNoDefaultLists. If set to true, xml parser will not
    try to insert default empty array if the member doesn't
    exist. This key is only applicable to rest-xml, query
    protocol services.
    AllanZhengYP committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    020ff0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab093ce View commit details
    Browse the repository at this point in the history
  3. Update test/xml/parser.spec.js

    Co-Authored-By: Trivikram Kamat <16024985+trivikr@users.noreply.github.com>
    AllanZhengYP and trivikr authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    d8d55c3 View commit details
    Browse the repository at this point in the history