'2.0', 'service' => '
Amazon Elastic Container Registry Public (Amazon ECR Public) is a managed container image registry service. Amazon ECR provides both public and private registries to host your container images. You can use the Docker CLI or your 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 Amazon Elastic Container Registry API Reference.
', 'operations' => [ 'BatchCheckLayerAvailability' => 'Checks the availability of one or more image layers that are 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.
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 docker
CLI to pull, tag, and push images.
Deletes a list of specified images that are within a repository in a public registry. Images are specified with either an imageTag
or imageDigest
.
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.
You can completely delete an image (and all of its tags) by specifying the digest of the image in your request.
', 'CompleteLayerUpload' => 'Informs Amazon ECR that the image layer upload is complete for a specified public registry, repository name, and upload ID. You can optionally provide a sha256
digest of the image layer for data validation purposes.
When an image is pushed, the CompleteLayerUpload API is called once for each new image layer to verify that the upload is complete.
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 docker
CLI to pull, tag, and push images.
Creates a repository in a public registry. For more information, see Amazon ECR repositories in the Amazon Elastic Container Registry User Guide.
', 'DeleteRepository' => 'Deletes a repository in a public registry. If the repository contains images, you must either manually delete all images in the repository or use the force
option. This option deletes all images on your behalf before deleting the repository.
Deletes the repository policy that\'s associated with the specified repository.
', 'DescribeImageTags' => 'Returns the image tag details for a repository in a public registry.
', 'DescribeImages' => 'Returns metadata that\'s related to the images in a repository in a public registry.
Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images
command shows the uncompressed image size. Therefore, it might return a larger image size than the image sizes that are returned by DescribeImages.
Returns details for a public registry.
', 'DescribeRepositories' => 'Describes repositories that are in a public registry.
', 'GetAuthorizationToken' => 'Retrieves an authorization token. An authorization token represents your IAM authentication credentials. You can use it 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 ecr-public:GetAuthorizationToken
and sts:GetServiceBearerToken
permissions.
Retrieves catalog metadata for a public registry.
', 'GetRepositoryCatalogData' => 'Retrieve catalog metadata for a repository in a public registry. This metadata is displayed publicly in the Amazon ECR Public Gallery.
', 'GetRepositoryPolicy' => 'Retrieves the repository policy for the specified repository.
', 'InitiateLayerUpload' => 'Notifies Amazon ECR that you intend to upload an image layer.
When an image is pushed, the InitiateLayerUpload API is called once for each image layer that hasn\'t already been uploaded. Whether an image layer uploads is determined by the BatchCheckLayerAvailability API action.
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 docker
CLI to pull, tag, and push images.
List the tags for an Amazon ECR Public resource.
', 'PutImage' => 'Creates or updates the image manifest and tags that are associated with an image.
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 that are associated with the image.
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 docker
CLI to pull, tag, and push images.
Create or update the catalog data for a public registry.
', 'PutRepositoryCatalogData' => 'Creates or updates the catalog data for a repository in a public registry.
', 'SetRepositoryPolicy' => 'Applies a repository policy to the specified public repository to control access permissions. For more information, see Amazon ECR Repository Policies in the Amazon Elastic Container Registry User Guide.
', 'TagResource' => 'Associates the specified tags to a resource with the specified resourceArn
. If existing tags on a resource aren\'t specified in the request parameters, they aren\'t changed. When a resource is deleted, the tags associated with that resource are also deleted.
Deletes specified tags from a resource.
', 'UploadLayerPart' => 'Uploads an image layer part to Amazon ECR.
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 (about 20MB). The UploadLayerPart API is called once for each new image layer part.
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 docker
CLI to pull, tag, and push images.
The longform description of the contents of the repository. This text appears in the repository details on the Amazon ECR Public Gallery.
', 'RepositoryCatalogDataInput$aboutText' => 'A detailed description of the contents of the repository. It\'s publicly visible in the Amazon ECR Public Gallery. The text must be in markdown format.
', ], ], 'Architecture' => [ 'base' => NULL, 'refs' => [ 'ArchitectureList$member' => NULL, ], ], 'ArchitectureList' => [ 'base' => NULL, 'refs' => [ 'RepositoryCatalogData$architectures' => 'The architecture tags that are associated with the repository.
Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see RepositoryCatalogDataInput.
The system architecture that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported architectures appear as badges on the repository and are used as search filters.
If an unsupported tag is added to your repository catalog data, it\'s associated with the repository and can be retrieved using the API but isn\'t discoverable in the Amazon ECR Public Gallery.
ARM
ARM 64
x86
x86-64
The Amazon Resource Name (ARN) that identifies the resource to list the tags for. Currently, the supported resource is an Amazon ECR Public repository.
', 'Registry$registryArn' => 'The Amazon Resource Name (ARN) of the public registry.
', 'Repository$repositoryArn' => 'The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr
namespace, followed by the region of the repository, Amazon Web Services account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test
.
The Amazon Resource Name (ARN) of the resource to add tags to. Currently, the supported resource is an Amazon ECR Public repository.
', 'UntagResourceRequest$resourceArn' => 'The Amazon Resource Name (ARN) of the resource to delete tags from. Currently, the supported resource is an Amazon ECR Public repository.
', ], ], 'AuthorizationData' => [ 'base' => 'An authorization token data object that corresponds to a public registry.
', 'refs' => [ 'GetAuthorizationTokenResponse$authorizationData' => 'An authorization token data object that corresponds to a public registry.
', ], ], 'Base64' => [ 'base' => NULL, 'refs' => [ 'AuthorizationData$authorizationToken' => 'A base64-encoded string that contains authorization data for a public Amazon ECR registry. When the string is decoded, it\'s presented in the format user:password
for public registry authentication using docker login
.
The layer digest that\'s associated with the failure.
', ], ], 'BatchedOperationLayerDigestList' => [ 'base' => NULL, 'refs' => [ 'BatchCheckLayerAvailabilityRequest$layerDigests' => 'The digests of the image layers to check.
', ], ], 'CompleteLayerUploadRequest' => [ 'base' => NULL, 'refs' => [], ], 'CompleteLayerUploadResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateRepositoryRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateRepositoryResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreationTimestamp' => [ 'base' => NULL, 'refs' => [ 'ImageTagDetail$createdAt' => 'The time stamp that indicates when the image tag was created.
', 'Repository$createdAt' => 'The date and time, in JavaScript date format, when the repository was created.
', ], ], 'DefaultRegistryAliasFlag' => [ 'base' => NULL, 'refs' => [ 'RegistryAlias$defaultRegistryAlias' => 'Indicates whether 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.
', ], ], 'DeleteRepositoryPolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRepositoryPolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRepositoryRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRepositoryResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImageTagsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImageTagsResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImagesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImagesResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeRegistriesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeRegistriesResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeRepositoriesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeRepositoriesResponse' => [ 'base' => NULL, 'refs' => [], ], 'EmptyUploadException' => [ 'base' => 'The specified layer upload doesn\'t contain any layer parts.
', 'refs' => [], ], 'ExceptionMessage' => [ 'base' => NULL, 'refs' => [ 'EmptyUploadException$message' => NULL, 'ImageAlreadyExistsException$message' => NULL, 'ImageDigestDoesNotMatchException$message' => NULL, 'ImageNotFoundException$message' => NULL, 'ImageTagAlreadyExistsException$message' => NULL, 'InvalidLayerException$message' => NULL, 'InvalidLayerPartException$message' => NULL, 'InvalidParameterException$message' => NULL, 'InvalidTagParameterException$message' => NULL, 'LayerAlreadyExistsException$message' => NULL, 'LayerPartTooSmallException$message' => NULL, 'LayersNotFoundException$message' => NULL, 'LimitExceededException$message' => NULL, 'ReferencedImagesNotFoundException$message' => NULL, 'RegistryNotFoundException$message' => NULL, 'RepositoryAlreadyExistsException$message' => NULL, 'RepositoryCatalogDataNotFoundException$message' => NULL, 'RepositoryNotEmptyException$message' => NULL, 'RepositoryNotFoundException$message' => NULL, 'RepositoryPolicyNotFoundException$message' => NULL, 'ServerException$message' => NULL, 'TooManyTagsException$message' => NULL, 'UnsupportedCommandException$message' => NULL, 'UploadNotFoundException$message' => NULL, ], ], 'ExpirationTimestamp' => [ 'base' => NULL, 'refs' => [ 'AuthorizationData$expiresAt' => 'The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.
', ], ], 'ForceFlag' => [ 'base' => NULL, 'refs' => [ 'DeleteRepositoryRequest$force' => 'The force option can be used to delete a repository that contains images. If the force option is not used, the repository must be empty prior to deletion.
', 'SetRepositoryPolicyRequest$force' => 'If the policy that you want to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This prevents accidental repository lockouts.
', ], ], 'GetAuthorizationTokenRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetAuthorizationTokenResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetRegistryCatalogDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetRegistryCatalogDataResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetRepositoryCatalogDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetRepositoryCatalogDataResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetRepositoryPolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetRepositoryPolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'Image' => [ 'base' => 'An object that represents an Amazon ECR image.
', 'refs' => [ 'PutImageResponse$image' => 'Details of the image uploaded.
', ], ], 'ImageAlreadyExistsException' => [ 'base' => 'The specified image has already been pushed, and there were no changes to the manifest or image tag after the last push.
', 'refs' => [], ], 'ImageDetail' => [ 'base' => 'An object that describes an image that\'s returned by a DescribeImages operation.
', 'refs' => [ 'ImageDetailList$member' => NULL, ], ], 'ImageDetailList' => [ 'base' => NULL, 'refs' => [ 'DescribeImagesResponse$imageDetails' => 'A list of ImageDetail objects that contain data about the image.
', ], ], 'ImageDigest' => [ 'base' => NULL, 'refs' => [ 'ImageDetail$imageDigest' => 'The sha256
digest of the image manifest.
The sha256
digest of the image manifest.
The image digest of the image manifest that corresponds to the image.
', 'ReferencedImageDetail$imageDigest' => 'The sha256
digest of the image manifest.
The specified image digest doesn\'t match the digest that Amazon ECR calculated for the image.
', 'refs' => [], ], 'ImageFailure' => [ 'base' => 'An object that represents an Amazon ECR image failure.
', 'refs' => [ 'ImageFailureList$member' => NULL, ], ], 'ImageFailureCode' => [ 'base' => NULL, 'refs' => [ 'ImageFailure$failureCode' => 'The code that\'s associated with the failure.
', ], ], 'ImageFailureList' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteImageResponse$failures' => 'Any failures associated with the call.
', ], ], 'ImageFailureReason' => [ 'base' => NULL, 'refs' => [ 'ImageFailure$failureReason' => 'The reason for the failure.
', ], ], 'ImageIdentifier' => [ 'base' => 'An object with identifying information for an Amazon ECR image.
', 'refs' => [ 'Image$imageId' => 'An object that contains the image tag and image digest associated with an image.
', 'ImageFailure$imageId' => 'The image ID that\'s associated with the failure.
', 'ImageIdentifierList$member' => NULL, ], ], 'ImageIdentifierList' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteImageRequest$imageIds' => 'A list of image ID references that correspond to images to delete. The format of the imageIds
reference is imageTag=tag
or imageDigest=digest
.
The image IDs of the deleted images.
', 'DescribeImagesRequest$imageIds' => 'The list of image IDs for the requested repository.
', ], ], 'ImageManifest' => [ 'base' => NULL, 'refs' => [ 'Image$imageManifest' => 'The image manifest that\'s associated with the image.
', 'PutImageRequest$imageManifest' => 'The image manifest that corresponds to the image to be uploaded.
', ], ], 'ImageNotFoundException' => [ 'base' => 'The image requested doesn\'t exist in the specified repository.
', 'refs' => [], ], 'ImageSizeInBytes' => [ 'base' => NULL, 'refs' => [ 'ImageDetail$imageSizeInBytes' => 'The size, in bytes, of the image in the repository.
If the image is a manifest list, this is the max size of all manifests in the list.
Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images
command shows the uncompressed image size, so it might return a larger image size than the image sizes that are returned by DescribeImages.
The size, in bytes, of the image in the repository.
If the image is a manifest list, this is the max size of all manifests in the list.
Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images
command shows the uncompressed image size, so it might return a larger image size than the image sizes that are returned by DescribeImages.
The tag that\'s used for the image.
', 'ImageTagDetail$imageTag' => 'The tag that\'s associated with the image.
', 'ImageTagList$member' => NULL, 'PutImageRequest$imageTag' => '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.
', ], ], 'ImageTagAlreadyExistsException' => [ 'base' => 'The specified image is tagged with a tag that already exists. The repository is configured for tag immutability.
', 'refs' => [], ], 'ImageTagDetail' => [ 'base' => 'An object that represents the image tag details for an image.
', 'refs' => [ 'ImageTagDetailList$member' => NULL, ], ], 'ImageTagDetailList' => [ 'base' => NULL, 'refs' => [ 'DescribeImageTagsResponse$imageTagDetails' => 'The image tag details for the images in the requested repository.
', ], ], 'ImageTagList' => [ 'base' => NULL, 'refs' => [ 'ImageDetail$imageTags' => 'The list of tags that\'s associated with this image.
', ], ], 'InitiateLayerUploadRequest' => [ 'base' => NULL, 'refs' => [], ], 'InitiateLayerUploadResponse' => [ 'base' => NULL, 'refs' => [], ], 'InvalidLayerException' => [ 'base' => 'The layer digest calculation performed by Amazon ECR when the image layer doesn\'t match the digest specified.
', 'refs' => [], ], 'InvalidLayerPartException' => [ 'base' => 'The layer part size isn\'t valid, or the first byte specified isn\'t consecutive to the last byte of a previous layer part upload.
', 'refs' => [], ], 'InvalidParameterException' => [ 'base' => 'The specified parameter is invalid. Review the available parameters for the API request.
', 'refs' => [], ], 'InvalidTagParameterException' => [ 'base' => '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.
', 'refs' => [], ], 'Layer' => [ 'base' => 'An object that represents an Amazon ECR image layer.
', 'refs' => [ 'LayerList$member' => NULL, ], ], 'LayerAlreadyExistsException' => [ 'base' => 'The image layer already exists in the associated repository.
', 'refs' => [], ], 'LayerAvailability' => [ 'base' => NULL, 'refs' => [ 'Layer$layerAvailability' => 'The availability status of the image layer.
', ], ], 'LayerDigest' => [ 'base' => NULL, 'refs' => [ 'CompleteLayerUploadResponse$layerDigest' => 'The sha256
digest of the image layer.
The sha256
digest of the image layer.
The sha256
digest of the image layer.
An object that represents an Amazon ECR image layer failure.
', 'refs' => [ 'LayerFailureList$member' => NULL, ], ], 'LayerFailureCode' => [ 'base' => NULL, 'refs' => [ 'LayerFailure$failureCode' => 'The failure code that\'s associated with the failure.
', ], ], 'LayerFailureList' => [ 'base' => NULL, 'refs' => [ 'BatchCheckLayerAvailabilityResponse$failures' => 'Any failures associated with the call.
', ], ], 'LayerFailureReason' => [ 'base' => NULL, 'refs' => [ 'LayerFailure$failureReason' => 'The reason for the failure.
', ], ], 'LayerList' => [ 'base' => NULL, 'refs' => [ 'BatchCheckLayerAvailabilityResponse$layers' => 'A list of image layer objects that correspond to the image layer references in the request.
', ], ], 'LayerPartBlob' => [ 'base' => NULL, 'refs' => [ 'UploadLayerPartRequest$layerPartBlob' => 'The base64-encoded layer part payload.
', ], ], 'LayerPartTooSmallException' => [ 'base' => 'Layer parts must be at least 5 MiB in size.
', 'refs' => [], ], 'LayerSizeInBytes' => [ 'base' => NULL, 'refs' => [ 'Layer$layerSize' => 'The size, in bytes, of the image layer.
', ], ], 'LayersNotFoundException' => [ 'base' => 'The specified layers can\'t be found, or the specified layer isn\'t valid for this repository.
', 'refs' => [], ], 'LimitExceededException' => [ 'base' => 'The operation didn\'t succeed because it would have exceeded a service limit for your account. For more information, see Amazon ECR Service Quotas in the Amazon Elastic Container Registry User Guide.
', 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'LogoImageBlob' => [ 'base' => NULL, 'refs' => [ 'RepositoryCatalogDataInput$logoImageBlob' => 'The base64-encoded repository logo payload.
The repository logo is only publicly visible in the Amazon ECR Public Gallery for verified accounts.
Indicates whether the repository is certified by Amazon Web Services Marketplace.
', ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeImageTagsRequest$maxResults' => 'The maximum number of repository results that\'s returned by DescribeImageTags
in paginated output. When this parameter is used, DescribeImageTags
only returns maxResults
results in a single page along with a nextToken
response element. You can see the remaining results of the initial request by sending another DescribeImageTags
request with the returned nextToken
value. This value can be between 1 and 1000. If this parameter isn\'t used, then DescribeImageTags
returns up to 100 results and a nextToken
value, if applicable. If you specify images with imageIds
, you can\'t use this option.
The maximum number of repository results that\'s returned by DescribeImages
in paginated output. When this parameter is used, DescribeImages
only returns maxResults
results in a single page along with a nextToken
response element. You can see the remaining results of the initial request by sending another DescribeImages
request with the returned nextToken
value. This value can be between 1 and 1000. If this parameter isn\'t used, then DescribeImages
returns up to 100 results and a nextToken
value, if applicable. If you specify images with imageIds
, you can\'t use this option.
The maximum number of repository results that\'s returned by DescribeRegistries
in paginated output. When this parameter is used, DescribeRegistries
only returns maxResults
results in a single page along with a nextToken
response element. The remaining results of the initial request can be seen by sending another DescribeRegistries
request with the returned nextToken
value. This value can be between 1 and 1000. If this parameter isn\'t used, then DescribeRegistries
returns up to 100 results and a nextToken
value, if applicable.
The maximum number of repository results that\'s returned by DescribeRepositories
in paginated output. When this parameter is used, DescribeRepositories
only returns maxResults
results in a single page along with a nextToken
response element. You can see the remaining results of the initial request by sending another DescribeRepositories
request with the returned nextToken
value. This value can be between 1 and 1000. If this parameter isn\'t used, then DescribeRepositories
returns up to 100 results and a nextToken
value, if applicable. If you specify repositories with repositoryNames
, you can\'t use this option.
The manifest media type of the image.
', 'ImageDetail$imageManifestMediaType' => 'The media type of the image manifest.
', 'ImageDetail$artifactMediaType' => 'The artifact media type of the image.
', 'Layer$mediaType' => 'The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip
or application/vnd.oci.image.layer.v1.tar+gzip
.
The media type of the image manifest. If you push an image manifest that doesn\'t contain the mediaType
field, you must specify the imageManifestMediaType
in the request.
The media type of the image manifest.
', 'ReferencedImageDetail$artifactMediaType' => 'The artifact media type of the image.
', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'DescribeImageTagsRequest$nextToken' => 'The nextToken
value that\'s returned from a previous paginated DescribeImageTags
request where maxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken
value. If there are no more results to return, this value is null
. If you specify images with imageIds
, you can\'t use this option.
The nextToken
value to include in a future DescribeImageTags
request. When the results of a DescribeImageTags
request exceed maxResults
, you can use this value to retrieve the next page of results. If there are no more results to return, this value is null
.
The nextToken
value that\'s returned from a previous paginated DescribeImages
request where maxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken
value. If there are no more results to return, this value is null
. If you specify images with imageIds
, you can\'t use this option.
The nextToken
value to include in a future DescribeImages
request. When the results of a DescribeImages
request exceed maxResults
, you can use this value to retrieve the next page of results. If there are no more results to return, this value is null
.
The nextToken
value that\'s returned from a previous paginated DescribeRegistries
request where maxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken
value. If there are no more results to return, this value is null
.
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.
The nextToken
value to include in a future DescribeRepositories
request. If the results of a DescribeRepositories
request exceed maxResults
, you can use this value to retrieve the next page of results. If there are no more results, this value is null
.
The nextToken
value that\'s returned from a previous paginated DescribeRepositories
request where maxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken
value. If there are no more results to return, this value is null
. If you specify repositories with repositoryNames
, you can\'t use this option.
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.
The nextToken
value to include in a future DescribeRepositories
request. When the results of a DescribeRepositories
request exceed maxResults
, this value can be used to retrieve the next page of results. If there are no more results to return, this value is null
.
The operating system tags that are associated with the repository.
Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see RepositoryCatalogDataInput.
The operating systems that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported operating systems appear as badges on the repository and are used as search filters.
If an unsupported tag is added to your repository catalog data, it\'s associated with the repository and can be retrieved using the API but isn\'t discoverable in the Amazon ECR Public Gallery.
Linux
Windows
The size, in bytes, that Amazon ECR expects future layer part uploads to be.
', 'InvalidLayerPartException$lastValidByteReceived' => 'The position of the last byte of the layer part.
', 'UploadLayerPartRequest$partFirstByte' => 'The position of the first byte of the layer part witin the overall image layer.
', 'UploadLayerPartRequest$partLastByte' => 'The position of the last byte of the layer part within the overall image layer.
', 'UploadLayerPartResponse$lastByteReceived' => 'The integer value of the last byte that\'s received in the request.
', ], ], 'PrimaryRegistryAliasFlag' => [ 'base' => NULL, 'refs' => [ 'RegistryAlias$primaryRegistryAlias' => 'Indicates whether 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 docker pull
commands on the Amazon ECR Public Gallery.
A registry alias that isn\'t the primary registry alias can be used in the repository URI in a docker pull
command.
The date and time, expressed in standard JavaScript date format, that the current image was pushed to the repository at.
', 'ReferencedImageDetail$imagePushedAt' => 'The date and time, expressed in standard JavaScript date format, which the current image tag was pushed to the repository at.
', ], ], 'PutImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutImageResponse' => [ 'base' => NULL, 'refs' => [], ], 'PutRegistryCatalogDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutRegistryCatalogDataResponse' => [ 'base' => NULL, 'refs' => [], ], 'PutRepositoryCatalogDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutRepositoryCatalogDataResponse' => [ 'base' => NULL, 'refs' => [], ], 'ReferencedImageDetail' => [ 'base' => 'An object that describes the image tag details that are returned by a DescribeImageTags action.
', 'refs' => [ 'ImageTagDetail$imageDetail' => 'An object that describes the details of an image.
', ], ], 'ReferencedImagesNotFoundException' => [ 'base' => 'The manifest list is referencing an image that doesn\'t exist.
', 'refs' => [], ], 'Registry' => [ 'base' => 'The details of a public registry.
', 'refs' => [ 'RegistryList$member' => NULL, ], ], 'RegistryAlias' => [ 'base' => 'An object representing the aliases for a public registry. A public registry is given an alias when it\'s created. However, a custom alias can be set using the Amazon ECR console. For more information, see Registries in the Amazon Elastic Container Registry User Guide.
', 'refs' => [ 'RegistryAliasList$member' => NULL, ], ], 'RegistryAliasList' => [ 'base' => NULL, 'refs' => [ 'Registry$aliases' => 'An array of objects that represents the aliases for a public registry.
', ], ], 'RegistryAliasName' => [ 'base' => NULL, 'refs' => [ 'RegistryAlias$name' => 'The name of the registry alias.
', ], ], 'RegistryAliasStatus' => [ 'base' => NULL, 'refs' => [ 'RegistryAlias$status' => 'The status of the registry alias.
', ], ], 'RegistryCatalogData' => [ 'base' => 'The metadata for a public registry.
', 'refs' => [ 'GetRegistryCatalogDataResponse$registryCatalogData' => 'The catalog metadata for the public registry.
', 'PutRegistryCatalogDataResponse$registryCatalogData' => 'The catalog data for the public registry.
', ], ], 'RegistryDisplayName' => [ 'base' => NULL, 'refs' => [ 'PutRegistryCatalogDataRequest$displayName' => 'The display name for a public registry. The display name is shown as the repository author in the Amazon ECR Public Gallery.
The registry display name is only publicly visible in the Amazon ECR Public Gallery for verified accounts.
The display name for a public registry. This appears on the Amazon ECR Public Gallery.
Only accounts that have the verified account badge can have a registry display name.
The public registry ID that\'s associated with the request.
', 'DeleteRepositoryPolicyRequest$registryId' => 'The Amazon Web Services account ID that\'s 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.
', 'DeleteRepositoryPolicyResponse$registryId' => 'The registry ID that\'s associated with the request.
', 'DeleteRepositoryRequest$registryId' => 'The Amazon Web Services account ID that\'s associated with the public registry that contains the repository to delete. If you do not specify a registry, the default public registry is assumed.
', 'DescribeImageTagsRequest$registryId' => 'The Amazon Web Services account ID that\'s associated with the public registry that contains the repository where images are described. If you do not specify a registry, the default public registry is assumed.
', 'DescribeImagesRequest$registryId' => 'The Amazon Web Services account ID that\'s associated with the public registry that contains the repository where images are described. If you do not specify a registry, the default public registry is assumed.
', 'DescribeRepositoriesRequest$registryId' => 'The Amazon Web Services account ID that\'s associated with the registry that contains the repositories to be described. If you do not specify a registry, the default public registry is assumed.
', 'GetRepositoryCatalogDataRequest$registryId' => 'The Amazon Web Services account ID that\'s associated with the registry that contains the repositories to be described. If you do not specify a registry, the default public registry is assumed.
', 'GetRepositoryPolicyRequest$registryId' => 'The Amazon Web Services account ID that\'s associated with the public registry that contains the repository. If you do not specify a registry, the default public registry is assumed.
', 'GetRepositoryPolicyResponse$registryId' => 'The registry ID that\'s associated with the request.
', 'ImageDetail$registryId' => 'The Amazon Web Services account ID that\'s associated with the public registry where this image belongs.
', 'InvalidLayerPartException$registryId' => 'The Amazon Web Services account ID that\'s associated with the layer part.
', 'PutRepositoryCatalogDataRequest$registryId' => 'The Amazon Web Services account ID that\'s associated with the public registry the repository is in. If you do not specify a registry, the default public registry is assumed.
', 'Registry$registryId' => 'The Amazon Web Services account ID that\'s associated with the registry. If you do not specify a registry, the default public registry is assumed.
', 'Repository$registryId' => 'The Amazon Web Services account ID that\'s associated with the public registry that contains the repository.
', 'SetRepositoryPolicyRequest$registryId' => 'The Amazon Web Services account ID that\'s associated with the registry that contains the repository. If you do not specify a registry, the default public registry is assumed.
', 'SetRepositoryPolicyResponse$registryId' => 'The registry ID that\'s associated with the request.
', 'UploadLayerPartResponse$registryId' => 'The registry ID that\'s associated with the request.
', ], ], 'RegistryIdOrAlias' => [ 'base' => NULL, 'refs' => [ 'BatchCheckLayerAvailabilityRequest$registryId' => 'The Amazon Web Services account ID, or registry alias, 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.
', 'BatchDeleteImageRequest$registryId' => 'The Amazon Web Services account ID, or registry alias, that\'s associated with the registry that contains the image to delete. If you do not specify a registry, the default public registry is assumed.
', 'CompleteLayerUploadRequest$registryId' => 'The Amazon Web Services account ID, or registry alias, associated with the registry where layers are uploaded. If you do not specify a registry, the default public registry is assumed.
', 'Image$registryId' => 'The Amazon Web Services account ID that\'s associated with the registry containing the image.
', 'InitiateLayerUploadRequest$registryId' => 'The Amazon Web Services account ID, or registry alias, that\'s associated with the registry to which you intend to upload layers. If you do not specify a registry, the default public registry is assumed.
', 'PutImageRequest$registryId' => 'The Amazon Web Services account ID, or registry alias, that\'s associated with the public registry that contains the repository where the image is put. If you do not specify a registry, the default public registry is assumed.
', 'UploadLayerPartRequest$registryId' => 'The Amazon Web Services account ID, or registry alias, that\'s associated with the registry that you\'re uploading layer parts to. If you do not specify a registry, the default public registry is assumed.
', ], ], 'RegistryList' => [ 'base' => NULL, 'refs' => [ 'DescribeRegistriesResponse$registries' => 'An object that contains the details for a public registry.
', ], ], 'RegistryNotFoundException' => [ 'base' => 'The registry doesn\'t exist.
', 'refs' => [], ], 'RegistryVerified' => [ 'base' => NULL, 'refs' => [ 'Registry$verified' => 'Indicates whether the account is a verified Amazon Web Services Marketplace vendor. If an account is verified, each public repository receives a verified account badge on the Amazon ECR Public Gallery.
', ], ], 'Repository' => [ 'base' => 'An object representing a repository.
', 'refs' => [ 'CreateRepositoryResponse$repository' => 'The repository that was created.
', 'DeleteRepositoryResponse$repository' => 'The repository that was deleted.
', 'RepositoryList$member' => NULL, ], ], 'RepositoryAlreadyExistsException' => [ 'base' => 'The specified repository already exists in the specified registry.
', 'refs' => [], ], 'RepositoryCatalogData' => [ 'base' => 'The catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery.
', 'refs' => [ 'CreateRepositoryResponse$catalogData' => NULL, 'GetRepositoryCatalogDataResponse$catalogData' => 'The catalog metadata for the repository.
', 'PutRepositoryCatalogDataResponse$catalogData' => 'The catalog data for the repository.
', ], ], 'RepositoryCatalogDataInput' => [ 'base' => 'An object that contains the catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery.
', 'refs' => [ 'CreateRepositoryRequest$catalogData' => 'The details about the repository that are publicly visible in the Amazon ECR Public Gallery.
', 'PutRepositoryCatalogDataRequest$catalogData' => 'An object containing the catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery.
', ], ], 'RepositoryCatalogDataNotFoundException' => [ 'base' => 'The repository catalog data doesn\'t exist.
', 'refs' => [], ], 'RepositoryDescription' => [ 'base' => NULL, 'refs' => [ 'RepositoryCatalogData$description' => 'The short description of the repository.
', 'RepositoryCatalogDataInput$description' => '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.
', ], ], 'RepositoryList' => [ 'base' => NULL, 'refs' => [ 'DescribeRepositoriesResponse$repositories' => 'A list of repository objects corresponding to valid repositories.
', ], ], 'RepositoryName' => [ 'base' => NULL, 'refs' => [ 'BatchCheckLayerAvailabilityRequest$repositoryName' => 'The name of the repository that\'s associated with the image layers to check.
', 'BatchDeleteImageRequest$repositoryName' => 'The repository in a public registry that contains the image to delete.
', 'CompleteLayerUploadRequest$repositoryName' => 'The name of the repository in a public registry to associate with the image layer.
', 'CompleteLayerUploadResponse$repositoryName' => 'The repository name that\'s associated with the request.
', 'CreateRepositoryRequest$repositoryName' => 'The name to use for the repository. This appears publicly in the Amazon ECR Public Gallery. The repository name can be specified on its own (for example nginx-web-app
) or prepended with a namespace to group the repository into a category (for example project-a/nginx-web-app
).
The name of the repository that\'s associated with the repository policy to delete.
', 'DeleteRepositoryPolicyResponse$repositoryName' => 'The repository name that\'s associated with the request.
', 'DeleteRepositoryRequest$repositoryName' => 'The name of the repository to delete.
', 'DescribeImageTagsRequest$repositoryName' => 'The name of the repository that contains the image tag details to describe.
', 'DescribeImagesRequest$repositoryName' => 'The repository that contains the images to describe.
', 'GetRepositoryCatalogDataRequest$repositoryName' => 'The name of the repository to retrieve the catalog metadata for.
', 'GetRepositoryPolicyRequest$repositoryName' => 'The name of the repository with the policy to retrieve.
', 'GetRepositoryPolicyResponse$repositoryName' => 'The repository name that\'s associated with the request.
', 'Image$repositoryName' => 'The name of the repository that\'s associated with the image.
', 'ImageDetail$repositoryName' => 'The name of the repository where this image belongs.
', 'InitiateLayerUploadRequest$repositoryName' => 'The name of the repository that you want to upload layers to.
', 'InvalidLayerPartException$repositoryName' => 'The name of the repository.
', 'PutImageRequest$repositoryName' => 'The name of the repository where the image is put.
', 'PutRepositoryCatalogDataRequest$repositoryName' => 'The name of the repository to create or update the catalog data for.
', 'Repository$repositoryName' => 'The name of the repository.
', 'RepositoryNameList$member' => NULL, 'SetRepositoryPolicyRequest$repositoryName' => 'The name of the repository to receive the policy.
', 'SetRepositoryPolicyResponse$repositoryName' => 'The repository name that\'s associated with the request.
', 'UploadLayerPartRequest$repositoryName' => 'The name of the repository that you\'re uploading layer parts to.
', 'UploadLayerPartResponse$repositoryName' => 'The repository name that\'s associated with the request.
', ], ], 'RepositoryNameList' => [ 'base' => NULL, 'refs' => [ 'DescribeRepositoriesRequest$repositoryNames' => 'A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.
', ], ], 'RepositoryNotEmptyException' => [ 'base' => 'The specified repository contains images. To delete a repository that contains images, you must force the deletion with the force
parameter.
The specified repository can\'t be found. Check the spelling of the specified repository and ensure that you\'re performing operations on the correct registry.
', 'refs' => [], ], 'RepositoryPolicyNotFoundException' => [ 'base' => 'The specified repository and registry combination doesn\'t have an associated repository policy.
', 'refs' => [], ], 'RepositoryPolicyText' => [ 'base' => NULL, 'refs' => [ 'DeleteRepositoryPolicyResponse$policyText' => 'The JSON repository policy that was deleted from the repository.
', 'GetRepositoryPolicyResponse$policyText' => 'The repository policy text that\'s associated with the repository. The policy text will be in JSON format.
', 'SetRepositoryPolicyRequest$policyText' => 'The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policies in the Amazon Elastic Container Registry User Guide.
', 'SetRepositoryPolicyResponse$policyText' => 'The JSON repository policy text that\'s applied to the repository.
', ], ], 'ResourceUrl' => [ 'base' => NULL, 'refs' => [ 'RepositoryCatalogData$logoUrl' => 'The URL that contains the logo that\'s associated with the repository.
', ], ], 'ServerException' => [ 'base' => 'These errors are usually caused by a server-side issue.
', 'refs' => [], ], 'SetRepositoryPolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'SetRepositoryPolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'Tag' => [ 'base' => '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. You define both. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'Tag$Key' => 'One part of a key-value pair that make up a tag. A key
is a general label that acts like a category for more specific tag values.
The keys of the tags to be removed.
', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'CreateRepositoryRequest$tags' => 'The metadata that you apply to each repository to help categorize and organize your repositories. Each tag consists of a key and an optional value. You define both of them. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
', 'ListTagsForResourceResponse$tags' => 'The tags for the resource.
', 'TagResourceRequest$tags' => '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.
', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tag$Value' => 'The optional part of a key-value pair that make up a tag. A value
acts as a descriptor within a tag category (key).
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.
', 'refs' => [], ], 'UnsupportedCommandException' => [ 'base' => 'The action isn\'t supported in this Region.
', 'refs' => [], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UploadId' => [ 'base' => NULL, 'refs' => [ 'CompleteLayerUploadRequest$uploadId' => 'The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.
', 'CompleteLayerUploadResponse$uploadId' => 'The upload ID that\'s associated with the layer.
', 'InitiateLayerUploadResponse$uploadId' => 'The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.
', 'InvalidLayerPartException$uploadId' => 'The upload ID that\'s associated with the layer part.
', 'UploadLayerPartRequest$uploadId' => 'The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.
', 'UploadLayerPartResponse$uploadId' => 'The upload ID that\'s associated with the request.
', ], ], 'UploadLayerPartRequest' => [ 'base' => NULL, 'refs' => [], ], 'UploadLayerPartResponse' => [ 'base' => NULL, 'refs' => [], ], 'UploadNotFoundException' => [ 'base' => 'The upload can\'t be found, or the specified upload ID isn\'t valid for this repository.
', 'refs' => [], ], 'Url' => [ 'base' => NULL, 'refs' => [ 'Registry$registryUri' => 'The URI of a public registry. The URI contains a universal prefix and the registry alias.
', 'Repository$repositoryUri' => 'The URI for the repository. You can use this URI for container image push
and pull
operations.
The longform usage details of the contents of the repository. The usage text provides context for users of the repository.
', 'RepositoryCatalogDataInput$usageText' => 'Detailed information about how to use the contents of the repository. It\'s 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.
', ], ], ],];