Skip to content

Commit bf6a566

Browse files
author
awstools
committed
feat(client-cloudwatch-events): Update endpoint ruleset parameters casing
1 parent 245f5da commit bf6a566

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-cloudwatch-events/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="stringEquals",
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/cloudwatch-events.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,27 +212,27 @@
212212
"builtIn": "AWS::Region",
213213
"required": false,
214214
"documentation": "The AWS region used to dispatch the request.",
215-
"type": "String"
215+
"type": "string"
216216
},
217217
"UseDualStack": {
218218
"builtIn": "AWS::UseDualStack",
219219
"required": true,
220220
"default": false,
221221
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
222-
"type": "Boolean"
222+
"type": "boolean"
223223
},
224224
"UseFIPS": {
225225
"builtIn": "AWS::UseFIPS",
226226
"required": true,
227227
"default": false,
228228
"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.",
229-
"type": "Boolean"
229+
"type": "boolean"
230230
},
231231
"Endpoint": {
232232
"builtIn": "SDK::Endpoint",
233233
"required": false,
234234
"documentation": "Override the endpoint used to send this request",
235-
"type": "String"
235+
"type": "string"
236236
}
237237
},
238238
"rules": [

0 commit comments

Comments
 (0)