GetSdkRequest

public struct GetSdkRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let parameters: [String : String]?
  • [Required] The string identifier of the associated RestApi.

    Declaration

    Swift

    public let restApiId: String
  • [Required] The language for the generated SDK. Currently java, javascript, android, objectivec (for iOS), swift (for iOS), and ruby are supported.

    Declaration

    Swift

    public let sdkType: String
  • [Required] The name of the Stage that the SDK will use.

    Declaration

    Swift

    public let stageName: String
  • Undocumented

    Declaration

    Swift

    public init(parameters: [String : String]? = nil, restApiId: String, sdkType: String, stageName: String)