Skip to content

Commit dddaa8a

Browse files
author
awstools
committed
feat(client-amplifybackend): Update endpoint ruleset parameters casing
1 parent 9387c24 commit dddaa8a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,27 +177,27 @@
177177
"builtIn": "AWS::Region",
178178
"required": false,
179179
"documentation": "The AWS region used to dispatch the request.",
180-
"type": "String"
180+
"type": "string"
181181
},
182182
"UseDualStack": {
183183
"builtIn": "AWS::UseDualStack",
184184
"required": true,
185185
"default": false,
186186
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
187-
"type": "Boolean"
187+
"type": "boolean"
188188
},
189189
"UseFIPS": {
190190
"builtIn": "AWS::UseFIPS",
191191
"required": true,
192192
"default": false,
193193
"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.",
194-
"type": "Boolean"
194+
"type": "boolean"
195195
},
196196
"Endpoint": {
197197
"builtIn": "SDK::Endpoint",
198198
"required": false,
199199
"documentation": "Override the endpoint used to send this request",
200-
"type": "String"
200+
"type": "string"
201201
}
202202
},
203203
"rules": [

0 commit comments

Comments
 (0)