GetRepositoryEndpointRequest

public struct GetRepositoryEndpointRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the domain that contains the repository.

    Declaration

    Swift

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

    Declaration

    Swift

    public let domainOwner: String?
  • Returns which endpoint of a repository to return. A repository has one endpoint for each package format: npm pypi maven

    Declaration

    Swift

    public let format: PackageFormat
  • The name of the repository.

    Declaration

    Swift

    public let repository: String
  • Undocumented

    Declaration

    Swift

    public init(domain: String, domainOwner: String? = nil, format: PackageFormat, repository: String)
  • Declaration

    Swift

    public func validate(name: String) throws