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

apigateway_get_sdk

Generates a client SDK for a RestApi and Stage


Description

Generates a client SDK for a RestApi and Stage.

Usage

apigateway_get_sdk(restApiId, stageName, sdkType, parameters)

Arguments

restApiId

[required] [Required] The string identifier of the associated RestApi.

stageName

[required] [Required] The name of the Stage that the SDK will use.

sdkType

[required] [Required] The language for the generated SDK. Currently java, javascript, android, objectivec (for iOS), swift (for iOS), and ruby are supported.

parameters

A string-to-string key-value map of query parameters sdkType-dependent properties of the SDK. For sdkType of objectivec or swift, a parameter named classPrefix is required. For sdkType of android, parameters named groupId, artifactId, artifactVersion, and invokerPackage are required. For sdkType of java, parameters named serviceName and javaPackageName are required.

Value

A list with the following syntax:

list(
  contentType = "string",
  contentDisposition = "string",
  body = raw
)

Request syntax

svc$get_sdk(
  restApiId = "string",
  stageName = "string",
  sdkType = "string",
  parameters = list(
    "string"
  )
)

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.