MergePullRequestByFastForwardInput

public struct MergePullRequestByFastForwardInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The system-generated ID of the pull request. To get this ID, use ListPullRequests.

    Declaration

    Swift

    public let pullRequestId: String
  • The name of the repository where the pull request was created.

    Declaration

    Swift

    public let repositoryName: String
  • The full commit ID of the original or updated commit in the pull request source branch. Pass this value if you want an exception thrown if the current commit ID of the tip of the source branch does not match this commit ID.

    Declaration

    Swift

    public let sourceCommitId: String?
  • Undocumented

    Declaration

    Swift

    public init(pullRequestId: String, repositoryName: String, sourceCommitId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws