From 30e60b7a74f9cc4de2ef173071704a5cf29b4891 Mon Sep 17 00:00:00 2001 From: Michael Leditschke Date: Sun, 22 May 2022 19:44:36 +1000 Subject: [PATCH] fix(apigateway): remove SIG4 models As SIG4 is very AWS specific, move all SIG4 related values to the AWS provider. The non-prefixed variant will still be included for backwards compatability. With the new prefixed AWS values in place, a future breaking change can remove the non-prefixed SIG4 specific values from the AWS provider. --- providers/shared/components/apigateway/id.ftl | 2 -- 1 file changed, 2 deletions(-) diff --git a/providers/shared/components/apigateway/id.ftl b/providers/shared/components/apigateway/id.ftl index db0f7da8b..8fe2c9b0a 100644 --- a/providers/shared/components/apigateway/id.ftl +++ b/providers/shared/components/apigateway/id.ftl @@ -107,9 +107,7 @@ object. "Types" : STRING_TYPE, "Values" : [ "IP", - "SIG4ORIP", "SIG4_OR_IP", "AUTHORISER_OR_IP", "AUTHORIZER_OR_IP", - "SIG4ANDIP", "SIG4_AND_IP", "AUTHORISER_AND_IP", "AUTHORIZER_AND_IP" ], "Default" : "IP"