DeleteApplicationVersionMessage
public struct DeleteApplicationVersionMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the application to which the version belongs.
Declaration
Swift
public let applicationName: String
-
Set to true to delete the source bundle from your storage bucket. Otherwise, the application version is deleted only from Elastic Beanstalk and the source bundle remains in Amazon S3.
Declaration
Swift
public let deleteSourceBundle: Bool?
-
The label of the version to delete.
Declaration
Swift
public let versionLabel: String
-
Undocumented
Declaration
Swift
public init(applicationName: String, deleteSourceBundle: Bool? = nil, versionLabel: String)
-
Declaration
Swift
public func validate(name: String) throws