Skip to content

Commit d06843b

Browse files
author
AWS
committed
Amazon Detective Update: Added protections to interacting with fields containing customer information.
1 parent af920cf commit d06843b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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 Detective",
4+
"contributor": "",
5+
"description": "Added protections to interacting with fields containing customer information."
6+
}

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -754,12 +754,14 @@
754754
"type":"string",
755755
"max":64,
756756
"min":1,
757-
"pattern":"^.+@(?:(?:(?!-)[A-Za-z0-9-]{1,62})?[A-Za-z0-9]{1}\\.)+[A-Za-z]{2,63}$"
757+
"pattern":"^.+@(?:(?:(?!-)[A-Za-z0-9-]{1,62})?[A-Za-z0-9]{1}\\.)+[A-Za-z]{2,63}$",
758+
"sensitive":true
758759
},
759760
"EmailMessage":{
760761
"type":"string",
761762
"max":1000,
762-
"min":1
763+
"min":1,
764+
"sensitive":true
763765
},
764766
"EnableOrganizationAdminAccountRequest":{
765767
"type":"structure",

0 commit comments

Comments
 (0)