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

Exception definitions not included #49

Open
lmmx opened this issue Jun 7, 2023 · 0 comments
Open

Exception definitions not included #49

lmmx opened this issue Jun 7, 2023 · 0 comments

Comments

@lmmx
Copy link

lmmx commented Jun 7, 2023

There appear to be missing definitions for exceptions. For example InvalidArn is one of the exceptions in the states SDK API but the definition is missing in the generated schema

  schemas:
    ...
    InvalidArn: {}

From what I can see, this info is simply absent in the library being used as the source for these outputs.

It is however present in the v3.x package aws-sdk-js-v3, but I can see this library is targetting the v2.x package aws-sdk-js/.

For context, I was hoping to develop an approach to ingest boto3 Python client responses off the back of this work, but since the errors are not available any data model I can produce would be incomplete.

I guess the question I have in this issue is whether there are plans to move on to target the v3.x package?

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

1 participant