Skip to content

Commit 8ceeeff

Browse files
author
awstools
committed
feat(client-finspace): Allow customer to set zip default through command line arguments.
1 parent 8e7361b commit 8ceeeff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codegen/sdk-codegen/aws-models/finspace.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5608,7 +5608,7 @@
56085608
"min": 1,
56095609
"max": 50
56105610
},
5611-
"smithy.api#pattern": "^(?![Aa][Ww][Ss])(s|([a-zA-Z][a-zA-Z0-9_]+))$"
5611+
"smithy.api#pattern": "^(?![Aa][Ww][Ss])(s|([a-zA-Z][a-zA-Z0-9_]+))|(AWS_ZIP_DEFAULT)$"
56125612
}
56135613
},
56145614
"com.amazonaws.finspace#KxCommandLineArgumentValue": {
@@ -5618,7 +5618,7 @@
56185618
"min": 1,
56195619
"max": 50
56205620
},
5621-
"smithy.api#pattern": "^[a-zA-Z0-9_:./]+$"
5621+
"smithy.api#pattern": "^[a-zA-Z0-9_:./,]+$"
56225622
}
56235623
},
56245624
"com.amazonaws.finspace#KxCommandLineArguments": {

0 commit comments

Comments
 (0)