Skip to content

Commit bd29703

Browse files
author
AWS
committed
AmazonMWAA Update: This release adds UPDATE_FAILED and UNAVAILABLE MWAA environment states.
1 parent e5ba4a9 commit bd29703

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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": "AmazonMWAA",
4+
"contributor": "",
5+
"description": "This release adds UPDATE_FAILED and UNAVAILABLE MWAA environment states."
6+
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,9 @@
565565
"AVAILABLE",
566566
"UPDATING",
567567
"DELETING",
568-
"DELETED"
568+
"DELETED",
569+
"UNAVAILABLE",
570+
"UPDATE_FAILED"
569571
]
570572
},
571573
"ErrorCode":{"type":"string"},

0 commit comments

Comments
 (0)