Skip to content

Commit e7594cd

Browse files
author
AWS
committed
AWS Transfer Family Update: Corrected the upper limit for TestIdentityProvider input lengths to 1024 characters
1 parent 585d187 commit e7594cd

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": "AWS Transfer Family",
4+
"contributor": "",
5+
"description": "Corrected the upper limit for TestIdentityProvider input lengths to 1024 characters"
6+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,7 @@
16311631
},
16321632
"UserPassword":{
16331633
"type":"string",
1634-
"max":2048,
1634+
"max":1024,
16351635
"sensitive":true
16361636
},
16371637
"VpcEndpointId":{

0 commit comments

Comments
 (0)