class Aws::CodeArtifact::Types::ListPackageVersionDependenciesResult
@see docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/ListPackageVersionDependenciesResult AWS API Documentation
@return [Array<Types::PackageDependency>]<br>: docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageDependency.html<br><br><br><br>The returned list of [PackageDependency] objects.
@!attribute [rw] dependencies
@return [String]
results.
previous response in the next request to retrieve the next set of
The token for the next set of results. Use the value returned in the
@!attribute [rw] next_token
@return [String]
The current revision associated with the package version.
@!attribute [rw] version_revision
@return [String]
The version of the package that is specified in the request.
@!attribute [rw] version
@return [String]
dependencies.
The name of the package that contains the returned package versions
@!attribute [rw] package
@return [String]
namespace.
component, package versions of those formats do not have a
* Python and NuGet package versions do not contain a corresponding
* The namespace of an npm package version is its ‘scope`.
* The namespace of a Maven package version is its `groupId`.
</note>
^
* Maven
versions of the following formats:
<note markdown=“1”> The namespace is required when listing dependencies from package
depends on its type. For example:
dependencies. The package component that specifies its namespace
The namespace of the package version that contains the returned
@!attribute [rw] namespace
@return [String]
returned dependencies.
A format that specifies the type of the package that contains the
@!attribute [rw] format