NAME
Paws::CodeArtifact::ListPackageVersionDependenciesResult
ATTRIBUTES
Dependencies => ArrayRef[Paws::CodeArtifact::PackageDependency]
The returned list of PackageDependency (https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageDependency.html) objects.
Format => Str
A format that specifies the type of the package that contains the returned dependencies. The valid values are:
npm
pypi
maven
Valid values are: "npm"
, "pypi"
, "maven"
, "nuget"
=head2 Namespace => Str
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its
groupId
.The namespace of an npm package is its
scope
.A Python package does not contain a corresponding component, so Python packages do not have a namespace.
NextToken => Str
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.
Package => Str
The name of the package that contains the returned package versions dependencies.
Version => Str
The version of the package that is specified in the request.
VersionRevision => Str
The current revision associated with the package version.