Skip to content

Commit e778e04

Browse files
author
awstools
committed
feat(client-cloudwatch-logs): Update endpoint ruleset parameters casing
1 parent ad80a04 commit e778e04

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7527,27 +7527,27 @@
75277527
"builtIn": "AWS::Region",
75287528
"required": false,
75297529
"documentation": "The AWS region used to dispatch the request.",
7530-
"type": "String"
7530+
"type": "string"
75317531
},
75327532
"UseDualStack": {
75337533
"builtIn": "AWS::UseDualStack",
75347534
"required": true,
75357535
"default": false,
75367536
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
7537-
"type": "Boolean"
7537+
"type": "boolean"
75387538
},
75397539
"UseFIPS": {
75407540
"builtIn": "AWS::UseFIPS",
75417541
"required": true,
75427542
"default": false,
75437543
"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.",
7544-
"type": "Boolean"
7544+
"type": "boolean"
75457545
},
75467546
"Endpoint": {
75477547
"builtIn": "SDK::Endpoint",
75487548
"required": false,
75497549
"documentation": "Override the endpoint used to send this request",
7550-
"type": "String"
7550+
"type": "string"
75517551
}
75527552
},
75537553
"rules": [

0 commit comments

Comments
 (0)