Skip to content

Commit 53e1c2f

Browse files
author
awstools
committed
feat(client-finspace): Update endpoint ruleset parameters casing
1 parent b5f3c08 commit 53e1c2f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,27 +205,27 @@
205205
"builtIn": "AWS::Region",
206206
"required": false,
207207
"documentation": "The AWS region used to dispatch the request.",
208-
"type": "String"
208+
"type": "string"
209209
},
210210
"UseDualStack": {
211211
"builtIn": "AWS::UseDualStack",
212212
"required": true,
213213
"default": false,
214214
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
215-
"type": "Boolean"
215+
"type": "boolean"
216216
},
217217
"UseFIPS": {
218218
"builtIn": "AWS::UseFIPS",
219219
"required": true,
220220
"default": false,
221221
"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.",
222-
"type": "Boolean"
222+
"type": "boolean"
223223
},
224224
"Endpoint": {
225225
"builtIn": "SDK::Endpoint",
226226
"required": false,
227227
"documentation": "Override the endpoint used to send this request",
228-
"type": "String"
228+
"type": "string"
229229
}
230230
},
231231
"rules": [

0 commit comments

Comments
 (0)