Skip to content

Commit 2d5e1fb

Browse files
author
awstools
committed
feat(client-repostspace): Update endpoint ruleset parameters casing
1 parent bd2a42f commit 2d5e1fb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2168,27 +2168,27 @@
21682168
"builtIn": "AWS::Region",
21692169
"required": false,
21702170
"documentation": "The AWS region used to dispatch the request.",
2171-
"type": "String"
2171+
"type": "string"
21722172
},
21732173
"UseDualStack": {
21742174
"builtIn": "AWS::UseDualStack",
21752175
"required": true,
21762176
"default": false,
21772177
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
2178-
"type": "Boolean"
2178+
"type": "boolean"
21792179
},
21802180
"UseFIPS": {
21812181
"builtIn": "AWS::UseFIPS",
21822182
"required": true,
21832183
"default": false,
21842184
"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.",
2185-
"type": "Boolean"
2185+
"type": "boolean"
21862186
},
21872187
"Endpoint": {
21882188
"builtIn": "SDK::Endpoint",
21892189
"required": false,
21902190
"documentation": "Override the endpoint used to send this request",
2191-
"type": "String"
2191+
"type": "string"
21922192
}
21932193
},
21942194
"rules": [

0 commit comments

Comments
 (0)