Skip to content

Commit 8a36bd0

Browse files
author
awstools
committed
feat(client-apigatewayv2): Update endpoint ruleset parameters casing
1 parent cc4df02 commit 8a36bd0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -457,27 +457,27 @@
457457
"builtIn": "AWS::Region",
458458
"required": false,
459459
"documentation": "The AWS region used to dispatch the request.",
460-
"type": "String"
460+
"type": "string"
461461
},
462462
"UseDualStack": {
463463
"builtIn": "AWS::UseDualStack",
464464
"required": true,
465465
"default": false,
466466
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
467-
"type": "Boolean"
467+
"type": "boolean"
468468
},
469469
"UseFIPS": {
470470
"builtIn": "AWS::UseFIPS",
471471
"required": true,
472472
"default": false,
473473
"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.",
474-
"type": "Boolean"
474+
"type": "boolean"
475475
},
476476
"Endpoint": {
477477
"builtIn": "SDK::Endpoint",
478478
"required": false,
479479
"documentation": "Override the endpoint used to send this request",
480-
"type": "String"
480+
"type": "string"
481481
}
482482
},
483483
"rules": [

0 commit comments

Comments
 (0)