You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/ecr.json
+10-10
Original file line number
Diff line number
Diff line change
@@ -3499,7 +3499,7 @@
3499
3499
"encryptionType": {
3500
3500
"target": "com.amazonaws.ecr#EncryptionType",
3501
3501
"traits": {
3502
-
"smithy.api#documentation": "<p>The encryption type to use.</p>\n <p>If you use the <code>KMS</code> encryption type, the contents of the repository will\n be encrypted using server-side encryption with Key Management Service key stored in KMS. When you\n use KMS to encrypt your data, you can either use the default Amazon Web Services managed KMS key\n for Amazon ECR, or specify your own KMS key, which you already created.</p>\n <p>If you use the <code>KMS_DSSE</code> encryption type, the contents of the repository\n will be encrypted with two layers of encryption using server-side encryption with the\n KMS Management Service key stored in KMS. Similar to the <code>KMS</code> encryption type, you\n can either use the default Amazon Web Services managed KMS key for Amazon ECR, or specify your own KMS\n key, which you've already created. </p>\n <p>If you use the <code>AES256</code> encryption type, Amazon ECR uses server-side encryption\n with Amazon S3-managed encryption keys which encrypts the images in the repository using an\n AES256 encryption algorithm.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/encryption-at-rest.html\">Amazon ECR encryption at\n rest</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>",
3502
+
"smithy.api#documentation": "<p>The encryption type to use.</p>\n <p>If you use the <code>KMS</code> encryption type, the contents of the repository will\n be encrypted using server-side encryption with Key Management Service key stored in KMS. When you\n use KMS to encrypt your data, you can either use the default Amazon Web Services managed KMS key\n for Amazon ECR, or specify your own KMS key, which you already created.</p>\n <p>If you use the <code>KMS_DSSE</code> encryption type, the contents of the repository\n will be encrypted with two layers of encryption using server-side encryption with the\n KMS Management Service key stored in KMS. Similar to the <code>KMS</code> encryption\n type, you can either use the default Amazon Web Services managed KMS key for Amazon ECR, or specify your\n own KMS key, which you've already created. </p>\n <p>If you use the <code>AES256</code> encryption type, Amazon ECR uses server-side encryption\n with Amazon S3-managed encryption keys which encrypts the images in the repository using an\n AES256 encryption algorithm.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/encryption-at-rest.html\">Amazon ECR encryption at\n rest</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>",
3503
3503
"smithy.api#required": {}
3504
3504
}
3505
3505
},
@@ -3784,7 +3784,7 @@
3784
3784
}
3785
3785
],
3786
3786
"traits": {
3787
-
"smithy.api#documentation": "<p>Retrieves the basic scan type version name.</p>"
3787
+
"smithy.api#documentation": "<p>Retrieves the account setting value for the specified setting name.</p>"
3788
3788
}
3789
3789
},
3790
3790
"com.amazonaws.ecr#GetAccountSettingRequest": {
@@ -3793,7 +3793,7 @@
3793
3793
"name": {
3794
3794
"target": "com.amazonaws.ecr#AccountSettingName",
3795
3795
"traits": {
3796
-
"smithy.api#documentation": "<p>Basic scan type version name. </p>",
3796
+
"smithy.api#documentation": "<p>The name of the account setting, such as <code>BASIC_SCAN_TYPE_VERSION</code> or\n <code>REGISTRY_POLICY_SCOPE</code>. </p>",
3797
3797
"smithy.api#required": {}
3798
3798
}
3799
3799
}
@@ -3808,13 +3808,13 @@
3808
3808
"name": {
3809
3809
"target": "com.amazonaws.ecr#AccountSettingName",
3810
3810
"traits": {
3811
-
"smithy.api#documentation": "<p>Retrieves the basic scan type version name.</p>"
3811
+
"smithy.api#documentation": "<p>Retrieves the name of the account setting.</p>"
3812
3812
}
3813
3813
},
3814
3814
"value": {
3815
3815
"target": "com.amazonaws.ecr#AccountSettingName",
3816
3816
"traits": {
3817
-
"smithy.api#documentation": "<p>Retrieves the value that specifies what basic scan type is being used:\n<code>AWS_NATIVE</code> or<code>CLAIR</code>.</p>"
3817
+
"smithy.api#documentation": "<p>The setting value for the setting name. The following are valid values for the basic scan\n type being used: <code>AWS_NATIVE</code> or <code>CLAIR</code>. The following are valid\nvalues for the registry policy scope being used: <code>V1</code> or\n<code>V2</code>.</p>"
3818
3818
}
3819
3819
}
3820
3820
},
@@ -5995,7 +5995,7 @@
5995
5995
}
5996
5996
],
5997
5997
"traits": {
5998
-
"smithy.api#documentation": "<p>Allows you to change the basic scan type version by setting the <code>name</code>\n parameter to either <code>CLAIR</code> to <code>AWS_NATIVE</code>.</p>"
5998
+
"smithy.api#documentation": "<p>Allows you to change the basic scan type version or registry policy scope.</p>"
5999
5999
}
6000
6000
},
6001
6001
"com.amazonaws.ecr#PutAccountSettingRequest": {
@@ -6004,14 +6004,14 @@
6004
6004
"name": {
6005
6005
"target": "com.amazonaws.ecr#AccountSettingName",
6006
6006
"traits": {
6007
-
"smithy.api#documentation": "<p>Basic scan type version name. </p>",
6007
+
"smithy.api#documentation": "<p>The name of the account setting, such as <code>BASIC_SCAN_TYPE_VERSION</code> or\n <code>REGISTRY_POLICY_SCOPE</code>. </p>",
"smithy.api#documentation": "<p>Setting value that determines what basic scan type is being used:\n<code>AWS_NATIVE</code> or<code>CLAIR</code>.</p>",
6014
+
"smithy.api#documentation": "<p>Setting value that is specified. The following are valid values for the basic scan\n type being used: <code>AWS_NATIVE</code> or <code>CLAIR</code>. The following are valid\nvalues for the registry policy scope being used: <code>V1</code> or\n<code>V2</code>.</p>",
6015
6015
"smithy.api#required": {}
6016
6016
}
6017
6017
}
@@ -6026,13 +6026,13 @@
6026
6026
"name": {
6027
6027
"target": "com.amazonaws.ecr#AccountSettingName",
6028
6028
"traits": {
6029
-
"smithy.api#documentation": "<p>Retrieves the the basic scan type version name.</p>"
6029
+
"smithy.api#documentation": "<p>Retrieves the name of the account setting.</p>"
0 commit comments