Skip to content

Commit d857525

Browse files
author
awstools
committed
feat(client-network-firewall): Update endpoint ruleset parameters casing
1 parent d433cd0 commit d857525

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

codegen/sdk-codegen/aws-models/network-firewall.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5394,27 +5394,27 @@
53945394
"builtIn": "AWS::Region",
53955395
"required": false,
53965396
"documentation": "The AWS region used to dispatch the request.",
5397-
"type": "String"
5397+
"type": "string"
53985398
},
53995399
"UseDualStack": {
54005400
"builtIn": "AWS::UseDualStack",
54015401
"required": true,
54025402
"default": false,
54035403
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
5404-
"type": "Boolean"
5404+
"type": "boolean"
54055405
},
54065406
"UseFIPS": {
54075407
"builtIn": "AWS::UseFIPS",
54085408
"required": true,
54095409
"default": false,
54105410
"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.",
5411-
"type": "Boolean"
5411+
"type": "boolean"
54125412
},
54135413
"Endpoint": {
54145414
"builtIn": "SDK::Endpoint",
54155415
"required": false,
54165416
"documentation": "Override the endpoint used to send this request",
5417-
"type": "String"
5417+
"type": "string"
54185418
}
54195419
},
54205420
"rules": [

0 commit comments

Comments
 (0)