Skip to content

Commit 67e0503

Browse files
author
AWS
committed
Amazon Data Lifecycle Manager Update: This release adds support for Fast Snapshot Restore AvailabilityZone Ids in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies.
1 parent f95580d commit 67e0503

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-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 Data Lifecycle Manager",
4+
"contributor": "",
5+
"description": "This release adds support for Fast Snapshot Restore AvailabilityZone Ids in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies."
6+
}

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,18 @@
197197
"min":0,
198198
"pattern":"([a-z]+-){2,3}\\d[a-z]"
199199
},
200+
"AvailabilityZoneId":{
201+
"type":"string",
202+
"max":16,
203+
"min":0,
204+
"pattern":"[a-z]{3,4}\\d-az\\d+"
205+
},
206+
"AvailabilityZoneIdList":{
207+
"type":"list",
208+
"member":{"shape":"AvailabilityZoneId"},
209+
"max":10,
210+
"min":1
211+
},
200212
"AvailabilityZoneList":{
201213
"type":"list",
202214
"member":{"shape":"AvailabilityZone"},
@@ -617,7 +629,6 @@
617629
"ExtendDeletion":{"type":"boolean"},
618630
"FastRestoreRule":{
619631
"type":"structure",
620-
"required":["AvailabilityZones"],
621632
"members":{
622633
"Count":{
623634
"shape":"Count",
@@ -634,6 +645,10 @@
634645
"AvailabilityZones":{
635646
"shape":"AvailabilityZoneList",
636647
"documentation":"<p>The Availability Zones in which to enable fast snapshot restore.</p>"
648+
},
649+
"AvailabilityZoneIds":{
650+
"shape":"AvailabilityZoneIdList",
651+
"documentation":"<p>The Availability Zone Ids in which to enable fast snapshot restore.</p>"
637652
}
638653
},
639654
"documentation":"<p> <b>[Custom snapshot policies only]</b> Specifies a rule for enabling fast snapshot restore for snapshots created by snapshot policies. You can enable fast snapshot restore based on either a count or a time interval.</p>"

0 commit comments

Comments
 (0)