Skip to content

Commit b3727fe

Browse files
author
awstools
committed
feat(client-data-pipeline): Update endpoint ruleset parameters casing
1 parent 2b60533 commit b3727fe

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,27 +306,27 @@
306306
"builtIn": "AWS::Region",
307307
"required": false,
308308
"documentation": "The AWS region used to dispatch the request.",
309-
"type": "String"
309+
"type": "string"
310310
},
311311
"UseDualStack": {
312312
"builtIn": "AWS::UseDualStack",
313313
"required": true,
314314
"default": false,
315315
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
316-
"type": "Boolean"
316+
"type": "boolean"
317317
},
318318
"UseFIPS": {
319319
"builtIn": "AWS::UseFIPS",
320320
"required": true,
321321
"default": false,
322322
"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.",
323-
"type": "Boolean"
323+
"type": "boolean"
324324
},
325325
"Endpoint": {
326326
"builtIn": "SDK::Endpoint",
327327
"required": false,
328328
"documentation": "Override the endpoint used to send this request",
329-
"type": "String"
329+
"type": "string"
330330
}
331331
},
332332
"rules": [

0 commit comments

Comments
 (0)