Skip to content

Commit 495ac16

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Add support for "warning" volume status.
1 parent 5988b72 commit 495ac16

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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 Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "Add support for \"warning\" volume status."
6+
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67488,7 +67488,8 @@
6748867488
"enum":[
6748967489
"ok",
6749067490
"impaired",
67491-
"insufficient-data"
67491+
"insufficient-data",
67492+
"warning"
6749267493
]
6749367494
},
6749467495
"VolumeStatusItem":{

0 commit comments

Comments
 (0)