Skip to content

Commit 276aba7

Browse files
author
awstools
committed
feat(client-sagemaker-runtime): Update endpoint ruleset parameters casing
1 parent 090d349 commit 276aba7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,27 +65,27 @@
6565
"builtIn": "AWS::Region",
6666
"required": false,
6767
"documentation": "The AWS region used to dispatch the request.",
68-
"type": "String"
68+
"type": "string"
6969
},
7070
"UseDualStack": {
7171
"builtIn": "AWS::UseDualStack",
7272
"required": true,
7373
"default": false,
7474
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
75-
"type": "Boolean"
75+
"type": "boolean"
7676
},
7777
"UseFIPS": {
7878
"builtIn": "AWS::UseFIPS",
7979
"required": true,
8080
"default": false,
8181
"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.",
82-
"type": "Boolean"
82+
"type": "boolean"
8383
},
8484
"Endpoint": {
8585
"builtIn": "SDK::Endpoint",
8686
"required": false,
8787
"documentation": "Override the endpoint used to send this request",
88-
"type": "String"
88+
"type": "string"
8989
}
9090
},
9191
"rules": [

0 commit comments

Comments
 (0)