python-botocore/botocore/data/codeartifact/2018-09-22/service-2.json
2022-12-12 08:14:19 -08:00

3422 lines
157 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"version":"2.0",
"metadata":{
"apiVersion":"2018-09-22",
"endpointPrefix":"codeartifact",
"jsonVersion":"1.1",
"protocol":"rest-json",
"serviceFullName":"CodeArtifact",
"serviceId":"codeartifact",
"signatureVersion":"v4",
"signingName":"codeartifact",
"uid":"codeartifact-2018-09-22"
},
"operations":{
"AssociateExternalConnection":{
"name":"AssociateExternalConnection",
"http":{
"method":"POST",
"requestUri":"/v1/repository/external-connection"
},
"input":{"shape":"AssociateExternalConnectionRequest"},
"output":{"shape":"AssociateExternalConnectionResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Adds an existing external connection to a repository. One external connection is allowed per repository.</p> <note> <p>A repository can have one or more upstream repositories, or an external connection.</p> </note>"
},
"CopyPackageVersions":{
"name":"CopyPackageVersions",
"http":{
"method":"POST",
"requestUri":"/v1/package/versions/copy"
},
"input":{"shape":"CopyPackageVersionsRequest"},
"output":{"shape":"CopyPackageVersionsResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Copies package versions from one repository to another repository in the same domain. </p> <note> <p> You must specify <code>versions</code> or <code>versionRevisions</code>. You cannot specify both. </p> </note>"
},
"CreateDomain":{
"name":"CreateDomain",
"http":{
"method":"POST",
"requestUri":"/v1/domain"
},
"input":{"shape":"CreateDomainRequest"},
"output":{"shape":"CreateDomainResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Creates a domain. CodeArtifact <i>domains</i> make it easier to manage multiple repositories across an organization. You can use a domain to apply permissions across many repositories owned by different Amazon Web Services accounts. An asset is stored only once in a domain, even if it's in multiple repositories. </p> <p>Although you can have multiple domains, we recommend a single production domain that contains all published artifacts so that your development teams can find and share packages. You can use a second pre-production domain to test changes to the production domain configuration. </p>"
},
"CreateRepository":{
"name":"CreateRepository",
"http":{
"method":"POST",
"requestUri":"/v1/repository"
},
"input":{"shape":"CreateRepositoryRequest"},
"output":{"shape":"CreateRepositoryResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Creates a repository. </p>"
},
"DeleteDomain":{
"name":"DeleteDomain",
"http":{
"method":"DELETE",
"requestUri":"/v1/domain"
},
"input":{"shape":"DeleteDomainRequest"},
"output":{"shape":"DeleteDomainResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Deletes a domain. You cannot delete a domain that contains repositories. If you want to delete a domain with repositories, first delete its repositories. </p>"
},
"DeleteDomainPermissionsPolicy":{
"name":"DeleteDomainPermissionsPolicy",
"http":{
"method":"DELETE",
"requestUri":"/v1/domain/permissions/policy"
},
"input":{"shape":"DeleteDomainPermissionsPolicyRequest"},
"output":{"shape":"DeleteDomainPermissionsPolicyResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Deletes the resource policy set on a domain. </p>"
},
"DeletePackageVersions":{
"name":"DeletePackageVersions",
"http":{
"method":"POST",
"requestUri":"/v1/package/versions/delete"
},
"input":{"shape":"DeletePackageVersionsRequest"},
"output":{"shape":"DeletePackageVersionsResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Deletes one or more versions of a package. A deleted package version cannot be restored in your repository. If you want to remove a package version from your repository and be able to restore it later, set its status to <code>Archived</code>. Archived packages cannot be downloaded from a repository and don't show up with list package APIs (for example, <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListPackageVersions.html\">ListackageVersions</a>), but you can restore them using <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_UpdatePackageVersionsStatus.html\">UpdatePackageVersionsStatus</a>. </p>"
},
"DeleteRepository":{
"name":"DeleteRepository",
"http":{
"method":"DELETE",
"requestUri":"/v1/repository"
},
"input":{"shape":"DeleteRepositoryRequest"},
"output":{"shape":"DeleteRepositoryResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Deletes a repository. </p>"
},
"DeleteRepositoryPermissionsPolicy":{
"name":"DeleteRepositoryPermissionsPolicy",
"http":{
"method":"DELETE",
"requestUri":"/v1/repository/permissions/policies"
},
"input":{"shape":"DeleteRepositoryPermissionsPolicyRequest"},
"output":{"shape":"DeleteRepositoryPermissionsPolicyResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Deletes the resource policy that is set on a repository. After a resource policy is deleted, the permissions allowed and denied by the deleted policy are removed. The effect of deleting a resource policy might not be immediate. </p> <important> <p> Use <code>DeleteRepositoryPermissionsPolicy</code> with caution. After a policy is deleted, Amazon Web Services users, roles, and accounts lose permissions to perform the repository actions granted by the deleted policy. </p> </important>"
},
"DescribeDomain":{
"name":"DescribeDomain",
"http":{
"method":"GET",
"requestUri":"/v1/domain"
},
"input":{"shape":"DescribeDomainRequest"},
"output":{"shape":"DescribeDomainResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Returns a <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_DomainDescription.html\">DomainDescription</a> object that contains information about the requested domain. </p>"
},
"DescribePackage":{
"name":"DescribePackage",
"http":{
"method":"GET",
"requestUri":"/v1/package"
},
"input":{"shape":"DescribePackageRequest"},
"output":{"shape":"DescribePackageResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Returns a <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageDescription.html\">PackageDescription</a> object that contains information about the requested package.</p>"
},
"DescribePackageVersion":{
"name":"DescribePackageVersion",
"http":{
"method":"GET",
"requestUri":"/v1/package/version"
},
"input":{"shape":"DescribePackageVersionRequest"},
"output":{"shape":"DescribePackageVersionResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Returns a <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageVersionDescription.html\">PackageVersionDescription</a> object that contains information about the requested package version. </p>"
},
"DescribeRepository":{
"name":"DescribeRepository",
"http":{
"method":"GET",
"requestUri":"/v1/repository"
},
"input":{"shape":"DescribeRepositoryRequest"},
"output":{"shape":"DescribeRepositoryResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Returns a <code>RepositoryDescription</code> object that contains detailed information about the requested repository. </p>"
},
"DisassociateExternalConnection":{
"name":"DisassociateExternalConnection",
"http":{
"method":"DELETE",
"requestUri":"/v1/repository/external-connection"
},
"input":{"shape":"DisassociateExternalConnectionRequest"},
"output":{"shape":"DisassociateExternalConnectionResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Removes an existing external connection from a repository. </p>"
},
"DisposePackageVersions":{
"name":"DisposePackageVersions",
"http":{
"method":"POST",
"requestUri":"/v1/package/versions/dispose"
},
"input":{"shape":"DisposePackageVersionsRequest"},
"output":{"shape":"DisposePackageVersionsResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Deletes the assets in package versions and sets the package versions' status to <code>Disposed</code>. A disposed package version cannot be restored in your repository because its assets are deleted. </p> <p> To view all disposed package versions in a repository, use <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListPackageVersions.html\">ListPackageVersions</a> and set the <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListPackageVersions.html#API_ListPackageVersions_RequestSyntax\">status</a> parameter to <code>Disposed</code>. </p> <p> To view information about a disposed package version, use <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_DescribePackageVersion.html\">DescribePackageVersion</a>. </p>"
},
"GetAuthorizationToken":{
"name":"GetAuthorizationToken",
"http":{
"method":"POST",
"requestUri":"/v1/authorization-token"
},
"input":{"shape":"GetAuthorizationTokenRequest"},
"output":{"shape":"GetAuthorizationTokenResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Generates a temporary authorization token for accessing repositories in the domain. This API requires the <code>codeartifact:GetAuthorizationToken</code> and <code>sts:GetServiceBearerToken</code> permissions. For more information about authorization tokens, see <a href=\"https://docs.aws.amazon.com/codeartifact/latest/ug/tokens-authentication.html\">CodeArtifact authentication and tokens</a>. </p> <note> <p>CodeArtifact authorization tokens are valid for a period of 12 hours when created with the <code>login</code> command. You can call <code>login</code> periodically to refresh the token. When you create an authorization token with the <code>GetAuthorizationToken</code> API, you can set a custom authorization period, up to a maximum of 12 hours, with the <code>durationSeconds</code> parameter.</p> <p>The authorization period begins after <code>login</code> or <code>GetAuthorizationToken</code> is called. If <code>login</code> or <code>GetAuthorizationToken</code> is called while assuming a role, the token lifetime is independent of the maximum session duration of the role. For example, if you call <code>sts assume-role</code> and specify a session duration of 15 minutes, then generate a CodeArtifact authorization token, the token will be valid for the full authorization period even though this is longer than the 15-minute session duration.</p> <p>See <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html\">Using IAM Roles</a> for more information on controlling session duration. </p> </note>"
},
"GetDomainPermissionsPolicy":{
"name":"GetDomainPermissionsPolicy",
"http":{
"method":"GET",
"requestUri":"/v1/domain/permissions/policy"
},
"input":{"shape":"GetDomainPermissionsPolicyRequest"},
"output":{"shape":"GetDomainPermissionsPolicyResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Returns the resource policy attached to the specified domain. </p> <note> <p> The policy is a resource-based policy, not an identity-based policy. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_identity-vs-resource.html\">Identity-based policies and resource-based policies </a> in the <i>IAM User Guide</i>. </p> </note>"
},
"GetPackageVersionAsset":{
"name":"GetPackageVersionAsset",
"http":{
"method":"GET",
"requestUri":"/v1/package/version/asset"
},
"input":{"shape":"GetPackageVersionAssetRequest"},
"output":{"shape":"GetPackageVersionAssetResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"},
{"shape":"ConflictException"}
],
"documentation":"<p> Returns an asset (or file) that is in a package. For example, for a Maven package version, use <code>GetPackageVersionAsset</code> to download a <code>JAR</code> file, a <code>POM</code> file, or any other assets in the package version. </p>"
},
"GetPackageVersionReadme":{
"name":"GetPackageVersionReadme",
"http":{
"method":"GET",
"requestUri":"/v1/package/version/readme"
},
"input":{"shape":"GetPackageVersionReadmeRequest"},
"output":{"shape":"GetPackageVersionReadmeResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Gets the readme file or descriptive text for a package version. For packages that do not contain a readme file, CodeArtifact extracts a description from a metadata file. For example, from the <code>&lt;description&gt;</code> element in the <code>pom.xml</code> file of a Maven package. </p> <p> The returned text might contain formatting. For example, it might contain formatting for Markdown or reStructuredText. </p>"
},
"GetRepositoryEndpoint":{
"name":"GetRepositoryEndpoint",
"http":{
"method":"GET",
"requestUri":"/v1/repository/endpoint"
},
"input":{"shape":"GetRepositoryEndpointRequest"},
"output":{"shape":"GetRepositoryEndpointResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Returns the endpoint of a repository for a specific package format. A repository has one endpoint for each package format: </p> <ul> <li> <p> <code>maven</code> </p> </li> <li> <p> <code>npm</code> </p> </li> <li> <p> <code>nuget</code> </p> </li> <li> <p> <code>pypi</code> </p> </li> </ul>"
},
"GetRepositoryPermissionsPolicy":{
"name":"GetRepositoryPermissionsPolicy",
"http":{
"method":"GET",
"requestUri":"/v1/repository/permissions/policy"
},
"input":{"shape":"GetRepositoryPermissionsPolicyRequest"},
"output":{"shape":"GetRepositoryPermissionsPolicyResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Returns the resource policy that is set on a repository. </p>"
},
"ListDomains":{
"name":"ListDomains",
"http":{
"method":"POST",
"requestUri":"/v1/domains"
},
"input":{"shape":"ListDomainsRequest"},
"output":{"shape":"ListDomainsResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Returns a list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageVersionDescription.html\">DomainSummary</a> objects for all domains owned by the Amazon Web Services account that makes this call. Each returned <code>DomainSummary</code> object contains information about a domain. </p>"
},
"ListPackageVersionAssets":{
"name":"ListPackageVersionAssets",
"http":{
"method":"POST",
"requestUri":"/v1/package/version/assets"
},
"input":{"shape":"ListPackageVersionAssetsRequest"},
"output":{"shape":"ListPackageVersionAssetsResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Returns a list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_AssetSummary.html\">AssetSummary</a> objects for assets in a package version. </p>"
},
"ListPackageVersionDependencies":{
"name":"ListPackageVersionDependencies",
"http":{
"method":"POST",
"requestUri":"/v1/package/version/dependencies"
},
"input":{"shape":"ListPackageVersionDependenciesRequest"},
"output":{"shape":"ListPackageVersionDependenciesResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Returns the direct dependencies for a package version. The dependencies are returned as <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageDependency.html\">PackageDependency</a> objects. CodeArtifact extracts the dependencies for a package version from the metadata file for the package format (for example, the <code>package.json</code> file for npm packages and the <code>pom.xml</code> file for Maven). Any package version dependencies that are not listed in the configuration file are not returned. </p>"
},
"ListPackageVersions":{
"name":"ListPackageVersions",
"http":{
"method":"POST",
"requestUri":"/v1/package/versions"
},
"input":{"shape":"ListPackageVersionsRequest"},
"output":{"shape":"ListPackageVersionsResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Returns a list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageVersionSummary.html\">PackageVersionSummary</a> objects for package versions in a repository that match the request parameters. </p>"
},
"ListPackages":{
"name":"ListPackages",
"http":{
"method":"POST",
"requestUri":"/v1/packages"
},
"input":{"shape":"ListPackagesRequest"},
"output":{"shape":"ListPackagesResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Returns a list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageSummary.html\">PackageSummary</a> objects for packages in a repository that match the request parameters. </p>"
},
"ListRepositories":{
"name":"ListRepositories",
"http":{
"method":"POST",
"requestUri":"/v1/repositories"
},
"input":{"shape":"ListRepositoriesRequest"},
"output":{"shape":"ListRepositoriesResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Returns a list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_RepositorySummary.html\">RepositorySummary</a> objects. Each <code>RepositorySummary</code> contains information about a repository in the specified Amazon Web Services account and that matches the input parameters. </p>"
},
"ListRepositoriesInDomain":{
"name":"ListRepositoriesInDomain",
"http":{
"method":"POST",
"requestUri":"/v1/domain/repositories"
},
"input":{"shape":"ListRepositoriesInDomainRequest"},
"output":{"shape":"ListRepositoriesInDomainResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Returns a list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_RepositorySummary.html\">RepositorySummary</a> objects. Each <code>RepositorySummary</code> contains information about a repository in the specified domain and that matches the input parameters. </p>"
},
"ListTagsForResource":{
"name":"ListTagsForResource",
"http":{
"method":"POST",
"requestUri":"/v1/tags"
},
"input":{"shape":"ListTagsForResourceRequest"},
"output":{"shape":"ListTagsForResourceResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Gets information about Amazon Web Services tags for a specified Amazon Resource Name (ARN) in CodeArtifact.</p>"
},
"PutDomainPermissionsPolicy":{
"name":"PutDomainPermissionsPolicy",
"http":{
"method":"PUT",
"requestUri":"/v1/domain/permissions/policy"
},
"input":{"shape":"PutDomainPermissionsPolicyRequest"},
"output":{"shape":"PutDomainPermissionsPolicyResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Sets a resource policy on a domain that specifies permissions to access it. </p> <p> When you call <code>PutDomainPermissionsPolicy</code>, the resource policy on the domain is ignored when evaluting permissions. This ensures that the owner of a domain cannot lock themselves out of the domain, which would prevent them from being able to update the resource policy. </p>"
},
"PutPackageOriginConfiguration":{
"name":"PutPackageOriginConfiguration",
"http":{
"method":"POST",
"requestUri":"/v1/package"
},
"input":{"shape":"PutPackageOriginConfigurationRequest"},
"output":{"shape":"PutPackageOriginConfigurationResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Sets the package origin configuration for a package.</p> <p>The package origin configuration determines how new versions of a package can be added to a repository. You can allow or block direct publishing of new package versions, or ingestion and retaining of new package versions from an external connection or upstream source. For more information about package origin controls and configuration, see <a href=\"https://docs.aws.amazon.com/codeartifact/latest/ug/package-origin-controls.html\">Editing package origin controls</a> in the <i>CodeArtifact User Guide</i>.</p> <p> <code>PutPackageOriginConfiguration</code> can be called on a package that doesn't yet exist in the repository. When called on a package that does not exist, a package is created in the repository with no versions and the requested restrictions are set on the package. This can be used to preemptively block ingesting or retaining any versions from external connections or upstream repositories, or to block publishing any versions of the package into the repository before connecting any package managers or publishers to the repository.</p>"
},
"PutRepositoryPermissionsPolicy":{
"name":"PutRepositoryPermissionsPolicy",
"http":{
"method":"PUT",
"requestUri":"/v1/repository/permissions/policy"
},
"input":{"shape":"PutRepositoryPermissionsPolicyRequest"},
"output":{"shape":"PutRepositoryPermissionsPolicyResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Sets the resource policy on a repository that specifies permissions to access it. </p> <p> When you call <code>PutRepositoryPermissionsPolicy</code>, the resource policy on the repository is ignored when evaluting permissions. This ensures that the owner of a repository cannot lock themselves out of the repository, which would prevent them from being able to update the resource policy. </p>"
},
"TagResource":{
"name":"TagResource",
"http":{
"method":"POST",
"requestUri":"/v1/tag"
},
"input":{"shape":"TagResourceRequest"},
"output":{"shape":"TagResourceResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Adds or updates tags for a resource in CodeArtifact.</p>"
},
"UntagResource":{
"name":"UntagResource",
"http":{
"method":"POST",
"requestUri":"/v1/untag"
},
"input":{"shape":"UntagResourceRequest"},
"output":{"shape":"UntagResourceResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Removes tags from a resource in CodeArtifact.</p>"
},
"UpdatePackageVersionsStatus":{
"name":"UpdatePackageVersionsStatus",
"http":{
"method":"POST",
"requestUri":"/v1/package/versions/update_status"
},
"input":{"shape":"UpdatePackageVersionsStatusRequest"},
"output":{"shape":"UpdatePackageVersionsStatusResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Updates the status of one or more versions of a package. Using <code>UpdatePackageVersionsStatus</code>, you can update the status of package versions to <code>Archived</code>, <code>Published</code>, or <code>Unlisted</code>. To set the status of a package version to <code>Disposed</code>, use <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_DisposePackageVersions.html\">DisposePackageVersions</a>. </p>"
},
"UpdateRepository":{
"name":"UpdateRepository",
"http":{
"method":"PUT",
"requestUri":"/v1/repository"
},
"input":{"shape":"UpdateRepositoryRequest"},
"output":{"shape":"UpdateRepositoryResult"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Update the properties of a repository. </p>"
}
},
"shapes":{
"AccessDeniedException":{
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"}
},
"documentation":"<p> The operation did not succeed because of an unauthorized access attempt. </p>",
"error":{"httpStatusCode":403},
"exception":true
},
"AccountId":{
"type":"string",
"max":12,
"min":12,
"pattern":"[0-9]{12}"
},
"AllowPublish":{
"type":"string",
"enum":[
"ALLOW",
"BLOCK"
]
},
"AllowUpstream":{
"type":"string",
"enum":[
"ALLOW",
"BLOCK"
]
},
"Arn":{
"type":"string",
"max":1011,
"min":1,
"pattern":"\\S+"
},
"Asset":{
"type":"blob",
"streaming":true
},
"AssetHashes":{
"type":"map",
"key":{"shape":"HashAlgorithm"},
"value":{"shape":"HashValue"}
},
"AssetName":{
"type":"string",
"max":255,
"min":1,
"pattern":"\\P{C}+"
},
"AssetSummary":{
"type":"structure",
"required":["name"],
"members":{
"name":{
"shape":"AssetName",
"documentation":"<p> The name of the asset. </p>"
},
"size":{
"shape":"LongOptional",
"documentation":"<p> The size of the asset. </p>"
},
"hashes":{
"shape":"AssetHashes",
"documentation":"<p> The hashes of the asset. </p>"
}
},
"documentation":"<p> Contains details about a package version asset. </p>"
},
"AssetSummaryList":{
"type":"list",
"member":{"shape":"AssetSummary"}
},
"AssociateExternalConnectionRequest":{
"type":"structure",
"required":[
"domain",
"repository",
"externalConnection"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p>The name of the domain that contains the repository.</p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p> The name of the repository to which the external connection is added. </p>",
"location":"querystring",
"locationName":"repository"
},
"externalConnection":{
"shape":"ExternalConnectionName",
"documentation":"<p> The name of the external connection to add to the repository. The following values are supported: </p> <ul> <li> <p> <code>public:npmjs</code> - for the npm public repository. </p> </li> <li> <p> <code>public:pypi</code> - for the Python Package Index. </p> </li> <li> <p> <code>public:maven-central</code> - for Maven Central. </p> </li> <li> <p> <code>public:maven-googleandroid</code> - for the Google Android repository. </p> </li> <li> <p> <code>public:maven-gradleplugins</code> - for the Gradle plugins repository. </p> </li> <li> <p> <code>public:maven-commonsware</code> - for the CommonsWare Android repository. </p> </li> </ul>",
"location":"querystring",
"locationName":"external-connection"
}
}
},
"AssociateExternalConnectionResult":{
"type":"structure",
"members":{
"repository":{
"shape":"RepositoryDescription",
"documentation":"<p> Information about the connected repository after processing the request. </p>"
}
}
},
"AuthorizationTokenDurationSeconds":{
"type":"long",
"max":43200,
"min":0
},
"BooleanOptional":{"type":"boolean"},
"ConflictException":{
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"},
"resourceId":{
"shape":"String",
"documentation":"<p> The ID of the resource. </p>"
},
"resourceType":{
"shape":"ResourceType",
"documentation":"<p> The type of Amazon Web Services resource. </p>"
}
},
"documentation":"<p> The operation did not succeed because prerequisites are not met. </p>",
"error":{"httpStatusCode":409},
"exception":true
},
"CopyPackageVersionsRequest":{
"type":"structure",
"required":[
"domain",
"sourceRepository",
"destinationRepository",
"format",
"package"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain that contains the source and destination repositories. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"sourceRepository":{
"shape":"RepositoryName",
"documentation":"<p> The name of the repository that contains the package versions to be copied. </p>",
"location":"querystring",
"locationName":"source-repository"
},
"destinationRepository":{
"shape":"RepositoryName",
"documentation":"<p> The name of the repository into which package versions are copied. </p>",
"location":"querystring",
"locationName":"destination-repository"
},
"format":{
"shape":"PackageFormat",
"documentation":"<p> The format of the package versions to be copied. </p>",
"location":"querystring",
"locationName":"format"
},
"namespace":{
"shape":"PackageNamespace",
"documentation":"<p>The namespace of the package versions to be copied. The package version component that specifies its namespace depends on its type. For example:</p> <ul> <li> <p> The namespace of a Maven package version is its <code>groupId</code>. The namespace is required when copying Maven package versions. </p> </li> <li> <p> The namespace of an npm package version is its <code>scope</code>. </p> </li> <li> <p> Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. </p> </li> </ul>",
"location":"querystring",
"locationName":"namespace"
},
"package":{
"shape":"PackageName",
"documentation":"<p> The name of the package that contains the versions to be copied. </p>",
"location":"querystring",
"locationName":"package"
},
"versions":{
"shape":"PackageVersionList",
"documentation":"<p> The versions of the package to be copied. </p> <note> <p> You must specify <code>versions</code> or <code>versionRevisions</code>. You cannot specify both. </p> </note>"
},
"versionRevisions":{
"shape":"PackageVersionRevisionMap",
"documentation":"<p> A list of key-value pairs. The keys are package versions and the values are package version revisions. A <code>CopyPackageVersion</code> operation succeeds if the specified versions in the source repository match the specified package version revision. </p> <note> <p> You must specify <code>versions</code> or <code>versionRevisions</code>. You cannot specify both. </p> </note>"
},
"allowOverwrite":{
"shape":"BooleanOptional",
"documentation":"<p> 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 <code>failedVersions</code> field of the response with an <code>ALREADY_EXISTS</code> error code. </p>"
},
"includeFromUpstream":{
"shape":"BooleanOptional",
"documentation":"<p> 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 <a href=\"https://docs.aws.amazon.com/codeartifact/latest/ug/repos-upstream.html\">Working with upstream repositories</a>. </p>"
}
}
},
"CopyPackageVersionsResult":{
"type":"structure",
"members":{
"successfulVersions":{
"shape":"SuccessfulPackageVersionInfoMap",
"documentation":"<p> A list of the package versions that were successfully copied to your repository. </p>"
},
"failedVersions":{
"shape":"PackageVersionErrorMap",
"documentation":"<p> A map of package versions that failed to copy and their error codes. The possible error codes are in the <code>PackageVersionError</code> data type. They are: </p> <ul> <li> <p> <code>ALREADY_EXISTS</code> </p> </li> <li> <p> <code>MISMATCHED_REVISION</code> </p> </li> <li> <p> <code>MISMATCHED_STATUS</code> </p> </li> <li> <p> <code>NOT_ALLOWED</code> </p> </li> <li> <p> <code>NOT_FOUND</code> </p> </li> <li> <p> <code>SKIPPED</code> </p> </li> </ul>"
}
}
},
"CreateDomainRequest":{
"type":"structure",
"required":["domain"],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain to create. All domain names in an Amazon Web Services Region that are in the same Amazon Web Services account must be unique. The domain name is used as the prefix in DNS hostnames. Do not use sensitive information in a domain name because it is publicly discoverable. </p>",
"location":"querystring",
"locationName":"domain"
},
"encryptionKey":{
"shape":"Arn",
"documentation":"<p> 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 <code>encryptionKey</code>, your IAM role must have <code>kms:DescribeKey</code> and <code>kms:CreateGrant</code> permissions on the encryption key that is used. For more information, see <a href=\"https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestSyntax\">DescribeKey</a> in the <i>Key Management Service API Reference</i> and <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html\">Key Management Service API Permissions Reference</a> in the <i>Key Management Service Developer Guide</i>. </p> <important> <p> CodeArtifact supports only symmetric CMKs. Do not associate an asymmetric CMK with your domain. For more information, see <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html\">Using symmetric and asymmetric keys</a> in the <i>Key Management Service Developer Guide</i>. </p> </important>"
},
"tags":{
"shape":"TagList",
"documentation":"<p>One or more tag key-value pairs for the domain.</p>"
}
}
},
"CreateDomainResult":{
"type":"structure",
"members":{
"domain":{
"shape":"DomainDescription",
"documentation":"<p> Contains information about the created domain after processing the request. </p>"
}
}
},
"CreateRepositoryRequest":{
"type":"structure",
"required":[
"domain",
"repository"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain that contains the created repository. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p> The name of the repository to create. </p>",
"location":"querystring",
"locationName":"repository"
},
"description":{
"shape":"Description",
"documentation":"<p> A description of the created repository. </p>"
},
"upstreams":{
"shape":"UpstreamRepositoryList",
"documentation":"<p> A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when CodeArtifact looks for a requested package version. For more information, see <a href=\"https://docs.aws.amazon.com/codeartifact/latest/ug/repos-upstream.html\">Working with upstream repositories</a>. </p>"
},
"tags":{
"shape":"TagList",
"documentation":"<p>One or more tag key-value pairs for the repository.</p>"
}
}
},
"CreateRepositoryResult":{
"type":"structure",
"members":{
"repository":{
"shape":"RepositoryDescription",
"documentation":"<p> Information about the created repository after processing the request. </p>"
}
}
},
"DeleteDomainPermissionsPolicyRequest":{
"type":"structure",
"required":["domain"],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain associated with the resource policy to be deleted. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"policyRevision":{
"shape":"PolicyRevision",
"documentation":"<p> The current revision of the resource policy to be deleted. This revision is used for optimistic locking, which prevents others from overwriting your changes to the domain's resource policy. </p>",
"location":"querystring",
"locationName":"policy-revision"
}
}
},
"DeleteDomainPermissionsPolicyResult":{
"type":"structure",
"members":{
"policy":{
"shape":"ResourcePolicy",
"documentation":"<p> Information about the deleted resource policy after processing the request. </p>"
}
}
},
"DeleteDomainRequest":{
"type":"structure",
"required":["domain"],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain to delete. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
}
}
},
"DeleteDomainResult":{
"type":"structure",
"members":{
"domain":{
"shape":"DomainDescription",
"documentation":"<p> Contains information about the deleted domain after processing the request. </p>"
}
}
},
"DeletePackageVersionsRequest":{
"type":"structure",
"required":[
"domain",
"repository",
"format",
"package",
"versions"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain that contains the package to delete. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p> The name of the repository that contains the package versions to delete. </p>",
"location":"querystring",
"locationName":"repository"
},
"format":{
"shape":"PackageFormat",
"documentation":"<p> The format of the package versions to delete. </p>",
"location":"querystring",
"locationName":"format"
},
"namespace":{
"shape":"PackageNamespace",
"documentation":"<p>The namespace of the package versions to be deleted. The package version component that specifies its namespace depends on its type. For example:</p> <ul> <li> <p> The namespace of a Maven package version is its <code>groupId</code>. The namespace is required when deleting Maven package versions. </p> </li> <li> <p> The namespace of an npm package version is its <code>scope</code>. </p> </li> <li> <p> Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. </p> </li> </ul>",
"location":"querystring",
"locationName":"namespace"
},
"package":{
"shape":"PackageName",
"documentation":"<p> The name of the package with the versions to delete. </p>",
"location":"querystring",
"locationName":"package"
},
"versions":{
"shape":"PackageVersionList",
"documentation":"<p> An array of strings that specify the versions of the package to delete. </p>"
},
"expectedStatus":{
"shape":"PackageVersionStatus",
"documentation":"<p> The expected status of the package version to delete. </p>"
}
}
},
"DeletePackageVersionsResult":{
"type":"structure",
"members":{
"successfulVersions":{
"shape":"SuccessfulPackageVersionInfoMap",
"documentation":"<p> A list of the package versions that were successfully deleted. The status of every successful version will be <code>Deleted</code>. </p>"
},
"failedVersions":{
"shape":"PackageVersionErrorMap",
"documentation":"<p> A <code>PackageVersionError</code> object that contains a map of errors codes for the deleted package that failed. The possible error codes are: </p> <ul> <li> <p> <code>ALREADY_EXISTS</code> </p> </li> <li> <p> <code>MISMATCHED_REVISION</code> </p> </li> <li> <p> <code>MISMATCHED_STATUS</code> </p> </li> <li> <p> <code>NOT_ALLOWED</code> </p> </li> <li> <p> <code>NOT_FOUND</code> </p> </li> <li> <p> <code>SKIPPED</code> </p> </li> </ul>"
}
}
},
"DeleteRepositoryPermissionsPolicyRequest":{
"type":"structure",
"required":[
"domain",
"repository"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain that contains the repository associated with the resource policy to be deleted. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p> The name of the repository that is associated with the resource policy to be deleted </p>",
"location":"querystring",
"locationName":"repository"
},
"policyRevision":{
"shape":"PolicyRevision",
"documentation":"<p> The revision of the repository's resource policy to be deleted. This revision is used for optimistic locking, which prevents others from accidentally overwriting your changes to the repository's resource policy. </p>",
"location":"querystring",
"locationName":"policy-revision"
}
}
},
"DeleteRepositoryPermissionsPolicyResult":{
"type":"structure",
"members":{
"policy":{
"shape":"ResourcePolicy",
"documentation":"<p> Information about the deleted policy after processing the request. </p>"
}
}
},
"DeleteRepositoryRequest":{
"type":"structure",
"required":[
"domain",
"repository"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain that contains the repository to delete. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p> The name of the repository to delete. </p>",
"location":"querystring",
"locationName":"repository"
}
}
},
"DeleteRepositoryResult":{
"type":"structure",
"members":{
"repository":{
"shape":"RepositoryDescription",
"documentation":"<p> Information about the deleted repository after processing the request. </p>"
}
}
},
"DescribeDomainRequest":{
"type":"structure",
"required":["domain"],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> A string that specifies the name of the requested domain. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
}
}
},
"DescribeDomainResult":{
"type":"structure",
"members":{
"domain":{"shape":"DomainDescription"}
}
},
"DescribePackageRequest":{
"type":"structure",
"required":[
"domain",
"repository",
"format",
"package"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p>The name of the domain that contains the repository that contains the package.</p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p>The name of the repository that contains the requested package. </p>",
"location":"querystring",
"locationName":"repository"
},
"format":{
"shape":"PackageFormat",
"documentation":"<p>A format that specifies the type of the requested package.</p>",
"location":"querystring",
"locationName":"format"
},
"namespace":{
"shape":"PackageNamespace",
"documentation":"<p>The namespace of the requested package. The package component that specifies its namespace depends on its type. For example:</p> <ul> <li> <p> The namespace of a Maven package is its <code>groupId</code>. The namespace is required when requesting Maven packages. </p> </li> <li> <p> The namespace of an npm package is its <code>scope</code>. </p> </li> <li> <p> Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace. </p> </li> </ul>",
"location":"querystring",
"locationName":"namespace"
},
"package":{
"shape":"PackageName",
"documentation":"<p>The name of the requested package.</p>",
"location":"querystring",
"locationName":"package"
}
}
},
"DescribePackageResult":{
"type":"structure",
"required":["package"],
"members":{
"package":{
"shape":"PackageDescription",
"documentation":"<p>A <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageDescription.html\">PackageDescription</a> object that contains information about the requested package.</p>"
}
}
},
"DescribePackageVersionRequest":{
"type":"structure",
"required":[
"domain",
"repository",
"format",
"package",
"packageVersion"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain that contains the repository that contains the package version. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p> The name of the repository that contains the package version. </p>",
"location":"querystring",
"locationName":"repository"
},
"format":{
"shape":"PackageFormat",
"documentation":"<p> A format that specifies the type of the requested package version. </p>",
"location":"querystring",
"locationName":"format"
},
"namespace":{
"shape":"PackageNamespace",
"documentation":"<p>The namespace of the requested package version. The package version component that specifies its namespace depends on its type. For example:</p> <ul> <li> <p> The namespace of a Maven package version is its <code>groupId</code>. </p> </li> <li> <p> The namespace of an npm package version is its <code>scope</code>. </p> </li> <li> <p> Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. </p> </li> </ul>",
"location":"querystring",
"locationName":"namespace"
},
"package":{
"shape":"PackageName",
"documentation":"<p> The name of the requested package version. </p>",
"location":"querystring",
"locationName":"package"
},
"packageVersion":{
"shape":"PackageVersion",
"documentation":"<p> A string that contains the package version (for example, <code>3.5.2</code>). </p>",
"location":"querystring",
"locationName":"version"
}
}
},
"DescribePackageVersionResult":{
"type":"structure",
"required":["packageVersion"],
"members":{
"packageVersion":{
"shape":"PackageVersionDescription",
"documentation":"<p> A <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageVersionDescription.html\">PackageVersionDescription</a> object that contains information about the requested package version. </p>"
}
}
},
"DescribeRepositoryRequest":{
"type":"structure",
"required":[
"domain",
"repository"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain that contains the repository to describe. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p> A string that specifies the name of the requested repository. </p>",
"location":"querystring",
"locationName":"repository"
}
}
},
"DescribeRepositoryResult":{
"type":"structure",
"members":{
"repository":{
"shape":"RepositoryDescription",
"documentation":"<p> A <code>RepositoryDescription</code> object that contains the requested repository information. </p>"
}
}
},
"Description":{
"type":"string",
"max":1000,
"pattern":"\\P{C}*"
},
"DisassociateExternalConnectionRequest":{
"type":"structure",
"required":[
"domain",
"repository",
"externalConnection"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p>The name of the domain that contains the repository from which to remove the external repository. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p>The name of the repository from which the external connection will be removed. </p>",
"location":"querystring",
"locationName":"repository"
},
"externalConnection":{
"shape":"ExternalConnectionName",
"documentation":"<p>The name of the external connection to be removed from the repository. </p>",
"location":"querystring",
"locationName":"external-connection"
}
}
},
"DisassociateExternalConnectionResult":{
"type":"structure",
"members":{
"repository":{
"shape":"RepositoryDescription",
"documentation":"<p> The repository associated with the removed external connection. </p>"
}
}
},
"DisposePackageVersionsRequest":{
"type":"structure",
"required":[
"domain",
"repository",
"format",
"package",
"versions"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain that contains the repository you want to dispose. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p> The name of the repository that contains the package versions you want to dispose. </p>",
"location":"querystring",
"locationName":"repository"
},
"format":{
"shape":"PackageFormat",
"documentation":"<p> A format that specifies the type of package versions you want to dispose. </p>",
"location":"querystring",
"locationName":"format"
},
"namespace":{
"shape":"PackageNamespace",
"documentation":"<p>The namespace of the package versions to be disposed. The package version component that specifies its namespace depends on its type. For example:</p> <ul> <li> <p> The namespace of a Maven package version is its <code>groupId</code>. </p> </li> <li> <p> The namespace of an npm package version is its <code>scope</code>. </p> </li> <li> <p> Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. </p> </li> </ul>",
"location":"querystring",
"locationName":"namespace"
},
"package":{
"shape":"PackageName",
"documentation":"<p> The name of the package with the versions you want to dispose. </p>",
"location":"querystring",
"locationName":"package"
},
"versions":{
"shape":"PackageVersionList",
"documentation":"<p> The versions of the package you want to dispose. </p>"
},
"versionRevisions":{
"shape":"PackageVersionRevisionMap",
"documentation":"<p> The revisions of the package versions you want to dispose. </p>"
},
"expectedStatus":{
"shape":"PackageVersionStatus",
"documentation":"<p> The expected status of the package version to dispose. </p>"
}
}
},
"DisposePackageVersionsResult":{
"type":"structure",
"members":{
"successfulVersions":{
"shape":"SuccessfulPackageVersionInfoMap",
"documentation":"<p> A list of the package versions that were successfully disposed. </p>"
},
"failedVersions":{
"shape":"PackageVersionErrorMap",
"documentation":"<p> A <code>PackageVersionError</code> object that contains a map of errors codes for the disposed package versions that failed. The possible error codes are: </p> <ul> <li> <p> <code>ALREADY_EXISTS</code> </p> </li> <li> <p> <code>MISMATCHED_REVISION</code> </p> </li> <li> <p> <code>MISMATCHED_STATUS</code> </p> </li> <li> <p> <code>NOT_ALLOWED</code> </p> </li> <li> <p> <code>NOT_FOUND</code> </p> </li> <li> <p> <code>SKIPPED</code> </p> </li> </ul>"
}
}
},
"DomainDescription":{
"type":"structure",
"members":{
"name":{
"shape":"DomainName",
"documentation":"<p> The name of the domain. </p>"
},
"owner":{
"shape":"AccountId",
"documentation":"<p> The Amazon Web Services account ID that owns the domain. </p>"
},
"arn":{
"shape":"Arn",
"documentation":"<p> The Amazon Resource Name (ARN) of the domain. </p>"
},
"status":{
"shape":"DomainStatus",
"documentation":"<p> The current status of a domain. </p>"
},
"createdTime":{
"shape":"Timestamp",
"documentation":"<p> A timestamp that represents the date and time the domain was created. </p>"
},
"encryptionKey":{
"shape":"Arn",
"documentation":"<p> The ARN of an Key Management Service (KMS) key associated with a domain. </p>"
},
"repositoryCount":{
"shape":"Integer",
"documentation":"<p> The number of repositories in the domain. </p>"
},
"assetSizeBytes":{
"shape":"Long",
"documentation":"<p> The total size of all assets in the domain. </p>"
},
"s3BucketArn":{
"shape":"Arn",
"documentation":"<p>The Amazon Resource Name (ARN) of the Amazon S3 bucket that is used to store package assets in the domain.</p>"
}
},
"documentation":"<p> 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. </p>"
},
"DomainEntryPoint":{
"type":"structure",
"members":{
"repositoryName":{
"shape":"RepositoryName",
"documentation":"<p>The name of the repository that a package was originally published to.</p>"
},
"externalConnectionName":{
"shape":"ExternalConnectionName",
"documentation":"<p>The name of the external connection that a package was ingested from.</p>"
}
},
"documentation":"<p>Information about how a package originally entered the CodeArtifact domain. For packages published directly to CodeArtifact, the entry point is the repository it was published to. For packages ingested from an external repository, the entry point is the external connection that it was ingested from. An external connection is a CodeArtifact repository that is connected to an external repository such as the npm registry or NuGet gallery.</p>"
},
"DomainName":{
"type":"string",
"max":50,
"min":2,
"pattern":"[a-z][a-z0-9\\-]{0,48}[a-z0-9]"
},
"DomainStatus":{
"type":"string",
"enum":[
"Active",
"Deleted"
]
},
"DomainSummary":{
"type":"structure",
"members":{
"name":{
"shape":"DomainName",
"documentation":"<p> The name of the domain. </p>"
},
"owner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>"
},
"arn":{
"shape":"Arn",
"documentation":"<p> The ARN of the domain. </p>"
},
"status":{
"shape":"DomainStatus",
"documentation":"<p> A string that contains the status of the domain. </p>"
},
"createdTime":{
"shape":"Timestamp",
"documentation":"<p> A timestamp that contains the date and time the domain was created. </p>"
},
"encryptionKey":{
"shape":"Arn",
"documentation":"<p> The key used to encrypt the domain. </p>"
}
},
"documentation":"<p> Information about a domain, including its name, Amazon Resource Name (ARN), and status. The <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListDomains.html\">ListDomains</a> operation returns a list of <code>DomainSummary</code> objects. </p>"
},
"DomainSummaryList":{
"type":"list",
"member":{"shape":"DomainSummary"}
},
"ErrorMessage":{"type":"string"},
"ExternalConnectionName":{
"type":"string",
"max":100,
"min":2,
"pattern":"[A-Za-z0-9][A-Za-z0-9._\\-:]{1,99}"
},
"ExternalConnectionStatus":{
"type":"string",
"enum":["Available"]
},
"GetAuthorizationTokenRequest":{
"type":"structure",
"required":["domain"],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain that is in scope for the generated authorization token. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"durationSeconds":{
"shape":"AuthorizationTokenDurationSeconds",
"documentation":"<p>The time, in seconds, that the generated authorization token is valid. Valid values are <code>0</code> and any number between <code>900</code> (15 minutes) and <code>43200</code> (12 hours). A value of <code>0</code> will set the expiration of the authorization token to the same expiration of the user's role's temporary credentials.</p>",
"location":"querystring",
"locationName":"duration"
}
}
},
"GetAuthorizationTokenResult":{
"type":"structure",
"members":{
"authorizationToken":{
"shape":"String",
"documentation":"<p> The returned authentication token. </p>"
},
"expiration":{
"shape":"Timestamp",
"documentation":"<p> A timestamp that specifies the date and time the authorization token expires. </p>"
}
}
},
"GetDomainPermissionsPolicyRequest":{
"type":"structure",
"required":["domain"],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain to which the resource policy is attached. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
}
}
},
"GetDomainPermissionsPolicyResult":{
"type":"structure",
"members":{
"policy":{
"shape":"ResourcePolicy",
"documentation":"<p> The returned resource policy. </p>"
}
}
},
"GetPackageVersionAssetRequest":{
"type":"structure",
"required":[
"domain",
"repository",
"format",
"package",
"packageVersion",
"asset"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain that contains the repository that contains the package version with the requested asset. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p> The repository that contains the package version with the requested asset. </p>",
"location":"querystring",
"locationName":"repository"
},
"format":{
"shape":"PackageFormat",
"documentation":"<p> A format that specifies the type of the package version with the requested asset file. </p>",
"location":"querystring",
"locationName":"format"
},
"namespace":{
"shape":"PackageNamespace",
"documentation":"<p>The namespace of the package version with the requested asset file. The package version component that specifies its namespace depends on its type. For example:</p> <ul> <li> <p> The namespace of a Maven package version is its <code>groupId</code>. </p> </li> <li> <p> The namespace of an npm package version is its <code>scope</code>. </p> </li> <li> <p> Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. </p> </li> </ul>",
"location":"querystring",
"locationName":"namespace"
},
"package":{
"shape":"PackageName",
"documentation":"<p> The name of the package that contains the requested asset. </p>",
"location":"querystring",
"locationName":"package"
},
"packageVersion":{
"shape":"PackageVersion",
"documentation":"<p> A string that contains the package version (for example, <code>3.5.2</code>). </p>",
"location":"querystring",
"locationName":"version"
},
"asset":{
"shape":"AssetName",
"documentation":"<p> The name of the requested asset. </p>",
"location":"querystring",
"locationName":"asset"
},
"packageVersionRevision":{
"shape":"PackageVersionRevision",
"documentation":"<p> The name of the package version revision that contains the requested asset. </p>",
"location":"querystring",
"locationName":"revision"
}
}
},
"GetPackageVersionAssetResult":{
"type":"structure",
"members":{
"asset":{
"shape":"Asset",
"documentation":"<p> The binary file, or asset, that is downloaded.</p>"
},
"assetName":{
"shape":"AssetName",
"documentation":"<p> The name of the asset that is downloaded. </p>",
"location":"header",
"locationName":"X-AssetName"
},
"packageVersion":{
"shape":"PackageVersion",
"documentation":"<p> A string that contains the package version (for example, <code>3.5.2</code>). </p>",
"location":"header",
"locationName":"X-PackageVersion"
},
"packageVersionRevision":{
"shape":"PackageVersionRevision",
"documentation":"<p> The name of the package version revision that contains the downloaded asset. </p>",
"location":"header",
"locationName":"X-PackageVersionRevision"
}
},
"payload":"asset"
},
"GetPackageVersionReadmeRequest":{
"type":"structure",
"required":[
"domain",
"repository",
"format",
"package",
"packageVersion"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain that contains the repository that contains the package version with the requested readme file. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p> The repository that contains the package with the requested readme file. </p>",
"location":"querystring",
"locationName":"repository"
},
"format":{
"shape":"PackageFormat",
"documentation":"<p> A format that specifies the type of the package version with the requested readme file. </p>",
"location":"querystring",
"locationName":"format"
},
"namespace":{
"shape":"PackageNamespace",
"documentation":"<p>The namespace of the package version with the requested readme file. The package version component that specifies its namespace depends on its type. For example:</p> <ul> <li> <p> The namespace of a Maven package version is its <code>groupId</code>. </p> </li> <li> <p> The namespace of an npm package version is its <code>scope</code>. </p> </li> <li> <p> Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. </p> </li> </ul>",
"location":"querystring",
"locationName":"namespace"
},
"package":{
"shape":"PackageName",
"documentation":"<p> The name of the package version that contains the requested readme file. </p>",
"location":"querystring",
"locationName":"package"
},
"packageVersion":{
"shape":"PackageVersion",
"documentation":"<p> A string that contains the package version (for example, <code>3.5.2</code>). </p>",
"location":"querystring",
"locationName":"version"
}
}
},
"GetPackageVersionReadmeResult":{
"type":"structure",
"members":{
"format":{
"shape":"PackageFormat",
"documentation":"<p> The format of the package with the requested readme file. </p>"
},
"namespace":{
"shape":"PackageNamespace",
"documentation":"<p>The namespace of the package version with the requested readme file. The package version component that specifies its namespace depends on its type. For example:</p> <ul> <li> <p> The namespace of a Maven package version is its <code>groupId</code>. </p> </li> <li> <p> The namespace of an npm package version is its <code>scope</code>. </p> </li> <li> <p> Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. </p> </li> </ul>"
},
"package":{
"shape":"PackageName",
"documentation":"<p> The name of the package that contains the returned readme file. </p>"
},
"version":{
"shape":"PackageVersion",
"documentation":"<p> The version of the package with the requested readme file. </p>"
},
"versionRevision":{
"shape":"PackageVersionRevision",
"documentation":"<p> The current revision associated with the package version. </p>"
},
"readme":{
"shape":"String",
"documentation":"<p> The text of the returned readme file. </p>"
}
}
},
"GetRepositoryEndpointRequest":{
"type":"structure",
"required":[
"domain",
"repository",
"format"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain that contains the repository. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain that contains the repository. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p> The name of the repository. </p>",
"location":"querystring",
"locationName":"repository"
},
"format":{
"shape":"PackageFormat",
"documentation":"<p> Returns which endpoint of a repository to return. A repository has one endpoint for each package format. </p>",
"location":"querystring",
"locationName":"format"
}
}
},
"GetRepositoryEndpointResult":{
"type":"structure",
"members":{
"repositoryEndpoint":{
"shape":"String",
"documentation":"<p> A string that specifies the URL of the returned endpoint. </p>"
}
}
},
"GetRepositoryPermissionsPolicyRequest":{
"type":"structure",
"required":[
"domain",
"repository"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain containing the repository whose associated resource policy is to be retrieved. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p> The name of the repository whose associated resource policy is to be retrieved. </p>",
"location":"querystring",
"locationName":"repository"
}
}
},
"GetRepositoryPermissionsPolicyResult":{
"type":"structure",
"members":{
"policy":{
"shape":"ResourcePolicy",
"documentation":"<p> The returned resource policy. </p>"
}
}
},
"HashAlgorithm":{
"type":"string",
"enum":[
"MD5",
"SHA-1",
"SHA-256",
"SHA-512"
]
},
"HashValue":{
"type":"string",
"max":512,
"min":32,
"pattern":"[0-9a-f]+"
},
"Integer":{"type":"integer"},
"InternalServerException":{
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"}
},
"documentation":"<p> The operation did not succeed because of an error that occurred inside CodeArtifact. </p>",
"error":{"httpStatusCode":500},
"exception":true,
"fault":true
},
"LicenseInfo":{
"type":"structure",
"members":{
"name":{
"shape":"String",
"documentation":"<p> Name of the license. </p>"
},
"url":{
"shape":"String",
"documentation":"<p> The URL for license data. </p>"
}
},
"documentation":"<p> Details of the license data. </p>"
},
"LicenseInfoList":{
"type":"list",
"member":{"shape":"LicenseInfo"}
},
"ListDomainsMaxResults":{
"type":"integer",
"max":1000,
"min":1
},
"ListDomainsRequest":{
"type":"structure",
"members":{
"maxResults":{
"shape":"ListDomainsMaxResults",
"documentation":"<p> The maximum number of results to return per page. </p>"
},
"nextToken":{
"shape":"PaginationToken",
"documentation":"<p> 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. </p>"
}
}
},
"ListDomainsResult":{
"type":"structure",
"members":{
"domains":{
"shape":"DomainSummaryList",
"documentation":"<p> The returned list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_DomainSummary.html\">DomainSummary</a> objects. </p>"
},
"nextToken":{
"shape":"PaginationToken",
"documentation":"<p> 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. </p>"
}
}
},
"ListPackageVersionAssetsMaxResults":{
"type":"integer",
"max":1000,
"min":1
},
"ListPackageVersionAssetsRequest":{
"type":"structure",
"required":[
"domain",
"repository",
"format",
"package",
"packageVersion"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain that contains the repository associated with the package version assets. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p> The name of the repository that contains the package that contains the requested package version assets. </p>",
"location":"querystring",
"locationName":"repository"
},
"format":{
"shape":"PackageFormat",
"documentation":"<p> The format of the package that contains the requested package version assets. </p>",
"location":"querystring",
"locationName":"format"
},
"namespace":{
"shape":"PackageNamespace",
"documentation":"<p>The namespace of the package version that contains the requested package version assets. The package version component that specifies its namespace depends on its type. For example:</p> <ul> <li> <p> The namespace of a Maven package version is its <code>groupId</code>. </p> </li> <li> <p> The namespace of an npm package version is its <code>scope</code>. </p> </li> <li> <p> Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. </p> </li> </ul>",
"location":"querystring",
"locationName":"namespace"
},
"package":{
"shape":"PackageName",
"documentation":"<p> The name of the package that contains the requested package version assets. </p>",
"location":"querystring",
"locationName":"package"
},
"packageVersion":{
"shape":"PackageVersion",
"documentation":"<p> A string that contains the package version (for example, <code>3.5.2</code>). </p>",
"location":"querystring",
"locationName":"version"
},
"maxResults":{
"shape":"ListPackageVersionAssetsMaxResults",
"documentation":"<p> The maximum number of results to return per page. </p>",
"location":"querystring",
"locationName":"max-results"
},
"nextToken":{
"shape":"PaginationToken",
"documentation":"<p> 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. </p>",
"location":"querystring",
"locationName":"next-token"
}
}
},
"ListPackageVersionAssetsResult":{
"type":"structure",
"members":{
"format":{
"shape":"PackageFormat",
"documentation":"<p> The format of the package that contains the requested package version assets. </p>"
},
"namespace":{
"shape":"PackageNamespace",
"documentation":"<p>The namespace of the package version that contains the requested package version assets. The package version component that specifies its namespace depends on its type. For example:</p> <ul> <li> <p> The namespace of a Maven package version is its <code>groupId</code>. </p> </li> <li> <p> The namespace of an npm package version is its <code>scope</code>. </p> </li> <li> <p> Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. </p> </li> </ul>"
},
"package":{
"shape":"PackageName",
"documentation":"<p> The name of the package that contains the requested package version assets. </p>"
},
"version":{
"shape":"PackageVersion",
"documentation":"<p> The version of the package associated with the requested assets. </p>"
},
"versionRevision":{
"shape":"PackageVersionRevision",
"documentation":"<p> The current revision associated with the package version. </p>"
},
"nextToken":{
"shape":"PaginationToken",
"documentation":"<p> If there are additional results, this is the token for the next set of results. </p>"
},
"assets":{
"shape":"AssetSummaryList",
"documentation":"<p> The returned list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_AssetSummary.html\">AssetSummary</a> objects. </p>"
}
}
},
"ListPackageVersionDependenciesRequest":{
"type":"structure",
"required":[
"domain",
"repository",
"format",
"package",
"packageVersion"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain that contains the repository that contains the requested package version dependencies. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p> The name of the repository that contains the requested package version. </p>",
"location":"querystring",
"locationName":"repository"
},
"format":{
"shape":"PackageFormat",
"documentation":"<p> The format of the package with the requested dependencies. </p>",
"location":"querystring",
"locationName":"format"
},
"namespace":{
"shape":"PackageNamespace",
"documentation":"<p>The namespace of the package version with the requested dependencies. The package version component that specifies its namespace depends on its type. For example:</p> <ul> <li> <p> The namespace of a Maven package version is its <code>groupId</code>. </p> </li> <li> <p> The namespace of an npm package version is its <code>scope</code>. </p> </li> <li> <p> Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. </p> </li> </ul>",
"location":"querystring",
"locationName":"namespace"
},
"package":{
"shape":"PackageName",
"documentation":"<p> The name of the package versions' package. </p>",
"location":"querystring",
"locationName":"package"
},
"packageVersion":{
"shape":"PackageVersion",
"documentation":"<p> A string that contains the package version (for example, <code>3.5.2</code>). </p>",
"location":"querystring",
"locationName":"version"
},
"nextToken":{
"shape":"PaginationToken",
"documentation":"<p> 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. </p>",
"location":"querystring",
"locationName":"next-token"
}
}
},
"ListPackageVersionDependenciesResult":{
"type":"structure",
"members":{
"format":{
"shape":"PackageFormat",
"documentation":"<p> A format that specifies the type of the package that contains the returned dependencies. </p>"
},
"namespace":{
"shape":"PackageNamespace",
"documentation":"<p>The namespace of the package version that contains the returned dependencies. The package version component that specifies its namespace depends on its type. For example:</p> <ul> <li> <p> The namespace of a Maven package version is its <code>groupId</code>. </p> </li> <li> <p> The namespace of an npm package version is its <code>scope</code>. </p> </li> <li> <p> Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. </p> </li> </ul>"
},
"package":{
"shape":"PackageName",
"documentation":"<p> The name of the package that contains the returned package versions dependencies. </p>"
},
"version":{
"shape":"PackageVersion",
"documentation":"<p> The version of the package that is specified in the request. </p>"
},
"versionRevision":{
"shape":"PackageVersionRevision",
"documentation":"<p> The current revision associated with the package version. </p>"
},
"nextToken":{
"shape":"PaginationToken",
"documentation":"<p> 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. </p>"
},
"dependencies":{
"shape":"PackageDependencyList",
"documentation":"<p> The returned list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageDependency.html\">PackageDependency</a> objects. </p>"
}
}
},
"ListPackageVersionsMaxResults":{
"type":"integer",
"max":1000,
"min":1
},
"ListPackageVersionsRequest":{
"type":"structure",
"required":[
"domain",
"repository",
"format",
"package"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain that contains the repository that contains the requested package versions. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p> The name of the repository that contains the requested package versions. </p>",
"location":"querystring",
"locationName":"repository"
},
"format":{
"shape":"PackageFormat",
"documentation":"<p> The format of the returned package versions. </p>",
"location":"querystring",
"locationName":"format"
},
"namespace":{
"shape":"PackageNamespace",
"documentation":"<p>The namespace of the package that contains the requested package versions. The package component that specifies its namespace depends on its type. For example:</p> <ul> <li> <p> The namespace of a Maven package is its <code>groupId</code>. </p> </li> <li> <p> The namespace of an npm package is its <code>scope</code>. </p> </li> <li> <p> Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace. </p> </li> </ul>",
"location":"querystring",
"locationName":"namespace"
},
"package":{
"shape":"PackageName",
"documentation":"<p> The name of the package for which you want to request package versions. </p>",
"location":"querystring",
"locationName":"package"
},
"status":{
"shape":"PackageVersionStatus",
"documentation":"<p> A string that filters the requested package versions by status. </p>",
"location":"querystring",
"locationName":"status"
},
"sortBy":{
"shape":"PackageVersionSortType",
"documentation":"<p> How to sort the requested list of package versions. </p>",
"location":"querystring",
"locationName":"sortBy"
},
"maxResults":{
"shape":"ListPackageVersionsMaxResults",
"documentation":"<p> The maximum number of results to return per page. </p>",
"location":"querystring",
"locationName":"max-results"
},
"nextToken":{
"shape":"PaginationToken",
"documentation":"<p> 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. </p>",
"location":"querystring",
"locationName":"next-token"
},
"originType":{
"shape":"PackageVersionOriginType",
"documentation":"<p>The <code>originType</code> used to filter package versions. Only package versions with the provided <code>originType</code> will be returned.</p>",
"location":"querystring",
"locationName":"originType"
}
}
},
"ListPackageVersionsResult":{
"type":"structure",
"members":{
"defaultDisplayVersion":{
"shape":"PackageVersion",
"documentation":"<p> The default package version to display. This depends on the package format: </p> <ul> <li> <p> For Maven and PyPI packages, it's the most recently published package version. </p> </li> <li> <p> For npm packages, it's the version referenced by the <code>latest</code> tag. If the <code>latest</code> tag is not set, it's the most recently published package version. </p> </li> </ul>"
},
"format":{
"shape":"PackageFormat",
"documentation":"<p> A format of the package. </p>"
},
"namespace":{
"shape":"PackageNamespace",
"documentation":"<p>The namespace of the package that contains the requested package versions. The package component that specifies its namespace depends on its type. For example:</p> <ul> <li> <p> The namespace of a Maven package is its <code>groupId</code>. </p> </li> <li> <p> The namespace of an npm package is its <code>scope</code>. </p> </li> <li> <p> Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace. </p> </li> </ul>"
},
"package":{
"shape":"PackageName",
"documentation":"<p> The name of the package. </p>"
},
"versions":{
"shape":"PackageVersionSummaryList",
"documentation":"<p> The returned list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageVersionSummary.html\">PackageVersionSummary</a> objects. </p>"
},
"nextToken":{
"shape":"PaginationToken",
"documentation":"<p> If there are additional results, this is the token for the next set of results. </p>"
}
}
},
"ListPackagesMaxResults":{
"type":"integer",
"max":1000,
"min":1
},
"ListPackagesRequest":{
"type":"structure",
"required":[
"domain",
"repository"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain that contains the repository that contains the requested packages. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p> The name of the repository that contains the requested packages. </p>",
"location":"querystring",
"locationName":"repository"
},
"format":{
"shape":"PackageFormat",
"documentation":"<p>The format used to filter requested packages. Only packages from the provided format will be returned.</p>",
"location":"querystring",
"locationName":"format"
},
"namespace":{
"shape":"PackageNamespace",
"documentation":"<p>The namespace used to filter requested packages. Only packages with the provided namespace will be returned. The package component that specifies its namespace depends on its type. For example:</p> <ul> <li> <p> The namespace of a Maven package is its <code>groupId</code>. </p> </li> <li> <p> The namespace of an npm package is its <code>scope</code>. </p> </li> <li> <p> Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace. </p> </li> </ul>",
"location":"querystring",
"locationName":"namespace"
},
"packagePrefix":{
"shape":"PackageName",
"documentation":"<p> A prefix used to filter requested packages. Only packages with names that start with <code>packagePrefix</code> are returned. </p>",
"location":"querystring",
"locationName":"package-prefix"
},
"maxResults":{
"shape":"ListPackagesMaxResults",
"documentation":"<p> The maximum number of results to return per page. </p>",
"location":"querystring",
"locationName":"max-results"
},
"nextToken":{
"shape":"PaginationToken",
"documentation":"<p> 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. </p>",
"location":"querystring",
"locationName":"next-token"
},
"publish":{
"shape":"AllowPublish",
"documentation":"<p>The value of the <code>Publish</code> package origin control restriction used to filter requested packages. Only packages with the provided restriction are returned. For more information, see <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageOriginRestrictions.html\">PackageOriginRestrictions</a>.</p>",
"location":"querystring",
"locationName":"publish"
},
"upstream":{
"shape":"AllowUpstream",
"documentation":"<p>The value of the <code>Upstream</code> package origin control restriction used to filter requested packages. Only packages with the provided restriction are returned. For more information, see <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageOriginRestrictions.html\">PackageOriginRestrictions</a>.</p>",
"location":"querystring",
"locationName":"upstream"
}
}
},
"ListPackagesResult":{
"type":"structure",
"members":{
"packages":{
"shape":"PackageSummaryList",
"documentation":"<p> The list of returned <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageSummary.html\">PackageSummary</a> objects. </p>"
},
"nextToken":{
"shape":"PaginationToken",
"documentation":"<p> If there are additional results, this is the token for the next set of results. </p>"
}
}
},
"ListRepositoriesInDomainMaxResults":{
"type":"integer",
"max":1000,
"min":1
},
"ListRepositoriesInDomainRequest":{
"type":"structure",
"required":["domain"],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain that contains the returned list of repositories. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"administratorAccount":{
"shape":"AccountId",
"documentation":"<p> Filter the list of repositories to only include those that are managed by the Amazon Web Services account ID. </p>",
"location":"querystring",
"locationName":"administrator-account"
},
"repositoryPrefix":{
"shape":"RepositoryName",
"documentation":"<p> A prefix used to filter returned repositories. Only repositories with names that start with <code>repositoryPrefix</code> are returned. </p>",
"location":"querystring",
"locationName":"repository-prefix"
},
"maxResults":{
"shape":"ListRepositoriesInDomainMaxResults",
"documentation":"<p> The maximum number of results to return per page. </p>",
"location":"querystring",
"locationName":"max-results"
},
"nextToken":{
"shape":"PaginationToken",
"documentation":"<p> 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. </p>",
"location":"querystring",
"locationName":"next-token"
}
}
},
"ListRepositoriesInDomainResult":{
"type":"structure",
"members":{
"repositories":{
"shape":"RepositorySummaryList",
"documentation":"<p> The returned list of repositories. </p>"
},
"nextToken":{
"shape":"PaginationToken",
"documentation":"<p> If there are additional results, this is the token for the next set of results. </p>"
}
}
},
"ListRepositoriesMaxResults":{
"type":"integer",
"max":1000,
"min":1
},
"ListRepositoriesRequest":{
"type":"structure",
"members":{
"repositoryPrefix":{
"shape":"RepositoryName",
"documentation":"<p> A prefix used to filter returned repositories. Only repositories with names that start with <code>repositoryPrefix</code> are returned.</p>",
"location":"querystring",
"locationName":"repository-prefix"
},
"maxResults":{
"shape":"ListRepositoriesMaxResults",
"documentation":"<p> The maximum number of results to return per page. </p>",
"location":"querystring",
"locationName":"max-results"
},
"nextToken":{
"shape":"PaginationToken",
"documentation":"<p> 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. </p>",
"location":"querystring",
"locationName":"next-token"
}
}
},
"ListRepositoriesResult":{
"type":"structure",
"members":{
"repositories":{
"shape":"RepositorySummaryList",
"documentation":"<p> The returned list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_RepositorySummary.html\">RepositorySummary</a> objects. </p>"
},
"nextToken":{
"shape":"PaginationToken",
"documentation":"<p> If there are additional results, this is the token for the next set of results. </p>"
}
}
},
"ListTagsForResourceRequest":{
"type":"structure",
"required":["resourceArn"],
"members":{
"resourceArn":{
"shape":"Arn",
"documentation":"<p>The Amazon Resource Name (ARN) of the resource to get tags for.</p>",
"location":"querystring",
"locationName":"resourceArn"
}
}
},
"ListTagsForResourceResult":{
"type":"structure",
"members":{
"tags":{
"shape":"TagList",
"documentation":"<p>A list of tag key and value pairs associated with the specified resource.</p>"
}
}
},
"Long":{"type":"long"},
"LongOptional":{"type":"long"},
"PackageDependency":{
"type":"structure",
"members":{
"namespace":{
"shape":"PackageNamespace",
"documentation":"<p>The namespace of the package that this package depends on. The package component that specifies its namespace depends on its type. For example:</p> <ul> <li> <p> The namespace of a Maven package is its <code>groupId</code>. </p> </li> <li> <p> The namespace of an npm package is its <code>scope</code>. </p> </li> <li> <p> Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace. </p> </li> </ul>"
},
"package":{
"shape":"PackageName",
"documentation":"<p> The name of the package that this package depends on. </p>"
},
"dependencyType":{
"shape":"String",
"documentation":"<p> The type of a package dependency. The possible values depend on the package type. Example types are <code>compile</code>, <code>runtime</code>, and <code>test</code> for Maven packages, and <code>dev</code>, <code>prod</code>, and <code>optional</code> for npm packages. </p>"
},
"versionRequirement":{
"shape":"String",
"documentation":"<p> The required version, or version range, of the package that this package depends on. The version format is specific to the package type. For example, the following are possible valid required versions: <code>1.2.3</code>, <code>^2.3.4</code>, or <code>4.x</code>. </p>"
}
},
"documentation":"<p> Details about a package dependency. </p>"
},
"PackageDependencyList":{
"type":"list",
"member":{"shape":"PackageDependency"}
},
"PackageDescription":{
"type":"structure",
"members":{
"format":{
"shape":"PackageFormat",
"documentation":"<p>A format that specifies the type of the package.</p>"
},
"namespace":{
"shape":"PackageNamespace",
"documentation":"<p>The namespace of the package. The package component that specifies its namespace depends on its type. For example:</p> <ul> <li> <p> The namespace of a Maven package is its <code>groupId</code>. </p> </li> <li> <p> The namespace of an npm package is its <code>scope</code>. </p> </li> <li> <p> Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace. </p> </li> </ul>"
},
"name":{
"shape":"PackageName",
"documentation":"<p>The name of the package.</p>"
},
"originConfiguration":{
"shape":"PackageOriginConfiguration",
"documentation":"<p>The package origin configuration for the package.</p>"
}
},
"documentation":"<p>Details about a package.</p>"
},
"PackageFormat":{
"type":"string",
"enum":[
"npm",
"pypi",
"maven",
"nuget"
]
},
"PackageName":{
"type":"string",
"max":255,
"min":1,
"pattern":"[^#/\\s]+"
},
"PackageNamespace":{
"type":"string",
"max":255,
"min":1,
"pattern":"[^#/\\s]+"
},
"PackageOriginConfiguration":{
"type":"structure",
"members":{
"restrictions":{
"shape":"PackageOriginRestrictions",
"documentation":"<p>A <code>PackageOriginRestrictions</code> object that contains information about the upstream and publish package origin configuration for the package.</p>"
}
},
"documentation":"<p>Details about the package origin configuration of a package.</p>"
},
"PackageOriginRestrictions":{
"type":"structure",
"required":[
"publish",
"upstream"
],
"members":{
"publish":{
"shape":"AllowPublish",
"documentation":"<p>The package origin configuration that determines if new versions of the package can be published directly to the repository.</p>"
},
"upstream":{
"shape":"AllowUpstream",
"documentation":"<p>The package origin configuration that determines if new versions of the package can be added to the repository from an external connection or upstream source.</p>"
}
},
"documentation":"<p>Details about the origin restrictions set on the package. The package origin restrictions determine how new versions of a package can be added to a specific repository.</p>"
},
"PackageSummary":{
"type":"structure",
"members":{
"format":{
"shape":"PackageFormat",
"documentation":"<p> The format of the package. </p>"
},
"namespace":{
"shape":"PackageNamespace",
"documentation":"<p>The namespace of the package. The package component that specifies its namespace depends on its type. For example:</p> <ul> <li> <p> The namespace of a Maven package is its <code>groupId</code>. </p> </li> <li> <p> The namespace of an npm package is its <code>scope</code>. </p> </li> <li> <p> Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace. </p> </li> </ul>"
},
"package":{
"shape":"PackageName",
"documentation":"<p> The name of the package. </p>"
},
"originConfiguration":{
"shape":"PackageOriginConfiguration",
"documentation":"<p>A <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageOriginConfiguration.html\">PackageOriginConfiguration</a> object that contains a <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageOriginRestrictions.html\">PackageOriginRestrictions</a> object that contains information about the upstream and publish package origin restrictions.</p>"
}
},
"documentation":"<p> Details about a package, including its format, namespace, and name. The <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListPackages.html\">ListPackages</a> operation returns a list of <code>PackageSummary</code> objects. </p>"
},
"PackageSummaryList":{
"type":"list",
"member":{"shape":"PackageSummary"}
},
"PackageVersion":{
"type":"string",
"max":255,
"min":1,
"pattern":"[^#/\\s]+"
},
"PackageVersionDescription":{
"type":"structure",
"members":{
"format":{
"shape":"PackageFormat",
"documentation":"<p> The format of the package version. </p>"
},
"namespace":{
"shape":"PackageNamespace",
"documentation":"<p>The namespace of the package version. The package version component that specifies its namespace depends on its type. For example:</p> <ul> <li> <p> The namespace of a Maven package version is its <code>groupId</code>. </p> </li> <li> <p> The namespace of an npm package version is its <code>scope</code>. </p> </li> <li> <p> Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. </p> </li> </ul>"
},
"packageName":{
"shape":"PackageName",
"documentation":"<p> The name of the requested package. </p>"
},
"displayName":{
"shape":"String255",
"documentation":"<p> The name of the package that is displayed. The <code>displayName</code> varies depending on the package version's format. For example, if an npm package is named <code>ui</code>, is in the namespace <code>vue</code>, and has the format <code>npm</code>, then the <code>displayName</code> is <code>@vue/ui</code>. </p>"
},
"version":{
"shape":"PackageVersion",
"documentation":"<p> The version of the package. </p>"
},
"summary":{
"shape":"String",
"documentation":"<p> A summary of the package version. The summary is extracted from the package. The information in and detail level of the summary depends on the package version's format. </p>"
},
"homePage":{
"shape":"String",
"documentation":"<p> The homepage associated with the package. </p>"
},
"sourceCodeRepository":{
"shape":"String",
"documentation":"<p> The repository for the source code in the package version, or the source code used to build it. </p>"
},
"publishedTime":{
"shape":"Timestamp",
"documentation":"<p> A timestamp that contains the date and time the package version was published. </p>"
},
"licenses":{
"shape":"LicenseInfoList",
"documentation":"<p> Information about licenses associated with the package version. </p>"
},
"revision":{
"shape":"PackageVersionRevision",
"documentation":"<p> The revision of the package version. </p>"
},
"status":{
"shape":"PackageVersionStatus",
"documentation":"<p> A string that contains the status of the package version. </p>"
},
"origin":{
"shape":"PackageVersionOrigin",
"documentation":"<p>A <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageVersionOrigin.html\">PackageVersionOrigin</a> object that contains information about how the package version was added to the repository.</p>"
}
},
"documentation":"<p> Details about a package version. </p>"
},
"PackageVersionError":{
"type":"structure",
"members":{
"errorCode":{
"shape":"PackageVersionErrorCode",
"documentation":"<p> The error code associated with the error. Valid error codes are: </p> <ul> <li> <p> <code>ALREADY_EXISTS</code> </p> </li> <li> <p> <code>MISMATCHED_REVISION</code> </p> </li> <li> <p> <code>MISMATCHED_STATUS</code> </p> </li> <li> <p> <code>NOT_ALLOWED</code> </p> </li> <li> <p> <code>NOT_FOUND</code> </p> </li> <li> <p> <code>SKIPPED</code> </p> </li> </ul>"
},
"errorMessage":{
"shape":"ErrorMessage",
"documentation":"<p> The error message associated with the error. </p>"
}
},
"documentation":"<p>l An error associated with package. </p>"
},
"PackageVersionErrorCode":{
"type":"string",
"enum":[
"ALREADY_EXISTS",
"MISMATCHED_REVISION",
"MISMATCHED_STATUS",
"NOT_ALLOWED",
"NOT_FOUND",
"SKIPPED"
]
},
"PackageVersionErrorMap":{
"type":"map",
"key":{"shape":"PackageVersion"},
"value":{"shape":"PackageVersionError"}
},
"PackageVersionList":{
"type":"list",
"member":{"shape":"PackageVersion"},
"max":100
},
"PackageVersionOrigin":{
"type":"structure",
"members":{
"domainEntryPoint":{
"shape":"DomainEntryPoint",
"documentation":"<p>A <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_DomainEntryPoint.html\">DomainEntryPoint</a> object that contains information about from which repository or external connection the package version was added to the domain.</p>"
},
"originType":{
"shape":"PackageVersionOriginType",
"documentation":"<p>Describes how the package version was originally added to the domain. An <code>INTERNAL</code> origin type means the package version was published directly to a repository in the domain. An <code>EXTERNAL</code> origin type means the package version was ingested from an external connection.</p>"
}
},
"documentation":"<p>Information about how a package version was added to a repository.</p>"
},
"PackageVersionOriginType":{
"type":"string",
"enum":[
"INTERNAL",
"EXTERNAL",
"UNKNOWN"
]
},
"PackageVersionRevision":{
"type":"string",
"max":50,
"min":1,
"pattern":"\\S+"
},
"PackageVersionRevisionMap":{
"type":"map",
"key":{"shape":"PackageVersion"},
"value":{"shape":"PackageVersionRevision"}
},
"PackageVersionSortType":{
"type":"string",
"enum":["PUBLISHED_TIME"]
},
"PackageVersionStatus":{
"type":"string",
"enum":[
"Published",
"Unfinished",
"Unlisted",
"Archived",
"Disposed",
"Deleted"
]
},
"PackageVersionSummary":{
"type":"structure",
"required":[
"version",
"status"
],
"members":{
"version":{
"shape":"PackageVersion",
"documentation":"<p> Information about a package version. </p>"
},
"revision":{
"shape":"PackageVersionRevision",
"documentation":"<p> The revision associated with a package version. </p>"
},
"status":{
"shape":"PackageVersionStatus",
"documentation":"<p> A string that contains the status of the package version. It can be one of the following: </p>"
},
"origin":{
"shape":"PackageVersionOrigin",
"documentation":"<p>A <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageVersionOrigin.html\">PackageVersionOrigin</a> object that contains information about how the package version was added to the repository.</p>"
}
},
"documentation":"<p> Details about a package version, including its status, version, and revision. The <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListPackageVersions.html\">ListPackageVersions</a> operation returns a list of <code>PackageVersionSummary</code> objects. </p>"
},
"PackageVersionSummaryList":{
"type":"list",
"member":{"shape":"PackageVersionSummary"}
},
"PaginationToken":{
"type":"string",
"max":2000,
"min":1,
"pattern":"\\S+"
},
"PolicyDocument":{
"type":"string",
"max":7168,
"min":1,
"pattern":"[\\P{C}\\s]+"
},
"PolicyRevision":{
"type":"string",
"max":100,
"min":1,
"pattern":"\\S+"
},
"PutDomainPermissionsPolicyRequest":{
"type":"structure",
"required":[
"domain",
"policyDocument"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain on which to set the resource policy. </p>"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>"
},
"policyRevision":{
"shape":"PolicyRevision",
"documentation":"<p> 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. </p>"
},
"policyDocument":{
"shape":"PolicyDocument",
"documentation":"<p> A valid displayable JSON Aspen policy string to be set as the access control resource policy on the provided domain. </p>"
}
}
},
"PutDomainPermissionsPolicyResult":{
"type":"structure",
"members":{
"policy":{
"shape":"ResourcePolicy",
"documentation":"<p> The resource policy that was set after processing the request. </p>"
}
}
},
"PutPackageOriginConfigurationRequest":{
"type":"structure",
"required":[
"domain",
"repository",
"format",
"package",
"restrictions"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p>The name of the domain that contains the repository that contains the package.</p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p>The name of the repository that contains the package.</p>",
"location":"querystring",
"locationName":"repository"
},
"format":{
"shape":"PackageFormat",
"documentation":"<p>A format that specifies the type of the package to be updated.</p>",
"location":"querystring",
"locationName":"format"
},
"namespace":{
"shape":"PackageNamespace",
"documentation":"<p>The namespace of the package to be updated. The package component that specifies its namespace depends on its type. For example:</p> <ul> <li> <p> The namespace of a Maven package is its <code>groupId</code>. </p> </li> <li> <p> The namespace of an npm package is its <code>scope</code>. </p> </li> <li> <p> Python and NuGet packages do not contain a corresponding component, packages of those formats do not have a namespace. </p> </li> </ul>",
"location":"querystring",
"locationName":"namespace"
},
"package":{
"shape":"PackageName",
"documentation":"<p>The name of the package to be updated.</p>",
"location":"querystring",
"locationName":"package"
},
"restrictions":{
"shape":"PackageOriginRestrictions",
"documentation":"<p>A <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageOriginRestrictions.html\">PackageOriginRestrictions</a> object that contains information about the <code>upstream</code> and <code>publish</code> package origin restrictions. The <code>upstream</code> restriction determines if new package versions can be ingested or retained from external connections or upstream repositories. The <code>publish</code> restriction determines if new package versions can be published directly to the repository.</p> <p>You must include both the desired <code>upstream</code> and <code>publish</code> restrictions.</p>"
}
}
},
"PutPackageOriginConfigurationResult":{
"type":"structure",
"members":{
"originConfiguration":{
"shape":"PackageOriginConfiguration",
"documentation":"<p>A <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageOriginConfiguration.html\">PackageOriginConfiguration</a> object that describes the origin configuration set for the package. It contains a <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageOriginRestrictions.html\">PackageOriginRestrictions</a> object that describes how new versions of the package can be introduced to the repository.</p>"
}
}
},
"PutRepositoryPermissionsPolicyRequest":{
"type":"structure",
"required":[
"domain",
"repository",
"policyDocument"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain containing the repository to set the resource policy on. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p> The name of the repository to set the resource policy on. </p>",
"location":"querystring",
"locationName":"repository"
},
"policyRevision":{
"shape":"PolicyRevision",
"documentation":"<p> 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. </p>"
},
"policyDocument":{
"shape":"PolicyDocument",
"documentation":"<p> A valid displayable JSON Aspen policy string to be set as the access control resource policy on the provided repository. </p>"
}
}
},
"PutRepositoryPermissionsPolicyResult":{
"type":"structure",
"members":{
"policy":{
"shape":"ResourcePolicy",
"documentation":"<p> The resource policy that was set after processing the request. </p>"
}
}
},
"RepositoryDescription":{
"type":"structure",
"members":{
"name":{
"shape":"RepositoryName",
"documentation":"<p> The name of the repository. </p>"
},
"administratorAccount":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that manages the repository. </p>"
},
"domainName":{
"shape":"DomainName",
"documentation":"<p> The name of the domain that contains the repository. </p>"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain that contains the repository. It does not include dashes or spaces. </p>"
},
"arn":{
"shape":"Arn",
"documentation":"<p> The Amazon Resource Name (ARN) of the repository. </p>"
},
"description":{
"shape":"Description",
"documentation":"<p> A text description of the repository. </p>"
},
"upstreams":{
"shape":"UpstreamRepositoryInfoList",
"documentation":"<p> A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when CodeArtifact looks for a requested package version. For more information, see <a href=\"https://docs.aws.amazon.com/codeartifact/latest/ug/repos-upstream.html\">Working with upstream repositories</a>. </p>"
},
"externalConnections":{
"shape":"RepositoryExternalConnectionInfoList",
"documentation":"<p> An array of external connections associated with the repository. </p>"
}
},
"documentation":"<p> The details of a repository stored in 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 <code>npm</code> CLI, the Maven CLI (<code>mvn</code>), and <code>pip</code>. You can create up to 100 repositories per Amazon Web Services account. </p>"
},
"RepositoryExternalConnectionInfo":{
"type":"structure",
"members":{
"externalConnectionName":{
"shape":"ExternalConnectionName",
"documentation":"<p> The name of the external connection associated with a repository. </p>"
},
"packageFormat":{
"shape":"PackageFormat",
"documentation":"<p> The package format associated with a repository's external connection. The valid package formats are: </p> <ul> <li> <p> <code>npm</code>: A Node Package Manager (npm) package. </p> </li> <li> <p> <code>pypi</code>: A Python Package Index (PyPI) package. </p> </li> <li> <p> <code>maven</code>: A Maven package that contains compiled code in a distributable format, such as a JAR file. </p> </li> <li> <p> <code>nuget</code>: A NuGet package. </p> </li> </ul>"
},
"status":{
"shape":"ExternalConnectionStatus",
"documentation":"<p> The status of the external connection of a repository. There is one valid value, <code>Available</code>. </p>"
}
},
"documentation":"<p> Contains information about the external connection of a repository. </p>"
},
"RepositoryExternalConnectionInfoList":{
"type":"list",
"member":{"shape":"RepositoryExternalConnectionInfo"}
},
"RepositoryName":{
"type":"string",
"max":100,
"min":2,
"pattern":"[A-Za-z0-9][A-Za-z0-9._\\-]{1,99}"
},
"RepositorySummary":{
"type":"structure",
"members":{
"name":{
"shape":"RepositoryName",
"documentation":"<p> The name of the repository. </p>"
},
"administratorAccount":{
"shape":"AccountId",
"documentation":"<p> The Amazon Web Services account ID that manages the repository. </p>"
},
"domainName":{
"shape":"DomainName",
"documentation":"<p> The name of the domain that contains the repository. </p>"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>"
},
"arn":{
"shape":"Arn",
"documentation":"<p> The ARN of the repository. </p>"
},
"description":{
"shape":"Description",
"documentation":"<p> The description of the repository. </p>"
}
},
"documentation":"<p> Details about a repository, including its Amazon Resource Name (ARN), description, and domain information. The <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListRepositories.html\">ListRepositories</a> operation returns a list of <code>RepositorySummary</code> objects. </p>"
},
"RepositorySummaryList":{
"type":"list",
"member":{"shape":"RepositorySummary"}
},
"ResourceNotFoundException":{
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"},
"resourceId":{
"shape":"String",
"documentation":"<p> The ID of the resource. </p>"
},
"resourceType":{
"shape":"ResourceType",
"documentation":"<p> The type of Amazon Web Services resource. </p>"
}
},
"documentation":"<p> The operation did not succeed because the resource requested is not found in the service. </p>",
"error":{"httpStatusCode":404},
"exception":true
},
"ResourcePolicy":{
"type":"structure",
"members":{
"resourceArn":{
"shape":"Arn",
"documentation":"<p> The ARN of the resource associated with the resource policy </p>"
},
"revision":{
"shape":"PolicyRevision",
"documentation":"<p> The current revision of the resource policy. </p>"
},
"document":{
"shape":"PolicyDocument",
"documentation":"<p> The resource policy formatted in JSON. </p>"
}
},
"documentation":"<p> An CodeArtifact resource policy that contains a resource ARN, document details, and a revision. </p>"
},
"ResourceType":{
"type":"string",
"enum":[
"domain",
"repository",
"package",
"package-version",
"asset"
]
},
"RetryAfterSeconds":{"type":"integer"},
"ServiceQuotaExceededException":{
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"},
"resourceId":{
"shape":"String",
"documentation":"<p> The ID of the resource. </p>"
},
"resourceType":{
"shape":"ResourceType",
"documentation":"<p> The type of Amazon Web Services resource. </p>"
}
},
"documentation":"<p> The operation did not succeed because it would have exceeded a service limit for your account. </p>",
"error":{"httpStatusCode":402},
"exception":true
},
"String":{"type":"string"},
"String255":{
"type":"string",
"max":255,
"min":1
},
"SuccessfulPackageVersionInfo":{
"type":"structure",
"members":{
"revision":{
"shape":"String",
"documentation":"<p> The revision of a package version. </p>"
},
"status":{
"shape":"PackageVersionStatus",
"documentation":"<p> The status of a package version. </p>"
}
},
"documentation":"<p> Contains the revision and status of a package version. </p>"
},
"SuccessfulPackageVersionInfoMap":{
"type":"map",
"key":{"shape":"PackageVersion"},
"value":{"shape":"SuccessfulPackageVersionInfo"}
},
"Tag":{
"type":"structure",
"required":[
"key",
"value"
],
"members":{
"key":{
"shape":"TagKey",
"documentation":"<p>The tag key.</p>"
},
"value":{
"shape":"TagValue",
"documentation":"<p>The tag value.</p>"
}
},
"documentation":"<p>A tag is a key-value pair that can be used to manage, search for, or filter resources in CodeArtifact.</p>"
},
"TagKey":{
"type":"string",
"max":128,
"min":1,
"pattern":"\\P{C}+"
},
"TagKeyList":{
"type":"list",
"member":{"shape":"TagKey"},
"max":200,
"min":0
},
"TagList":{
"type":"list",
"member":{"shape":"Tag"},
"max":200,
"min":0
},
"TagResourceRequest":{
"type":"structure",
"required":[
"resourceArn",
"tags"
],
"members":{
"resourceArn":{
"shape":"Arn",
"documentation":"<p>The Amazon Resource Name (ARN) of the resource that you want to add or update tags for.</p>",
"location":"querystring",
"locationName":"resourceArn"
},
"tags":{
"shape":"TagList",
"documentation":"<p>The tags you want to modify or add to the resource.</p>"
}
}
},
"TagResourceResult":{
"type":"structure",
"members":{
}
},
"TagValue":{
"type":"string",
"max":256,
"min":0,
"pattern":"\\P{C}*"
},
"ThrottlingException":{
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"},
"retryAfterSeconds":{
"shape":"RetryAfterSeconds",
"documentation":"<p> The time period, in seconds, to wait before retrying the request. </p>",
"location":"header",
"locationName":"Retry-After"
}
},
"documentation":"<p> The operation did not succeed because too many requests are sent to the service. </p>",
"error":{"httpStatusCode":429},
"exception":true
},
"Timestamp":{"type":"timestamp"},
"UntagResourceRequest":{
"type":"structure",
"required":[
"resourceArn",
"tagKeys"
],
"members":{
"resourceArn":{
"shape":"Arn",
"documentation":"<p>The Amazon Resource Name (ARN) of the resource that you want to remove tags from.</p>",
"location":"querystring",
"locationName":"resourceArn"
},
"tagKeys":{
"shape":"TagKeyList",
"documentation":"<p>The tag key for each tag that you want to remove from the resource.</p>"
}
}
},
"UntagResourceResult":{
"type":"structure",
"members":{
}
},
"UpdatePackageVersionsStatusRequest":{
"type":"structure",
"required":[
"domain",
"repository",
"format",
"package",
"versions",
"targetStatus"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain that contains the repository that contains the package versions with a status to be updated. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p> The repository that contains the package versions with the status you want to update. </p>",
"location":"querystring",
"locationName":"repository"
},
"format":{
"shape":"PackageFormat",
"documentation":"<p> A format that specifies the type of the package with the statuses to update. </p>",
"location":"querystring",
"locationName":"format"
},
"namespace":{
"shape":"PackageNamespace",
"documentation":"<p>The namespace of the package version to be updated. The package version component that specifies its namespace depends on its type. For example:</p> <ul> <li> <p> The namespace of a Maven package version is its <code>groupId</code>. </p> </li> <li> <p> The namespace of an npm package version is its <code>scope</code>. </p> </li> <li> <p> Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace. </p> </li> </ul>",
"location":"querystring",
"locationName":"namespace"
},
"package":{
"shape":"PackageName",
"documentation":"<p> The name of the package with the version statuses to update. </p>",
"location":"querystring",
"locationName":"package"
},
"versions":{
"shape":"PackageVersionList",
"documentation":"<p> An array of strings that specify the versions of the package with the statuses to update. </p>"
},
"versionRevisions":{
"shape":"PackageVersionRevisionMap",
"documentation":"<p> A map of package versions and package version revisions. The map <code>key</code> is the package version (for example, <code>3.5.2</code>), and the map <code>value</code> is the package version revision. </p>"
},
"expectedStatus":{
"shape":"PackageVersionStatus",
"documentation":"<p> The package versions expected status before it is updated. If <code>expectedStatus</code> is provided, the package version's status is updated only if its status at the time <code>UpdatePackageVersionsStatus</code> is called matches <code>expectedStatus</code>. </p>"
},
"targetStatus":{
"shape":"PackageVersionStatus",
"documentation":"<p> The status you want to change the package version status to. </p>"
}
}
},
"UpdatePackageVersionsStatusResult":{
"type":"structure",
"members":{
"successfulVersions":{
"shape":"SuccessfulPackageVersionInfoMap",
"documentation":"<p> A list of <code>PackageVersionError</code> objects, one for each package version with a status that failed to update. </p>"
},
"failedVersions":{
"shape":"PackageVersionErrorMap",
"documentation":"<p> A list of <code>SuccessfulPackageVersionInfo</code> objects, one for each package version with a status that successfully updated. </p>"
}
}
},
"UpdateRepositoryRequest":{
"type":"structure",
"required":[
"domain",
"repository"
],
"members":{
"domain":{
"shape":"DomainName",
"documentation":"<p> The name of the domain associated with the repository to update. </p>",
"location":"querystring",
"locationName":"domain"
},
"domainOwner":{
"shape":"AccountId",
"documentation":"<p> The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. </p>",
"location":"querystring",
"locationName":"domain-owner"
},
"repository":{
"shape":"RepositoryName",
"documentation":"<p> The name of the repository to update. </p>",
"location":"querystring",
"locationName":"repository"
},
"description":{
"shape":"Description",
"documentation":"<p> An updated repository description. </p>"
},
"upstreams":{
"shape":"UpstreamRepositoryList",
"documentation":"<p> A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when CodeArtifact looks for a requested package version. For more information, see <a href=\"https://docs.aws.amazon.com/codeartifact/latest/ug/repos-upstream.html\">Working with upstream repositories</a>. </p>"
}
}
},
"UpdateRepositoryResult":{
"type":"structure",
"members":{
"repository":{
"shape":"RepositoryDescription",
"documentation":"<p> The updated repository. </p>"
}
}
},
"UpstreamRepository":{
"type":"structure",
"required":["repositoryName"],
"members":{
"repositoryName":{
"shape":"RepositoryName",
"documentation":"<p> The name of an upstream repository. </p>"
}
},
"documentation":"<p> Information about an upstream repository. A list of <code>UpstreamRepository</code> objects is an input parameter to <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_CreateRepository.html\">CreateRepository</a> and <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_UpdateRepository.html\">UpdateRepository</a>. </p>"
},
"UpstreamRepositoryInfo":{
"type":"structure",
"members":{
"repositoryName":{
"shape":"RepositoryName",
"documentation":"<p> The name of an upstream repository. </p>"
}
},
"documentation":"<p> Information about an upstream repository. </p>"
},
"UpstreamRepositoryInfoList":{
"type":"list",
"member":{"shape":"UpstreamRepositoryInfo"}
},
"UpstreamRepositoryList":{
"type":"list",
"member":{"shape":"UpstreamRepository"}
},
"ValidationException":{
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"},
"reason":{
"shape":"ValidationExceptionReason",
"documentation":"<p> </p>"
}
},
"documentation":"<p> The operation did not succeed because a parameter in the request was sent with an invalid value. </p>",
"error":{"httpStatusCode":400},
"exception":true
},
"ValidationExceptionReason":{
"type":"string",
"enum":[
"CANNOT_PARSE",
"ENCRYPTION_KEY_ERROR",
"FIELD_VALIDATION_FAILED",
"UNKNOWN_OPERATION",
"OTHER"
]
}
},
"documentation":"<p> CodeArtifact is a fully managed artifact repository compatible with language-native package managers and build tools such as npm, Apache Maven, pip, and dotnet. 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. </p> <p> <b>CodeArtifact Components</b> </p> <p>Use the information in this guide to help you work with the following CodeArtifact components:</p> <ul> <li> <p> <b>Repository</b>: A CodeArtifact repository contains a set of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/ug/welcome.html#welcome-concepts-package-version\">package versions</a>, 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 <b> <code>npm</code> </b> CLI, the Maven CLI (<b> <code>mvn</code> </b>), Python CLIs (<b> <code>pip</code> </b> and <code>twine</code>), and NuGet CLIs (<code>nuget</code> and <code>dotnet</code>).</p> </li> <li> <p> <b>Domain</b>: Repositories are aggregated into a higher-level entity known as a <i>domain</i>. 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 Key Management Service (KMS).</p> <p>Each repository is a member of a single domain and can't be moved to a different domain.</p> <p>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.</p> <p>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.</p> </li> <li> <p> <b>Package</b>: A <i>package</i> is a bundle of software and the metadata required to resolve dependencies and install the software. CodeArtifact supports <a href=\"https://docs.aws.amazon.com/codeartifact/latest/ug/using-npm.html\">npm</a>, <a href=\"https://docs.aws.amazon.com/codeartifact/latest/ug/using-python.html\">PyPI</a>, <a href=\"https://docs.aws.amazon.com/codeartifact/latest/ug/using-maven\">Maven</a>, and <a href=\"https://docs.aws.amazon.com/codeartifact/latest/ug/using-nuget\">NuGet</a> package formats.</p> <p>In CodeArtifact, a package consists of:</p> <ul> <li> <p>A <i>name</i> (for example, <code>webpack</code> is the name of a popular npm package)</p> </li> <li> <p>An optional namespace (for example, <code>@types</code> in <code>@types/node</code>)</p> </li> <li> <p>A set of versions (for example, <code>1.0.0</code>, <code>1.0.1</code>, <code>1.0.2</code>, etc.)</p> </li> <li> <p> Package-level metadata (for example, npm tags)</p> </li> </ul> </li> <li> <p> <b>Package version</b>: A version of a package, such as <code>@types/node 12.6.9</code>. The version number format and semantics vary for different package formats. For example, npm package versions must conform to the <a href=\"https://semver.org/\">Semantic Versioning specification</a>. In CodeArtifact, a package version consists of the version identifier, metadata at the package version level, and a set of assets.</p> </li> <li> <p> <b>Upstream repository</b>: One repository is <i>upstream</i> 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.</p> </li> <li> <p> <b>Asset</b>: An individual file stored in CodeArtifact associated with a package version, such as an npm <code>.tgz</code> file or Maven POM and JAR files.</p> </li> </ul> <p>CodeArtifact supports these operations:</p> <ul> <li> <p> <code>AssociateExternalConnection</code>: Adds an existing external connection to a repository. </p> </li> <li> <p> <code>CopyPackageVersions</code>: Copies package versions from one repository to another repository in the same domain.</p> </li> <li> <p> <code>CreateDomain</code>: Creates a domain</p> </li> <li> <p> <code>CreateRepository</code>: Creates a CodeArtifact repository in a domain. </p> </li> <li> <p> <code>DeleteDomain</code>: Deletes a domain. You cannot delete a domain that contains repositories. </p> </li> <li> <p> <code>DeleteDomainPermissionsPolicy</code>: Deletes the resource policy that is set on a domain.</p> </li> <li> <p> <code>DeletePackageVersions</code>: 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.</p> </li> <li> <p> <code>DeleteRepository</code>: Deletes a repository. </p> </li> <li> <p> <code>DeleteRepositoryPermissionsPolicy</code>: Deletes the resource policy that is set on a repository.</p> </li> <li> <p> <code>DescribeDomain</code>: Returns a <code>DomainDescription</code> object that contains information about the requested domain.</p> </li> <li> <p> <code>DescribePackage</code>: Returns a <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageDescription.html\">PackageDescription</a> object that contains details about a package. </p> </li> <li> <p> <code>DescribePackageVersion</code>: Returns a <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageVersionDescription.html\">PackageVersionDescription</a> object that contains details about a package version. </p> </li> <li> <p> <code>DescribeRepository</code>: Returns a <code>RepositoryDescription</code> object that contains detailed information about the requested repository. </p> </li> <li> <p> <code>DisposePackageVersions</code>: Disposes versions of a package. A package version with the status <code>Disposed</code> cannot be restored because they have been permanently removed from storage.</p> </li> <li> <p> <code>DisassociateExternalConnection</code>: Removes an existing external connection from a repository. </p> </li> <li> <p> <code>GetAuthorizationToken</code>: 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.</p> </li> <li> <p> <code>GetDomainPermissionsPolicy</code>: Returns the policy of a resource that is attached to the specified domain. </p> </li> <li> <p> <code>GetPackageVersionAsset</code>: Returns the contents of an asset that is in a package version. </p> </li> <li> <p> <code>GetPackageVersionReadme</code>: Gets the readme file or descriptive text for a package version.</p> </li> <li> <p> <code>GetRepositoryEndpoint</code>: Returns the endpoint of a repository for a specific package format. A repository has one endpoint for each package format: </p> <ul> <li> <p> <code>maven</code> </p> </li> <li> <p> <code>npm</code> </p> </li> <li> <p> <code>nuget</code> </p> </li> <li> <p> <code>pypi</code> </p> </li> </ul> </li> <li> <p> <code>GetRepositoryPermissionsPolicy</code>: Returns the resource policy that is set on a repository. </p> </li> <li> <p> <code>ListDomains</code>: Returns a list of <code>DomainSummary</code> objects. Each returned <code>DomainSummary</code> object contains information about a domain.</p> </li> <li> <p> <code>ListPackages</code>: Lists the packages in a repository.</p> </li> <li> <p> <code>ListPackageVersionAssets</code>: Lists the assets for a given package version.</p> </li> <li> <p> <code>ListPackageVersionDependencies</code>: Returns a list of the direct dependencies for a package version. </p> </li> <li> <p> <code>ListPackageVersions</code>: Returns a list of package versions for a specified package in a repository.</p> </li> <li> <p> <code>ListRepositories</code>: Returns a list of repositories owned by the Amazon Web Services account that called this method.</p> </li> <li> <p> <code>ListRepositoriesInDomain</code>: Returns a list of the repositories in a domain.</p> </li> <li> <p> <code>PutDomainPermissionsPolicy</code>: Attaches a resource policy to a domain.</p> </li> <li> <p> <code>PutPackageOriginConfiguration</code>: Sets the package origin configuration for a package, which determine how new versions of the package can be added to a specific repository.</p> </li> <li> <p> <code>PutRepositoryPermissionsPolicy</code>: Sets the resource policy on a repository that specifies permissions to access it. </p> </li> <li> <p> <code>UpdatePackageVersionsStatus</code>: Updates the status of one or more versions of a package.</p> </li> <li> <p> <code>UpdateRepository</code>: Updates the properties of a repository.</p> </li> </ul>"
}