ALBTargetGroupResponse
ALB.swift:58struct ALBTargetGroupResponse
struct ALBTargetGroupResponse
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol Sendable
init(from decoder: any Decoder) throws
init(statusCode: HTTPResponse.Status, statusDescription: String? = nil, headers: HTTPHeaders? = nil, multiValueHeaders: HTTPMultiValueHeaders? = nil, body: String = "", isBase64Encoded: Bool = false)
var body: String
var headers: HTTPHeaders?
var isBase64Encoded: Bool
var multiValueHeaders: HTTPMultiValueHeaders?
var statusCode: HTTPResponse.Status
var statusDescription: String?