class Aws::CodeArtifact::Types::DisposePackageVersionsRequest


@see docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/DisposePackageVersionsRequest AWS API Documentation
@return [String]
The expected status of the package version to dispose.
@!attribute [rw] expected_status
@return [Hash<String,String>]
The revisions of the package versions you want to dispose.
@!attribute [rw] version_revisions
@return [Array<String>]
The versions of the package you want to dispose.
@!attribute [rw] versions
@return [String]
The name of the package with the versions you want to dispose.
@!attribute [rw] package
@return [String]
have a namespace.
corresponding component, package versions of those formats do not
* Python, NuGet, Ruby, and Cargo package versions do not contain a
* The namespace of a generic package is its ‘namespace`.
* The namespace of an npm or Swift package version is its `scope`.
* The namespace of a Maven package version is its `groupId`.
</note>
* generic
* Swift
* Maven
following formats:
<note markdown=“1”> The namespace is required when disposing package versions of the
example:
component that specifies its namespace depends on its type. For
The namespace of the package versions to be disposed. The package
@!attribute [rw] namespace
@return [String]
dispose.
A format that specifies the type of package versions you want to
@!attribute [rw] format
@return [String]
want to dispose.
The name of the repository that contains the package versions you
@!attribute [rw] repository
@return [String]
owns the domain. It does not include dashes or spaces.
The 12-digit account number of the Amazon Web Services account that
@!attribute [rw] domain_owner
@return [String]
dispose.
The name of the domain that contains the repository you want to
@!attribute [rw] domain