Skip to content

Commit 6af5cf4

Browse files
author
awstools
committed
feat(client-lakeformation): Update endpoint ruleset parameters casing
1 parent 4e702ef commit 6af5cf4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,27 +235,27 @@
235235
"builtIn": "AWS::Region",
236236
"required": false,
237237
"documentation": "The AWS region used to dispatch the request.",
238-
"type": "String"
238+
"type": "string"
239239
},
240240
"UseDualStack": {
241241
"builtIn": "AWS::UseDualStack",
242242
"required": true,
243243
"default": false,
244244
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
245-
"type": "Boolean"
245+
"type": "boolean"
246246
},
247247
"UseFIPS": {
248248
"builtIn": "AWS::UseFIPS",
249249
"required": true,
250250
"default": false,
251251
"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.",
252-
"type": "Boolean"
252+
"type": "boolean"
253253
},
254254
"Endpoint": {
255255
"builtIn": "SDK::Endpoint",
256256
"required": false,
257257
"documentation": "Override the endpoint used to send this request",
258-
"type": "String"
258+
"type": "string"
259259
}
260260
},
261261
"rules": [

0 commit comments

Comments
 (0)