Skip to content

Commit 7cca731

Browse files
author
awstools
committed
feat(client-codeguru-security): Update endpoint ruleset parameters casing
1 parent f311d04 commit 7cca731

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-codeguru-security/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/codeguru-security.json

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

0 commit comments

Comments
 (0)