Data retrieval APIs for AWS CodeArtifact
AWS CodeArtifact provides the following APIs for data retrieval.
| Actions | Description | Access level |
|---|---|---|
| DescribeDomain | Return information about a domain | Read |
| DescribePackage | Retrieve information about a package | Read |
| DescribePackageGroup | Return detailed information about a package group | Read |
| DescribePackageVersion | Return information about a package version | Read |
| DescribeRepository | Return detailed information about a repository | Read |
| GetAssociatedPackageGroup | Return a package's associated package group | Read |
| GetAuthorizationToken | Generate a temporary authentication token for accessing repositories in a domain | Read |
| GetDomainPermissionsPolicy | Return a domain's resource policy | Read |
| GetPackageVersionAsset | Return an asset (or file) that is part of a package version | Read |
| GetPackageVersionReadme | Return a package version's readme file | Read |
| GetRepositoryEndpoint | Return an endpoint for a repository | Read |
| GetRepositoryPermissionsPolicy | Return a repository's resource policy | Read |
| ListAllowedRepositoriesForGroup | List the allowed repositories for a package group | List |
| ListAssociatedPackages | List the packages associated to a package group | List |
| ListDomains | List the domains in the current user's AWS account | List |
| ListPackageGroups | List the package groups in a domain | List |
| ListPackageVersionAssets | List a package version's assets | List |
| ListPackageVersionDependencies | List the direct dependencies of a package version | List |
| ListPackageVersions | List a package's versions | List |
| ListPackages | List the packages in a repository | List |
| ListRepositories | List the repositories administered by the calling account | List |
| ListRepositoriesInDomain | List the repositories in a domain | List |
| ListSubPackageGroups | List the sub package groups for a parent package group | List |
| ListTagsForResource | List tags for a CodeArtifact resource | List |
| ReadFromRepository | Return package assets and metadata from a repository endpoint | Read |