You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amazon Data Lifecycle Manager Update: This release adds support for Fast Snapshot Restore AvailabilityZone Ids in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies.
"description": "This release adds support for Fast Snapshot Restore AvailabilityZone Ids in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies."
Copy file name to clipboardExpand all lines: services/dlm/src/main/resources/codegen-resources/service-2.json
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -197,6 +197,18 @@
197
197
"min":0,
198
198
"pattern":"([a-z]+-){2,3}\\d[a-z]"
199
199
},
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
+
},
200
212
"AvailabilityZoneList":{
201
213
"type":"list",
202
214
"member":{"shape":"AvailabilityZone"},
@@ -617,7 +629,6 @@
617
629
"ExtendDeletion":{"type":"boolean"},
618
630
"FastRestoreRule":{
619
631
"type":"structure",
620
-
"required":["AvailabilityZones"],
621
632
"members":{
622
633
"Count":{
623
634
"shape":"Count",
@@ -634,6 +645,10 @@
634
645
"AvailabilityZones":{
635
646
"shape":"AvailabilityZoneList",
636
647
"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>"
637
652
}
638
653
},
639
654
"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