Skip to content

Commit 2837c47

Browse files
author
awstools
committed
feat(client-bedrock-runtime): Relax ToolUseId pattern to allow dots and colons
1 parent 3644b4c commit 2837c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/sdk-codegen/aws-models/bedrock-runtime.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7368,7 +7368,7 @@
73687368
"min": 1,
73697369
"max": 64
73707370
},
7371-
"smithy.api#pattern": "^[a-zA-Z0-9_-]+$"
7371+
"smithy.api#pattern": "^[a-zA-Z0-9_.:-]+$"
73727372
}
73737373
},
73747374
"com.amazonaws.bedrockruntime#ToolUseType": {

0 commit comments

Comments
 (0)