CodeHook

public struct CodeHook : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.

    Declaration

    Swift

    public let messageVersion: String
  • uri

    The Amazon Resource Name (ARN) of the Lambda function.

    Declaration

    Swift

    public let uri: String
  • Undocumented

    Declaration

    Swift

    public init(messageVersion: String, uri: String)
  • Declaration

    Swift

    public func validate(name: String) throws