Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

apigateway_get_model

Describes an existing model defined for a RestApi resource


Description

Describes an existing model defined for a RestApi resource.

Usage

apigateway_get_model(restApiId, modelName, flatten)

Arguments

restApiId

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

modelName

[required] [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.

Value

A list with the following syntax:

list(
  id = "string",
  name = "string",
  description = "string",
  schema = "string",
  contentType = "string"
)

Request syntax

svc$get_model(
  restApiId = "string",
  modelName = "string",
  flatten = TRUE|FALSE
)

paws.networking

Amazon Web Services Networking & Content Delivery Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.