Skip to content

Commit 40c8fa6

Browse files
author
awstools
committed
feat(client-chatbot): Update endpoint ruleset parameters casing
1 parent 3b0e23d commit 40c8fa6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-chatbot/src/endpoint/ruleset.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ d="error",
1717
e="endpoint",
1818
f="tree",
1919
g="PartitionResult",
20-
h={[s]:false,"type":"String"},
21-
i={[s]:true,"default":false,"type":"Boolean"},
20+
h={[s]:false,"type":"string"},
21+
i={[s]:true,"default":false,"type":"boolean"},
2222
j={[v]:"Endpoint"},
2323
k={[t]:c,[u]:[{[v]:"UseFIPS"},true]},
2424
l={[t]:c,[u]:[{[v]:"UseDualStack"},true]},

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4493,27 +4493,27 @@
44934493
"builtIn": "AWS::Region",
44944494
"required": false,
44954495
"documentation": "The AWS region used to dispatch the request.",
4496-
"type": "String"
4496+
"type": "string"
44974497
},
44984498
"UseDualStack": {
44994499
"builtIn": "AWS::UseDualStack",
45004500
"required": true,
45014501
"default": false,
45024502
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
4503-
"type": "Boolean"
4503+
"type": "boolean"
45044504
},
45054505
"UseFIPS": {
45064506
"builtIn": "AWS::UseFIPS",
45074507
"required": true,
45084508
"default": false,
45094509
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
4510-
"type": "Boolean"
4510+
"type": "boolean"
45114511
},
45124512
"Endpoint": {
45134513
"builtIn": "SDK::Endpoint",
45144514
"required": false,
45154515
"documentation": "Override the endpoint used to send this request",
4516-
"type": "String"
4516+
"type": "string"
45174517
}
45184518
},
45194519
"rules": [

0 commit comments

Comments
 (0)