Skip to content

Commit 779e4e7

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: DescribeFpgaImages API now returns a new DataRetentionSupport attribute to indicate if the AFI meets the requirements to support DRAM data retention. DataRetentionSupport is a read-only attribute.
1 parent aedf9cb commit 779e4e7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "Amazon Elastic Compute Cloud",
3+
"type": "feature",
4+
"description": "DescribeFpgaImages API now returns a new DataRetentionSupport attribute to indicate if the AFI meets the requirements to support DRAM data retention. DataRetentionSupport is a read-only attribute."
5+
}

services/ec2/src/main/resources/codegen-resources/service-2.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15186,6 +15186,11 @@
1518615186
"shape":"Boolean",
1518715187
"documentation":"<p>Indicates whether the AFI is public.</p>",
1518815188
"locationName":"public"
15189+
},
15190+
"DataRetentionSupport":{
15191+
"shape":"Boolean",
15192+
"documentation":"<p>Indicates whether data retention support is enabled for the AFI.</p>",
15193+
"locationName":"dataRetentionSupport"
1518915194
}
1519015195
},
1519115196
"documentation":"<p>Describes an Amazon FPGA image (AFI).</p>"

0 commit comments

Comments
 (0)