Skip to content

Commit ea8a941

Browse files
author
awstools
committed
feat(client-sagemaker-metrics): Update endpoint ruleset parameters casing
1 parent 89ec103 commit ea8a941

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-sagemaker-metrics/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="getAttr",
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/sagemaker-metrics.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -540,27 +540,27 @@
540540
"builtIn": "AWS::Region",
541541
"required": false,
542542
"documentation": "The AWS region used to dispatch the request.",
543-
"type": "String"
543+
"type": "string"
544544
},
545545
"UseDualStack": {
546546
"builtIn": "AWS::UseDualStack",
547547
"required": true,
548548
"default": false,
549549
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
550-
"type": "Boolean"
550+
"type": "boolean"
551551
},
552552
"UseFIPS": {
553553
"builtIn": "AWS::UseFIPS",
554554
"required": true,
555555
"default": false,
556556
"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.",
557-
"type": "Boolean"
557+
"type": "boolean"
558558
},
559559
"Endpoint": {
560560
"builtIn": "SDK::Endpoint",
561561
"required": false,
562562
"documentation": "Override the endpoint used to send this request",
563-
"type": "String"
563+
"type": "string"
564564
}
565565
},
566566
"rules": [

0 commit comments

Comments
 (0)