Enumerationswift-aws-lambda-events 1.0.0AWSLambdaEvents
StatusType
CloudFormation.swift:63enum StatusType
enum StatusType
s15AWSLambdaEvents14CloudFormationO8ResponseV10StatusTypeO
What are these?MI9C
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct Response<D> where D : Encodable
enum CloudFormation
case success
case failed
init(status: StatusType, requestId: String, logicalResourceId: String, stackId: String, physicalResourceId: String?, reason: String?, noEcho: Bool?, data: D?)
let data: D?
let logicalResourceId: String
let noEcho: Bool?
let physicalResourceId: String?
let reason: String?
let requestId: String
let stackId: String
let status: StatusType
func encode(to encoder: Encoder) throws
protocol Encodable
A type that can encode itself to an external representation.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
protocol Sendable
init?(rawValue: String)
var hashValue: Int { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.
func encode(to encoder: any Encoder) throws
Encodes this value into the given encoder, when the type’s RawValue
is String
.
func hash(into hasher: inout Hasher)