Skip to content

Commit a4c161d

Browse files
author
AWS
committed
Elastic Disaster Recovery Service Update: Changed existing APIs to allow choosing a dynamic volume type for replicating volumes, to reduce costs for customers.
1 parent 2c8efad commit a4c161d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
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": "Changed existing APIs to allow choosing a dynamic volume type for replicating volumes, to reduce costs for customers."
6+
}

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@
10121012
"members":{
10131013
"recoveryInstanceID":{
10141014
"shape":"RecoveryInstanceID",
1015-
"documentation":"<p>RThe ID of the Recovery Instance to be deleted.</p>"
1015+
"documentation":"<p>The ID of the Recovery Instance to be deleted.</p>"
10161016
}
10171017
}
10181018
},
@@ -2470,7 +2470,8 @@
24702470
"enum":[
24712471
"GP2",
24722472
"GP3",
2473-
"ST1"
2473+
"ST1",
2474+
"AUTO"
24742475
]
24752476
},
24762477
"ReplicationConfigurationEbsEncryption":{
@@ -2495,6 +2496,10 @@
24952496
"shape":"Boolean",
24962497
"documentation":"<p>Whether to boot from this disk or not.</p>"
24972498
},
2499+
"optimizedStagingDiskType":{
2500+
"shape":"ReplicationConfigurationReplicatedDiskStagingDiskType",
2501+
"documentation":"<p>The Staging Disk EBS volume type to be used during replication when <code>stagingDiskType</code> is set to Auto. This is a read-only field.</p>"
2502+
},
24982503
"stagingDiskType":{
24992504
"shape":"ReplicationConfigurationReplicatedDiskStagingDiskType",
25002505
"documentation":"<p>The Staging Disk EBS volume type to be used during replication.</p>"

0 commit comments

Comments
 (0)