Skip to content

Commit 4f04001

Browse files
author
AWS
committed
Amazon Macie 2 Update: This release of the Amazon Macie API introduces stricter validation of requests to create custom data identifiers.
1 parent 2bd587b commit 4f04001

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-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 Macie 2",
4+
"contributor": "",
5+
"description": "This release of the Amazon Macie API introduces stricter validation of requests to create custom data identifiers."
6+
}

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3465,7 +3465,11 @@
34653465
"locationName": "tags",
34663466
"documentation": "<p>A map of key-value pairs that specifies the tags to associate with the custom data identifier.</p> <p>A custom data identifier can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.</p>"
34673467
}
3468-
}
3468+
},
3469+
"required": [
3470+
"name",
3471+
"regex"
3472+
]
34693473
},
34703474
"CreateCustomDataIdentifierResponse": {
34713475
"type": "structure",

0 commit comments

Comments
 (0)