Skip to content

Commit 80bac07

Browse files
author
AWS
committed
Amazon CloudFront KeyValueStore Update: This release improves upon the DescribeKeyValueStore API by returning two additional fields, Status of the KeyValueStore and the FailureReason in case of failures during creation of KeyValueStore.
1 parent 6143fe5 commit 80bac07

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon CloudFront KeyValueStore",
4+
"contributor": "",
5+
"description": "This release improves upon the DescribeKeyValueStore API by returning two additional fields, Status of the KeyValueStore and the FailureReason in case of failures during creation of KeyValueStore."
6+
}

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,14 @@
267267
"LastModified":{
268268
"shape":"Timestamp",
269269
"documentation":"<p>Date and time when the key value pairs in the Key Value Store was last modified.</p>"
270+
},
271+
"Status":{
272+
"shape":"String",
273+
"documentation":"<p>The current status of the Key Value Store.</p>"
274+
},
275+
"FailureReason":{
276+
"shape":"String",
277+
"documentation":"<p>The reason for Key Value Store creation failure.</p>"
270278
}
271279
},
272280
"documentation":"<p>Metadata information about a Key Value Store.</p>"

0 commit comments

Comments
 (0)