Skip to content

Commit 294cbc1

Browse files
author
AWS
committed
Security Incident Response Update: Increase minimum length of Threat Actor IP 'userAgent' to 1.
1 parent c548989 commit 294cbc1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-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": "Security Incident Response",
4+
"contributor": "",
5+
"description": "Increase minimum length of Threat Actor IP 'userAgent' to 1."
6+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2244,7 +2244,7 @@
22442244
"UserAgent":{
22452245
"type":"string",
22462246
"max":500,
2247-
"min":0
2247+
"min":1
22482248
},
22492249
"ValidationException":{
22502250
"type":"structure",

0 commit comments

Comments
 (0)