Skip to content

Commit 40072ab

Browse files
author
awstools
committed
feat(client-vpc-lattice): Update endpoint ruleset parameters casing
1 parent 9689f9b commit 40072ab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6476,27 +6476,27 @@
64766476
"builtIn": "AWS::Region",
64776477
"required": false,
64786478
"documentation": "The AWS region used to dispatch the request.",
6479-
"type": "String"
6479+
"type": "string"
64806480
},
64816481
"UseDualStack": {
64826482
"builtIn": "AWS::UseDualStack",
64836483
"required": true,
64846484
"default": false,
64856485
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
6486-
"type": "Boolean"
6486+
"type": "boolean"
64876487
},
64886488
"UseFIPS": {
64896489
"builtIn": "AWS::UseFIPS",
64906490
"required": true,
64916491
"default": false,
64926492
"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.",
6493-
"type": "Boolean"
6493+
"type": "boolean"
64946494
},
64956495
"Endpoint": {
64966496
"builtIn": "SDK::Endpoint",
64976497
"required": false,
64986498
"documentation": "Override the endpoint used to send this request",
6499-
"type": "String"
6499+
"type": "string"
65006500
}
65016501
},
65026502
"rules": [

0 commit comments

Comments
 (0)