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

Update Ec2Query Specification on response serialization #820

Closed
wooj2 opened this issue Jun 8, 2021 · 1 comment
Closed

Update Ec2Query Specification on response serialization #820

wooj2 opened this issue Jun 8, 2021 · 1 comment

Comments

@wooj2
Copy link
Contributor

wooj2 commented Jun 8, 2021

Observed behavior:

aws ec2 describe-regions --debug

outputs:

2021-06-08 09:16:17,441 - MainThread - botocore.parsers - DEBUG - Response body:
b'<?xml version="1.0" encoding="UTF-8"?>
    <DescribeRegionsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
        <requestId>REDACTED</requestId>
            <regionInfo>
                <item>
                    <regionName>eu-north-1</regionName>
.... snip...

Expected Behavior

  1. We should update:
  • The specification to remove the mention of a nested element
  • The sample response in the specification
  1. It would be nice to update the specification to describe the RequestId
@mtdowling
Copy link
Member

Fixed in #823

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

No branches or pull requests

2 participants