Skip to content

Commit 1adb9cf

Browse files
author
awstools
committed
feat(client-evidently): Update endpoint ruleset parameters casing
1 parent 9f9708c commit 1adb9cf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,27 +1345,27 @@
13451345
"builtIn": "AWS::Region",
13461346
"required": false,
13471347
"documentation": "The AWS region used to dispatch the request.",
1348-
"type": "String"
1348+
"type": "string"
13491349
},
13501350
"UseDualStack": {
13511351
"builtIn": "AWS::UseDualStack",
13521352
"required": true,
13531353
"default": false,
13541354
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
1355-
"type": "Boolean"
1355+
"type": "boolean"
13561356
},
13571357
"UseFIPS": {
13581358
"builtIn": "AWS::UseFIPS",
13591359
"required": true,
13601360
"default": false,
13611361
"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.",
1362-
"type": "Boolean"
1362+
"type": "boolean"
13631363
},
13641364
"Endpoint": {
13651365
"builtIn": "SDK::Endpoint",
13661366
"required": false,
13671367
"documentation": "Override the endpoint used to send this request",
1368-
"type": "String"
1368+
"type": "string"
13691369
}
13701370
},
13711371
"rules": [

0 commit comments

Comments
 (0)