Skip to content

Commit 5455bbe

Browse files
author
awstools
committed
feat(client-elastic-load-balancing): Update endpoint ruleset parameters casing
1 parent b5c0b4c commit 5455bbe

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-elastic-load-balancing/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/elastic-load-balancing.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2500,27 +2500,27 @@
25002500
"builtIn": "AWS::Region",
25012501
"required": false,
25022502
"documentation": "The AWS region used to dispatch the request.",
2503-
"type": "String"
2503+
"type": "string"
25042504
},
25052505
"UseDualStack": {
25062506
"builtIn": "AWS::UseDualStack",
25072507
"required": true,
25082508
"default": false,
25092509
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
2510-
"type": "Boolean"
2510+
"type": "boolean"
25112511
},
25122512
"UseFIPS": {
25132513
"builtIn": "AWS::UseFIPS",
25142514
"required": true,
25152515
"default": false,
25162516
"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.",
2517-
"type": "Boolean"
2517+
"type": "boolean"
25182518
},
25192519
"Endpoint": {
25202520
"builtIn": "SDK::Endpoint",
25212521
"required": false,
25222522
"documentation": "Override the endpoint used to send this request",
2523-
"type": "String"
2523+
"type": "string"
25242524
}
25252525
},
25262526
"rules": [

0 commit comments

Comments
 (0)