A feature of the API Gateway control service for creating a new API from an external API definition file
Source:R/apigateway_operations.R
apigateway_import_rest_api.RdA feature of the API Gateway control service for creating a new API from an external API definition file.
See https://www.paws-r-sdk.com/docs/apigateway_import_rest_api/ for full documentation.
Arguments
- failOnWarnings
A query parameter to indicate whether to rollback the API creation (
true) or not (false) when a warning is encountered. The default value isfalse.- parameters
A key-value map of context-specific query string parameters specifying the behavior of different API importing operations. The following shows operation-specific parameters and their supported values.
To exclude DocumentationParts from the import, set
parametersasignore=documentation.To configure the endpoint type, set
parametersasendpointConfigurationTypes=EDGE,endpointConfigurationTypes=REGIONAL, orendpointConfigurationTypes=PRIVATE. The default endpoint type isEDGE.To handle imported
basepath, setparametersasbasepath=ignore,basepath=prependorbasepath=split.- body
[required] The POST request body containing external API definitions. Currently, only OpenAPI definition JSON/YAML files are supported. The maximum size of the API definition file is 6MB.