How to get schema for boto3 functions #3416
-
Hello Team, |
Beta Was this translation helpful? Give feedback.
Answered by
tim-finnigan
Sep 26, 2022
Replies: 1 comment 1 reply
-
Hi @PhMandar is there a specific schema you're looking for? Boto3 is build on botocore, so you can see the different model definitions here (in most cases the APIs are found in the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
PhMandar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @PhMandar is there a specific schema you're looking for? Boto3 is build on botocore, so you can see the different model definitions here (in most cases the APIs are found in the
service-2.json
files of the respective service's subdirectory).