FunctionCode
public struct FunctionCode : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An Amazon S3 bucket in the same AWS Region as your function. The bucket can be in a different AWS account.
Declaration
Swift
public let s3Bucket: String?
-
The Amazon S3 key of the deployment package.
Declaration
Swift
public let s3Key: String?
-
For versioned objects, the version of the deployment package object to use.
Declaration
Swift
public let s3ObjectVersion: String?
-
The base64-encoded contents of the deployment package. AWS SDK and AWS CLI clients handle the encoding for you.
Declaration
Swift
public let zipFile: Data?
-
Undocumented
Declaration
Swift
public init(s3Bucket: String? = nil, s3Key: String? = nil, s3ObjectVersion: String? = nil, zipFile: Data? = nil)
-
Declaration
Swift
public func validate(name: String) throws