API Gateway Response Models are Not Exported in Open API Documentation

0

I have an API in API Gateway that has Models defined for one of the REST responses. I am trying to export the the OPEN API document for this API but the cli command is not exporting these models (I have redacted the rest-api-id to protect the innocent :)

aws apigateway get-export --parameters extensions='apigateway' --accepts application/yaml --rest-api-id .......... --stage dev --export-type swagger openapi.yml

I have also tried:

aws apigateway get-export --parameters extensions='apigateway' --accepts application/yaml --rest-api-id .......... --stage dev --export-type oas30 openapi.yml

Both of these commands generated an openapi.yml file but neither one includes the Model as defined in the AWS console.

No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions