github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/ecr-public/2020-10-30/docs-2.json (about)

     1  {
     2    "version": "2.0",
     3    "service": "<fullname>Amazon Elastic Container Registry Public</fullname> <p>Amazon Elastic Container Registry (Amazon ECR) is a managed container image registry service. Amazon ECR provides both public and private registries to host your container images. You can use the familiar Docker CLI, or their preferred client, to push, pull, and manage images. Amazon ECR provides a secure, scalable, and reliable registry for your Docker or Open Container Initiative (OCI) images. Amazon ECR supports public repositories with this API. For information about the Amazon ECR API for private repositories, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/APIReference/Welcome.html\">Amazon Elastic Container Registry API Reference</a>.</p>",
     4    "operations": {
     5      "BatchCheckLayerAvailability": "<p>Checks the availability of one or more image layers within a repository in a public registry. When an image is pushed to a repository, each image layer is checked to verify if it has been uploaded before. If it has been uploaded, then the image layer is skipped.</p> <note> <p>This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the <code>docker</code> CLI to pull, tag, and push images.</p> </note>",
     6      "BatchDeleteImage": "<p>Deletes a list of specified images within a repository in a public registry. Images are specified with either an <code>imageTag</code> or <code>imageDigest</code>.</p> <p>You can remove a tag from an image by specifying the image's tag in your request. When you remove the last tag from an image, the image is deleted from your repository.</p> <p>You can completely delete an image (and all of its tags) by specifying the image's digest in your request.</p>",
     7      "CompleteLayerUpload": "<p>Informs Amazon ECR that the image layer upload has completed for a specified public registry, repository name, and upload ID. You can optionally provide a <code>sha256</code> digest of the image layer for data validation purposes.</p> <p>When an image is pushed, the CompleteLayerUpload API is called once per each new image layer to verify that the upload has completed.</p> <note> <p>This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the <code>docker</code> CLI to pull, tag, and push images.</p> </note>",
     8      "CreateRepository": "<p>Creates a repository in a public registry. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/Repositories.html\">Amazon ECR repositories</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>",
     9      "DeleteRepository": "<p>Deletes a repository in a public registry. If the repository contains images, you must either delete all images in the repository or use the <code>force</code> option which deletes all images on your behalf before deleting the repository.</p>",
    10      "DeleteRepositoryPolicy": "<p>Deletes the repository policy associated with the specified repository.</p>",
    11      "DescribeImageTags": "<p>Returns the image tag details for a repository in a public registry.</p>",
    12      "DescribeImages": "<p>Returns metadata about the images in a repository in a public registry.</p> <note> <p>Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the <code>docker images</code> command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by <a>DescribeImages</a>.</p> </note>",
    13      "DescribeRegistries": "<p>Returns details for a public registry.</p>",
    14      "DescribeRepositories": "<p>Describes repositories in a public registry.</p>",
    15      "GetAuthorizationToken": "<p>Retrieves an authorization token. An authorization token represents your IAM authentication credentials and can be used to access any Amazon ECR registry that your IAM principal has access to. The authorization token is valid for 12 hours. This API requires the <code>ecr-public:GetAuthorizationToken</code> and <code>sts:GetServiceBearerToken</code> permissions.</p>",
    16      "GetRegistryCatalogData": "<p>Retrieves catalog metadata for a public registry.</p>",
    17      "GetRepositoryCatalogData": "<p>Retrieve catalog metadata for a repository in a public registry. This metadata is displayed publicly in the Amazon ECR Public Gallery.</p>",
    18      "GetRepositoryPolicy": "<p>Retrieves the repository policy for the specified repository.</p>",
    19      "InitiateLayerUpload": "<p>Notifies Amazon ECR that you intend to upload an image layer.</p> <p>When an image is pushed, the InitiateLayerUpload API is called once per image layer that has not already been uploaded. Whether or not an image layer has been uploaded is determined by the BatchCheckLayerAvailability API action.</p> <note> <p>This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the <code>docker</code> CLI to pull, tag, and push images.</p> </note>",
    20      "ListTagsForResource": "<p>List the tags for an Amazon ECR Public resource.</p>",
    21      "PutImage": "<p>Creates or updates the image manifest and tags associated with an image.</p> <p>When an image is pushed and all new image layers have been uploaded, the PutImage API is called once to create or update the image manifest and the tags associated with the image.</p> <note> <p>This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the <code>docker</code> CLI to pull, tag, and push images.</p> </note>",
    22      "PutRegistryCatalogData": "<p>Create or updates the catalog data for a public registry.</p>",
    23      "PutRepositoryCatalogData": "<p>Creates or updates the catalog data for a repository in a public registry.</p>",
    24      "SetRepositoryPolicy": "<p>Applies a repository policy to the specified public repository to control access permissions. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/repository-policies.html\">Amazon ECR Repository Policies</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>",
    25      "TagResource": "<p>Associates the specified tags to a resource with the specified <code>resourceArn</code>. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are deleted as well.</p>",
    26      "UntagResource": "<p>Deletes specified tags from a resource.</p>",
    27      "UploadLayerPart": "<p>Uploads an image layer part to Amazon ECR.</p> <p>When an image is pushed, each new image layer is uploaded in parts. The maximum size of each image layer part can be 20971520 bytes (or about 20MB). The UploadLayerPart API is called once per each new image layer part.</p> <note> <p>This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the <code>docker</code> CLI to pull, tag, and push images.</p> </note>"
    28    },
    29    "shapes": {
    30      "AboutText": {
    31        "base": null,
    32        "refs": {
    33          "RepositoryCatalogData$aboutText": "<p>The longform description of the contents of the repository. This text appears in the repository details on the Amazon ECR Public Gallery.</p>",
    34          "RepositoryCatalogDataInput$aboutText": "<p>A detailed description of the contents of the repository. It is publicly visible in the Amazon ECR Public Gallery. The text must be in markdown format.</p>"
    35        }
    36      },
    37      "Architecture": {
    38        "base": null,
    39        "refs": {
    40          "ArchitectureList$member": null
    41        }
    42      },
    43      "ArchitectureList": {
    44        "base": null,
    45        "refs": {
    46          "RepositoryCatalogData$architectures": "<p>The architecture tags that are associated with the repository.</p> <note> <p>Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see <a>RepositoryCatalogDataInput</a>.</p> </note>",
    47          "RepositoryCatalogDataInput$architectures": "<p>The system architecture that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported architectures will appear as badges on the repository and are used as search filters.</p> <ul> <li> <p> <code>Linux</code> </p> </li> <li> <p> <code>Windows</code> </p> </li> </ul> <note> <p>If an unsupported tag is added to your repository catalog data, it will be associated with the repository and can be retrieved using the API but will not be discoverable in the Amazon ECR Public Gallery.</p> </note>"
    48        }
    49      },
    50      "Arn": {
    51        "base": null,
    52        "refs": {
    53          "ListTagsForResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the supported resource is an Amazon ECR Public repository.</p>",
    54          "Registry$registryArn": "<p>The Amazon Resource Name (ARN) of the public registry.</p>",
    55          "Repository$repositoryArn": "<p>The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the <code>arn:aws:ecr</code> namespace, followed by the region of the repository, AWS account ID of the repository owner, repository namespace, and repository name. For example, <code>arn:aws:ecr:region:012345678910:repository/test</code>.</p>",
    56          "TagResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the resource to which to add tags. Currently, the supported resource is an Amazon ECR Public repository.</p>",
    57          "UntagResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the resource from which to delete tags. Currently, the supported resource is an Amazon ECR Public repository.</p>"
    58        }
    59      },
    60      "AuthorizationData": {
    61        "base": "<p>An authorization token data object that corresponds to a public registry.</p>",
    62        "refs": {
    63          "GetAuthorizationTokenResponse$authorizationData": "<p>An authorization token data object that corresponds to a public registry.</p>"
    64        }
    65      },
    66      "Base64": {
    67        "base": null,
    68        "refs": {
    69          "AuthorizationData$authorizationToken": "<p>A base64-encoded string that contains authorization data for a public Amazon ECR registry. When the string is decoded, it is presented in the format <code>user:password</code> for public registry authentication using <code>docker login</code>.</p>"
    70        }
    71      },
    72      "BatchCheckLayerAvailabilityRequest": {
    73        "base": null,
    74        "refs": {
    75        }
    76      },
    77      "BatchCheckLayerAvailabilityResponse": {
    78        "base": null,
    79        "refs": {
    80        }
    81      },
    82      "BatchDeleteImageRequest": {
    83        "base": null,
    84        "refs": {
    85        }
    86      },
    87      "BatchDeleteImageResponse": {
    88        "base": null,
    89        "refs": {
    90        }
    91      },
    92      "BatchedOperationLayerDigest": {
    93        "base": null,
    94        "refs": {
    95          "BatchedOperationLayerDigestList$member": null,
    96          "LayerFailure$layerDigest": "<p>The layer digest associated with the failure.</p>"
    97        }
    98      },
    99      "BatchedOperationLayerDigestList": {
   100        "base": null,
   101        "refs": {
   102          "BatchCheckLayerAvailabilityRequest$layerDigests": "<p>The digests of the image layers to check.</p>"
   103        }
   104      },
   105      "CompleteLayerUploadRequest": {
   106        "base": null,
   107        "refs": {
   108        }
   109      },
   110      "CompleteLayerUploadResponse": {
   111        "base": null,
   112        "refs": {
   113        }
   114      },
   115      "CreateRepositoryRequest": {
   116        "base": null,
   117        "refs": {
   118        }
   119      },
   120      "CreateRepositoryResponse": {
   121        "base": null,
   122        "refs": {
   123        }
   124      },
   125      "CreationTimestamp": {
   126        "base": null,
   127        "refs": {
   128          "ImageTagDetail$createdAt": "<p>The time stamp indicating when the image tag was created.</p>",
   129          "Repository$createdAt": "<p>The date and time, in JavaScript date format, when the repository was created.</p>"
   130        }
   131      },
   132      "DefaultRegistryAliasFlag": {
   133        "base": null,
   134        "refs": {
   135          "RegistryAlias$defaultRegistryAlias": "<p>Whether or not the registry alias is the default alias for the registry. When the first public repository is created, your public registry is assigned a default registry alias.</p>"
   136        }
   137      },
   138      "DeleteRepositoryPolicyRequest": {
   139        "base": null,
   140        "refs": {
   141        }
   142      },
   143      "DeleteRepositoryPolicyResponse": {
   144        "base": null,
   145        "refs": {
   146        }
   147      },
   148      "DeleteRepositoryRequest": {
   149        "base": null,
   150        "refs": {
   151        }
   152      },
   153      "DeleteRepositoryResponse": {
   154        "base": null,
   155        "refs": {
   156        }
   157      },
   158      "DescribeImageTagsRequest": {
   159        "base": null,
   160        "refs": {
   161        }
   162      },
   163      "DescribeImageTagsResponse": {
   164        "base": null,
   165        "refs": {
   166        }
   167      },
   168      "DescribeImagesRequest": {
   169        "base": null,
   170        "refs": {
   171        }
   172      },
   173      "DescribeImagesResponse": {
   174        "base": null,
   175        "refs": {
   176        }
   177      },
   178      "DescribeRegistriesRequest": {
   179        "base": null,
   180        "refs": {
   181        }
   182      },
   183      "DescribeRegistriesResponse": {
   184        "base": null,
   185        "refs": {
   186        }
   187      },
   188      "DescribeRepositoriesRequest": {
   189        "base": null,
   190        "refs": {
   191        }
   192      },
   193      "DescribeRepositoriesResponse": {
   194        "base": null,
   195        "refs": {
   196        }
   197      },
   198      "EmptyUploadException": {
   199        "base": "<p>The specified layer upload does not contain any layer parts.</p>",
   200        "refs": {
   201        }
   202      },
   203      "ExceptionMessage": {
   204        "base": null,
   205        "refs": {
   206          "EmptyUploadException$message": null,
   207          "ImageAlreadyExistsException$message": null,
   208          "ImageDigestDoesNotMatchException$message": null,
   209          "ImageNotFoundException$message": null,
   210          "ImageTagAlreadyExistsException$message": null,
   211          "InvalidLayerException$message": null,
   212          "InvalidLayerPartException$message": null,
   213          "InvalidParameterException$message": null,
   214          "InvalidTagParameterException$message": null,
   215          "LayerAlreadyExistsException$message": null,
   216          "LayerPartTooSmallException$message": null,
   217          "LayersNotFoundException$message": null,
   218          "LimitExceededException$message": null,
   219          "ReferencedImagesNotFoundException$message": null,
   220          "RegistryNotFoundException$message": null,
   221          "RepositoryAlreadyExistsException$message": null,
   222          "RepositoryNotEmptyException$message": null,
   223          "RepositoryNotFoundException$message": null,
   224          "RepositoryPolicyNotFoundException$message": null,
   225          "ServerException$message": null,
   226          "TooManyTagsException$message": null,
   227          "UnsupportedCommandException$message": null,
   228          "UploadNotFoundException$message": null
   229        }
   230      },
   231      "ExpirationTimestamp": {
   232        "base": null,
   233        "refs": {
   234          "AuthorizationData$expiresAt": "<p>The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.</p>"
   235        }
   236      },
   237      "ForceFlag": {
   238        "base": null,
   239        "refs": {
   240          "DeleteRepositoryRequest$force": "<p> If a repository contains images, forces the deletion.</p>",
   241          "SetRepositoryPolicyRequest$force": "<p>If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the <a>SetRepositoryPolicy</a> operation. This is intended to prevent accidental repository lock outs.</p>"
   242        }
   243      },
   244      "GetAuthorizationTokenRequest": {
   245        "base": null,
   246        "refs": {
   247        }
   248      },
   249      "GetAuthorizationTokenResponse": {
   250        "base": null,
   251        "refs": {
   252        }
   253      },
   254      "GetRegistryCatalogDataRequest": {
   255        "base": null,
   256        "refs": {
   257        }
   258      },
   259      "GetRegistryCatalogDataResponse": {
   260        "base": null,
   261        "refs": {
   262        }
   263      },
   264      "GetRepositoryCatalogDataRequest": {
   265        "base": null,
   266        "refs": {
   267        }
   268      },
   269      "GetRepositoryCatalogDataResponse": {
   270        "base": null,
   271        "refs": {
   272        }
   273      },
   274      "GetRepositoryPolicyRequest": {
   275        "base": null,
   276        "refs": {
   277        }
   278      },
   279      "GetRepositoryPolicyResponse": {
   280        "base": null,
   281        "refs": {
   282        }
   283      },
   284      "Image": {
   285        "base": "<p>An object representing an Amazon ECR image.</p>",
   286        "refs": {
   287          "PutImageResponse$image": "<p>Details of the image uploaded.</p>"
   288        }
   289      },
   290      "ImageAlreadyExistsException": {
   291        "base": "<p>The specified image has already been pushed, and there were no changes to the manifest or image tag after the last push.</p>",
   292        "refs": {
   293        }
   294      },
   295      "ImageDetail": {
   296        "base": "<p>An object that describes an image returned by a <a>DescribeImages</a> operation.</p>",
   297        "refs": {
   298          "ImageDetailList$member": null
   299        }
   300      },
   301      "ImageDetailList": {
   302        "base": null,
   303        "refs": {
   304          "DescribeImagesResponse$imageDetails": "<p>A list of <a>ImageDetail</a> objects that contain data about the image.</p>"
   305        }
   306      },
   307      "ImageDigest": {
   308        "base": null,
   309        "refs": {
   310          "ImageDetail$imageDigest": "<p>The <code>sha256</code> digest of the image manifest.</p>",
   311          "ImageIdentifier$imageDigest": "<p>The <code>sha256</code> digest of the image manifest.</p>",
   312          "PutImageRequest$imageDigest": "<p>The image digest of the image manifest corresponding to the image.</p>",
   313          "ReferencedImageDetail$imageDigest": "<p>The <code>sha256</code> digest of the image manifest.</p>"
   314        }
   315      },
   316      "ImageDigestDoesNotMatchException": {
   317        "base": "<p>The specified image digest does not match the digest that Amazon ECR calculated for the image.</p>",
   318        "refs": {
   319        }
   320      },
   321      "ImageFailure": {
   322        "base": "<p>An object representing an Amazon ECR image failure.</p>",
   323        "refs": {
   324          "ImageFailureList$member": null
   325        }
   326      },
   327      "ImageFailureCode": {
   328        "base": null,
   329        "refs": {
   330          "ImageFailure$failureCode": "<p>The code associated with the failure.</p>"
   331        }
   332      },
   333      "ImageFailureList": {
   334        "base": null,
   335        "refs": {
   336          "BatchDeleteImageResponse$failures": "<p>Any failures associated with the call.</p>"
   337        }
   338      },
   339      "ImageFailureReason": {
   340        "base": null,
   341        "refs": {
   342          "ImageFailure$failureReason": "<p>The reason for the failure.</p>"
   343        }
   344      },
   345      "ImageIdentifier": {
   346        "base": "<p>An object with identifying information for an Amazon ECR image.</p>",
   347        "refs": {
   348          "Image$imageId": "<p>An object containing the image tag and image digest associated with an image.</p>",
   349          "ImageFailure$imageId": "<p>The image ID associated with the failure.</p>",
   350          "ImageIdentifierList$member": null
   351        }
   352      },
   353      "ImageIdentifierList": {
   354        "base": null,
   355        "refs": {
   356          "BatchDeleteImageRequest$imageIds": "<p>A list of image ID references that correspond to images to delete. The format of the <code>imageIds</code> reference is <code>imageTag=tag</code> or <code>imageDigest=digest</code>.</p>",
   357          "BatchDeleteImageResponse$imageIds": "<p>The image IDs of the deleted images.</p>",
   358          "DescribeImagesRequest$imageIds": "<p>The list of image IDs for the requested repository.</p>"
   359        }
   360      },
   361      "ImageManifest": {
   362        "base": null,
   363        "refs": {
   364          "Image$imageManifest": "<p>The image manifest associated with the image.</p>",
   365          "PutImageRequest$imageManifest": "<p>The image manifest corresponding to the image to be uploaded.</p>"
   366        }
   367      },
   368      "ImageNotFoundException": {
   369        "base": "<p>The image requested does not exist in the specified repository.</p>",
   370        "refs": {
   371        }
   372      },
   373      "ImageSizeInBytes": {
   374        "base": null,
   375        "refs": {
   376          "ImageDetail$imageSizeInBytes": "<p>The size, in bytes, of the image in the repository.</p> <p>If the image is a manifest list, this will be the max size of all manifests in the list.</p> <note> <p>Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the <code>docker images</code> command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by <a>DescribeImages</a>.</p> </note>",
   377          "ReferencedImageDetail$imageSizeInBytes": "<p>The size, in bytes, of the image in the repository.</p> <p>If the image is a manifest list, this will be the max size of all manifests in the list.</p> <note> <p>Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the <code>docker images</code> command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by <a>DescribeImages</a>.</p> </note>"
   378        }
   379      },
   380      "ImageTag": {
   381        "base": null,
   382        "refs": {
   383          "ImageIdentifier$imageTag": "<p>The tag used for the image.</p>",
   384          "ImageTagDetail$imageTag": "<p>The tag associated with the image.</p>",
   385          "ImageTagList$member": null,
   386          "PutImageRequest$imageTag": "<p>The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or Open Container Initiative (OCI) formats.</p>"
   387        }
   388      },
   389      "ImageTagAlreadyExistsException": {
   390        "base": "<p>The specified image is tagged with a tag that already exists. The repository is configured for tag immutability.</p>",
   391        "refs": {
   392        }
   393      },
   394      "ImageTagDetail": {
   395        "base": "<p>An object representing the image tag details for an image.</p>",
   396        "refs": {
   397          "ImageTagDetailList$member": null
   398        }
   399      },
   400      "ImageTagDetailList": {
   401        "base": null,
   402        "refs": {
   403          "DescribeImageTagsResponse$imageTagDetails": "<p>The image tag details for the images in the requested repository.</p>"
   404        }
   405      },
   406      "ImageTagList": {
   407        "base": null,
   408        "refs": {
   409          "ImageDetail$imageTags": "<p>The list of tags associated with this image.</p>"
   410        }
   411      },
   412      "InitiateLayerUploadRequest": {
   413        "base": null,
   414        "refs": {
   415        }
   416      },
   417      "InitiateLayerUploadResponse": {
   418        "base": null,
   419        "refs": {
   420        }
   421      },
   422      "InvalidLayerException": {
   423        "base": "<p>The layer digest calculation performed by Amazon ECR upon receipt of the image layer does not match the digest specified.</p>",
   424        "refs": {
   425        }
   426      },
   427      "InvalidLayerPartException": {
   428        "base": "<p>The layer part size is not valid, or the first byte specified is not consecutive to the last byte of a previous layer part upload.</p>",
   429        "refs": {
   430        }
   431      },
   432      "InvalidParameterException": {
   433        "base": "<p>The specified parameter is invalid. Review the available parameters for the API request.</p>",
   434        "refs": {
   435        }
   436      },
   437      "InvalidTagParameterException": {
   438        "base": "<p>An invalid parameter has been specified. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.</p>",
   439        "refs": {
   440        }
   441      },
   442      "Layer": {
   443        "base": "<p>An object representing an Amazon ECR image layer.</p>",
   444        "refs": {
   445          "LayerList$member": null
   446        }
   447      },
   448      "LayerAlreadyExistsException": {
   449        "base": "<p>The image layer already exists in the associated repository.</p>",
   450        "refs": {
   451        }
   452      },
   453      "LayerAvailability": {
   454        "base": null,
   455        "refs": {
   456          "Layer$layerAvailability": "<p>The availability status of the image layer.</p>"
   457        }
   458      },
   459      "LayerDigest": {
   460        "base": null,
   461        "refs": {
   462          "CompleteLayerUploadResponse$layerDigest": "<p>The <code>sha256</code> digest of the image layer.</p>",
   463          "Layer$layerDigest": "<p>The <code>sha256</code> digest of the image layer.</p>",
   464          "LayerDigestList$member": null
   465        }
   466      },
   467      "LayerDigestList": {
   468        "base": null,
   469        "refs": {
   470          "CompleteLayerUploadRequest$layerDigests": "<p>The <code>sha256</code> digest of the image layer.</p>"
   471        }
   472      },
   473      "LayerFailure": {
   474        "base": "<p>An object representing an Amazon ECR image layer failure.</p>",
   475        "refs": {
   476          "LayerFailureList$member": null
   477        }
   478      },
   479      "LayerFailureCode": {
   480        "base": null,
   481        "refs": {
   482          "LayerFailure$failureCode": "<p>The failure code associated with the failure.</p>"
   483        }
   484      },
   485      "LayerFailureList": {
   486        "base": null,
   487        "refs": {
   488          "BatchCheckLayerAvailabilityResponse$failures": "<p>Any failures associated with the call.</p>"
   489        }
   490      },
   491      "LayerFailureReason": {
   492        "base": null,
   493        "refs": {
   494          "LayerFailure$failureReason": "<p>The reason for the failure.</p>"
   495        }
   496      },
   497      "LayerList": {
   498        "base": null,
   499        "refs": {
   500          "BatchCheckLayerAvailabilityResponse$layers": "<p>A list of image layer objects corresponding to the image layer references in the request.</p>"
   501        }
   502      },
   503      "LayerPartBlob": {
   504        "base": null,
   505        "refs": {
   506          "UploadLayerPartRequest$layerPartBlob": "<p>The base64-encoded layer part payload.</p>"
   507        }
   508      },
   509      "LayerPartTooSmallException": {
   510        "base": "<p>Layer parts must be at least 5 MiB in size.</p>",
   511        "refs": {
   512        }
   513      },
   514      "LayerSizeInBytes": {
   515        "base": null,
   516        "refs": {
   517          "Layer$layerSize": "<p>The size, in bytes, of the image layer.</p>"
   518        }
   519      },
   520      "LayersNotFoundException": {
   521        "base": "<p>The specified layers could not be found, or the specified layer is not valid for this repository.</p>",
   522        "refs": {
   523        }
   524      },
   525      "LimitExceededException": {
   526        "base": "<p>The operation did not succeed because it would have exceeded a service limit for your account. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/service-quotas.html\">Amazon ECR Service Quotas</a> in the Amazon Elastic Container Registry User Guide.</p>",
   527        "refs": {
   528        }
   529      },
   530      "ListTagsForResourceRequest": {
   531        "base": null,
   532        "refs": {
   533        }
   534      },
   535      "ListTagsForResourceResponse": {
   536        "base": null,
   537        "refs": {
   538        }
   539      },
   540      "LogoImageBlob": {
   541        "base": null,
   542        "refs": {
   543          "RepositoryCatalogDataInput$logoImageBlob": "<p>The base64-encoded repository logo payload.</p> <note> <p>The repository logo is only publicly visible in the Amazon ECR Public Gallery for verified accounts.</p> </note>"
   544        }
   545      },
   546      "MarketplaceCertified": {
   547        "base": null,
   548        "refs": {
   549          "RepositoryCatalogData$marketplaceCertified": "<p>Whether or not the repository is certified by AWS Marketplace.</p>"
   550        }
   551      },
   552      "MaxResults": {
   553        "base": null,
   554        "refs": {
   555          "DescribeImageTagsRequest$maxResults": "<p>The maximum number of repository results returned by <code>DescribeImageTags</code> in paginated output. When this parameter is used, <code>DescribeImageTags</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>DescribeImageTags</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 1000. If this parameter is not used, then <code>DescribeImageTags</code> returns up to 100 results and a <code>nextToken</code> value, if applicable. This option cannot be used when you specify images with <code>imageIds</code>.</p>",
   556          "DescribeImagesRequest$maxResults": "<p>The maximum number of repository results returned by <code>DescribeImages</code> in paginated output. When this parameter is used, <code>DescribeImages</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>DescribeImages</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 1000. If this parameter is not used, then <code>DescribeImages</code> returns up to 100 results and a <code>nextToken</code> value, if applicable. This option cannot be used when you specify images with <code>imageIds</code>.</p>",
   557          "DescribeRegistriesRequest$maxResults": "<p>The maximum number of repository results returned by <code>DescribeRegistries</code> in paginated output. When this parameter is used, <code>DescribeRegistries</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>DescribeRegistries</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 1000. If this parameter is not used, then <code>DescribeRegistries</code> returns up to 100 results and a <code>nextToken</code> value, if applicable.</p>",
   558          "DescribeRepositoriesRequest$maxResults": "<p>The maximum number of repository results returned by <code>DescribeRepositories</code> in paginated output. When this parameter is used, <code>DescribeRepositories</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>DescribeRepositories</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 1000. If this parameter is not used, then <code>DescribeRepositories</code> returns up to 100 results and a <code>nextToken</code> value, if applicable. This option cannot be used when you specify repositories with <code>repositoryNames</code>.</p>"
   559        }
   560      },
   561      "MediaType": {
   562        "base": null,
   563        "refs": {
   564          "Image$imageManifestMediaType": "<p>The manifest media type of the image.</p>",
   565          "ImageDetail$imageManifestMediaType": "<p>The media type of the image manifest.</p>",
   566          "ImageDetail$artifactMediaType": "<p>The artifact media type of the image.</p>",
   567          "Layer$mediaType": "<p>The media type of the layer, such as <code>application/vnd.docker.image.rootfs.diff.tar.gzip</code> or <code>application/vnd.oci.image.layer.v1.tar+gzip</code>.</p>",
   568          "PutImageRequest$imageManifestMediaType": "<p>The media type of the image manifest. If you push an image manifest that does not contain the <code>mediaType</code> field, you must specify the <code>imageManifestMediaType</code> in the request.</p>",
   569          "ReferencedImageDetail$imageManifestMediaType": "<p>The media type of the image manifest.</p>",
   570          "ReferencedImageDetail$artifactMediaType": "<p>The artifact media type of the image.</p>"
   571        }
   572      },
   573      "NextToken": {
   574        "base": null,
   575        "refs": {
   576          "DescribeImageTagsRequest$nextToken": "<p>The <code>nextToken</code> value returned from a previous paginated <code>DescribeImageTags</code> request where <code>maxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>nextToken</code> value. This value is <code>null</code> when there are no more results to return. This option cannot be used when you specify images with <code>imageIds</code>.</p>",
   577          "DescribeImageTagsResponse$nextToken": "<p>The <code>nextToken</code> value to include in a future <code>DescribeImageTags</code> request. When the results of a <code>DescribeImageTags</code> request exceed <code>maxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
   578          "DescribeImagesRequest$nextToken": "<p>The <code>nextToken</code> value returned from a previous paginated <code>DescribeImages</code> request where <code>maxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>nextToken</code> value. This value is <code>null</code> when there are no more results to return. This option cannot be used when you specify images with <code>imageIds</code>.</p>",
   579          "DescribeImagesResponse$nextToken": "<p>The <code>nextToken</code> value to include in a future <code>DescribeImages</code> request. When the results of a <code>DescribeImages</code> request exceed <code>maxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
   580          "DescribeRegistriesRequest$nextToken": "<p>The <code>nextToken</code> value returned from a previous paginated <code>DescribeRegistries</code> request where <code>maxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>nextToken</code> value. This value is <code>null</code> when there are no more results to return.</p> <note> <p>This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.</p> </note>",
   581          "DescribeRegistriesResponse$nextToken": "<p>The <code>nextToken</code> value to include in a future <code>DescribeRepositories</code> request. When the results of a <code>DescribeRepositories</code> request exceed <code>maxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
   582          "DescribeRepositoriesRequest$nextToken": "<p>The <code>nextToken</code> value returned from a previous paginated <code>DescribeRepositories</code> request where <code>maxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>nextToken</code> value. This value is <code>null</code> when there are no more results to return. This option cannot be used when you specify repositories with <code>repositoryNames</code>.</p> <note> <p>This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.</p> </note>",
   583          "DescribeRepositoriesResponse$nextToken": "<p>The <code>nextToken</code> value to include in a future <code>DescribeRepositories</code> request. When the results of a <code>DescribeRepositories</code> request exceed <code>maxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>"
   584        }
   585      },
   586      "OperatingSystem": {
   587        "base": null,
   588        "refs": {
   589          "OperatingSystemList$member": null
   590        }
   591      },
   592      "OperatingSystemList": {
   593        "base": null,
   594        "refs": {
   595          "RepositoryCatalogData$operatingSystems": "<p>The operating system tags that are associated with the repository.</p> <note> <p>Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see <a>RepositoryCatalogDataInput</a>.</p> </note>",
   596          "RepositoryCatalogDataInput$operatingSystems": "<p>The operating systems that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported operating systems will appear as badges on the repository and are used as search filters.</p> <ul> <li> <p> <code>ARM</code> </p> </li> <li> <p> <code>ARM 64</code> </p> </li> <li> <p> <code>x86</code> </p> </li> <li> <p> <code>x86-64</code> </p> </li> </ul> <note> <p>If an unsupported tag is added to your repository catalog data, it will be associated with the repository and can be retrieved using the API but will not be discoverable in the Amazon ECR Public Gallery.</p> </note>"
   597        }
   598      },
   599      "PartSize": {
   600        "base": null,
   601        "refs": {
   602          "InitiateLayerUploadResponse$partSize": "<p>The size, in bytes, that Amazon ECR expects future layer part uploads to be.</p>",
   603          "InvalidLayerPartException$lastValidByteReceived": "<p>The position of the last byte of the layer part.</p>",
   604          "UploadLayerPartRequest$partFirstByte": "<p>The position of the first byte of the layer part witin the overall image layer.</p>",
   605          "UploadLayerPartRequest$partLastByte": "<p>The position of the last byte of the layer part within the overall image layer.</p>",
   606          "UploadLayerPartResponse$lastByteReceived": "<p>The integer value of the last byte received in the request.</p>"
   607        }
   608      },
   609      "PrimaryRegistryAliasFlag": {
   610        "base": null,
   611        "refs": {
   612          "RegistryAlias$primaryRegistryAlias": "<p>Whether or not the registry alias is the primary alias for the registry. If true, the alias is the primary registry alias and is displayed in both the repository URL and the image URI used in the <code>docker pull</code> commands on the Amazon ECR Public Gallery.</p> <note> <p>A registry alias that is not the primary registry alias can be used in the repository URI in a <code>docker pull</code> command.</p> </note>"
   613        }
   614      },
   615      "PushTimestamp": {
   616        "base": null,
   617        "refs": {
   618          "ImageDetail$imagePushedAt": "<p>The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository. </p>",
   619          "ReferencedImageDetail$imagePushedAt": "<p>The date and time, expressed in standard JavaScript date format, at which the current image tag was pushed to the repository.</p>"
   620        }
   621      },
   622      "PutImageRequest": {
   623        "base": null,
   624        "refs": {
   625        }
   626      },
   627      "PutImageResponse": {
   628        "base": null,
   629        "refs": {
   630        }
   631      },
   632      "PutRegistryCatalogDataRequest": {
   633        "base": null,
   634        "refs": {
   635        }
   636      },
   637      "PutRegistryCatalogDataResponse": {
   638        "base": null,
   639        "refs": {
   640        }
   641      },
   642      "PutRepositoryCatalogDataRequest": {
   643        "base": null,
   644        "refs": {
   645        }
   646      },
   647      "PutRepositoryCatalogDataResponse": {
   648        "base": null,
   649        "refs": {
   650        }
   651      },
   652      "ReferencedImageDetail": {
   653        "base": "<p>An object that describes the image tag details returned by a <a>DescribeImageTags</a> action.</p>",
   654        "refs": {
   655          "ImageTagDetail$imageDetail": "<p>An object that describes the details of an image.</p>"
   656        }
   657      },
   658      "ReferencedImagesNotFoundException": {
   659        "base": "<p>The manifest list is referencing an image that does not exist.</p>",
   660        "refs": {
   661        }
   662      },
   663      "Registry": {
   664        "base": "<p>The details of a public registry.</p>",
   665        "refs": {
   666          "RegistryList$member": null
   667        }
   668      },
   669      "RegistryAlias": {
   670        "base": "<p>An object representing the aliases for a public registry. A public registry is given an alias upon creation but a custom alias can be set using the Amazon ECR console. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/Registries.html\">Registries</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>",
   671        "refs": {
   672          "RegistryAliasList$member": null
   673        }
   674      },
   675      "RegistryAliasList": {
   676        "base": null,
   677        "refs": {
   678          "Registry$aliases": "<p>An array of objects representing the aliases for a public registry.</p>"
   679        }
   680      },
   681      "RegistryAliasName": {
   682        "base": null,
   683        "refs": {
   684          "RegistryAlias$name": "<p>The name of the registry alias.</p>"
   685        }
   686      },
   687      "RegistryAliasStatus": {
   688        "base": null,
   689        "refs": {
   690          "RegistryAlias$status": "<p>The status of the registry alias.</p>"
   691        }
   692      },
   693      "RegistryCatalogData": {
   694        "base": "<p>The metadata for a public registry.</p>",
   695        "refs": {
   696          "GetRegistryCatalogDataResponse$registryCatalogData": "<p>The catalog metadata for the public registry.</p>",
   697          "PutRegistryCatalogDataResponse$registryCatalogData": "<p>The catalog data for the public registry.</p>"
   698        }
   699      },
   700      "RegistryDisplayName": {
   701        "base": null,
   702        "refs": {
   703          "PutRegistryCatalogDataRequest$displayName": "<p>The display name for a public registry. The display name is shown as the repository author in the Amazon ECR Public Gallery.</p> <note> <p>The registry display name is only publicly visible in the Amazon ECR Public Gallery for verified accounts.</p> </note>",
   704          "RegistryCatalogData$displayName": "<p>The display name for a public registry. This appears on the Amazon ECR Public Gallery.</p> <important> <p>Only accounts that have the verified account badge can have a registry display name.</p> </important>"
   705        }
   706      },
   707      "RegistryId": {
   708        "base": null,
   709        "refs": {
   710          "BatchDeleteImageRequest$registryId": "<p>The AWS account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default public registry is assumed.</p>",
   711          "CompleteLayerUploadResponse$registryId": "<p>The public registry ID associated with the request.</p>",
   712          "DeleteRepositoryPolicyRequest$registryId": "<p>The AWS account ID associated with the public registry that contains the repository policy to delete. If you do not specify a registry, the default public registry is assumed.</p>",
   713          "DeleteRepositoryPolicyResponse$registryId": "<p>The registry ID associated with the request.</p>",
   714          "DeleteRepositoryRequest$registryId": "<p>The AWS account ID associated with the public registry that contains the repository to delete. If you do not specify a registry, the default public registry is assumed.</p>",
   715          "DescribeImageTagsRequest$registryId": "<p>The AWS account ID associated with the public registry that contains the repository in which to describe images. If you do not specify a registry, the default public registry is assumed.</p>",
   716          "DescribeImagesRequest$registryId": "<p>The AWS account ID associated with the public registry that contains the repository in which to describe images. If you do not specify a registry, the default public registry is assumed.</p>",
   717          "DescribeRepositoriesRequest$registryId": "<p>The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default public registry is assumed.</p>",
   718          "GetRepositoryCatalogDataRequest$registryId": "<p>The AWS account ID associated with the registry that contains the repositories to be described. If you do not specify a registry, the default public registry is assumed.</p>",
   719          "GetRepositoryPolicyRequest$registryId": "<p>The AWS account ID associated with the public registry that contains the repository. If you do not specify a registry, the default public registry is assumed.</p>",
   720          "GetRepositoryPolicyResponse$registryId": "<p>The registry ID associated with the request.</p>",
   721          "ImageDetail$registryId": "<p>The AWS account ID associated with the public registry to which this image belongs.</p>",
   722          "InvalidLayerPartException$registryId": "<p>The AWS account ID associated with the layer part.</p>",
   723          "PutRepositoryCatalogDataRequest$registryId": "<p>The AWS account ID associated with the public registry the repository is in. If you do not specify a registry, the default public registry is assumed.</p>",
   724          "Registry$registryId": "<p>The AWS account ID associated with the registry. If you do not specify a registry, the default public registry is assumed.</p>",
   725          "Repository$registryId": "<p>The AWS account ID associated with the public registry that contains the repository.</p>",
   726          "SetRepositoryPolicyRequest$registryId": "<p>The AWS account ID associated with the registry that contains the repository. If you do not specify a registry, the default public registry is assumed.</p>",
   727          "SetRepositoryPolicyResponse$registryId": "<p>The registry ID associated with the request.</p>",
   728          "UploadLayerPartResponse$registryId": "<p>The registry ID associated with the request.</p>"
   729        }
   730      },
   731      "RegistryIdOrAlias": {
   732        "base": null,
   733        "refs": {
   734          "BatchCheckLayerAvailabilityRequest$registryId": "<p>The AWS account ID associated with the public registry that contains the image layers to check. If you do not specify a registry, the default public registry is assumed.</p>",
   735          "CompleteLayerUploadRequest$registryId": "<p>The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default public registry is assumed.</p>",
   736          "Image$registryId": "<p>The AWS account ID associated with the registry containing the image.</p>",
   737          "InitiateLayerUploadRequest$registryId": "<p>The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default public registry is assumed.</p>",
   738          "PutImageRequest$registryId": "<p>The AWS account ID associated with the public registry that contains the repository in which to put the image. If you do not specify a registry, the default public registry is assumed.</p>",
   739          "UploadLayerPartRequest$registryId": "<p>The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default public registry is assumed.</p>"
   740        }
   741      },
   742      "RegistryList": {
   743        "base": null,
   744        "refs": {
   745          "DescribeRegistriesResponse$registries": "<p>An object containing the details for a public registry.</p>"
   746        }
   747      },
   748      "RegistryNotFoundException": {
   749        "base": "<p>The registry does not exist.</p>",
   750        "refs": {
   751        }
   752      },
   753      "RegistryVerified": {
   754        "base": null,
   755        "refs": {
   756          "Registry$verified": "<p>Whether the account is verified. This indicates whether the account is an AWS Marketplace vendor. If an account is verified, each public repository will received a verified account badge on the Amazon ECR Public Gallery.</p>"
   757        }
   758      },
   759      "Repository": {
   760        "base": "<p>An object representing a repository.</p>",
   761        "refs": {
   762          "CreateRepositoryResponse$repository": "<p>The repository that was created.</p>",
   763          "DeleteRepositoryResponse$repository": "<p>The repository that was deleted.</p>",
   764          "RepositoryList$member": null
   765        }
   766      },
   767      "RepositoryAlreadyExistsException": {
   768        "base": "<p>The specified repository already exists in the specified registry.</p>",
   769        "refs": {
   770        }
   771      },
   772      "RepositoryCatalogData": {
   773        "base": "<p>The catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery.</p>",
   774        "refs": {
   775          "CreateRepositoryResponse$catalogData": null,
   776          "GetRepositoryCatalogDataResponse$catalogData": "<p>The catalog metadata for the repository.</p>",
   777          "PutRepositoryCatalogDataResponse$catalogData": "<p>The catalog data for the repository.</p>"
   778        }
   779      },
   780      "RepositoryCatalogDataInput": {
   781        "base": "<p>An object containing the catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery.</p>",
   782        "refs": {
   783          "CreateRepositoryRequest$catalogData": "<p>The details about the repository that are publicly visible in the Amazon ECR Public Gallery.</p>",
   784          "PutRepositoryCatalogDataRequest$catalogData": "<p>An object containing the catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery.</p>"
   785        }
   786      },
   787      "RepositoryDescription": {
   788        "base": null,
   789        "refs": {
   790          "RepositoryCatalogData$description": "<p>The short description of the repository.</p>",
   791          "RepositoryCatalogDataInput$description": "<p>A short description of the contents of the repository. This text appears in both the image details and also when searching for repositories on the Amazon ECR Public Gallery.</p>"
   792        }
   793      },
   794      "RepositoryList": {
   795        "base": null,
   796        "refs": {
   797          "DescribeRepositoriesResponse$repositories": "<p>A list of repository objects corresponding to valid repositories.</p>"
   798        }
   799      },
   800      "RepositoryName": {
   801        "base": null,
   802        "refs": {
   803          "BatchCheckLayerAvailabilityRequest$repositoryName": "<p>The name of the repository that is associated with the image layers to check.</p>",
   804          "BatchDeleteImageRequest$repositoryName": "<p>The repository in a public registry that contains the image to delete.</p>",
   805          "CompleteLayerUploadRequest$repositoryName": "<p>The name of the repository in a public registry to associate with the image layer.</p>",
   806          "CompleteLayerUploadResponse$repositoryName": "<p>The repository name associated with the request.</p>",
   807          "CreateRepositoryRequest$repositoryName": "<p>The name to use for the repository. This appears publicly in the Amazon ECR Public Gallery. The repository name may be specified on its own (such as <code>nginx-web-app</code>) or it can be prepended with a namespace to group the repository into a category (such as <code>project-a/nginx-web-app</code>).</p>",
   808          "DeleteRepositoryPolicyRequest$repositoryName": "<p>The name of the repository that is associated with the repository policy to delete.</p>",
   809          "DeleteRepositoryPolicyResponse$repositoryName": "<p>The repository name associated with the request.</p>",
   810          "DeleteRepositoryRequest$repositoryName": "<p>The name of the repository to delete.</p>",
   811          "DescribeImageTagsRequest$repositoryName": "<p>The name of the repository that contains the image tag details to describe.</p>",
   812          "DescribeImagesRequest$repositoryName": "<p>The repository that contains the images to describe.</p>",
   813          "GetRepositoryCatalogDataRequest$repositoryName": "<p>The name of the repository to retrieve the catalog metadata for.</p>",
   814          "GetRepositoryPolicyRequest$repositoryName": "<p>The name of the repository with the policy to retrieve.</p>",
   815          "GetRepositoryPolicyResponse$repositoryName": "<p>The repository name associated with the request.</p>",
   816          "Image$repositoryName": "<p>The name of the repository associated with the image.</p>",
   817          "ImageDetail$repositoryName": "<p>The name of the repository to which this image belongs.</p>",
   818          "InitiateLayerUploadRequest$repositoryName": "<p>The name of the repository to which you intend to upload layers.</p>",
   819          "InvalidLayerPartException$repositoryName": "<p>The name of the repository.</p>",
   820          "PutImageRequest$repositoryName": "<p>The name of the repository in which to put the image.</p>",
   821          "PutRepositoryCatalogDataRequest$repositoryName": "<p>The name of the repository to create or update the catalog data for.</p>",
   822          "Repository$repositoryName": "<p>The name of the repository.</p>",
   823          "RepositoryNameList$member": null,
   824          "SetRepositoryPolicyRequest$repositoryName": "<p>The name of the repository to receive the policy.</p>",
   825          "SetRepositoryPolicyResponse$repositoryName": "<p>The repository name associated with the request.</p>",
   826          "UploadLayerPartRequest$repositoryName": "<p>The name of the repository to which you are uploading layer parts.</p>",
   827          "UploadLayerPartResponse$repositoryName": "<p>The repository name associated with the request.</p>"
   828        }
   829      },
   830      "RepositoryNameList": {
   831        "base": null,
   832        "refs": {
   833          "DescribeRepositoriesRequest$repositoryNames": "<p>A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.</p>"
   834        }
   835      },
   836      "RepositoryNotEmptyException": {
   837        "base": "<p>The specified repository contains images. To delete a repository that contains images, you must force the deletion with the <code>force</code> parameter.</p>",
   838        "refs": {
   839        }
   840      },
   841      "RepositoryNotFoundException": {
   842        "base": "<p>The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.</p>",
   843        "refs": {
   844        }
   845      },
   846      "RepositoryPolicyNotFoundException": {
   847        "base": "<p>The specified repository and registry combination does not have an associated repository policy.</p>",
   848        "refs": {
   849        }
   850      },
   851      "RepositoryPolicyText": {
   852        "base": null,
   853        "refs": {
   854          "DeleteRepositoryPolicyResponse$policyText": "<p>The JSON repository policy that was deleted from the repository.</p>",
   855          "GetRepositoryPolicyResponse$policyText": "<p>The repository policy text associated with the repository. The policy text will be in JSON format.</p>",
   856          "SetRepositoryPolicyRequest$policyText": "<p>The JSON repository policy text to apply to the repository. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/repository-policy-examples.html\">Amazon ECR Repository Policies</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>",
   857          "SetRepositoryPolicyResponse$policyText": "<p>The JSON repository policy text applied to the repository.</p>"
   858        }
   859      },
   860      "ResourceUrl": {
   861        "base": null,
   862        "refs": {
   863          "RepositoryCatalogData$logoUrl": "<p>The URL containing the logo associated with the repository.</p>"
   864        }
   865      },
   866      "ServerException": {
   867        "base": "<p>These errors are usually caused by a server-side issue.</p>",
   868        "refs": {
   869        }
   870      },
   871      "SetRepositoryPolicyRequest": {
   872        "base": null,
   873        "refs": {
   874        }
   875      },
   876      "SetRepositoryPolicyResponse": {
   877        "base": null,
   878        "refs": {
   879        }
   880      },
   881      "Tag": {
   882        "base": "<p>The metadata that you apply to a resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.</p>",
   883        "refs": {
   884          "TagList$member": null
   885        }
   886      },
   887      "TagKey": {
   888        "base": null,
   889        "refs": {
   890          "Tag$Key": "<p>One part of a key-value pair that make up a tag. A <code>key</code> is a general label that acts like a category for more specific tag values.</p>",
   891          "TagKeyList$member": null
   892        }
   893      },
   894      "TagKeyList": {
   895        "base": null,
   896        "refs": {
   897          "UntagResourceRequest$tagKeys": "<p>The keys of the tags to be removed.</p>"
   898        }
   899      },
   900      "TagList": {
   901        "base": null,
   902        "refs": {
   903          "CreateRepositoryRequest$tags": "<p>The metadata that you apply to the repository to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.</p>",
   904          "ListTagsForResourceResponse$tags": "<p>The tags for the resource.</p>",
   905          "TagResourceRequest$tags": "<p>The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.</p>"
   906        }
   907      },
   908      "TagResourceRequest": {
   909        "base": null,
   910        "refs": {
   911        }
   912      },
   913      "TagResourceResponse": {
   914        "base": null,
   915        "refs": {
   916        }
   917      },
   918      "TagValue": {
   919        "base": null,
   920        "refs": {
   921          "Tag$Value": "<p>The optional part of a key-value pair that make up a tag. A <code>value</code> acts as a descriptor within a tag category (key).</p>"
   922        }
   923      },
   924      "TooManyTagsException": {
   925        "base": "<p>The list of tags on the repository is over the limit. The maximum number of tags that can be applied to a repository is 50.</p>",
   926        "refs": {
   927        }
   928      },
   929      "UnsupportedCommandException": {
   930        "base": "<p>The action is not supported in this Region.</p>",
   931        "refs": {
   932        }
   933      },
   934      "UntagResourceRequest": {
   935        "base": null,
   936        "refs": {
   937        }
   938      },
   939      "UntagResourceResponse": {
   940        "base": null,
   941        "refs": {
   942        }
   943      },
   944      "UploadId": {
   945        "base": null,
   946        "refs": {
   947          "CompleteLayerUploadRequest$uploadId": "<p>The upload ID from a previous <a>InitiateLayerUpload</a> operation to associate with the image layer.</p>",
   948          "CompleteLayerUploadResponse$uploadId": "<p>The upload ID associated with the layer.</p>",
   949          "InitiateLayerUploadResponse$uploadId": "<p>The upload ID for the layer upload. This parameter is passed to further <a>UploadLayerPart</a> and <a>CompleteLayerUpload</a> operations.</p>",
   950          "InvalidLayerPartException$uploadId": "<p>The upload ID associated with the layer part.</p>",
   951          "UploadLayerPartRequest$uploadId": "<p>The upload ID from a previous <a>InitiateLayerUpload</a> operation to associate with the layer part upload.</p>",
   952          "UploadLayerPartResponse$uploadId": "<p>The upload ID associated with the request.</p>"
   953        }
   954      },
   955      "UploadLayerPartRequest": {
   956        "base": null,
   957        "refs": {
   958        }
   959      },
   960      "UploadLayerPartResponse": {
   961        "base": null,
   962        "refs": {
   963        }
   964      },
   965      "UploadNotFoundException": {
   966        "base": "<p>The upload could not be found, or the specified upload ID is not valid for this repository.</p>",
   967        "refs": {
   968        }
   969      },
   970      "Url": {
   971        "base": null,
   972        "refs": {
   973          "Registry$registryUri": "<p>The URI of a public registry. The URI contains a universal prefix and the registry alias.</p>",
   974          "Repository$repositoryUri": "<p>The URI for the repository. You can use this URI for container image <code>push</code> and <code>pull</code> operations.</p>"
   975        }
   976      },
   977      "UsageText": {
   978        "base": null,
   979        "refs": {
   980          "RepositoryCatalogData$usageText": "<p>The longform usage details of the contents of the repository. The usage text provides context for users of the repository.</p>",
   981          "RepositoryCatalogDataInput$usageText": "<p>Detailed information on how to use the contents of the repository. It is publicly visible in the Amazon ECR Public Gallery. The usage text provides context, support information, and additional usage details for users of the repository. The text must be in markdown format.</p>"
   982        }
   983      }
   984    }
   985  }