DataFire integration for CodeArtifact
npm install @datafire/amazonaws_codeartifactClient library for CodeArtifact
bash
npm install --save @datafire/amazonaws_codeartifact
`
`js
let amazonaws_codeartifact = require('@datafire/amazonaws_codeartifact').create({
accessKeyId: "",
secretAccessKey: "",
region: ""
});.then(data => {
console.log(data);
});
`Description
AWS CodeArtifact is a fully managed artifact repository compatible with language-native package managers and build tools such as npm, Apache Maven, NuGet, and pip. You can use CodeArtifact to share packages with development teams and pull packages. Packages can be pulled from both public and CodeArtifact repositories. You can also create an upstream relationship between a CodeArtifact repository and another repository, which effectively merges their contents from the point of view of a package manager client.
AWS CodeArtifact Components
Use the information in this guide to help you work with the following CodeArtifact components:
-
Repository: A CodeArtifact repository contains a set of package versions, each of which maps to a set of assets, or files. Repositories are polyglot, so a single repository can contain packages of any supported type. Each repository exposes endpoints for fetching and publishing packages using tools like the npm CLI, the NuGet CLI, the Maven CLI ( mvn ), and pip .
-
Domain: Repositories are aggregated into a higher-level entity known as a domain. All package assets and metadata are stored in the domain, but are consumed through repositories. A given package asset, such as a Maven JAR file, is stored once per domain, no matter how many repositories it's present in. All of the assets and metadata in a domain are encrypted with the same customer master key (CMK) stored in AWS Key Management Service (AWS KMS).
Each repository is a member of a single domain and can't be moved to a different domain.
The domain allows organizational policy to be applied across multiple repositories, such as which accounts can access repositories in the domain, and which public repositories can be used as sources of packages.
Although an organization can have multiple domains, we recommend a single production domain that contains all published artifacts so that teams can find and share packages across their organization.
-
Package: A package is a bundle of software and the metadata required to resolve dependencies and install the software. CodeArtifact supports npm, PyPI, Maven, and NuGet package formats.
In CodeArtifact, a package consists of:
-
A name (for example, webpack is the name of a popular npm package)
-
An optional namespace (for example, @types in @types/node)
-
A set of versions (for example, 1.0.0, 1.0.1, 1.0.2, etc.)
-
Package-level metadata (for example, npm tags)
-
Package version: A version of a package, such as @types/node 12.6.9. The version number format and semantics vary for different package formats. For example, npm package versions must conform to the Semantic Versioning specification. In CodeArtifact, a package version consists of the version identifier, metadata at the package version level, and a set of assets.
-
Upstream repository: One repository is upstream of another when the package versions in it can be accessed from the repository endpoint of the downstream repository, effectively merging the contents of the two repositories from the point of view of a client. CodeArtifact allows creating an upstream relationship between two repositories.
-
Asset: An individual file stored in CodeArtifact associated with a package version, such as an npm .tgz file or Maven POM and JAR files.
CodeArtifact supports these operations:
-
AssociateExternalConnection: Adds an existing external connection to a repository.
-
CopyPackageVersions: Copies package versions from one repository to another repository in the same domain.
-
CreateDomain: Creates a domain
-
CreateRepository: Creates a CodeArtifact repository in a domain.
-
DeleteDomain: Deletes a domain. You cannot delete a domain that contains repositories.
-
DeleteDomainPermissionsPolicy: Deletes the resource policy that is set on a domain.
-
DeletePackageVersions: Deletes versions of a package. After a package has been deleted, it can be republished, but its assets and metadata cannot be restored because they have been permanently removed from storage.
-
DeleteRepository: Deletes a repository.
-
DeleteRepositoryPermissionsPolicy: Deletes the resource policy that is set on a repository.
-
DescribeDomain: Returns a DomainDescription object that contains information about the requested domain.
-
DescribePackageVersion: Returns a PackageVersionDescription object that contains details about a package version.
-
DescribeRepository: Returns a RepositoryDescription object that contains detailed information about the requested repository.
-
DisposePackageVersions: Disposes versions of a package. A package version with the status Disposed cannot be restored because they have been permanently removed from storage.
-
DisassociateExternalConnection: Removes an existing external connection from a repository.
-
GetAuthorizationToken: Generates a temporary authorization token for accessing repositories in the domain. The token expires the authorization period has passed. The default authorization period is 12 hours and can be customized to any length with a maximum of 12 hours.
-
GetDomainPermissionsPolicy: Returns the policy of a resource that is attached to the specified domain.
-
GetPackageVersionAsset: Returns the contents of an asset that is in a package version.
-
GetPackageVersionReadme: Gets the readme file or descriptive text for a package version.
-
GetRepositoryEndpoint: Returns the endpoint of a repository for a specific package format. A repository has one endpoint for each package format:
-
npm
-
pypi
-
maven
-
nuget
-
GetRepositoryPermissionsPolicy: Returns the resource policy that is set on a repository.
-
ListDomains: Returns a list of DomainSummary objects. Each returned DomainSummary object contains information about a domain.
-
ListPackages: Lists the packages in a repository.
-
ListPackageVersionAssets: Lists the assets for a given package version.
-
ListPackageVersionDependencies: Returns a list of the direct dependencies for a package version.
-
ListPackageVersions: Returns a list of package versions for a specified package in a repository.
-
ListRepositories: Returns a list of repositories owned by the AWS account that called this method.
-
ListRepositoriesInDomain: Returns a list of the repositories in a domain.
-
ListTagsForResource: Returns a list of the tags associated with a resource.
-
PutDomainPermissionsPolicy: Attaches a resource policy to a domain.
-
PutRepositoryPermissionsPolicy: Sets the resource policy on a repository that specifies permissions to access it.
-
TagResource: Adds or updates tags for a resource.
-
UntagResource: Removes a tag from a resource.
-
UpdatePackageVersionsStatus: Updates the status of one or more versions of a package.
-
UpdateRepository: Updates the properties of a repository.
Actions
$3
`js
amazonaws_codeartifact.GetAuthorizationToken({
"domain": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* duration integer#### Output
* output GetAuthorizationTokenResult
$3
`js
amazonaws_codeartifact.DeleteDomain({
"domain": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string#### Output
* output DeleteDomainResult
$3
`js
amazonaws_codeartifact.DescribeDomain({
"domain": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string#### Output
* output DescribeDomainResult
$3
`js
amazonaws_codeartifact.CreateDomain({
"domain": ""
}, context)
`#### Input
* input
object
* domain required string
* tags array: One or more tag key-value pairs for the domain.
* items Tag
* encryptionKey string: The encryption key for the domain. This is used to encrypt content stored in a domain. An encryption key can be a key ID, a key Amazon Resource Name (ARN), a key alias, or a key alias ARN. To specify an encryptionKey, your IAM role must have kms:DescribeKey and kms:CreateGrant permissions on the encryption key that is used. For more information, see DescribeKey in the AWS Key Management Service API Reference and AWS KMS API Permissions Reference in the AWS Key Management Service Developer Guide.
CodeArtifact supports only symmetric CMKs. Do not associate an asymmetric CMK with your domain. For more information, see Using symmetric and asymmetric keys in the AWS Key Management Service Developer Guide.
#### Output
* output CreateDomainResult
$3
`js
amazonaws_codeartifact.PutDomainPermissionsPolicy({
"domain": "",
"policyDocument": ""
}, context)
`#### Input
* input
object
* domain required string: The name of the domain on which to set the resource policy.
* domainOwner string: The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
* policyDocument required string: A valid displayable JSON Aspen policy string to be set as the access control resource policy on the provided domain.
* policyRevision string: The current revision of the resource policy to be set. This revision is used for optimistic locking, which prevents others from overwriting your changes to the domain's resource policy. #### Output
* output PutDomainPermissionsPolicyResult
$3
`js
amazonaws_codeartifact.DeleteDomainPermissionsPolicy({
"domain": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* policy-revision string#### Output
* output DeleteDomainPermissionsPolicyResult
$3
`js
amazonaws_codeartifact.GetDomainPermissionsPolicy({
"domain": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string#### Output
* output GetDomainPermissionsPolicyResult
$3
`js
amazonaws_codeartifact.ListRepositoriesInDomain({
"domain": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* administrator-account string
* repository-prefix string
* max-results integer
* next-token string
* maxResults string
* nextToken string#### Output
* output ListRepositoriesInDomainResult
$3
`js
amazonaws_codeartifact.ListDomains({}, context)
`#### Input
* input
object
* maxResults string
* nextToken string
* maxResults integer: The maximum number of results to return per page.
* nextToken string: 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. #### Output
* output ListDomainsResult
$3
`js
amazonaws_codeartifact.DescribePackageVersion({
"domain": "",
"repository": "",
"format": "",
"package": "",
"version": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* repository required string
* format required string
* namespace string
* package required string
* version required string#### Output
* output DescribePackageVersionResult
$3
`js
amazonaws_codeartifact.GetPackageVersionAsset({
"domain": "",
"repository": "",
"format": "",
"package": "",
"version": "",
"asset": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* repository required string
* format required string
* namespace string
* package required string
* version required string
* asset required string
* revision string#### Output
* output GetPackageVersionAssetResult
$3
`js
amazonaws_codeartifact.ListPackageVersionAssets({
"domain": "",
"repository": "",
"format": "",
"package": "",
"version": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* repository required string
* format required string
* namespace string
* package required string
* version required string
* max-results integer
* next-token string
* maxResults string
* nextToken string#### Output
* output ListPackageVersionAssetsResult
$3
`js
amazonaws_codeartifact.ListPackageVersionDependencies({
"domain": "",
"repository": "",
"format": "",
"package": "",
"version": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* repository required string
* format required string
* namespace string
* package required string
* version required string
* next-token string#### Output
* output ListPackageVersionDependenciesResult
$3
`js
amazonaws_codeartifact.GetPackageVersionReadme({
"domain": "",
"repository": "",
"format": "",
"package": "",
"version": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* repository required string
* format required string
* namespace string
* package required string
* version required string#### Output
* output GetPackageVersionReadmeResult
$3
`js
amazonaws_codeartifact.ListPackageVersions({
"domain": "",
"repository": "",
"format": "",
"package": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* repository required string
* format required string
* namespace string
* package required string
* status string
* sortBy string
* max-results integer
* next-token string
* maxResults string
* nextToken string#### Output
* output ListPackageVersionsResult
$3
`js
amazonaws_codeartifact.CopyPackageVersions({
"domain": "",
"source-repository": "",
"destination-repository": "",
"format": "",
"package": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* source-repository required string
* destination-repository required string
* format required string
* namespace string
* package required string
* allowOverwrite boolean: Set to true to overwrite a package version that already exists in the destination repository. If set to false and the package version already exists in the destination repository, the package version is returned in the failedVersions field of the response with an ALREADY_EXISTS error code.
* includeFromUpstream boolean: Set to true to copy packages from repositories that are upstream from the source repository to the destination repository. The default setting is false. For more information, see Working with upstream repositories.
* versionRevisions object: A list of key-value pairs. The keys are package versions and the values are package version revisions. A CopyPackageVersion operation succeeds if the specified versions in the source repository match the specified package version revision.
You must specify versions or versionRevisions. You cannot specify both.
* versions array: The versions of the package to copy.
You must specify versions or versionRevisions. You cannot specify both.
* items PackageVersion#### Output
* output CopyPackageVersionsResult
$3
`js
amazonaws_codeartifact.DeletePackageVersions({
"domain": "",
"repository": "",
"format": "",
"package": "",
"versions": []
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* repository required string
* format required string
* namespace string
* package required string
* expectedStatus string (values: Published, Unfinished, Unlisted, Archived, Disposed, Deleted): The expected status of the package version to delete. Valid values are:
-
Published
-
Unfinished
-
Unlisted
-
Archived
-
Disposed
* versions required array: An array of strings that specify the versions of the package to delete.
* items PackageVersion#### Output
* output DeletePackageVersionsResult
$3
`js
amazonaws_codeartifact.DisposePackageVersions({
"domain": "",
"repository": "",
"format": "",
"package": "",
"versions": []
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* repository required string
* format required string
* namespace string
* package required string
* expectedStatus string (values: Published, Unfinished, Unlisted, Archived, Disposed, Deleted): The expected status of the package version to dispose. Valid values are:
-
Published
-
Unfinished
-
Unlisted
-
Archived
-
Disposed
* versionRevisions object: The revisions of the package versions you want to dispose.
* versions required array: The versions of the package you want to dispose.
* items PackageVersion#### Output
* output DisposePackageVersionsResult
$3
`js
amazonaws_codeartifact.UpdatePackageVersionsStatus({
"domain": "",
"repository": "",
"format": "",
"package": "",
"versions": [],
"targetStatus": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* repository required string
* format required string
* namespace string
* package required string
* expectedStatus string (values: Published, Unfinished, Unlisted, Archived, Disposed, Deleted): The package version’s expected status before it is updated. If expectedStatus is provided, the package version's status is updated only if its status at the time UpdatePackageVersionsStatus is called matches expectedStatus.
* targetStatus required string (values: Published, Unfinished, Unlisted, Archived, Disposed, Deleted): The status you want to change the package version status to.
* versionRevisions object: A map of package versions and package version revisions. The map key is the package version (for example, 3.5.2), and the map value is the package version revision.
* versions required array: An array of strings that specify the versions of the package with the statuses to update.
* items PackageVersion#### Output
* output UpdatePackageVersionsStatusResult
$3
`js
amazonaws_codeartifact.ListPackages({
"domain": "",
"repository": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* repository required string
* format string
* namespace string
* package-prefix string
* max-results integer
* next-token string
* maxResults string
* nextToken string#### Output
* output ListPackagesResult
$3
`js
amazonaws_codeartifact.ListRepositories({}, context)
`#### Input
* input
object
* repository-prefix string
* max-results integer
* next-token string
* maxResults string
* nextToken string#### Output
* output ListRepositoriesResult
$3
`js
amazonaws_codeartifact.DeleteRepository({
"domain": "",
"repository": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* repository required string#### Output
* output DeleteRepositoryResult
$3
`js
amazonaws_codeartifact.DescribeRepository({
"domain": "",
"repository": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* repository required string#### Output
* output DescribeRepositoryResult
$3
`js
amazonaws_codeartifact.CreateRepository({
"domain": "",
"repository": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* repository required string
* tags array: One or more tag key-value pairs for the repository.
* items Tag
* description string: A description of the created repository.
* upstreams array: A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when AWS CodeArtifact looks for a requested package version. For more information, see Working with upstream repositories.
* items UpstreamRepository#### Output
* output CreateRepositoryResult
$3
`js
amazonaws_codeartifact.UpdateRepository({
"domain": "",
"repository": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* repository required string
* description string: An updated repository description.
* upstreams array: A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when AWS CodeArtifact looks for a requested package version. For more information, see Working with upstream repositories.
* items UpstreamRepository#### Output
* output UpdateRepositoryResult
$3
`js
amazonaws_codeartifact.GetRepositoryEndpoint({
"domain": "",
"repository": "",
"format": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* repository required string
* format required string#### Output
* output GetRepositoryEndpointResult
$3
`js
amazonaws_codeartifact.DisassociateExternalConnection({
"domain": "",
"repository": "",
"external-connection": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* repository required string
* external-connection required string#### Output
* output DisassociateExternalConnectionResult
$3
`js
amazonaws_codeartifact.AssociateExternalConnection({
"domain": "",
"repository": "",
"external-connection": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* repository required string
* external-connection required string#### Output
* output AssociateExternalConnectionResult
$3
`js
amazonaws_codeartifact.DeleteRepositoryPermissionsPolicy({
"domain": "",
"repository": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* repository required string
* policy-revision string#### Output
* output DeleteRepositoryPermissionsPolicyResult
$3
`js
amazonaws_codeartifact.GetRepositoryPermissionsPolicy({
"domain": "",
"repository": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* repository required string#### Output
* output GetRepositoryPermissionsPolicyResult
$3
`js
amazonaws_codeartifact.PutRepositoryPermissionsPolicy({
"domain": "",
"repository": "",
"policyDocument": ""
}, context)
`#### Input
* input
object
* domain required string
* domain-owner string
* repository required string
* policyDocument required string: A valid displayable JSON Aspen policy string to be set as the access control resource policy on the provided repository.
* policyRevision string: Sets the revision of the resource policy that specifies permissions to access the repository. This revision is used for optimistic locking, which prevents others from overwriting your changes to the repository's resource policy. #### Output
* output PutRepositoryPermissionsPolicyResult
$3
`js
amazonaws_codeartifact.TagResource({
"resourceArn": "",
"tags": []
}, context)
`#### Input
* input
object
* resourceArn required string
* tags required array: The tags you want to modify or add to the resource.
* items Tag#### Output
* output TagResourceResult
$3
`js
amazonaws_codeartifact.ListTagsForResource({
"resourceArn": ""
}, context)
`#### Input
* input
object
* resourceArn required string#### Output
* output ListTagsForResourceResult
$3
`js
amazonaws_codeartifact.UntagResource({
"resourceArn": "",
"tagKeys": []
}, context)
`#### Input
* input
object
* resourceArn required string
* tagKeys required array: The tag key for each tag that you want to remove from the resource.
* items TagKey#### Output
* output UntagResourceResult
Definitions
$3
$3
* AccountId string$3
* Arn string$3
* Asset string$3
* AssetHashes object$3
* AssetName string$3
* AssetSummary object: Contains details about a package version asset.
* hashes
* name required
* size$3
* AssetSummaryList array
* items AssetSummary$3
* AssociateExternalConnectionRequest object$3
* AssociateExternalConnectionResult object
* repository
* administratorAccount
* arn
* description
* domainName
* domainOwner
* externalConnections
* items RepositoryExternalConnectionInfo
* name
* upstreams
* items UpstreamRepositoryInfo$3
* AuthorizationTokenDurationSeconds integer$3
* BooleanOptional boolean$3
$3
* CopyPackageVersionsRequest object
* allowOverwrite
* includeFromUpstream
* versionRevisions
* versions
* items PackageVersion$3
* CopyPackageVersionsResult object
* failedVersions
* successfulVersions$3
* CreateDomainRequest object
* tags
* items Tag
* encryptionKey$3
* CreateDomainResult object
* domain
* arn
* assetSizeBytes
* createdTime
* encryptionKey
* name
* owner
* repositoryCount
* s3BucketArn
* status$3
* CreateRepositoryRequest object
* tags
* items Tag
* description
* upstreams
* items UpstreamRepository$3
* CreateRepositoryResult object
* repository
* administratorAccount
* arn
* description
* domainName
* domainOwner
* externalConnections
* items RepositoryExternalConnectionInfo
* name
* upstreams
* items UpstreamRepositoryInfo$3
* DeleteDomainPermissionsPolicyRequest object$3
* DeleteDomainPermissionsPolicyResult object
* policy
* document
* resourceArn
* revision$3
* DeleteDomainRequest object$3
* DeleteDomainResult object
* domain
* arn
* assetSizeBytes
* createdTime
* encryptionKey
* name
* owner
* repositoryCount
* s3BucketArn
* status$3
* DeletePackageVersionsRequest object
* expectedStatus
* versions required
* items PackageVersion$3
* DeletePackageVersionsResult object
* failedVersions
* successfulVersions$3
* DeleteRepositoryPermissionsPolicyRequest object$3
* DeleteRepositoryPermissionsPolicyResult object
* policy
* document
* resourceArn
* revision$3
* DeleteRepositoryRequest object$3
* DeleteRepositoryResult object
* repository
* administratorAccount
* arn
* description
* domainName
* domainOwner
* externalConnections
* items RepositoryExternalConnectionInfo
* name
* upstreams
* items UpstreamRepositoryInfo$3
* DescribeDomainRequest object$3
* DescribeDomainResult object
* domain DomainDescription$3
* DescribePackageVersionRequest object$3
* DescribePackageVersionResult object
* packageVersion required
* displayName
* format
* homePage
* licenses
* items LicenseInfo
* namespace
* packageName
* publishedTime
* revision
* sourceCodeRepository
* status
* summary
* version$3
* DescribeRepositoryRequest object$3
* DescribeRepositoryResult object
* repository
* administratorAccount
* arn
* description
* domainName
* domainOwner
* externalConnections
* items RepositoryExternalConnectionInfo
* name
* upstreams
* items UpstreamRepositoryInfo$3
* Description string$3
* DisassociateExternalConnectionRequest object$3
* DisassociateExternalConnectionResult object
* repository
* administratorAccount
* arn
* description
* domainName
* domainOwner
* externalConnections
* items RepositoryExternalConnectionInfo
* name
* upstreams
* items UpstreamRepositoryInfo$3
* DisposePackageVersionsRequest object
* expectedStatus
* versionRevisions
* versions required
* items PackageVersion$3
* DisposePackageVersionsResult object
* failedVersions
* successfulVersions$3
* DomainDescription object: Information about a domain. A domain is a container for repositories. When you create a domain, it is empty until you add one or more repositories.
* arn
* assetSizeBytes
* createdTime
* encryptionKey
* name
* owner
* repositoryCount
* s3BucketArn
* status$3
* DomainName string$3
* DomainStatus string (values: Active, Deleted)$3
* DomainSummary object: Information about a domain, including its name, Amazon Resource Name (ARN), and status. The ListDomains operation returns a list of DomainSummary objects.
* arn
* createdTime
* encryptionKey
* name
* owner
* status$3
* DomainSummaryList array
* items DomainSummary$3
* ErrorMessage string$3
* ExternalConnectionName string$3
* ExternalConnectionStatus string (values: Available)$3
* GetAuthorizationTokenRequest object$3
* GetAuthorizationTokenResult object
* authorizationToken
* expiration$3
* GetDomainPermissionsPolicyRequest object$3
* GetDomainPermissionsPolicyResult object
* policy
* document
* resourceArn
* revision$3
* GetPackageVersionAssetRequest object$3
* GetPackageVersionAssetResult object
* asset$3
* GetPackageVersionReadmeRequest object$3
* GetPackageVersionReadmeResult object
* format
* namespace
* package
* readme
* version
* versionRevision$3
* GetRepositoryEndpointRequest object$3
* GetRepositoryEndpointResult object
* repositoryEndpoint$3
* GetRepositoryPermissionsPolicyRequest object$3
* GetRepositoryPermissionsPolicyResult object
* policy
* document
* resourceArn
* revision$3
* HashAlgorithm string (values: MD5, SHA-1, SHA-256, SHA-512)$3
* HashValue string$3
* Integer integer$3
$3
* LicenseInfo object: Details of the license data.
* name
* url$3
* LicenseInfoList array
* items LicenseInfo$3
* ListDomainsMaxResults integer$3
* ListDomainsRequest object
* maxResults
* nextToken$3
* ListDomainsResult object
* domains
* items DomainSummary
* nextToken$3
* ListPackageVersionAssetsMaxResults integer$3
* ListPackageVersionAssetsRequest object$3
* ListPackageVersionAssetsResult object
* assets
* items AssetSummary
* format
* namespace
* nextToken
* package
* version
* versionRevision$3
* ListPackageVersionDependenciesRequest object$3
* ListPackageVersionDependenciesResult object
* dependencies
* items PackageDependency
* format
* namespace
* nextToken
* package
* version
* versionRevision$3
* ListPackageVersionsMaxResults integer$3
* ListPackageVersionsRequest object$3
* ListPackageVersionsResult object
* defaultDisplayVersion
* format
* namespace
* nextToken
* package
* versions
* items PackageVersionSummary$3
* ListPackagesMaxResults integer$3
* ListPackagesRequest object$3
* ListPackagesResult object
* nextToken
* packages
* items PackageSummary$3
* ListRepositoriesInDomainMaxResults integer$3
* ListRepositoriesInDomainRequest object$3
* ListRepositoriesInDomainResult object
* nextToken
* repositories
* items RepositorySummary$3
* ListRepositoriesMaxResults integer$3
* ListRepositoriesRequest object$3
* ListRepositoriesResult object
* nextToken
* repositories
* items RepositorySummary$3
* ListTagsForResourceRequest object$3
* ListTagsForResourceResult object
* tags
* items Tag$3
* Long integer$3
* LongOptional integer$3
* PackageDependency object: Details about a package dependency.
* dependencyType
* namespace
* package
* versionRequirement$3
* PackageDependencyList array
* items PackageDependency$3
* PackageFormat string (values: npm, pypi, maven, nuget)$3
* PackageName string$3
* PackageNamespace string$3
* PackageSummary object: Details about a package, including its format, namespace, and name. The ListPackages operation returns a list of PackageSummary objects.
* format
* namespace
* package$3
* PackageSummaryList array
* items PackageSummary$3
* PackageVersion string$3
* PackageVersionDescription object: Details about a package version.
* displayName
* format
* homePage
* licenses
* items LicenseInfo
* namespace
* packageName
* publishedTime
* revision
* sourceCodeRepository
* status
* summary
* version$3
* PackageVersionError object: An error associated with package.
* errorCode
* errorMessage$3
* PackageVersionErrorCode string (values: ALREADY_EXISTS, MISMATCHED_REVISION, MISMATCHED_STATUS, NOT_ALLOWED, NOT_FOUND, SKIPPED)$3
* PackageVersionErrorMap object$3
* PackageVersionList array
* items PackageVersion$3
* PackageVersionRevision string$3
* PackageVersionRevisionMap object$3
* PackageVersionSortType string (values: PUBLISHED_TIME)$3
* PackageVersionStatus string (values: Published, Unfinished, Unlisted, Archived, Disposed, Deleted)$3
* PackageVersionSummary object: Details about a package version, including its status, version, and revision. The ListPackageVersions operation returns a list of PackageVersionSummary objects.
* revision
* status required
* version required$3
* PackageVersionSummaryList array
* items PackageVersionSummary$3
* PaginationToken string$3
* PolicyDocument string$3
* PolicyRevision string$3
* PutDomainPermissionsPolicyRequest object
* domain required
* domainOwner
* policyDocument required
* policyRevision$3
* PutDomainPermissionsPolicyResult object
* policy
* document
* resourceArn
* revision$3
* PutRepositoryPermissionsPolicyRequest object
* policyDocument required
* policyRevision$3
* PutRepositoryPermissionsPolicyResult object
* policy
* document
* resourceArn
* revision$3
* RepositoryDescription object: The details of a repository stored in AWS CodeArtifact. A CodeArtifact repository contains a set of package versions, each of which maps to a set of assets. Repositories are polyglot—a single repository can contain packages of any supported type. Each repository exposes endpoints for fetching and publishing packages using tools like the npm CLI, the Maven CLI (mvn), and pip. You can create up to 100 repositories per AWS account.
* administratorAccount
* arn
* description
* domainName
* domainOwner
* externalConnections
* items RepositoryExternalConnectionInfo
* name
* upstreams
* items UpstreamRepositoryInfo$3
* RepositoryExternalConnectionInfo object: Contains information about the external connection of a repository.
* externalConnectionName
* packageFormat
* status$3
* RepositoryExternalConnectionInfoList array
* items RepositoryExternalConnectionInfo$3
* RepositoryName string$3
* RepositorySummary object: Details about a repository, including its Amazon Resource Name (ARN), description, and domain information. The ListRepositories operation returns a list of RepositorySummary objects.
* administratorAccount
* arn
* description
* domainName
* domainOwner
* name$3
* RepositorySummaryList array
* items RepositorySummary$3
$3
* ResourcePolicy object: An AWS CodeArtifact resource policy that contains a resource ARN, document details, and a revision.
* document
* resourceArn
* revision$3
$3
* String string$3
* String255 string$3
* SuccessfulPackageVersionInfo object: Contains the revision and status of a package version.
* revision
* status$3
* SuccessfulPackageVersionInfoMap object$3
* Tag object: A tag is a key-value pair that can be used to manage, search for, or filter resources in AWS CodeArtifact.
* key required
* value required$3
* TagKey string$3
* TagKeyList array
* items TagKey$3
* TagList array
* items Tag$3
* TagResourceRequest object
* tags required
* items Tag$3
* TagResourceResult object$3
* TagValue string$3
$3
* Timestamp string$3
* UntagResourceRequest object
* tagKeys required
* items TagKey$3
* UntagResourceResult object$3
* UpdatePackageVersionsStatusRequest object
* expectedStatus
* targetStatus required
* versionRevisions
* versions required
* items PackageVersion$3
* UpdatePackageVersionsStatusResult object
* failedVersions
* successfulVersions$3
* UpdateRepositoryRequest object
* description
* upstreams
* items UpstreamRepository$3
* UpdateRepositoryResult object
* repository
* administratorAccount
* arn
* description
* domainName
* domainOwner
* externalConnections
* items RepositoryExternalConnectionInfo
* name
* upstreams
* items UpstreamRepositoryInfo$3
* UpstreamRepository object: Information about an upstream repository. A list of UpstreamRepository objects is an input parameter to CreateRepository and UpdateRepository .
* repositoryName required$3
* UpstreamRepositoryInfo object: Information about an upstream repository.
* repositoryName$3
* UpstreamRepositoryInfoList array
* items UpstreamRepositoryInfo$3
* UpstreamRepositoryList array`