Skip to content

Commit e6a6630

Browse files
author
AWS
committed
Elastic Disaster Recovery Service Update: Add support for in-aws right sizing
1 parent d58360f commit e6a6630

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": "Elastic Disaster Recovery Service",
4+
"contributor": "",
5+
"description": "Add support for in-aws right sizing"
6+
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4050,7 +4050,8 @@
40504050
"type":"string",
40514051
"enum":[
40524052
"NONE",
4053-
"BASIC"
4053+
"BASIC",
4054+
"IN_AWS"
40544055
]
40554056
},
40564057
"TerminateRecoveryInstancesRequest":{

0 commit comments

Comments
 (0)