|
264 | 264 | "CustomRoleArn": {
|
265 | 265 | "base": null,
|
266 | 266 | "refs": {
|
| 267 | + "CreatePullThroughCacheRuleRequest$customRoleArn": "<p>Amazon Resource Name (ARN) of the IAM role to be assumed by Amazon ECR to authenticate to the ECR upstream registry. This role must be in the same account as the registry that you are configuring.</p>", |
| 268 | + "CreatePullThroughCacheRuleResponse$customRoleArn": "<p>The ARN of the IAM role associated with the pull through cache rule.</p>", |
267 | 269 | "CreateRepositoryCreationTemplateRequest$customRoleArn": "<p>The ARN of the role to be assumed by Amazon ECR. This role must be in the same account as the registry that you are configuring. Amazon ECR will assume your supplied role when the customRoleArn is specified. When this field isn't specified, Amazon ECR will use the service-linked role for the repository creation template.</p>",
|
| 270 | + "DeletePullThroughCacheRuleResponse$customRoleArn": "<p>The ARN of the IAM role associated with the pull through cache rule.</p>", |
| 271 | + "PullThroughCacheRule$customRoleArn": "<p>The ARN of the IAM role associated with the pull through cache rule.</p>", |
268 | 272 | "RepositoryCreationTemplate$customRoleArn": "<p>The ARN of the role to be assumed by Amazon ECR. Amazon ECR will assume your supplied role when the customRoleArn is specified. When this field isn't specified, Amazon ECR will use the service-linked role for the repository creation template.</p>",
|
269 |
| - "UpdateRepositoryCreationTemplateRequest$customRoleArn": "<p>The ARN of the role to be assumed by Amazon ECR. This role must be in the same account as the registry that you are configuring. Amazon ECR will assume your supplied role when the customRoleArn is specified. When this field isn't specified, Amazon ECR will use the service-linked role for the repository creation template.</p>" |
| 273 | + "UpdatePullThroughCacheRuleRequest$customRoleArn": "<p>Amazon Resource Name (ARN) of the IAM role to be assumed by Amazon ECR to authenticate to the ECR upstream registry. This role must be in the same account as the registry that you are configuring.</p>", |
| 274 | + "UpdatePullThroughCacheRuleResponse$customRoleArn": "<p>The ARN of the IAM role associated with the pull through cache rule.</p>", |
| 275 | + "UpdateRepositoryCreationTemplateRequest$customRoleArn": "<p>The ARN of the role to be assumed by Amazon ECR. This role must be in the same account as the registry that you are configuring. Amazon ECR will assume your supplied role when the customRoleArn is specified. When this field isn't specified, Amazon ECR will use the service-linked role for the repository creation template.</p>", |
| 276 | + "ValidatePullThroughCacheRuleResponse$customRoleArn": "<p>The ARN of the IAM role associated with the pull through cache rule.</p>" |
270 | 277 | }
|
271 | 278 | },
|
272 | 279 | "CvssScore": {
|
|
876 | 883 | "ImageSizeInBytes": {
|
877 | 884 | "base": null,
|
878 | 885 | "refs": {
|
879 |
| - "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>" |
| 886 | + "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>Starting 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. Therefore, Docker might return a larger image than the image sizes returned by <a>DescribeImages</a>.</p> </note>" |
880 | 887 | }
|
881 | 888 | },
|
882 | 889 | "ImageTag": {
|
|
1316 | 1323 | "PullThroughCacheRuleRepositoryPrefix": {
|
1317 | 1324 | "base": null,
|
1318 | 1325 | "refs": {
|
1319 |
| - "CreatePullThroughCacheRuleRequest$ecrRepositoryPrefix": "<p>The repository name prefix to use when caching images from the source registry.</p>", |
| 1326 | + "CreatePullThroughCacheRuleRequest$ecrRepositoryPrefix": "<p>The repository name prefix to use when caching images from the source registry.</p> <important> <p>There is always an assumed <code>/</code> applied to the end of the prefix. If you specify <code>ecr-public</code> as the prefix, Amazon ECR treats that as <code>ecr-public/</code>.</p> </important>", |
| 1327 | + "CreatePullThroughCacheRuleRequest$upstreamRepositoryPrefix": "<p>The repository name prefix of the upstream registry to match with the upstream repository name. When this field isn't specified, Amazon ECR will use the <code>ROOT</code>.</p>", |
1320 | 1328 | "CreatePullThroughCacheRuleResponse$ecrRepositoryPrefix": "<p>The Amazon ECR repository prefix associated with the pull through cache rule.</p>",
|
| 1329 | + "CreatePullThroughCacheRuleResponse$upstreamRepositoryPrefix": "<p>The upstream repository prefix associated with the pull through cache rule.</p>", |
1321 | 1330 | "DeletePullThroughCacheRuleRequest$ecrRepositoryPrefix": "<p>The Amazon ECR repository prefix associated with the pull through cache rule to delete.</p>",
|
1322 | 1331 | "DeletePullThroughCacheRuleResponse$ecrRepositoryPrefix": "<p>The Amazon ECR repository prefix associated with the request.</p>",
|
| 1332 | + "DeletePullThroughCacheRuleResponse$upstreamRepositoryPrefix": "<p>The upstream repository prefix associated with the pull through cache rule.</p>", |
1323 | 1333 | "PullThroughCacheRule$ecrRepositoryPrefix": "<p>The Amazon ECR repository prefix associated with the pull through cache rule.</p>",
|
| 1334 | + "PullThroughCacheRule$upstreamRepositoryPrefix": "<p>The upstream repository prefix associated with the pull through cache rule.</p>", |
1324 | 1335 | "PullThroughCacheRuleRepositoryPrefixList$member": null,
|
1325 | 1336 | "UpdatePullThroughCacheRuleRequest$ecrRepositoryPrefix": "<p>The repository name prefix to use when caching images from the source registry.</p>",
|
1326 | 1337 | "UpdatePullThroughCacheRuleResponse$ecrRepositoryPrefix": "<p>The Amazon ECR repository prefix associated with the pull through cache rule.</p>",
|
| 1338 | + "UpdatePullThroughCacheRuleResponse$upstreamRepositoryPrefix": "<p>The upstream repository prefix associated with the pull through cache rule.</p>", |
1327 | 1339 | "ValidatePullThroughCacheRuleRequest$ecrRepositoryPrefix": "<p>The repository name prefix associated with the pull through cache rule.</p>",
|
1328 |
| - "ValidatePullThroughCacheRuleResponse$ecrRepositoryPrefix": "<p>The Amazon ECR repository prefix associated with the pull through cache rule.</p>" |
| 1340 | + "ValidatePullThroughCacheRuleResponse$ecrRepositoryPrefix": "<p>The Amazon ECR repository prefix associated with the pull through cache rule.</p>", |
| 1341 | + "ValidatePullThroughCacheRuleResponse$upstreamRepositoryPrefix": "<p>The upstream repository prefix associated with the pull through cache rule.</p>" |
1329 | 1342 | }
|
1330 | 1343 | },
|
1331 | 1344 | "PullThroughCacheRuleRepositoryPrefixList": {
|
|
1791 | 1804 | "CreateRepositoryCreationTemplateRequest$repositoryPolicy": "<p>The repository policy to apply to repositories created using the template. A repository policy is a permissions policy associated with a repository to control access permissions. </p>",
|
1792 | 1805 | "DeleteRepositoryPolicyResponse$policyText": "<p>The JSON repository policy that was deleted from the repository.</p>",
|
1793 | 1806 | "GetRepositoryPolicyResponse$policyText": "<p>The JSON repository policy text associated with the repository.</p>",
|
1794 |
| - "RepositoryCreationTemplate$repositoryPolicy": "<p>he repository policy to apply to repositories created using the template. A repository policy is a permissions policy associated with a repository to control access permissions. </p>", |
| 1807 | + "RepositoryCreationTemplate$repositoryPolicy": "<p>The repository policy to apply to repositories created using the template. A repository policy is a permissions policy associated with a repository to control access permissions. </p>", |
1795 | 1808 | "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>",
|
1796 | 1809 | "SetRepositoryPolicyResponse$policyText": "<p>The JSON repository policy text applied to the repository.</p>",
|
1797 | 1810 | "UpdateRepositoryCreationTemplateRequest$repositoryPolicy": "<p>Updates the repository policy created using the template. A repository policy is a permissions policy associated with a repository to control access permissions. </p>"
|
|
2228 | 2241 | "Url": {
|
2229 | 2242 | "base": null,
|
2230 | 2243 | "refs": {
|
2231 |
| - "CreatePullThroughCacheRuleRequest$upstreamRegistryUrl": "<p>The registry URL of the upstream public registry to use as the source for the pull through cache rule. The following is the syntax to use for each supported upstream registry.</p> <ul> <li> <p>Amazon ECR Public (<code>ecr-public</code>) - <code>public.ecr.aws</code> </p> </li> <li> <p>Docker Hub (<code>docker-hub</code>) - <code>registry-1.docker.io</code> </p> </li> <li> <p>Quay (<code>quay</code>) - <code>quay.io</code> </p> </li> <li> <p>Kubernetes (<code>k8s</code>) - <code>registry.k8s.io</code> </p> </li> <li> <p>GitHub Container Registry (<code>github-container-registry</code>) - <code>ghcr.io</code> </p> </li> <li> <p>Microsoft Azure Container Registry (<code>azure-container-registry</code>) - <code><custom>.azurecr.io</code> </p> </li> </ul>", |
| 2244 | + "CreatePullThroughCacheRuleRequest$upstreamRegistryUrl": "<p>The registry URL of the upstream public registry to use as the source for the pull through cache rule. The following is the syntax to use for each supported upstream registry.</p> <ul> <li> <p>Amazon ECR (<code>ecr</code>) – <code>dkr.ecr.<region>.amazonaws.com</code> </p> </li> <li> <p>Amazon ECR Public (<code>ecr-public</code>) – <code>public.ecr.aws</code> </p> </li> <li> <p>Docker Hub (<code>docker-hub</code>) – <code>registry-1.docker.io</code> </p> </li> <li> <p>GitHub Container Registry (<code>github-container-registry</code>) – <code>ghcr.io</code> </p> </li> <li> <p>GitLab Container Registry (<code>gitlab-container-registry</code>) – <code>registry.gitlab.com</code> </p> </li> <li> <p>Kubernetes (<code>k8s</code>) – <code>registry.k8s.io</code> </p> </li> <li> <p>Microsoft Azure Container Registry (<code>azure-container-registry</code>) – <code><custom>.azurecr.io</code> </p> </li> <li> <p>Quay (<code>quay</code>) – <code>quay.io</code> </p> </li> </ul>", |
2232 | 2245 | "CreatePullThroughCacheRuleResponse$upstreamRegistryUrl": "<p>The upstream registry URL associated with the pull through cache rule.</p>",
|
2233 | 2246 | "DeletePullThroughCacheRuleResponse$upstreamRegistryUrl": "<p>The upstream registry URL associated with the pull through cache rule.</p>",
|
2234 | 2247 | "GetDownloadUrlForLayerResponse$downloadUrl": "<p>The pre-signed Amazon S3 download URL for the requested layer.</p>",
|
|
0 commit comments