UpdateApplicationVersionMessage
public struct UpdateApplicationVersionMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the application associated with this version. If no application is found with this name, UpdateApplication returns an InvalidParameterValue error.
Declaration
Swift
public let applicationName: String -
A new description for this version.
Declaration
Swift
public let description: String? -
The name of the version to update. If no application version is found with this label, UpdateApplication returns an InvalidParameterValue error.
Declaration
Swift
public let versionLabel: String -
Undocumented
Declaration
Swift
public init(applicationName: String, description: String? = nil, versionLabel: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateApplicationVersionMessage Structure Reference