Skip to content

Commit 56ac61d

Browse files
author
AWS
committed
Amazon Data Lifecycle Manager Update: Customers can now provide multiple schedules within a single Data Lifecycle Manager (DLM) policy. Each schedule supports tagging, Fast Snapshot Restore (FSR) and cross region copy individually.
1 parent 917a079 commit 56ac61d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Data Lifecycle Manager",
4+
"description": "Customers can now provide multiple schedules within a single Data Lifecycle Manager (DLM) policy. Each schedule supports tagging, Fast Snapshot Restore (FSR) and cross region copy individually."
5+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@
590590
},
591591
"Schedules":{
592592
"shape":"ScheduleList",
593-
"documentation":"<p>The schedule of policy-defined actions.</p>"
593+
"documentation":"<p>The schedules of policy-defined actions. A policy can have up to four schedules - one mandatory schedule and up to three optional schedules.</p>"
594594
},
595595
"Parameters":{
596596
"shape":"Parameters",
@@ -712,7 +712,7 @@
712712
"ScheduleList":{
713713
"type":"list",
714714
"member":{"shape":"Schedule"},
715-
"max":1,
715+
"max":4,
716716
"min":1
717717
},
718718
"ScheduleName":{

0 commit comments

Comments
 (0)