Skip to content

Commit 48ca736

Browse files
author
awstools
committed
feat(client-lex-runtime-service): Update endpoint ruleset parameters casing
1 parent 0b40118 commit 48ca736

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-lex-runtime-service/src/endpoint/ruleset.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ g="PartitionResult",
2222
h="stringEquals",
2323
i="aws",
2424
j="aws-us-gov",
25-
k={[y]:false,"type":"String"},
26-
l={[y]:true,"default":false,"type":"Boolean"},
25+
k={[y]:false,"type":"string"},
26+
l={[y]:true,"default":false,"type":"boolean"},
2727
m={[B]:"Endpoint"},
2828
n={[z]:c,[A]:[{[B]:"UseFIPS"},true]},
2929
o={[z]:c,[A]:[{[B]:"UseDualStack"},true]},

codegen/sdk-codegen/aws-models/lex-runtime-service.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,27 +71,27 @@
7171
"builtIn": "AWS::Region",
7272
"required": false,
7373
"documentation": "The AWS region used to dispatch the request.",
74-
"type": "String"
74+
"type": "string"
7575
},
7676
"UseDualStack": {
7777
"builtIn": "AWS::UseDualStack",
7878
"required": true,
7979
"default": false,
8080
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
81-
"type": "Boolean"
81+
"type": "boolean"
8282
},
8383
"UseFIPS": {
8484
"builtIn": "AWS::UseFIPS",
8585
"required": true,
8686
"default": false,
8787
"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.",
88-
"type": "Boolean"
88+
"type": "boolean"
8989
},
9090
"Endpoint": {
9191
"builtIn": "SDK::Endpoint",
9292
"required": false,
9393
"documentation": "Override the endpoint used to send this request",
94-
"type": "String"
94+
"type": "string"
9595
}
9696
},
9797
"rules": [

0 commit comments

Comments
 (0)