Skip to content

Commit 635576b

Browse files
author
awstools
committedJan 15, 2025
feat(client-security-ir): Increase minimum length of Threat Actor IP 'userAgent' to 1.
1 parent 482229b commit 635576b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎codegen/sdk-codegen/aws-models/security-ir.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4932,7 +4932,7 @@
49324932
"type": "string",
49334933
"traits": {
49344934
"smithy.api#length": {
4935-
"min": 0,
4935+
"min": 1,
49364936
"max": 500
49374937
}
49384938
}

0 commit comments

Comments
 (0)