|
23 | 23 | "DescribeRegistry": "<p>Describes the settings for a registry. The replication configuration for a repository can be created or updated with the <a>PutReplicationConfiguration</a> API action.</p>",
|
24 | 24 | "DescribeRepositories": "<p>Describes image repositories in a registry.</p>",
|
25 | 25 | "DescribeRepositoryCreationTemplates": "<p>Returns details about the repository creation templates in a registry. The <code>prefixes</code> request parameter can be used to return the details for a specific repository creation template.</p>",
|
26 |
| - "GetAccountSetting": "<p>Retrieves the basic scan type version name.</p>", |
| 26 | + "GetAccountSetting": "<p>Retrieves the account setting value for the specified setting name.</p>", |
27 | 27 | "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.</p> <p>The <code>authorizationToken</code> returned is a base64 encoded string that can be decoded and used in a <code>docker login</code> command to authenticate to a registry. The CLI offers an <code>get-login-password</code> command that simplifies the login process. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/Registries.html#registry_auth\">Registry authentication</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>",
|
28 | 28 | "GetDownloadUrlForLayer": "<p>Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer. You can only get URLs for image layers that are referenced in an image.</p> <p>When an image is pulled, the GetDownloadUrlForLayer API is called once per image layer that is not already cached.</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>",
|
29 | 29 | "GetLifecyclePolicy": "<p>Retrieves the lifecycle policy for the specified repository.</p>",
|
|
34 | 34 | "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>",
|
35 | 35 | "ListImages": "<p>Lists all the image IDs for the specified repository.</p> <p>You can filter images based on whether or not they are tagged by using the <code>tagStatus</code> filter and specifying either <code>TAGGED</code>, <code>UNTAGGED</code> or <code>ANY</code>. For example, you can filter your results to return only <code>UNTAGGED</code> images and then pipe that result to a <a>BatchDeleteImage</a> operation to delete them. Or, you can filter your results to return only <code>TAGGED</code> images to list all of the tags in your repository.</p>",
|
36 | 36 | "ListTagsForResource": "<p>List the tags for an Amazon ECR resource.</p>",
|
37 |
| - "PutAccountSetting": "<p>Allows you to change the basic scan type version by setting the <code>name</code> parameter to either <code>CLAIR</code> to <code>AWS_NATIVE</code>.</p>", |
| 37 | + "PutAccountSetting": "<p>Allows you to change the basic scan type version or registry policy scope.</p>", |
38 | 38 | "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>",
|
39 | 39 | "PutImageScanningConfiguration": "<important> <p>The <code>PutImageScanningConfiguration</code> API is being deprecated, in favor of specifying the image scanning configuration at the registry level. For more information, see <a>PutRegistryScanningConfiguration</a>.</p> </important> <p>Updates the image scanning configuration for the specified repository.</p>",
|
40 | 40 | "PutImageTagMutability": "<p>Updates the image tag mutability settings for the specified repository. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-tag-mutability.html\">Image tag mutability</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>",
|
|
56 | 56 | "AccountSettingName": {
|
57 | 57 | "base": null,
|
58 | 58 | "refs": {
|
59 |
| - "GetAccountSettingRequest$name": "<p>Basic scan type version name. </p>", |
60 |
| - "GetAccountSettingResponse$name": "<p>Retrieves the basic scan type version name.</p>", |
61 |
| - "GetAccountSettingResponse$value": "<p>Retrieves the value that specifies what basic scan type is being used: <code>AWS_NATIVE</code> or <code>CLAIR</code>.</p>", |
62 |
| - "PutAccountSettingRequest$name": "<p>Basic scan type version name. </p>", |
63 |
| - "PutAccountSettingResponse$name": "<p>Retrieves the the basic scan type version name.</p>" |
| 59 | + "GetAccountSettingRequest$name": "<p>The name of the account setting, such as <code>BASIC_SCAN_TYPE_VERSION</code> or <code>REGISTRY_POLICY_SCOPE</code>. </p>", |
| 60 | + "GetAccountSettingResponse$name": "<p>Retrieves the name of the account setting.</p>", |
| 61 | + "GetAccountSettingResponse$value": "<p>The setting value for the setting name. The following are valid values for the basic scan type being used: <code>AWS_NATIVE</code> or <code>CLAIR</code>. The following are valid values for the registry policy scope being used: <code>V1</code> or <code>V2</code>.</p>", |
| 62 | + "PutAccountSettingRequest$name": "<p>The name of the account setting, such as <code>BASIC_SCAN_TYPE_VERSION</code> or <code>REGISTRY_POLICY_SCOPE</code>. </p>", |
| 63 | + "PutAccountSettingResponse$name": "<p>Retrieves the name of the account setting.</p>" |
64 | 64 | }
|
65 | 65 | },
|
66 | 66 | "AccountSettingValue": {
|
67 | 67 | "base": null,
|
68 | 68 | "refs": {
|
69 |
| - "PutAccountSettingRequest$value": "<p>Setting value that determines what basic scan type is being used: <code>AWS_NATIVE</code> or <code>CLAIR</code>.</p>", |
70 |
| - "PutAccountSettingResponse$value": "<p>Retrieves the basic scan type value, either <code>AWS_NATIVE</code> or <code>-</code>.</p>" |
| 69 | + "PutAccountSettingRequest$value": "<p>Setting value that is specified. The following are valid values for the basic scan type being used: <code>AWS_NATIVE</code> or <code>CLAIR</code>. The following are valid values for the registry policy scope being used: <code>V1</code> or <code>V2</code>.</p>", |
| 70 | + "PutAccountSettingResponse$value": "<p>Retrieves the value of the specified account setting.</p>" |
71 | 71 | }
|
72 | 72 | },
|
73 | 73 | "Arch": {
|
|
0 commit comments