Skip to content

Commit

Permalink
feat(client-appflow): Increased the max length for RefreshToken and A…
Browse files Browse the repository at this point in the history
…uthCode from 2048 to 4096.
  • Loading branch information
awstools committed Apr 24, 2023
1 parent 9f22239 commit a0ab81d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/appflow.json
Expand Up @@ -291,7 +291,7 @@
"traits": {
"smithy.api#length": {
"min": 0,
"max": 2048
"max": 4096
},
"smithy.api#pattern": "^\\S+$"
}
Expand Down Expand Up @@ -6707,7 +6707,7 @@
"traits": {
"smithy.api#length": {
"min": 0,
"max": 2048
"max": 4096
},
"smithy.api#pattern": "^\\S+$"
}
Expand Down

0 comments on commit a0ab81d

Please sign in to comment.