MergeBranchesByFastForwardInput

public struct MergeBranchesByFastForwardInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

    Declaration

    Swift

    public let destinationCommitSpecifier: String
  • The name of the repository where you want to merge two branches.

    Declaration

    Swift

    public let repositoryName: String
  • The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).

    Declaration

    Swift

    public let sourceCommitSpecifier: String
  • The branch where the merge is applied.

    Declaration

    Swift

    public let targetBranch: String?
  • Undocumented

    Declaration

    Swift

    public init(destinationCommitSpecifier: String, repositoryName: String, sourceCommitSpecifier: String, targetBranch: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws