class Aws::CodeArtifact::Types::UpdateRepositoryRequest

@note When making an API call, you may pass UpdateRepositoryRequest

data as a hash:

    {
      domain: "DomainName", # required
      domain_owner: "AccountId",
      repository: "RepositoryName", # required
      description: "Description",
      upstreams: [
        {
          repository_name: "RepositoryName", # required
        },
      ],
    }

@!attribute [rw] domain

The name of the domain associated with the repository to update.
@return [String]

@!attribute [rw] domain_owner

The 12-digit account number of the AWS account that owns the domain.
It does not include dashes or spaces.
@return [String]

@!attribute [rw] repository

The name of the repository to update.
@return [String]

@!attribute [rw] description

An updated repository description.
@return [String]

@!attribute [rw] upstreams

A list of upstream repositories to associate with the repository.
The order of the upstream repositories in the list determines their
priority order when AWS CodeArtifact looks for a requested package
version. For more information, see [Working with upstream
repositories][1].

[1]: https://docs.aws.amazon.com/codeartifact/latest/ug/repos-upstream.html
@return [Array<Types::UpstreamRepository>]

@see docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/UpdateRepositoryRequest AWS API Documentation

Constants

SENSITIVE