UpdateApplicationMessage

public struct UpdateApplicationMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the application to update. If no such application is found, UpdateApplication returns an InvalidParameterValue error.

    Declaration

    Swift

    public let applicationName: String
  • A new description for the application. Default: If not specified, AWS Elastic Beanstalk does not update the description.

    Declaration

    Swift

    public let description: String?
  • Undocumented

    Declaration

    Swift

    public init(applicationName: String, description: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws