Skip to content

Commit 3625744

Browse files
author
awstools
committed
feat(client-sfn): Update endpoint ruleset parameters casing
1 parent 44d73e3 commit 3625744

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-sfn/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={[t]:false,"type":"String"},
21-
i={[t]:true,"default":false,"type":"Boolean"},
20+
h={[t]:false,"type":"string"},
21+
i={[t]:true,"default":false,"type":"boolean"},
2222
j={[w]:"Endpoint"},
2323
k={[u]:c,[v]:[{[w]:"UseFIPS"},true]},
2424
l={[u]:c,[v]:[{[w]:"UseDualStack"},true]},

codegen/sdk-codegen/aws-models/sfn.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,27 +170,27 @@
170170
"builtIn": "AWS::Region",
171171
"required": false,
172172
"documentation": "The AWS region used to dispatch the request.",
173-
"type": "String"
173+
"type": "string"
174174
},
175175
"UseDualStack": {
176176
"builtIn": "AWS::UseDualStack",
177177
"required": true,
178178
"default": false,
179179
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
180-
"type": "Boolean"
180+
"type": "boolean"
181181
},
182182
"UseFIPS": {
183183
"builtIn": "AWS::UseFIPS",
184184
"required": true,
185185
"default": false,
186186
"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.",
187-
"type": "Boolean"
187+
"type": "boolean"
188188
},
189189
"Endpoint": {
190190
"builtIn": "SDK::Endpoint",
191191
"required": false,
192192
"documentation": "Override the endpoint used to send this request",
193-
"type": "String"
193+
"type": "string"
194194
}
195195
},
196196
"rules": [

0 commit comments

Comments
 (0)