Skip to content

Commit 33f28f6

Browse files
author
awstools
committed
feat(client-mturk): Update endpoint ruleset parameters casing
1 parent 9473ef8 commit 33f28f6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-mturk/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={[t]:false,"type":"String"},
21-
i={[t]:true,"default":false,"type":"Boolean"},
20+
h={[t]:false,"type":"string"},
21+
i={[t]:true,"default":false,"type":"boolean"},
2222
j={[w]:"Endpoint"},
2323
k={[u]:c,[v]:[{[w]:"UseFIPS"},true]},
2424
l={[u]:c,[v]:[{[w]:"UseDualStack"},true]},

codegen/sdk-codegen/aws-models/mturk.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2836,27 +2836,27 @@
28362836
"builtIn": "AWS::Region",
28372837
"required": false,
28382838
"documentation": "The AWS region used to dispatch the request.",
2839-
"type": "String"
2839+
"type": "string"
28402840
},
28412841
"UseDualStack": {
28422842
"builtIn": "AWS::UseDualStack",
28432843
"required": true,
28442844
"default": false,
28452845
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
2846-
"type": "Boolean"
2846+
"type": "boolean"
28472847
},
28482848
"UseFIPS": {
28492849
"builtIn": "AWS::UseFIPS",
28502850
"required": true,
28512851
"default": false,
28522852
"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.",
2853-
"type": "Boolean"
2853+
"type": "boolean"
28542854
},
28552855
"Endpoint": {
28562856
"builtIn": "SDK::Endpoint",
28572857
"required": false,
28582858
"documentation": "Override the endpoint used to send this request",
2859-
"type": "String"
2859+
"type": "string"
28602860
}
28612861
},
28622862
"rules": [

0 commit comments

Comments
 (0)