AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the ListPackageVersionDependencies operation.
Returns the direct dependencies for a package version. The dependencies are returned
as PackageDependency
objects. CodeArtifact extracts the dependencies for a package version from the metadata
file for the package format (for example, the package.json
file for npm packages
and the pom.xml
file for Maven). Any package version dependencies that are
not listed in the configuration file are not returned.
Namespace: Amazon.CodeArtifact.Model
Assembly: AWSSDK.CodeArtifact.dll
Version: 3.x.y.z
public class ListPackageVersionDependenciesRequest : AmazonCodeArtifactRequest IAmazonWebServiceRequest
The ListPackageVersionDependenciesRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
ListPackageVersionDependenciesRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
Domain | System.String |
Gets and sets the property Domain. The name of the domain that contains the repository that contains the requested package version dependencies. |
![]() |
DomainOwner | System.String |
Gets and sets the property DomainOwner. The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. |
![]() |
Format | Amazon.CodeArtifact.PackageFormat |
Gets and sets the property Format. The format of the package with the requested dependencies. |
![]() |
Namespace | System.String |
Gets and sets the property Namespace. The namespace of the package version with the requested dependencies. The package component that specifies its namespace depends on its type. For example: The namespace is required when listing dependencies from package versions of the following formats:
|
![]() |
NextToken | System.String |
Gets and sets the property NextToken. 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 | System.String |
Gets and sets the property Package. The name of the package versions' package. |
![]() |
PackageVersion | System.String |
Gets and sets the property PackageVersion.
A string that contains the package version (for example, |
![]() |
Repository | System.String |
Gets and sets the property Repository. The name of the repository that contains the requested package version. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer