Skip to content

Commit 6a6c84c

Browse files
author
awstools
committed
feat(client-machine-learning): Update endpoint ruleset parameters casing
1 parent c9d0d81 commit 6a6c84c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-machine-learning/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/machine-learning.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,27 +236,27 @@
236236
"builtIn": "AWS::Region",
237237
"required": false,
238238
"documentation": "The AWS region used to dispatch the request.",
239-
"type": "String"
239+
"type": "string"
240240
},
241241
"UseDualStack": {
242242
"builtIn": "AWS::UseDualStack",
243243
"required": true,
244244
"default": false,
245245
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
246-
"type": "Boolean"
246+
"type": "boolean"
247247
},
248248
"UseFIPS": {
249249
"builtIn": "AWS::UseFIPS",
250250
"required": true,
251251
"default": false,
252252
"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.",
253-
"type": "Boolean"
253+
"type": "boolean"
254254
},
255255
"Endpoint": {
256256
"builtIn": "SDK::Endpoint",
257257
"required": false,
258258
"documentation": "Override the endpoint used to send this request",
259-
"type": "String"
259+
"type": "string"
260260
}
261261
},
262262
"rules": [

0 commit comments

Comments
 (0)