Skip to content

Commit b1a66b2

Browse files
author
awstools
committed
feat(client-cloudformation): Update endpoint ruleset parameters casing
1 parent 30039db commit b1a66b2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,27 +1390,27 @@
13901390
"builtIn": "AWS::Region",
13911391
"required": false,
13921392
"documentation": "The AWS region used to dispatch the request.",
1393-
"type": "String"
1393+
"type": "string"
13941394
},
13951395
"UseDualStack": {
13961396
"builtIn": "AWS::UseDualStack",
13971397
"required": true,
13981398
"default": false,
13991399
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
1400-
"type": "Boolean"
1400+
"type": "boolean"
14011401
},
14021402
"UseFIPS": {
14031403
"builtIn": "AWS::UseFIPS",
14041404
"required": true,
14051405
"default": false,
14061406
"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.",
1407-
"type": "Boolean"
1407+
"type": "boolean"
14081408
},
14091409
"Endpoint": {
14101410
"builtIn": "SDK::Endpoint",
14111411
"required": false,
14121412
"documentation": "Override the endpoint used to send this request",
1413-
"type": "String"
1413+
"type": "string"
14141414
}
14151415
},
14161416
"rules": [

0 commit comments

Comments
 (0)