Skip to content

Commit 207fdd7

Browse files
author
awstools
committed
feat(client-athena): Update endpoint ruleset parameters casing
1 parent 33f28f6 commit 207fdd7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-athena/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/athena.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,27 +291,27 @@
291291
"builtIn": "AWS::Region",
292292
"required": false,
293293
"documentation": "The AWS region used to dispatch the request.",
294-
"type": "String"
294+
"type": "string"
295295
},
296296
"UseDualStack": {
297297
"builtIn": "AWS::UseDualStack",
298298
"required": true,
299299
"default": false,
300300
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
301-
"type": "Boolean"
301+
"type": "boolean"
302302
},
303303
"UseFIPS": {
304304
"builtIn": "AWS::UseFIPS",
305305
"required": true,
306306
"default": false,
307307
"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.",
308-
"type": "Boolean"
308+
"type": "boolean"
309309
},
310310
"Endpoint": {
311311
"builtIn": "SDK::Endpoint",
312312
"required": false,
313313
"documentation": "Override the endpoint used to send this request",
314-
"type": "String"
314+
"type": "string"
315315
}
316316
},
317317
"rules": [

0 commit comments

Comments
 (0)