Skip to content

Commit 89ec103

Browse files
author
awstools
committed
feat(client-docdb): Update endpoint ruleset parameters casing
1 parent 40072ab commit 89ec103

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-docdb/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="getAttr",
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/docdb.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -327,27 +327,27 @@
327327
"builtIn": "AWS::Region",
328328
"required": false,
329329
"documentation": "The AWS region used to dispatch the request.",
330-
"type": "String"
330+
"type": "string"
331331
},
332332
"UseDualStack": {
333333
"builtIn": "AWS::UseDualStack",
334334
"required": true,
335335
"default": false,
336336
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
337-
"type": "Boolean"
337+
"type": "boolean"
338338
},
339339
"UseFIPS": {
340340
"builtIn": "AWS::UseFIPS",
341341
"required": true,
342342
"default": false,
343343
"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.",
344-
"type": "Boolean"
344+
"type": "boolean"
345345
},
346346
"Endpoint": {
347347
"builtIn": "SDK::Endpoint",
348348
"required": false,
349349
"documentation": "Override the endpoint used to send this request",
350-
"type": "String"
350+
"type": "string"
351351
}
352352
},
353353
"rules": [

0 commit comments

Comments
 (0)