|
1806 | 1806 | "members":{
|
1807 | 1807 | "encryptionType":{
|
1808 | 1808 | "shape":"EncryptionType",
|
1809 |
| - "documentation":"<p>The encryption type to use.</p> <p>If you use the <code>KMS</code> encryption type, the contents of the repository will be encrypted using server-side encryption with Key Management Service key stored in KMS. When you use KMS to encrypt your data, you can either use the default Amazon Web Services managed KMS key for Amazon ECR, or specify your own KMS key, which you already created.</p> <p>If you use the <code>KMS_DSSE</code> encryption type, the contents of the repository will be encrypted with two layers of encryption using server-side encryption with the KMS Management Service key stored in KMS. Similar to the KMS encryption type, you can either use the default Amazon Web Services managed KMS key for Amazon ECR, or specify your own KMS key, which you've already created. </p> <p>If you use the <code>AES256</code> encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES256 encryption algorithm. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html\">Protecting data using server-side encryption with Amazon S3-managed encryption keys (SSE-S3)</a> in the <i>Amazon Simple Storage Service Console Developer Guide</i>.</p>" |
| 1809 | + "documentation":"<p>The encryption type to use.</p> <p>If you use the <code>KMS</code> encryption type, the contents of the repository will be encrypted using server-side encryption with Key Management Service key stored in KMS. When you use KMS to encrypt your data, you can either use the default Amazon Web Services managed KMS key for Amazon ECR, or specify your own KMS key, which you already created.</p> <p>If you use the <code>KMS_DSSE</code> encryption type, the contents of the repository will be encrypted with two layers of encryption using server-side encryption with the KMS Management Service key stored in KMS. Similar to the <code>KMS</code> encryption type, you can either use the default Amazon Web Services managed KMS key for Amazon ECR, or specify your own KMS key, which you've already created. </p> <p>If you use the <code>AES256</code> encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES256 encryption algorithm.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/encryption-at-rest.html\">Amazon ECR encryption at rest</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>" |
1810 | 1810 | },
|
1811 | 1811 | "kmsKey":{
|
1812 | 1812 | "shape":"KmsKey",
|
|
1900 | 1900 | "updatedAt":{
|
1901 | 1901 | "shape":"Date",
|
1902 | 1902 | "documentation":"<p>The date and time the finding was last updated at.</p>"
|
| 1903 | + }, |
| 1904 | + "fixAvailable":{ |
| 1905 | + "shape":"FixAvailable", |
| 1906 | + "documentation":"<p>Details on whether a fix is available through a version update. This value can be <code>YES</code>, <code>NO</code>, or <code>PARTIAL</code>. A <code>PARTIAL</code> fix means that some, but not all, of the packages identified in the finding have fixes available through updated versions.</p>" |
| 1907 | + }, |
| 1908 | + "exploitAvailable":{ |
| 1909 | + "shape":"ExploitAvailable", |
| 1910 | + "documentation":"<p>If a finding discovered in your environment has an exploit available.</p>" |
1903 | 1911 | }
|
1904 | 1912 | },
|
1905 | 1913 | "documentation":"<p>The details of an enhanced image scan. This is returned when enhanced scanning is enabled for your private registry.</p>"
|
|
1912 | 1920 | "EvaluationTimestamp":{"type":"timestamp"},
|
1913 | 1921 | "ExceptionMessage":{"type":"string"},
|
1914 | 1922 | "ExpirationTimestamp":{"type":"timestamp"},
|
| 1923 | + "ExploitAvailable":{"type":"string"}, |
1915 | 1924 | "FilePath":{"type":"string"},
|
1916 | 1925 | "FindingArn":{"type":"string"},
|
1917 | 1926 | "FindingDescription":{"type":"string"},
|
|
1932 | 1941 | "key":{"shape":"FindingSeverity"},
|
1933 | 1942 | "value":{"shape":"SeverityCount"}
|
1934 | 1943 | },
|
| 1944 | + "FixAvailable":{"type":"string"}, |
| 1945 | + "FixedInVersion":{"type":"string"}, |
1935 | 1946 | "ForceFlag":{"type":"boolean"},
|
1936 | 1947 | "GetAccountSettingRequest":{
|
1937 | 1948 | "type":"structure",
|
|
4466 | 4477 | "version":{
|
4467 | 4478 | "shape":"Version",
|
4468 | 4479 | "documentation":"<p>The version of the vulnerable package.</p>"
|
| 4480 | + }, |
| 4481 | + "fixedInVersion":{ |
| 4482 | + "shape":"FixedInVersion", |
| 4483 | + "documentation":"<p>The version of the package that contains the vulnerability fix.</p>" |
4469 | 4484 | }
|
4470 | 4485 | },
|
4471 | 4486 | "documentation":"<p>Information on the vulnerable package identified by a finding.</p>"
|
|
0 commit comments