Skip to content

Commit

Permalink
feat(client-finspace): Allow customer to set zip default through comm…
Browse files Browse the repository at this point in the history
…and line arguments.
  • Loading branch information
awstools committed Jan 22, 2024
1 parent 8e7361b commit 8ceeeff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/finspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -5608,7 +5608,7 @@
"min": 1,
"max": 50
},
"smithy.api#pattern": "^(?![Aa][Ww][Ss])(s|([a-zA-Z][a-zA-Z0-9_]+))$"
"smithy.api#pattern": "^(?![Aa][Ww][Ss])(s|([a-zA-Z][a-zA-Z0-9_]+))|(AWS_ZIP_DEFAULT)$"
}
},
"com.amazonaws.finspace#KxCommandLineArgumentValue": {
Expand All @@ -5618,7 +5618,7 @@
"min": 1,
"max": 50
},
"smithy.api#pattern": "^[a-zA-Z0-9_:./]+$"
"smithy.api#pattern": "^[a-zA-Z0-9_:./,]+$"
}
},
"com.amazonaws.finspace#KxCommandLineArguments": {
Expand Down

0 comments on commit 8ceeeff

Please sign in to comment.