apigateway_import_rest_api: A feature of the API Gateway control service for creating a...

View source: R/apigateway_operations.R

apigateway_import_rest_apiR Documentation

A feature of the API Gateway control service for creating a new API from an external API definition file

Description

A 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.

Usage

apigateway_import_rest_api(failOnWarnings = NULL, parameters = NULL, body)

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 is false.

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 parameters as ignore=documentation.

To configure the endpoint type, set parameters as endpointConfigurationTypes=EDGE, endpointConfigurationTypes=REGIONAL, or endpointConfigurationTypes=PRIVATE. The default endpoint type is EDGE.

To handle imported basepath, set parameters as basepath=ignore, basepath=prepend or basepath=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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.