UpdateRepositoryNameInput

public struct UpdateRepositoryNameInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The new name for the repository.

    Declaration

    Swift

    public let newName: String
  • The current name of the repository.

    Declaration

    Swift

    public let oldName: String
  • Undocumented

    Declaration

    Swift

    public init(newName: String, oldName: String)
  • Declaration

    Swift

    public func validate(name: String) throws