disableDefaultEndpoint feature doesn't work

Hi

I need to disable the default API GW endpoint.

According to the feat(AWS HTTP API): add 'disableDefaultEndpoint' boolean configuratio… by gdraynz · Pull Request #8649 · serverless/serverless · GitHub
and serverless/httpApi.js at v2.35.0 · serverless/serverless · GitHub
this code should do the job:

provider:

httpApi:
name: some-api
disableDefaultEndpoint: true

But unfortunately, CF doesn’t contain this API V2 parameter.

Can you help?