Skip to content

Commit 15c01c6

Browse files
author
awstools
committed
feat(client-eks): Update endpoint ruleset parameters casing
1 parent fa7060a commit 15c01c6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ e="endpoint",
1818
f="tree",
1919
g="PartitionResult",
2020
h="stringEquals",
21-
i={[u]:false,"type":"String"},
22-
j={[u]:true,"default":false,"type":"Boolean"},
21+
i={[u]:false,"type":"string"},
22+
j={[u]:true,"default":false,"type":"boolean"},
2323
k={[x]:"Endpoint"},
2424
l={[v]:c,[w]:[{[x]:"UseFIPS"},true]},
2525
m={[v]:c,[w]:[{[x]:"UseDualStack"},true]},

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -351,27 +351,27 @@
351351
"builtIn": "AWS::Region",
352352
"required": false,
353353
"documentation": "The AWS region used to dispatch the request.",
354-
"type": "String"
354+
"type": "string"
355355
},
356356
"UseDualStack": {
357357
"builtIn": "AWS::UseDualStack",
358358
"required": true,
359359
"default": false,
360360
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
361-
"type": "Boolean"
361+
"type": "boolean"
362362
},
363363
"UseFIPS": {
364364
"builtIn": "AWS::UseFIPS",
365365
"required": true,
366366
"default": false,
367367
"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.",
368-
"type": "Boolean"
368+
"type": "boolean"
369369
},
370370
"Endpoint": {
371371
"builtIn": "SDK::Endpoint",
372372
"required": false,
373373
"documentation": "Override the endpoint used to send this request",
374-
"type": "String"
374+
"type": "string"
375375
}
376376
},
377377
"rules": [

0 commit comments

Comments
 (0)