NAME
Paws::ApiGateway::ImportRestApi - Arguments for method ImportRestApi on Paws::ApiGateway
DESCRIPTION
This class represents the parameters used for calling the method ImportRestApi on the Amazon API Gateway service. Use the attributes of this class as arguments to method ImportRestApi.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to ImportRestApi.
As an example:
$service_obj->ImportRestApi(Att1 => $value1, Att2 => $value2, ...);
Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object.
ATTRIBUTES
REQUIRED Body => Str
The POST request body containing external API definitions. Currently, only Swagger definition JSON files are supported. The maximum size of the API definition file is 2MB.
FailOnWarnings => Bool
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 => Paws::ApiGateway::MapOfStringToString
Custom header parameters as part of the request. For example, to exclude DocumentationParts from an imported API, set ignore=documentation
as a parameters
value, as in the AWS CLI command of aws apigateway import-rest-api --parameters ignore=documentation --body 'file:///path/to/imported-api-body.json
.
SEE ALSO
This class forms part of Paws, documenting arguments for method ImportRestApi in Paws::ApiGateway
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues