Skip to content

Commit fb13699

Browse files
author
awstools
committed
feat(client-b2bi): Allow spaces in the following fields in the Partnership resource: ISA 06 - Sender ID, ISA 08 - Receiver ID, GS 02 - Application Sender Code, GS 03 - Application Receiver Code
1 parent 63cce7b commit fb13699

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -6268,7 +6268,7 @@
62686268
"min": 2,
62696269
"max": 15
62706270
},
6271-
"smithy.api#pattern": "^[a-zA-Z0-9]*$"
6271+
"smithy.api#pattern": "^[a-zA-Z0-9 ]*$"
62726272
}
62736273
},
62746274
"com.amazonaws.b2bi#X12ApplicationSenderCode": {
@@ -6278,7 +6278,7 @@
62786278
"min": 2,
62796279
"max": 15
62806280
},
6281-
"smithy.api#pattern": "^[a-zA-Z0-9]*$"
6281+
"smithy.api#pattern": "^[a-zA-Z0-9 ]*$"
62826282
}
62836283
},
62846284
"com.amazonaws.b2bi#X12ComponentSeparator": {
@@ -6486,7 +6486,7 @@
64866486
"min": 15,
64876487
"max": 15
64886488
},
6489-
"smithy.api#pattern": "^[a-zA-Z0-9]*$"
6489+
"smithy.api#pattern": "^[a-zA-Z0-9 ]*$"
64906490
}
64916491
},
64926492
"com.amazonaws.b2bi#X12RepetitionSeparator": {
@@ -6525,7 +6525,7 @@
65256525
"min": 15,
65266526
"max": 15
65276527
},
6528-
"smithy.api#pattern": "^[a-zA-Z0-9]*$"
6528+
"smithy.api#pattern": "^[a-zA-Z0-9 ]*$"
65296529
}
65306530
},
65316531
"com.amazonaws.b2bi#X12TransactionSet": {

0 commit comments

Comments
 (0)