Skip to content

Commit

Permalink
feat(client-config-service): Documentation update for the Organizatio…
Browse files Browse the repository at this point in the history
…nConfigRuleName regex pattern.
  • Loading branch information
awstools committed Aug 12, 2024
1 parent 6e0db43 commit 032e287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/config-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -8689,7 +8689,7 @@
"min": 1,
"max": 64
},
"smithy.api#pattern": "\\S"
"smithy.api#pattern": "^[A-Za-z0-9-_]+$"
}
},
"com.amazonaws.configservice#OrganizationConfigRuleNames": {
Expand Down

0 comments on commit 032e287

Please sign in to comment.