CodeContentUpdate
public struct CodeContentUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Describes an update to the location of code for an application.
Declaration
Swift
public let s3ContentLocationUpdate: S3ContentLocationUpdate? -
Describes an update to the text code for an application.
Declaration
Swift
public let textContentUpdate: String? -
Describes an update to the zipped code for an application.
Declaration
Swift
public let zipFileContentUpdate: Data? -
Undocumented
Declaration
Swift
public init(s3ContentLocationUpdate: S3ContentLocationUpdate? = nil, textContentUpdate: String? = nil, zipFileContentUpdate: Data? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CodeContentUpdate Structure Reference