Skip to content

Commit 8842366

Browse files
author
awstools
committed
feat(client-waf): Update endpoint ruleset parameters casing
1 parent 84ab3c4 commit 8842366

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-waf/src/endpoint/ruleset.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ e="error",
1818
f="endpoint",
1919
g="tree",
2020
h="PartitionResult",
21-
i={[x]:false,"type":"String"},
22-
j={[x]:true,"default":false,"type":"Boolean"},
21+
i={[x]:false,"type":"string"},
22+
j={[x]:true,"default":false,"type":"boolean"},
2323
k={[A]:"Endpoint"},
2424
l={[y]:d,[z]:[{[A]:"UseFIPS"},true]},
2525
m={[A]:"UseFIPS"},

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,27 +289,27 @@
289289
"builtIn": "AWS::Region",
290290
"required": false,
291291
"documentation": "The AWS region used to dispatch the request.",
292-
"type": "String"
292+
"type": "string"
293293
},
294294
"UseDualStack": {
295295
"builtIn": "AWS::UseDualStack",
296296
"required": true,
297297
"default": false,
298298
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
299-
"type": "Boolean"
299+
"type": "boolean"
300300
},
301301
"UseFIPS": {
302302
"builtIn": "AWS::UseFIPS",
303303
"required": true,
304304
"default": false,
305305
"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.",
306-
"type": "Boolean"
306+
"type": "boolean"
307307
},
308308
"Endpoint": {
309309
"builtIn": "SDK::Endpoint",
310310
"required": false,
311311
"documentation": "Override the endpoint used to send this request",
312-
"type": "String"
312+
"type": "string"
313313
}
314314
},
315315
"rules": [

0 commit comments

Comments
 (0)