Skip to content

Commit 8ca8d68

Browse files
author
AWS
committed
Amazon Data Lifecycle Manager Update: Reducing the schedule name of DLM Lifecycle policy from 500 to 120 characters.
1 parent 5c800fd commit 8ca8d68

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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": "Reducing the schedule name of DLM Lifecycle policy from 500 to 120 characters."
5+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@
717717
},
718718
"ScheduleName":{
719719
"type":"string",
720-
"max":500,
720+
"max":120,
721721
"min":0,
722722
"pattern":"[\\p{all}]*"
723723
},

0 commit comments

Comments
 (0)