apigateway_get_model: Describes an existing model defined for a RestApi resource

View source: R/apigateway_operations.R

apigateway_get_modelR Documentation

Describes an existing model defined for a RestApi resource

Description

Describes an existing model defined for a RestApi resource.

See https://www.paws-r-sdk.com/docs/apigateway_get_model/ for full documentation.

Usage

apigateway_get_model(restApiId, modelName, flatten = NULL)

Arguments

restApiId

[required] The RestApi identifier under which the Model exists.

modelName

[required] The name of the model as an identifier.

flatten

A query parameter of a Boolean value to resolve (true) all external model references and returns a flattened model schema or not (false) The default is false.


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