|
1935 | 1935 | "upstreamRegistryUrl": {
|
1936 | 1936 | "target": "com.amazonaws.ecr#Url",
|
1937 | 1937 | "traits": {
|
1938 |
| - "smithy.api#documentation": "<p>The registry URL of the upstream public registry to use as the source for the pull\n through cache rule. The following is the syntax to use for each supported upstream\n registry.</p>\n <ul>\n <li>\n <p>Amazon ECR (<code>ecr</code>) –\n <code>dkr.ecr.<region>.amazonaws.com</code>\n </p>\n </li>\n <li>\n <p>Amazon ECR Public (<code>ecr-public</code>) – <code>public.ecr.aws</code>\n </p>\n </li>\n <li>\n <p>Docker Hub (<code>docker-hub</code>) –\n <code>registry-1.docker.io</code>\n </p>\n </li>\n <li>\n <p>GitHub Container Registry (<code>github-container-registry</code>) –\n <code>ghcr.io</code>\n </p>\n </li>\n <li>\n <p>GitLab Container Registry (<code>gitlab-container-registry</code>) –\n <code>registry.gitlab.com</code>\n </p>\n </li>\n <li>\n <p>Kubernetes (<code>k8s</code>) – <code>registry.k8s.io</code>\n </p>\n </li>\n <li>\n <p>Microsoft Azure Container Registry (<code>azure-container-registry</code>) –\n <code><custom>.azurecr.io</code>\n </p>\n </li>\n <li>\n <p>Quay (<code>quay</code>) – <code>quay.io</code>\n </p>\n </li>\n </ul>", |
| 1938 | + "smithy.api#documentation": "<p>The registry URL of the upstream public registry to use as the source for the pull\n through cache rule. The following is the syntax to use for each supported upstream\n registry.</p>\n <ul>\n <li>\n <p>Amazon ECR (<code>ecr</code>) –\n <code><accountId>.dkr.ecr.<region>.amazonaws.com</code>\n </p>\n </li>\n <li>\n <p>Amazon ECR Public (<code>ecr-public</code>) – <code>public.ecr.aws</code>\n </p>\n </li>\n <li>\n <p>Docker Hub (<code>docker-hub</code>) –\n <code>registry-1.docker.io</code>\n </p>\n </li>\n <li>\n <p>GitHub Container Registry (<code>github-container-registry</code>) –\n <code>ghcr.io</code>\n </p>\n </li>\n <li>\n <p>GitLab Container Registry (<code>gitlab-container-registry</code>) –\n <code>registry.gitlab.com</code>\n </p>\n </li>\n <li>\n <p>Kubernetes (<code>k8s</code>) – <code>registry.k8s.io</code>\n </p>\n </li>\n <li>\n <p>Microsoft Azure Container Registry (<code>azure-container-registry</code>) –\n <code><custom>.azurecr.io</code>\n </p>\n </li>\n <li>\n <p>Quay (<code>quay</code>) – <code>quay.io</code>\n </p>\n </li>\n </ul>", |
1939 | 1939 | "smithy.api#required": {}
|
1940 | 1940 | }
|
1941 | 1941 | },
|
|
3097 | 3097 | }
|
3098 | 3098 | ],
|
3099 | 3099 | "traits": {
|
3100 |
| - "smithy.api#documentation": "<p>Returns metadata about the images in a repository.</p>\n <note>\n <p>Beginning with Docker version 1.9, the Docker client compresses image layers\n before pushing them to a V2 Docker registry. The output of the <code>docker\n images</code> command shows the uncompressed image size, so it may return a\n larger image size than the image sizes returned by <a>DescribeImages</a>.</p>\n </note>", |
| 3100 | + "smithy.api#documentation": "<p>Returns metadata about the images in a repository.</p>\n <note>\n <p>Starting with Docker version 1.9, the Docker client compresses image layers before\n pushing them to a V2 Docker registry. The output of the <code>docker images</code>\n command shows the uncompressed image size. Therefore, Docker might return a larger\n image than the image shown in the Amazon Web Services Management Console.</p>\n </note>", |
3101 | 3101 | "smithy.api#paginated": {
|
3102 | 3102 | "inputToken": "nextToken",
|
3103 | 3103 | "outputToken": "nextToken",
|
|
3913 | 3913 | "authorizationData": {
|
3914 | 3914 | "target": "com.amazonaws.ecr#AuthorizationDataList",
|
3915 | 3915 | "traits": {
|
3916 |
| - "smithy.api#documentation": "<p>A list of authorization token data objects that correspond to the\n <code>registryIds</code> values in the request.</p>" |
| 3916 | + "smithy.api#documentation": "<p>A list of authorization token data objects that correspond to the\n <code>registryIds</code> values in the request.</p>\n <note>\n <p>The size of the authorization token returned by Amazon ECR is not fixed. We recommend\n that you don't make assumptions about the maximum size.</p>\n </note>" |
3917 | 3917 | }
|
3918 | 3918 | }
|
3919 | 3919 | },
|
|
4533 | 4533 | "imageSizeInBytes": {
|
4534 | 4534 | "target": "com.amazonaws.ecr#ImageSizeInBytes",
|
4535 | 4535 | "traits": {
|
4536 |
| - "smithy.api#documentation": "<p>The size, in bytes, of the image in the repository.</p>\n <p>If the image is a manifest list, this will be the max size of all manifests in the\n list.</p>\n <note>\n <p>Starting with Docker version 1.9, the Docker client compresses image layers before\n pushing them to a V2 Docker registry. The output of the <code>docker images</code>\n command shows the uncompressed image size. Therefore, Docker might return a larger\n image than the image sizes returned by <a>DescribeImages</a>.</p>\n </note>" |
| 4536 | + "smithy.api#documentation": "<p>The size, in bytes, of the image in the repository.</p>\n <p>If the image is a manifest list, this will be the max size of all manifests in the\n list.</p>\n <note>\n <p>Starting with Docker version 1.9, the Docker client compresses image layers before\n pushing them to a V2 Docker registry. The output of the <code>docker images</code>\n command shows the uncompressed image size. Therefore, Docker might return a larger\n image than the image shown in the Amazon Web Services Management Console.</p>\n </note>" |
4537 | 4537 | }
|
4538 | 4538 | },
|
4539 | 4539 | "imagePushedAt": {
|
|
0 commit comments