Skip to content

Commit bb651b7

Browse files
author
AWS
committed
AWS Parallel Computing Service Update: Changed the minimum length of clusterIdentifier, computeNodeGroupIdentifier, and queueIdentifier to 3.
1 parent 4187c9c commit bb651b7

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Parallel Computing Service",
4+
"contributor": "",
5+
"description": "Changed the minimum length of clusterIdentifier, computeNodeGroupIdentifier, and queueIdentifier to 3."
6+
}

services/pcs/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
},
422422
"ClusterIdentifier":{
423423
"type":"string",
424-
"pattern":"(pcs_[a-zA-Z0-9]+|[A-Za-z][A-Za-z0-9-]{3,40})"
424+
"pattern":"(pcs_[a-zA-Z0-9]+|[A-Za-z][A-Za-z0-9-]{2,40})"
425425
},
426426
"ClusterList":{
427427
"type":"list",
@@ -617,7 +617,7 @@
617617
},
618618
"ComputeNodeGroupIdentifier":{
619619
"type":"string",
620-
"pattern":"(pcs_[a-zA-Z0-9]+|[A-Za-z][A-Za-z0-9-]{3,25})"
620+
"pattern":"(pcs_[a-zA-Z0-9]+|[A-Za-z][A-Za-z0-9-]{2,25})"
621621
},
622622
"ComputeNodeGroupList":{
623623
"type":"list",
@@ -1329,7 +1329,7 @@
13291329
},
13301330
"QueueIdentifier":{
13311331
"type":"string",
1332-
"pattern":"(pcs_[a-zA-Z0-9]+|[A-Za-z][A-Za-z0-9-]{3,25})"
1332+
"pattern":"(pcs_[a-zA-Z0-9]+|[A-Za-z][A-Za-z0-9-]{2,25})"
13331333
},
13341334
"QueueList":{
13351335
"type":"list",

0 commit comments

Comments
 (0)