GetCommentsForComparedCommitInput
public struct GetCommentsForComparedCommitInput : AWSShape
extension CodeCommit.GetCommentsForComparedCommitInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
To establish the directionality of the comparison, the full commit ID of the after commit.
Declaration
Swift
public let afterCommitId: String
-
To establish the directionality of the comparison, the full commit ID of the before commit.
Declaration
Swift
public let beforeCommitId: String?
-
A non-zero, non-negative integer used to limit the number of returned results. The default is 100 comments, but you can configure up to 500.
Declaration
Swift
public let maxResults: Int?
-
An enumeration token that when provided in a request, returns the next batch of the results.
Declaration
Swift
public let nextToken: String?
-
The name of the repository where you want to compare commits.
Declaration
Swift
public let repositoryName: String
-
Undocumented
Declaration
Swift
public init(afterCommitId: String, beforeCommitId: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, repositoryName: String)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CodeCommit.GetCommentsForComparedCommitInput