Skip to content

Commit 610cb93

Browse files
author
awstools
committed
feat(client-workspaces-thin-client): Update endpoint ruleset parameters casing
1 parent 37fa69e commit 610cb93

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2276,27 +2276,27 @@
22762276
"builtIn": "AWS::Region",
22772277
"required": false,
22782278
"documentation": "The AWS region used to dispatch the request.",
2279-
"type": "String"
2279+
"type": "string"
22802280
},
22812281
"UseDualStack": {
22822282
"builtIn": "AWS::UseDualStack",
22832283
"required": true,
22842284
"default": false,
22852285
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
2286-
"type": "Boolean"
2286+
"type": "boolean"
22872287
},
22882288
"UseFIPS": {
22892289
"builtIn": "AWS::UseFIPS",
22902290
"required": true,
22912291
"default": false,
22922292
"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.",
2293-
"type": "Boolean"
2293+
"type": "boolean"
22942294
},
22952295
"Endpoint": {
22962296
"builtIn": "SDK::Endpoint",
22972297
"required": false,
22982298
"documentation": "Override the endpoint used to send this request",
2299-
"type": "String"
2299+
"type": "string"
23002300
}
23012301
},
23022302
"rules": [

0 commit comments

Comments
 (0)