ListRepositoriesInDomainRequest

public struct ListRepositoriesInDomainRequest : AWSShape
extension CodeArtifact.ListRepositoriesInDomainRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Filter the list of repositories to only include those that are managed by the AWS account ID.

    Declaration

    Swift

    public let administratorAccount: String?
  • The name of the domain that contains the returned list of repositories.

    Declaration

    Swift

    public let domain: String
  • The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.

    Declaration

    Swift

    public let domainOwner: String?
  • The maximum number of results to return per page.

    Declaration

    Swift

    public let maxResults: Int?
  • The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • A prefix used to filter returned repositories. Only repositories with names that start with repositoryPrefix are returned.

    Declaration

    Swift

    public let repositoryPrefix: String?
  • Undocumented

    Declaration

    Swift

    public init(administratorAccount: String? = nil, domain: String, domainOwner: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, repositoryPrefix: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws