Skip to content

Commit 885595c

Browse files
author
awstools
committed
feat(client-pcs): Changed the minimum length of clusterIdentifier, computeNodeGroupIdentifier, and queueIdentifier to 3.
1 parent e7e8dc2 commit 885595c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@
858858
"com.amazonaws.pcs#ClusterIdentifier": {
859859
"type": "string",
860860
"traits": {
861-
"smithy.api#pattern": "^(pcs_[a-zA-Z0-9]+|[A-Za-z][A-Za-z0-9-]{3,40})$"
861+
"smithy.api#pattern": "^(pcs_[a-zA-Z0-9]+|[A-Za-z][A-Za-z0-9-]{2,40})$"
862862
}
863863
},
864864
"com.amazonaws.pcs#ClusterList": {
@@ -1211,7 +1211,7 @@
12111211
"com.amazonaws.pcs#ComputeNodeGroupIdentifier": {
12121212
"type": "string",
12131213
"traits": {
1214-
"smithy.api#pattern": "^(pcs_[a-zA-Z0-9]+|[A-Za-z][A-Za-z0-9-]{3,25})$"
1214+
"smithy.api#pattern": "^(pcs_[a-zA-Z0-9]+|[A-Za-z][A-Za-z0-9-]{2,25})$"
12151215
}
12161216
},
12171217
"com.amazonaws.pcs#ComputeNodeGroupList": {
@@ -2898,7 +2898,7 @@
28982898
"com.amazonaws.pcs#QueueIdentifier": {
28992899
"type": "string",
29002900
"traits": {
2901-
"smithy.api#pattern": "^(pcs_[a-zA-Z0-9]+|[A-Za-z][A-Za-z0-9-]{3,25})$"
2901+
"smithy.api#pattern": "^(pcs_[a-zA-Z0-9]+|[A-Za-z][A-Za-z0-9-]{2,25})$"
29022902
}
29032903
},
29042904
"com.amazonaws.pcs#QueueList": {

0 commit comments

Comments
 (0)