Skip to content

Commit fafc6a1

Browse files
author
awstools
committed
feat(client-organizations): Update endpoint ruleset parameters casing
1 parent d857525 commit fafc6a1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-organizations/src/endpoint/ruleset.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ g="PartitionResult",
2323
h="stringEquals",
2424
i="sigv4",
2525
j="organizations",
26-
k={[C]:false,"type":"String"},
27-
l={[C]:true,"default":false,"type":"Boolean"},
26+
k={[C]:false,"type":"string"},
27+
l={[C]:true,"default":false,"type":"boolean"},
2828
m={[F]:"Endpoint"},
2929
n={[D]:c,[E]:[{[F]:"UseFIPS"},true]},
3030
o={[D]:c,[E]:[{[F]:"UseDualStack"},true]},

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,27 +242,27 @@
242242
"builtIn": "AWS::Region",
243243
"required": false,
244244
"documentation": "The AWS region used to dispatch the request.",
245-
"type": "String"
245+
"type": "string"
246246
},
247247
"UseDualStack": {
248248
"builtIn": "AWS::UseDualStack",
249249
"required": true,
250250
"default": false,
251251
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
252-
"type": "Boolean"
252+
"type": "boolean"
253253
},
254254
"UseFIPS": {
255255
"builtIn": "AWS::UseFIPS",
256256
"required": true,
257257
"default": false,
258258
"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.",
259-
"type": "Boolean"
259+
"type": "boolean"
260260
},
261261
"Endpoint": {
262262
"builtIn": "SDK::Endpoint",
263263
"required": false,
264264
"documentation": "Override the endpoint used to send this request",
265-
"type": "String"
265+
"type": "string"
266266
}
267267
},
268268
"rules": [

0 commit comments

Comments
 (0)