|
356 | 356 | "shape": "ValidationException"
|
357 | 357 | }
|
358 | 358 | ],
|
359 |
| - "documentation": "<p> Returns a <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_DomainDescription.html\"> <code>DomainDescription</code> </a> object that contains information about the requested domain. </p>" |
| 359 | + "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>" |
360 | 360 | },
|
361 | 361 | "DescribePackageVersion": {
|
362 | 362 | "name": "DescribePackageVersion",
|
|
390 | 390 | "shape": "ValidationException"
|
391 | 391 | }
|
392 | 392 | ],
|
393 |
| - "documentation": "<p> Returns a <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageVersionDescription.html\"> <code>PackageVersionDescription</code> </a> object that contains information about the requested package version. </p>" |
| 393 | + "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>" |
394 | 394 | },
|
395 | 395 | "DescribeRepository": {
|
396 | 396 | "name": "DescribeRepository",
|
|
492 | 492 | "shape": "ValidationException"
|
493 | 493 | }
|
494 | 494 | ],
|
495 |
| - "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\"> <code>ListPackageVersions</code> </a> and set the <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListPackageVersions.html#API_ListPackageVersions_RequestSyntax\"> <code>status</code> </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\"> <code>DescribePackageVersion</code> </a>.. </p>" |
| 495 | + "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>" |
496 | 496 | },
|
497 | 497 | "GetAuthorizationToken": {
|
498 | 498 | "name": "GetAuthorizationToken",
|
|
740 | 740 | "shape": "ValidationException"
|
741 | 741 | }
|
742 | 742 | ],
|
743 |
| - "documentation": "<p> Returns a list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_AssetSummary.html\"> <code>AssetSummary</code> </a> objects for assets in a package version. </p>" |
| 743 | + "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>" |
744 | 744 | },
|
745 | 745 | "ListPackageVersionDependencies": {
|
746 | 746 | "name": "ListPackageVersionDependencies",
|
|
771 | 771 | "shape": "ValidationException"
|
772 | 772 | }
|
773 | 773 | ],
|
774 |
| - "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\"> <code>PackageDependency</code> </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>" |
| 774 | + "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>" |
775 | 775 | },
|
776 | 776 | "ListPackageVersions": {
|
777 | 777 | "name": "ListPackageVersions",
|
|
802 | 802 | "shape": "ValidationException"
|
803 | 803 | }
|
804 | 804 | ],
|
805 |
| - "documentation": "<p> Returns a list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageVersionSummary.html\"> <code>PackageVersionSummary</code> </a> objects for package versions in a repository that match the request parameters. </p>" |
| 805 | + "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>" |
806 | 806 | },
|
807 | 807 | "ListPackages": {
|
808 | 808 | "name": "ListPackages",
|
|
833 | 833 | "shape": "ValidationException"
|
834 | 834 | }
|
835 | 835 | ],
|
836 |
| - "documentation": "<p> Returns a list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageSummary.html\"> <code>PackageSummary</code> </a> objects for packages in a repository that match the request parameters. </p>" |
| 836 | + "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>" |
837 | 837 | },
|
838 | 838 | "ListRepositories": {
|
839 | 839 | "name": "ListRepositories",
|
|
861 | 861 | "shape": "ValidationException"
|
862 | 862 | }
|
863 | 863 | ],
|
864 |
| - "documentation": "<p> Returns a list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_RepositorySummary.html\"> <code>RepositorySummary</code> </a> objects. Each <code>RepositorySummary</code> contains information about a repository in the specified AWS account and that matches the input parameters. </p>" |
| 864 | + "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 AWS account and that matches the input parameters. </p>" |
865 | 865 | },
|
866 | 866 | "ListRepositoriesInDomain": {
|
867 | 867 | "name": "ListRepositoriesInDomain",
|
|
892 | 892 | "shape": "ValidationException"
|
893 | 893 | }
|
894 | 894 | ],
|
895 |
| - "documentation": "<p> Returns a list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_RepositorySummary.html\"> <code>RepositorySummary</code> </a> objects. Each <code>RepositorySummary</code> contains information about a repository in the specified domain and that matches the input parameters. </p>" |
| 895 | + "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>" |
896 | 896 | },
|
897 | 897 | "ListTagsForResource": {
|
898 | 898 | "name": "ListTagsForResource",
|
|
1944 | 1944 | "documentation": "<p> The key used to encrypt the domain. </p>"
|
1945 | 1945 | }
|
1946 | 1946 | },
|
1947 |
| - "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\"> <code>ListDomains</code> </a> operation returns a list of <code>DomainSummary</code> objects. </p>" |
| 1947 | + "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>" |
1948 | 1948 | },
|
1949 | 1949 | "DomainSummaryList": {
|
1950 | 1950 | "type": "list",
|
|
2459 | 2459 | },
|
2460 | 2460 | "assets": {
|
2461 | 2461 | "shape": "AssetSummaryList",
|
2462 |
| - "documentation": "<p> The returned list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_AssetSummary.html\"> <code>AssetSummary</code> </a> objects. </p>" |
| 2462 | + "documentation": "<p> The returned list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_AssetSummary.html\">AssetSummary</a> objects. </p>" |
2463 | 2463 | }
|
2464 | 2464 | }
|
2465 | 2465 | },
|
|
2552 | 2552 | },
|
2553 | 2553 | "dependencies": {
|
2554 | 2554 | "shape": "PackageDependencyList",
|
2555 |
| - "documentation": "<p> The returned list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageDependency.html\"> <code>PackageDependency</code> </a> objects. </p>" |
| 2555 | + "documentation": "<p> The returned list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageDependency.html\">PackageDependency</a> objects. </p>" |
2556 | 2556 | }
|
2557 | 2557 | }
|
2558 | 2558 | },
|
|
2653 | 2653 | },
|
2654 | 2654 | "versions": {
|
2655 | 2655 | "shape": "PackageVersionSummaryList",
|
2656 |
| - "documentation": "<p> The returned list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageVersionSummary.html\"> <code>PackageVersionSummary</code> </a> objects. </p>" |
| 2656 | + "documentation": "<p> The returned list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageVersionSummary.html\">PackageVersionSummary</a> objects. </p>" |
2657 | 2657 | },
|
2658 | 2658 | "nextToken": {
|
2659 | 2659 | "shape": "PaginationToken",
|
|
2728 | 2728 | "members": {
|
2729 | 2729 | "packages": {
|
2730 | 2730 | "shape": "PackageSummaryList",
|
2731 |
| - "documentation": "<p> The list of returned <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageSummary.html\"> <code>PackageSummary</code> </a> objects. </p>" |
| 2731 | + "documentation": "<p> The list of returned <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageSummary.html\">PackageSummary</a> objects. </p>" |
2732 | 2732 | },
|
2733 | 2733 | "nextToken": {
|
2734 | 2734 | "shape": "PaginationToken",
|
|
2831 | 2831 | "members": {
|
2832 | 2832 | "repositories": {
|
2833 | 2833 | "shape": "RepositorySummaryList",
|
2834 |
| - "documentation": "<p> The returned list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_RepositorySummary.html\"> <code>RepositorySummary</code> </a> objects. </p>" |
| 2834 | + "documentation": "<p> The returned list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_RepositorySummary.html\">RepositorySummary</a> objects. </p>" |
2835 | 2835 | },
|
2836 | 2836 | "nextToken": {
|
2837 | 2837 | "shape": "PaginationToken",
|
|
2933 | 2933 | "documentation": "<p> The name of the package. </p>"
|
2934 | 2934 | }
|
2935 | 2935 | },
|
2936 |
| - "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\"> <code>ListPackages</code> </a> operation returns a list of <code>PackageSummary</code> objects. </p>" |
| 2936 | + "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>" |
2937 | 2937 | },
|
2938 | 2938 | "PackageSummaryList": {
|
2939 | 2939 | "type": "list",
|
|
3094 | 3094 | "documentation": "<p> A string that contains the status of the package version. It can be one of the following: </p> <ul> <li> <p> <code>Published</code> </p> </li> <li> <p> <code>Unfinished</code> </p> </li> <li> <p> <code>Unlisted</code> </p> </li> <li> <p> <code>Archived</code> </p> </li> <li> <p> <code>Disposed</code> </p> </li> </ul>"
|
3095 | 3095 | }
|
3096 | 3096 | },
|
3097 |
| - "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\"> <code>ListPackageVersions</code> </a> operation returns a list of <code>PackageVersionSummary</code> objects. </p>" |
| 3097 | + "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>" |
3098 | 3098 | },
|
3099 | 3099 | "PackageVersionSummaryList": {
|
3100 | 3100 | "type": "list",
|
|
3294 | 3294 | "documentation": "<p> The description of the repository. </p>"
|
3295 | 3295 | }
|
3296 | 3296 | },
|
3297 |
| - "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\"> <code>ListRepositories</code> </a> operation returns a list of <code>RepositorySummary</code> objects. </p>" |
| 3297 | + "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>" |
3298 | 3298 | },
|
3299 | 3299 | "RepositorySummaryList": {
|
3300 | 3300 | "type": "list",
|
|
3577 | 3577 | "documentation": "<p> The name of an upstream repository. </p>"
|
3578 | 3578 | }
|
3579 | 3579 | },
|
3580 |
| - "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\"> <code>CreateRepository</code> </a> and <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_UpdateRepository.html\"> <code>UpdateRepository</code> </a>. </p>" |
| 3580 | + "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>" |
3581 | 3581 | },
|
3582 | 3582 | "UpstreamRepositoryInfo": {
|
3583 | 3583 | "type": "structure",
|
|
0 commit comments