Skip to content

Commit f1e6175

Browse files
author
awstools
committed
feat(client-workdocs): Update endpoint ruleset parameters casing
1 parent 32025a3 commit f1e6175

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,27 +190,27 @@
190190
"builtIn": "AWS::Region",
191191
"required": false,
192192
"documentation": "The AWS region used to dispatch the request.",
193-
"type": "String"
193+
"type": "string"
194194
},
195195
"UseDualStack": {
196196
"builtIn": "AWS::UseDualStack",
197197
"required": true,
198198
"default": false,
199199
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
200-
"type": "Boolean"
200+
"type": "boolean"
201201
},
202202
"UseFIPS": {
203203
"builtIn": "AWS::UseFIPS",
204204
"required": true,
205205
"default": false,
206206
"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.",
207-
"type": "Boolean"
207+
"type": "boolean"
208208
},
209209
"Endpoint": {
210210
"builtIn": "SDK::Endpoint",
211211
"required": false,
212212
"documentation": "Override the endpoint used to send this request",
213-
"type": "String"
213+
"type": "string"
214214
}
215215
},
216216
"rules": [

0 commit comments

Comments
 (0)