{ "opencollection": "1.0.0", "info": { "name": "CodeArtifact Authorization Token#domain Packages#domain&repository API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Packages#domain&repository", "type": "folder" }, "items": [ { "info": { "name": "Amazon CodeArtifact List Packages", "type": "http" }, "http": { "method": "POST", "url": "http://codeartifact.{region}.amazonaws.com/v1/packages#domain&repository", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "domain", "value": "", "type": "query", "description": " The name of the domain that contains the repository that contains the requested packages. " }, { "name": "domain-owner", "value": "", "type": "query", "description": " The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. " }, { "name": "repository", "value": "", "type": "query", "description": " The name of the repository that contains the requested packages. " }, { "name": "format", "value": "", "type": "query", "description": "The format used to filter requested packages. Only packages from the provided format will be returned." }, { "name": "namespace", "value": "", "type": "query", "description": "

The namespace prefix used to filter requested packages. Only packages with a namespace that starts with the provided string value are returned. Note that although this option is called --namespace and not --namespace-prefix, it has prefix-matching behavior.

Each package format uses namespace as follows:

" }, { "name": "package-prefix", "value": "", "type": "query", "description": " A prefix used to filter requested packages. Only packages with names that start with packagePrefix are returned. " }, { "name": "max-results", "value": "", "type": "query", "description": " The maximum number of results to return per page. " }, { "name": "next-token", "value": "", "type": "query", "description": " 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. " }, { "name": "publish", "value": "", "type": "query", "description": "The value of the Publish package origin control restriction used to filter requested packages. Only packages with the provided restriction are returned. For more information, see PackageOriginRestrictions." }, { "name": "upstream", "value": "", "type": "query", "description": "The value of the Upstream package origin control restriction used to filter requested packages. Only packages with the provided restriction are returned. For more information, see PackageOriginRestrictions." }, { "name": "maxResults", "value": "", "type": "query", "description": "Pagination limit" }, { "name": "nextToken", "value": "", "type": "query", "description": "Pagination token" } ] }, "docs": " Returns a list of PackageSummary objects for packages in a repository that match the request parameters. " } ] } ], "bundled": true }